[gitg/gnome-3-20] Release 3.20.1



commit daf59809d38524cdd669626ab1f3f86b95169ee6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Jun 22 15:47:28 2016 +0200

    Release 3.20.1

 NEWS         |   11 +++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84b0d4d..66d0876 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+= gitg 3.20.1 =
+Version 3.20.1 was released on 2016-06-22
+
+== Bugs fixed ==
+- Updated translations
+- Disable burger menu in dash
+- Set primary selection to selected commit SHA1
+- Reduce hot area for action bar to mitigate horizontal scrolling issue
+- Show the complete message, not only the subject
+- Misc fixes
+
 = gitg 3.20.0 =
 Version 3.20.0 was released on 2016-03-20
 
diff --git a/README b/README
index ae4b88b..df7ecb7 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.20.0.
+The latest version of gitg is 3.20.1.
 
 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.20.0.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.20.1.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.20.0.tar.xz
-       $ cd gitg-3.20.0
+       $ tar Jxf gitg-3.20.1.tar.xz
+       $ cd gitg-3.20.1
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 3ba56a9..db004b1 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, 20)
-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]