[glibmm/glibmm-2-66] 2.66.5



commit aa64515a9fa6f4a8aacab77aadea31a9541496ab
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Sep 19 10:38:12 2022 +0200

    2.66.5

 NEWS         | 25 +++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e249e640..3be4c08f 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+2.66.5 (stable):
+
+Gio:
+* ListStore: Don't derive a gtkmm__GListStore GType
+  (Kjell Ahlstedt) Issue glib#2661
+* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn
+  (Kjell Ahlstedt) Issue #102 (우정모)
+
+Documentation:
+* Gio::Action: Improve the documentation
+  (Kjell Ahlstedt) Issue #100 (Diederik van Lierop)
+
+gmmproc:
+* Improved handling of final types
+  (Kjell Ahlstedt) Issue glib#2661
+
+Build:
+* Meson build: Avoid unnecessary configuration warnings
+  (Kjell Ahlstedt)
+* Meson/MSVC: Add more warnings to ignore
+  (Chun-wei Fan)
+* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created
+  (Chun-wei Fan) Issue #99 (Martin Ammermüller)
+
+
 2.66.4 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index d0a8d163..726ef63a 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.66.4],
+AC_INIT([glibmm], [2.66.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 b9cc840e..03d6bf9b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of glibmm.
 
 project('glibmm', 'cpp',
-  version: '2.66.4',
+  version: '2.66.5',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11',


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