Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
gitg
Commits
54724c6d
Commit
54724c6d
authored
Sep 12, 2016
by
Jesse van den Kieboom
Browse files
Release version 3.20.3
parent
0d06646a
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
54724c6d
= gitg 3.20.3 =
Version 3.20.3 was released on 2016-09-12
== Bugs fixed ==
- Show dash activity menu if shell does not show app menu
- Use same callbacks instance during remote connection life cycle
= gitg 3.20.2 =
Version 3.20.2 was released on 2016-08-27
...
...
README
View file @
54724c6d
...
...
@@ -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.20.
2
.
The latest version of gitg is 3.20.
3
.
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.20.
2
.tar.xz
To install the latest version of gitg, make sure to download gitg-3.20.
3
.tar.xz
from the download site. After downloading the following procedure installs
gitg:
$ tar Jxf gitg-3.20.
2
.tar.xz
$ cd gitg-3.20.
2
$ tar Jxf gitg-3.20.
3
.tar.xz
$ cd gitg-3.20.
3
$ ./configure
$ make
$ sudo make install
...
...
configure.ac
View file @
54724c6d
...
...
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
m4_define(gitg_major_version, 3)
m4_define(gitg_minor_version, 20)
m4_define(gitg_micro_version,
2
)
m4_define(gitg_micro_version,
3
)
m4_define(gitg_version, gitg_major_version.gitg_minor_version.gitg_micro_version)
AC_INIT([gitg],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment