[gitg/gnome-3-22] Release version 3.21.92



commit 3f929e9d6e821605c326700510783387880e3efd
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Mon Sep 12 21:55:37 2016 +0200

    Release version 3.21.92

 NEWS         |    7 +++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 78da864..e0bc8ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+= gitg 3.21.92 =
+Version 3.21.92 was released on 2016-09-12
+
+== Bugs fixed ==
+- Show dash activity menu if shell does not show app menu
+- Use same callbacks instance during remote connection life cycle
+
 = gitg 3.21.91 =
 Version 3.21.91 was released on 2016-08-27
 
diff --git a/README b/README
index d37061c..a265298 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.21.91.
+The latest version of gitg is 3.21.92.
 
 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.21.91.0.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.21.92.0.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.21.91.0.tar.xz
-       $ cd gitg-3.21.91.0
+       $ tar Jxf gitg-3.21.92.0.tar.xz
+       $ cd gitg-3.21.92.0
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index eafc440..84603d4 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, 21)
-m4_define(gitg_micro_version, 91)
+m4_define(gitg_micro_version, 92)
 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]