[gitg] Release 3.15.2



commit 076fcdf5c04f21507a1e096d8b975c27c589afa3
Author: Garrett Regier <garrettregier gmail com>
Date:   Tue Mar 17 02:50:51 2015 -0700

    Release 3.15.2

 NEWS         |   14 ++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5ef4ed8..7388372 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+= gitg 3.15.2 =
+Version 3.15.2 was released on 2015-03-17
+
+== Changes ==
+  * Show committer date in commit info
+  * Deep extend diff settings to preserve defaults
+  * Show committer in diff when differs from author
+  * Select row when going into selection mode
+  * Do not use null repository in remote manager
+  * Provide a symbolic variant of the app icon
+  * Make links in commit messages clickable
+  * Add gitg config to ignore certain submodules
+  * Updated translations
+
 = gitg 3.15.1 =
 Version 3.15.1 was released on 2015-02-09
 
diff --git a/README b/README
index 5773db8..9d3d930 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.15.1.
+The latest version of gitg is 3.15.2.
 
 Website:      https://wiki.gnome.org/Apps/Gitg
 Bugs:         https://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -16,8 +16,8 @@ To install the latest version of gitg, make sure to download gitg-3.14.0.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.15.1.tar.xz
-       $ cd gitg-3.15.1
+       $ tar Jxf gitg-3.15.2.tar.xz
+       $ cd gitg-3.15.2
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index 68b9ccc..945c862 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, 15)
-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]