Skip to content

Commit

Permalink
Release version 3.23.90
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatanzaro committed Feb 16, 2017
1 parent 6fdbf56 commit 29a1060
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
= 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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 29a1060

Please sign in to comment.