[gitg/gnome-3-20] Release version 3.20.2



commit 48272aa5c6d2a49bf79b7018e131beba7c90509f
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Aug 27 12:21:47 2016 +0200

    Release version 3.20.2

 NEWS         |   11 +++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 66d0876..0330768 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+= gitg 3.20.2 =
+Version 3.20.2 was released on 2016-08-27
+
+== Bugs fixed ==
+- Set primary selection to selected commit SHA1
+- Scrollable commit message in diff view
+- Incremental loading on large repositories
+- Faster switching of large repositories
+- Create global git config if it does not exist yet
+- Remember opened projects regardless of gnome privacy settings
+
 = gitg 3.20.1 =
 Version 3.20.1 was released on 2016-06-22
 
diff --git a/README b/README
index df7ecb7..86d0ef9 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.1.
+The latest version of gitg is 3.20.2.
 
 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.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.20.2.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.20.1.tar.xz
-       $ cd gitg-3.20.1
+       $ tar Jxf gitg-3.20.2.tar.xz
+       $ cd gitg-3.20.2
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index db004b1..fc49466 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, 1)
+m4_define(gitg_micro_version, 2)
 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]