[gitg] Release 3.19.2



commit 5dd67afcd6be05affab1023c6097b14da2ed91bd
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Dec 22 08:41:29 2015 +0100

    Release 3.19.2

 NEWS         |   12 ++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 02c021d..31c7ad2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+= gitg 3.19.2 =
+Version 3.19.2 was released on 2015-12-22
+
+== Changes ==
+- Support for Windows and OSX
+- Add platform specific styles
+
+== Bugs fixed ==
+- Fix dark style of diff-stat widget
+- Fix selectable button visibilities
+
+
 = gitg 3.19.1 =
 Version 3.19.1 was released on 2015-12-21
 
diff --git a/README b/README
index a2112f3..322615e 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.19.1.
+The latest version of gitg is 3.19.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.19.1.tar.xz
 from the download site. After downloading the following procedure installs
 gitg:
 
-       $ tar Jxf gitg-3.19.1.tar.xz
-       $ cd gitg-3.19.1
+       $ tar Jxf gitg-3.19.2.tar.xz
+       $ cd gitg-3.19.2
        $ ./configure
        $ make
        $ sudo make install
diff --git a/configure.ac b/configure.ac
index c96abfe..ea12fd5 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, 19)
-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]