[glibmm/glibmm-2-66] 2.66.0



commit 78430275553a79f845dd6f4919a5a50a203d0862
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Jan 27 10:55:19 2021 +0100

    2.66.0

 NEWS         | 21 +++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6654927c..ada19008 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.66.0: (stable):
+
+The tarball for 2.66.0 has been created with 'meson dist'.
+If you build with Autotools from the tarball, please read the relevant
+part of the README file.
+
+Glib:
+* Binding: Add set_manage() and Glib::manage()
+  (Daniel Boles) Issue #62
+* Deprecate BalancedTree in favour of std::map and std::unordered_map
+  (Kjell Ahlstedt) Issue #78
+
+Gio:
+* ListStore: Accept interfaces
+  (Andreas Persson) Merge request !38
+* MenuAttribute: Add new enum values
+  (Kjell Ahlstedt) Issue #78
+* SettingsSchemaSource: Wrap new_from_directory() and list_schemas()
+  (Daniel Boles, Kjell Ahlstedt) Issue #19
+
+
 2.64.5: (stable):
 
 The tarball for 2.64.5 has been created with 'meson dist'.
diff --git a/configure.ac b/configure.ac
index 927b2c1e..e51eb808 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.5],
+AC_INIT([glibmm], [2.66.0],
         [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 a5ab987c..4452a78a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 # This file is part of glibmm.
 
 project('glibmm', 'cpp',
-  version: '2.64.5',
+  version: '2.66.0',
   license: 'LGPLv2.1+',
   default_options: [
     'cpp_std=c++11'


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