[gitg] Release version 3.17.1



commit 2db83b8300381694328b92ef82e202524a889941
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Aug 8 10:05:18 2015 +0200

    Release version 3.17.1

 NEWS         |   22 ++++++++++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a1f225..54a25c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+= gitg 3.17.1 =
+Version 3.17.1 was released on 2015-08-08
+
+== Changes ==
+- Make use of gravatar service optional (preference)
+- Stage/unstage all selected items when pressing Enter
+- Add command line arguments to modify default history
+  activity selection (--all, --branches, --remotes, --tags)
+- Add deleting of untracked files
+- Improvements to the dash/overview UX
+- Improvements to collapse/uncollapse behavior of diff view
+
+
+== Bugs fixed ==
+- Get icons at correct size in diff view
+- Small UI polish
+- Fixed authentication for cloning
+- Only use animations of gtk_enable_animations is set
+- Fix collation errors for python diffs
+- Fix race conditions in repository loading
+
+
 = gitg 3.16.1 =
 Version 3.16.1 was released on 2015-04-29
 
diff --git a/README b/README
index 72ac49a..1428d08 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.16.1.
+The latest version of gitg is 3.17.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.16.1.tar.xz
+To install the latest version of gitg, make sure to download gitg-3.17.1.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.16.1.tar.xz
-       $ cd gitg-3.16.1
+       $ tar Jxf gitg-3.17.1.tar.xz
+       $ cd gitg-3.17.1
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 1b13009..2ad98ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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, 16)
+m4_define(gitg_minor_version, 17)
 m4_define(gitg_micro_version, 1)
 m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]