Skip to content

Commit

Permalink
Release gtk-mac-integration-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Nov 25, 2024
1 parent 3a13d2b commit 7aa199a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/gtk-mac-integration-docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<bookinfo>
<title>gtk-mac-integration Reference Manual</title>
<releaseinfo>
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
<ulink role="online-location" url="https://jralls.github.io/gtk-mac-integration/index.html">https://jralls.github.io/gtk-mac-integration/</ulink>.
</releaseinfo>
Expand Down

0 comments on commit 7aa199a

Please sign in to comment.