[gitg] Release version 3.14.0



commit 070022d5f884551c42b306059ef42f0989be3c8b
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Wed Sep 24 17:20:49 2014 +0200

    Release version 3.14.0

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    8 ++++----
 configure.ac |    4 ++--
 3 files changed, 31 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1ce0583..3f66a83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+= gitg 3.14.0 =
+Version 3.14.0 was released on 2014-09-24
+
+== Bug fixes ==
+  * Fix building with vala 0.25
+
+== Updated translations ==
+  * update zh_CN translation: YunQiang Su <yqsu src gnome org>
+  * German: Benjamin Steinwender <b stbe at>
+  * Slovak: Peter Vágner <pvdeejay gmail com>
+  * Russian: Yuri Myasoedov <ymyasoedov yandex ru>
+  * Serbian: Мирослав Николић <miroslavnikolic rocketmail com>
+  * Swedish: Sebastian Rasmussen <sebras gmail com>
+  * Danish: Kenneth Nielsen <k nielsen81 gmail com>
+  * Finnish translation update by Jiri Grönroos: Ville-Pekka Vainio <vpvainio iki fi>
+  * Polish: Piotr Drąg <piotrdrag gmail com>
+  * Korean: Seong-ho Cho <shcho gnome org>
+  * French: Alain Lojewski <allomervan gmail com>
+  * Indonesian: Andika Triwidada <andika gmail com>
+  * Brazilian Portuguese: Enrico Nicoletto <liverig gmail com>
+  * Czech: Marek Černocký <marek manet cz>
+  * Assamese: Nilamdyuti Goswami <ngoswami redhat com>
+  * Galicians: Fran Diéguez <fran dieguez mabishu com>
+  * Traditional Chinese(Hong Kong and Taiwan): Chao-Hsiung Liao <j_h_liau yahoo com tw>
+
 = gitg 3.13.91 =
 Version 3.13.91 was released on 2014-08-20
 
diff --git a/README b/README
index 255674e..772b2eb 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.13.91.
+The latest version of gitg is 3.14.0.
 
 Website:      https://wiki.gnome.org/Apps/Gitg
 Bugs:         https://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-3.13.91.tar.xz
+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.13.91.tar.xz
-       $ cd gitg-3.13.91
+       $ tar Jxf gitg-3.14.0.tar.xz
+       $ cd gitg-3.14.0
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 50dc4e6..52fa345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 
 m4_define(gitg_major_version, 3)
-m4_define(gitg_minor_version, 13)
-m4_define(gitg_micro_version, 91)
+m4_define(gitg_minor_version, 14)
+m4_define(gitg_micro_version, 0)
 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]