[gitg] Release 0.3.2



commit e2debb589d0e4facefec9f1495773c550d875b63
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Thu Jan 9 23:30:56 2014 +0100

    Release 0.3.2

 NEWS         |   18 +++++++++++++++++-
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index f4ae0cd..6cc1c4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,21 @@
+= gitg 0.3.2 =
+Version 0.3.2 was released on 2014-09-01
+
+== Bug fixes ==
+  * Various small build issues, parallel install, man pages, desktop files
+  * Corrected required versions of dependencies
+  * Do not rely on external gsettings schemas to exist
+  * Improved runtime libgit2 thread support detection
+  * Fix handling of mailto: uris
+
+== Updated translations ==
+  * Polish: Piotr Drąg <piotrdrag gmail com>
+  * Hebrew: Yosef Or Boczko <yoseforb gmail com>
+  * Spanish: Daniel Mustieles <daniel mustieles gmail com>
+  * Italian: Milo Casagrande <milo ubuntu com>
+
 = gitg 0.3.1 =
-Version 0.3.1 was released on 2013-02-01
+Version 0.3.1 was released on 2014-02-01
 
 This is the first release of a major rewrite of gitg. We have since moved from
 C to Vala to implement gitg, easing development. More importantly, gitg is now
diff --git a/README b/README
index 27c1e12..9645591 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ fast and convenient tool to visualize the history of git repositories.
 Besides visualization, gitg also provides several utilities to manage your
 repository and commit your work.
 
-The latest version of gitg is 0.3.1.
+The latest version of gitg is 0.3.2.
 
 Website:      https://live.gnome.org/Apps/Gitg
 Bugs:         http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -12,12 +12,12 @@ Download:     http://download.gnome.org/sources/gitg/
 Mailing list: http://mail.gnome.org/mailman/listinfo/gitg-list
 
 = Installing gitg =
-To install the latest version of gitg, make sure to download gitg-0.3.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-0.3.2.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-0.3.1.tar.xz
-       $ cd gitg-0.3.1
+       $ tar Jxf gitg-0.3.2.tar.xz
+       $ cd gitg-0.3.2
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index c370495..2633eef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 0)
 m4_define(gitg_minor_version, 3)
-m4_define(gitg_micro_version, 1)
+m4_define(gitg_micro_version, 2)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 
 AC_INIT([gitg],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]