From e2debb589d0e4facefec9f1495773c550d875b63 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Thu, 9 Jan 2014 23:30:56 +0100 Subject: [PATCH] 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 f4ae0cd2..6cc1c4cb 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 + * Hebrew: Yosef Or Boczko + * Spanish: Daniel Mustieles + * Italian: Milo Casagrande + = 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 27c1e128..9645591f 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 c3704951..2633eefb 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],