[glibmm/glibmm-2-64] 2.64.5



commit 597586ff0a11d04e774e5fd66d9fa5e369581c55
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Dec 1 10:30:11 2020 +0100

    2.64.5

 NEWS         | 15 +++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 47f18a2e..6654927c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.64.5: (stable):
+
+The tarball for 2.64.5 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+gmmproc:
+* Fix compatibility with gtkmm 3.24.2
+  (Kjell Ahlstedt) Issue #82 (Michael Catanzaro)
+
+Build:
+* Meson build: Fix Cocoa (macOS) detection
+  (Tom Schoonjans) Merge request !43
+
+
 2.64.4: (stable):
 
 The tarball for 2.64.4 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index 4e31d783..927b2c1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.64.4],
+AC_INIT([glibmm], [2.64.5],
         [https://gitlab.gnome.org/GNOME/glibmm/issues],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 24145857..a5ab987c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of glibmm.
 
 project('glibmm', 'cpp',
-  version: '2.64.4',
+  version: '2.64.5',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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