Release 0.3.2

This commit is contained in:
Jesse van den Kieboom 2014-01-09 23:30:56 +01:00
parent e56f52db4d
commit e2debb589d
3 changed files with 22 additions and 6 deletions

18
NEWS
View file

@ -1,5 +1,21 @@
= gitg 0.3.2 =
Version 0.3.2 was released on 2014-09-01
== Bug fixes ==
* Various small build issues, parallel install, man pages, desktop files
* Corrected required versions of dependencies
* Do not rely on external gsettings schemas to exist
* Improved runtime libgit2 thread support detection
* Fix handling of mailto: uris
== Updated translations ==
* Polish: Piotr Drąg <piotrdrag@gmail.com>
* Hebrew: Yosef Or Boczko <yoseforb@gmail.com>
* Spanish: Daniel Mustieles <daniel.mustieles@gmail.com>
* Italian: Milo Casagrande <milo@ubuntu.com>
= gitg 0.3.1 =
Version 0.3.1 was released on 2013-02-01
Version 0.3.1 was released on 2014-02-01
This is the first release of a major rewrite of gitg. We have since moved from
C to Vala to implement gitg, easing development. More importantly, gitg is now

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 0.3.1.
The latest version of gitg is 0.3.2.
Website: https://live.gnome.org/Apps/Gitg
Bugs: http://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-0.3.1.tar.xz
To install the latest version of gitg, make sure to download gitg-0.3.2.tar.xz
from the download site. After downloading the following procedure installs
gitg:
$ tar Jxf gitg-0.3.1.tar.xz
$ cd gitg-0.3.1
$ tar Jxf gitg-0.3.2.tar.xz
$ cd gitg-0.3.2
$ ./configure
$ make
$ sudo make install

View file

@ -4,7 +4,7 @@ AC_PREREQ([2.64])
m4_define(gitg_major_version, 0)
m4_define(gitg_minor_version, 3)
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],