diff --git a/NEWS b/NEWS index ae7b9d7..c22b8e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes from version gtk-mac-integration-3.0.1 to version + gtk-mac-integration-3.0.2 +* Set C locale when creating a menu item. +* Replace obsolete functions in documentation example +* Add notes about obsolesence and Gtk4 non-support to docs and README +* Fix crash with some locales +* Fix Quit menu item key equivalent for GtkMenuItems case +* Fix deprecations and no-longer-defined symbol. +* DOAP: Fix 404 homepage URL +* Update GObject declaration and definition macros. Requires Glib 2.38 or later +* Add support for openFiles and openURLs in GtkApplicationDelegate. +* New/Updated Translations: Belorussan, Georgian, HEbrew, Hindi, Italian + Changes from version gtk-mac-integration-3.0.0 to version gtk-mac-integration-3.0.1 * Fix localization of the Apple menu when running in a bundle. diff --git a/README b/README index 609543f..4a46180 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gtk-mac-integration Version 3.0.1 +Gtk-mac-integration Version 3.0.2 Provides integration for Gtk+ applications into the Mac desktop, with support for the Mac menubar, the Dock, and for finding resources in diff --git a/configure.ac b/configure.ac index 7e5198e..feb7edb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.52) -AC_INIT(gtk-mac-integration, 3.0.1) +AC_INIT(gtk-mac-integration, 3.0.2) # 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, 3.0.1) # 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=4:1:0 +GTK_MAC_INTEGRATION_LT_VERSION=4:2:0 AC_SUBST(GTK_MAC_INTEGRATION_LT_VERSION) AC_CONFIG_SRCDIR(src/gtkosxapplication.c) AC_CONFIG_MACRO_DIR(m4) diff --git a/docs/reference/gtk-mac-integration-docs.xml b/docs/reference/gtk-mac-integration-docs.xml index 6346428..48e01c6 100644 --- a/docs/reference/gtk-mac-integration-docs.xml +++ b/docs/reference/gtk-mac-integration-docs.xml @@ -8,7 +8,7 @@ gtk-mac-integration Reference Manual - for gtk-mac-integration 3.0.1. + for gtk-mac-integration 3.0.2. The latest version of this documentation can be found on-line at https://jralls.github.io/gtk-mac-integration/.