[gitg/gnome-3-14] Release 3.14.1



commit 2f789bc17f35ea4caffc9175345f2a0dd2b7029d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Dec 10 08:43:36 2014 +0100

    Release 3.14.1

 NEWS         |   16 ++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3f66a83..e629545 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+= gitg 3.14.1 =
+Version 3.14.1 was released on 2014-11-28
+
+== Bug fixes ==
+  * Fix building with vala 0.27
+  * Fix warning when unbinding property
+  * Change emblem-system-symbolic to open-menu-symbolic.
+  * Add gdesktop-enums-3.0.vapi to EXTRA_DIST
+
+== Updated translations ==
+  * Dutch: Erwin Poeze <donnut outlook com>
+  * Portuguese: Duarte Loreto <happyguy_pt hotmail com>
+  * Hungarian: Gábor Kelemen <kelemeng openscope org>
+  * Italian: Milo Casagrande <milo ubuntu com>
+  * Chinese (Taiwan): Cheng-Chia Tseng <pswo10680 gmail com>
+
 = gitg 3.14.0 =
 Version 3.14.0 was released on 2014-09-24
 
diff --git a/README b/README
index 772b2eb..1a57b90 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 3.14.0.
+The latest version of gitg is 3.14.1.
 
 Website:      https://wiki.gnome.org/Apps/Gitg
 Bugs:         https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -16,8 +16,8 @@ To install the latest version of gitg, make sure to download gitg-3.14.0.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.14.0.tar.xz
-       $ cd gitg-3.14.0
+       $ tar Jxf gitg-3.14.1.tar.xz
+       $ cd gitg-3.14.1
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 52fa345..b3c3c77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 3)
 m4_define(gitg_minor_version, 14)
-m4_define(gitg_micro_version, 0)
+m4_define(gitg_micro_version, 1)
 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]