[gitg] Release version 3.13.91



commit c80c5c5b871643497cb10e53dded08b1f619dde2
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Wed Aug 20 11:28:10 2014 +0200

    Release version 3.13.91

 NEWS         |    9 +++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 904c406..1ce0583 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+= gitg 3.13.91 =
+Version 3.13.91 was released on 2014-08-20
+
+== Bug fixes ==
+  * Open repositories by clicking in the repository overview
+
+== Updated translations ==
+  * Hebrew: Yosef Or Boczko <yoseforb src gnome org>
+
 = gitg 3.13.90 =
 Version 3.13.90 was released on 2014-08-20
 
diff --git a/README b/README
index be7bc17..255674e 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.90.
+The latest version of gitg is 3.13.91.
 
 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.90.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.13.91.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.13.90.tar.xz
-       $ cd gitg-3.13.90
+       $ tar Jxf gitg-3.13.91.tar.xz
+       $ cd gitg-3.13.91
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 8188818..50dc4e6 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, 13)
-m4_define(gitg_micro_version, 90)
+m4_define(gitg_micro_version, 91)
 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]