summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-19 10:38:12 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-19 10:38:12 +0200
commitaa64515a9fa6f4a8aacab77aadea31a9541496ab (patch)
treeaedd9f7fef7dd02824e8fe49fc24441032d15fd9
parent0ad59fa58f4e86ecec7fd90b83342f1d9fde1653 (diff)
downloadglibmm-2.66.5.tar.gz
2.66.52.66.5
-rwxr-xr-xNEWS25
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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',