diff --git a/CHANGES.txt b/CHANGES.txt
index dd81576..0769e6e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,17 @@
+gitinspector (0.4.2)
+
+ Minor release with many small, but great improvements.
+
+ * The changes module is now threaded and uses all available cores. This
+ results in a significant speed up.
+ * Printed extensions are now alphabetically sorted.
+ * Ability to exclude commits with certain comments from statistics.
+ * Support for C# code and comments.
+ * Extensionless files can now be included in statistics.
+ * Ability to include all file extensions by specifying "**".
+ * Spanish translation.
+
+
gitinspector (0.4.1)
Maintenance release fixing several issues found in the previous version.
diff --git a/docs/gitinspector.1 b/docs/gitinspector.1
index 7345a3e..9302580 100644
--- a/docs/gitinspector.1
+++ b/docs/gitinspector.1
@@ -2,12 +2,12 @@
.\" Title: gitinspector
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1
-.\" Date: 10/01/2015
+.\" Date: 10/12/2015
.\" Manual: The gitinspector Manual
-.\" Source: gitinspector 0.4.2dev
+.\" Source: gitinspector 0.4.2
.\" Language: English
.\"
-.TH "GITINSPECTOR" "1" "10/01/2015" "gitinspector 0\&.4\&.2dev" "The gitinspector Manual"
+.TH "GITINSPECTOR" "1" "10/12/2015" "gitinspector 0\&.4\&.2" "The gitinspector Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff --git a/docs/gitinspector.html b/docs/gitinspector.html
index 8be30b1..583fe8e 100644
--- a/docs/gitinspector.html
+++ b/docs/gitinspector.html
@@ -1,5 +1,5 @@
-
gitinspector
Name
gitinspector — statistical analysis tool for git repositories
Synopsis
gitinspector [OPTION]… [REPOSITORY]
DESCRIPTION
Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.
Several output formats are supported, including plain text, HTML and XML.
OPTIONS
List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.
Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.
+gitinspector
Name
gitinspector — statistical analysis tool for git repositories
Synopsis
gitinspector [OPTION]… [REPOSITORY]
DESCRIPTION
Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.
Several output formats are supported, including plain text, HTML and XML.
OPTIONS
List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.
Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.