[gtk-mac-integration] Update to gtk-mac-introspection-2.0.1



commit cd93cd7330eb96f4b8d3bccbb79afc71e9809b00
Author: John Ralls <jralls ceridwen us>
Date:   Thu Nov 1 14:06:29 2012 -0700

    Update to gtk-mac-introspection-2.0.1

 ChangeLog    |    8 +++++++-
 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 730a836..2eaba63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-Changes from version gtk-mac-integration-1.0.1 to version gtk-mac-integration-2.0.0:
+Changes from version gtk-mac-integration-2.0.0 to version
+	gtk-mac-integration-2.0.1:
+John Ralls (1):
+	Fix some compilation errors when building pyGtk bindings.
+
+Changes from version gtk-mac-integration-1.0.1 to version
+	gtk-mac-integration-2.0.0:
 John Ralls (22):
       Change 'NSAlternate' to be used with GDK_MOD1_MASK, matching changes
          in Gtk keyhandling.
diff --git a/NEWS b/NEWS
index 2950568..92e08d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes from version gtk-mac-integration-2.0.0 to version
+	gtk-mac-integration-2.0.1:
+* This is a minor bug-fix release.
+
+gtk-mac-integration-2.0.0:
+
+*  Now fully compatible with gobject-introspection and useable with Gtk3 gi
+   bindings.
+      Note: Gtk_OSXApplication is now GtkOsx_Application to avoid namespace
+       collision with Gtk. This requires minor changes to application code.
+      Note: Bundle functions (quartz_application_foo) have been renamed to
+       gtkosx_application_foo so that they are introspected.
+      Note: Introspection of Gtk2 doesn't work, so it's ignored in
+       GtkOsxApplication. Gtk2 python applications should continue to use pyGtk.
+*  Change 'NSAlternate' to be used with GDK_MOD1_MASK, matching changes
+         in Gtk keyhandling.
+*  Add support for icons in menus.
+*  Fix object release issues found with Clang static analysis
+
 gtk-mac-integration-1.0.1:
 
 * Add two files to extra_dist: Both are necessary for testing, but not
diff --git a/configure.ac b/configure.ac
index 6b59ba3..03d4725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gtk-mac-integration, 2.0.0)
+AC_INIT(gtk-mac-integration, 2.0.1)
 # 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.0)
 #   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:0:0
+GTK_MAC_INTEGRATION_LT_VERSION=2:1:0
 AC_SUBST(GTK_MAC_INTEGRATION_LT_VERSION)
 AC_CONFIG_SRCDIR(src/gtk-mac-menu.c)
 AC_CONFIG_MACRO_DIR(m4)



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