[gtk-mac-integration] Release gtk-mac-integration-2.0.6
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] Release gtk-mac-integration-2.0.6
- Date: Sat, 27 Dec 2014 01:49:54 +0000 (UTC)
commit 7e74f9f473241658bb0ff870c527f0921dfbf874
Author: John Ralls <jralls ceridwen us>
Date: Fri Dec 26 17:35:17 2014 -0800
Release gtk-mac-integration-2.0.6
ChangeLog | 10 ++++++++++
NEWS | 26 +++++++++++++++++---------
configure.ac | 4 ++--
3 files changed, 29 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e9bf167..c9db267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Changes from version gtk-mac-integration-2.0.5 to version
+ gtk-mac-integration-2.0.6
+John Ralls
+ Add a suffix to distinguish Gtk2 and Gtk3 libraries -- Daniel Sabo
+ Prevent accessing menu itemAtIndex:-1, which crashed.
+ Fix error in GTK_PYTHON_CHECK which prevented building python bindings.
+
+Kevin Bernhagen and Josh Pettus:
+ Bug 740510: Update localization strings to match GtkosxApplication name.
+
Changes from version gtk-mac-integration-2.0.4 to version
gtk-mac-integration-2.0.5
John Ralls (8):
diff --git a/NEWS b/NEWS
index e43a447..cad041b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,22 @@
+Changes from version gtk-mac-integration-2.0.5 to version
+ gtk-mac-integration-2.0.6
+* Add a suffix to distinguish Gtk2 and Gtk3 libraries -- Daniel Sabo
+* Prevent accessing menu itemAtIndex:-1, which crashed.
+* Bug 740510: Update localization strings to match GtkosxApplication name.
+ -- Kevin Bernhagen and Josh Pettus
+* Fix error in GTK_PYTHON_CHECK which prevented building python bindings.
+
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
+* 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:
diff --git a/configure.ac b/configure.ac
index 9c3cd15..2c31667 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(gtk-mac-integration, 2.0.5)
+AC_INIT(gtk-mac-integration, 2.0.6)
# 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.5)
# 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:5:0
+GTK_MAC_INTEGRATION_LT_VERSION=2:6: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]