Release 3.19.6

This commit is contained in:
Ignacio Casal Quinteiro 2016-02-04 18:16:48 +01:00
parent a121cd646e
commit 395711b42b
3 changed files with 14 additions and 5 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
= gitg 3.19.6 =
Version 3.19.6 was released on 2016-02-04
== Changes ==
- Make use of shortcut window optional
== Bugs fixed ==
- Make it build again on osx and windows
= gitg 3.19.5 =
Version 3.19.5 was released on 2016-01-26

8
README
View file

@ -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.5.
The latest version of gitg is 3.19.6.
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.19.5.tar.xz
To install the latest version of gitg, make sure to download gitg-3.19.6.tar.xz
from the download site. After downloading the following procedure installs
gitg:
$ tar Jxf gitg-3.19.5.tar.xz
$ cd gitg-3.19.5
$ tar Jxf gitg-3.19.6.tar.xz
$ cd gitg-3.19.6
$ ./configure
$ make
$ sudo make install

View file

@ -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, 5)
m4_define(gitg_micro_version, 6)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
AC_INIT([gitg],