[gtk-mac-integration] Release gtk-mac-integration 2.0.7



commit 9a4070af6a815cc77b864b02e99fedc61164f373
Author: John Ralls <jralls ceridwen us>
Date:   Sat Dec 27 16:44:52 2014 -0800

    Release gtk-mac-integration 2.0.7
    
    I'd meant to do this before tagging 2.0.6 and got ahead of myself.

 ChangeLog    |    6 ++++++
 NEWS         |    3 +++
 configure.ac |    4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c9db267..e3015c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Changes from version gtk-mac-integration-2.0.6 to version
+       gtk-mac-integration-2.0.7
+John Ralls
+       Bug 739492 - Default key binding for hiding window on OS X does
+       not work.
+
 Changes from version gtk-mac-integration-2.0.5 to version
        gtk-mac-integration-2.0.6
 John Ralls
diff --git a/NEWS b/NEWS
index cad041b..05ae018 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Changes from version gtk-mac-integration-2.0.6 to version
+       gtk-mac-integration-2.0.7
+* Bug 739492 - Default key binding for hiding window on OS X does not work.
 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
diff --git a/configure.ac b/configure.ac
index 2c31667..85e24a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gtk-mac-integration, 2.0.6)
+AC_INIT(gtk-mac-integration, 2.0.7)
 # 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.6)
 #   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:6:0
+GTK_MAC_INTEGRATION_LT_VERSION=2:7: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]