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
29a1060b
Commit
29a1060b
authored
Feb 16, 2017
by
Michael Catanzaro
Browse files
Release version 3.23.90
parent
6fdbf560
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
29a1060b
= gitg 3.23.90 =
Version 3.23.90 was released on 2017-02-16
== Changes ==
- Fix for libgit2-glib api change
== Bugs fixed ==
- Do not duplicate the fds
= gitg 3.23.0 =
Version 3.23.0 was released on 2016-11-26
== Changes ==
- Bump libgit2-glib version to 0.24.4
- Show dash activity menu if shell does not show app menu
- Add diff renderer for images
== Bugs fixed ==
- history: Fix printf format strings
- Use same callbacks instance during remote connection life cycle
- win32 installer fixes
= gitg 3.21.91 =
Version 3.21.91 was released on 2016-08-27
...
...
configure.ac
View file @
29a1060b
...
...
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
m4_define(gitg_major_version, 3)
m4_define(gitg_minor_version, 23)
m4_define(gitg_micro_version,
1
)
m4_define(gitg_micro_version,
90
)
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