[gtk-mac-integration] Release gtk-mac-integration 2.0.5



commit 959afaf1139e144b4c6f5fdae687c0e260f44c01
Author: John Ralls <jralls ceridwen us>
Date:   Fri Oct 11 15:16:30 2013 -0700

    Release gtk-mac-integration 2.0.5

 ChangeLog                                    |   25 +++++++++++++++++++++++++
 NEWS                                         |   12 ++++++++++++
 configure.ac                                 |    4 ++--
 docs/reference/gtk-mac-integration-docs.sgml |    2 +-
 4 files changed, 40 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c6f984a..e9bf167 100644
--- a/ChangeLog
+++ b/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):
diff --git a/NEWS b/NEWS
index 56c4eee..e43a447 100644
--- a/NEWS
+++ b/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!
diff --git a/configure.ac b/configure.ac
index 9a4d5e7..d1a91b5 100644
--- a/configure.ac
+++ b/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
@@ -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)
diff --git a/docs/reference/gtk-mac-integration-docs.sgml b/docs/reference/gtk-mac-integration-docs.sgml
index 3c921b3..b45912f 100644
--- a/docs/reference/gtk-mac-integration-docs.sgml
+++ b/docs/reference/gtk-mac-integration-docs.sgml
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]