Skip to content

Commit

Permalink
Release gtk-mac-integration 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 11, 2013
1 parent 8980826 commit 959afaf
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
25 changes: 25 additions & 0 deletions ChangeLog
@@ -1,3 +1,28 @@
Changes from version gtk-mac-integration-2.0.4 to version
gtk-mac-integration-2.0.5
John Ralls (8):
Bug 709427 - gtk-mac-integration: app menu issues in 2.0.4
Remove commented-out code from previous change
Refine the app-menu application name
Clean up some deprecations and warnings
A cleaner way to fix up those deprecations.
Fix double-free crash if last menu item is a separator.
Get Enable/Disable working again
Enable BUILT_UI in test-integration while suppressing gtk deprecated
warnings

Changes from version gtk-mac-integration-2.0.3 to version
gtk-mac-integration-2.0.4

John Ralls (2):
Fix a refcounting bug & menu index bug

Changes from version gtk-mac-integration-2.0.2 to version
gtk-mac-integration-2.0.3
John Ralls (3):
Replace 10.6-only NSRunningApplication with NSBundle
Fix minimum version to one that exists in 10.5

Changes from version gtk-mac-integration-2.0.1 to version
gtk-mac-integration-2.0.2
John Ralls (18):
Expand Down
12 changes: 12 additions & 0 deletions NEWS
@@ -1,3 +1,15 @@
Changes from version gtk-mac-integration-2.0.4 to version
gtk-mac-integration-2.0.5
Bug 709427 - gtk-mac-integration: app menu issues in 2.0.4
Remove commented-out code from previous change
Refine the app-menu application name
Clean up some deprecations and warnings
A cleaner way to fix up those deprecations.
Fix double-free crash if last menu item is a separator.
Get Enable/Disable working again
Enable BUILT_UI in test-integration while suppressing gtk deprecated
warnings

Changes from version gtk-mac-integration-2.0.3 to version
gtk-mac-integration-2.0.4:
* A double-release bug fix. Crasher! Don't use 2.0.3!
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)

AC_INIT(gtk-mac-integration, 2.0.4)
AC_INIT(gtk-mac-integration, 2.0.5)
# Before making a release, the LT_VERSION string should be modified.
# The string is of the form C:R:A.
# - If interfaces have been changed or added, but binary compatibility has
Expand All @@ -9,7 +9,7 @@ AC_INIT(gtk-mac-integration, 2.0.4)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A

GTK_MAC_INTEGRATION_LT_VERSION=2:4:0
GTK_MAC_INTEGRATION_LT_VERSION=2:5:0
AC_SUBST(GTK_MAC_INTEGRATION_LT_VERSION)
AC_CONFIG_SRCDIR(src/gtk-mac-menu.c)
AC_CONFIG_MACRO_DIR(m4)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/gtk-mac-integration-docs.sgml
Expand Up @@ -8,7 +8,7 @@
<bookinfo>
<title>Gtk-OSX Integration Reference Manual</title>
<releaseinfo>
For <em>gtk-mac-integration 2.0.4</em><br/>
For <b>gtk-mac-integration 2.0.5</b><br/>
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://gtk-osx.sourceforge.net/gtk-mac-integration/index.html">http://gtk-osx.sourceforge.net/gtk-mac-integration/</ulink>.
</releaseinfo>
Expand Down

0 comments on commit 959afaf

Please sign in to comment.