Release version 0.0.6

This commit is contained in:
Jesse van den Kieboom 2010-02-21 10:57:36 +01:00
parent 5ffae68dac
commit 1134d7e93b
2 changed files with 23 additions and 5 deletions

18
NEWS
View file

@ -1,3 +1,21 @@
= gitg 0.0.6 =
Version 0.0.6 was released on 2010-02-21
== Features ==
* Added support for opening gitg:// uris
* Added select commit on load
* Added DND for revisions (treeish, text, uri)
* Added cherry-picking
* Show only local branches
* Added horizontal layout mode
* Support for XDS DND
* Multiple selection stage/unstage/revert/ignore
== Bug fixes ==
* Plugged several memory leaks
* Correct line rendering for diffs
* Diff subheader visibility
= gitg 0.0.5 =
Version 0.0.5 was released on 2009-08-29

10
README
View file

@ -3,7 +3,7 @@ gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and
convenient tool to visualize git history and actions that benefit from a
graphical presentation.
The latest version of gitg is 0.0.5.
The latest version of gitg is 0.0.6.
Website: http://trac.novowork.com/gitg
Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg
@ -11,12 +11,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.0.5.tar.bz2
from the download site. After downloading the following procedure installs
To install the latest version of gitg, make sure to download gitg-0.0.6.tar.bz2
from the download site. After downloading the following procedure installs
gitg:
$ tar -xjf gitg-0.0.5.tar.bz2
$ cd gitg-0.0.3
$ tar -xjf gitg-0.0.6.tar.bz2
$ cd gitg-0.0.6
$ ./configure
$ make
$ sudo make install