[glibmm/glibmm-2-62] 2.62.0



commit ceff460bbfbca3acf60e6d35cf01961ff988177c
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Sep 18 18:29:35 2019 +0200

    2.62.0

 NEWS         | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa3375a6..a0a7d009 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+2.62.0 (stable):
+
+Glib:
+* Add ustring::make_valid()
+  (Krzysztof Piecuch) Bug #780075
+  (Martin Ejdestig) Merge request !11
+  Issue #40 (Tanu Kaskinen)
+* Use convert_return_gchar_ptr_to_*() in a couple of ustring methods
+  (Martin Ejdestig) Merge request !11
+* Add ustring::sprintf(), wrapping g_strdup_printf()
+  (Daniel Boles) Issue #21
+* Fix callback races in glibmm when GSource is destructed
+  (Dainis Jonitis) Issue #41
+* Checksum, Datetime, TimeZone: Add Glib::Value specializations
+  (Kjell Ahlstedt)
+* Property: Add const get_proxy() returning ReadOnly
+  Getting Proxy from ReadOnly is const
+  (Daniel Boles) Issue #44
+* Property: Update for compatibility with Gtk::Builder
+  (Kjell Ahlstedt)
+* Fix memory leak in Variant<std::tuple<>>::create()
+  (Van de Bugger, Kjell Ahlstedt) Issue #48
+* Deprecate TimeVal
+  (Kjell Ahlstedt)
+
+Gio:
+* Add Application::add_option_group()
+  (Kjell Ahlstedt Issue #46 (Patrick Storz)
+* DBus::Object: Fix refcounts in some vfuncs
+  (Kjell Ahlstedt)
+* Gio::DBus: Add ObjectProxy, ObjectSkeleton, ObjectManager,
+  ObjectManagerClient, ObjectManagerServer
+  (Kjell Ahlstedt) Issue #43 (Martin Ejdestig)
+* Drive, MountOperation, ThemedIcon, TlsDatabase, VolumeMonitor:
+  Fix ownership of some lists and arrays (Fixes memory leaks
+  and dangling pointers)
+  (Kjell Ahlstedt)
+* Add SocketControlMessage::add_deserialize_func()
+  (Kjell Ahlstedt) Issue #52 (Ankur deep jaiswal)
+
+gmmproc:
+* Update for new glib deprecation macros
+  (Kjell Ahlstedt)
+
+Build:
+* Require glib-2.0 >= 2.61.2
+  (Kjell Ahlstedt)
+
+Documentation:
+* Glib::init(), Gio::init(): Improve the documentation
+  (Kjell Ahlstedt) Issue #49 (Van de Bugger)
+* Glib::ustring can't always replace std::string
+  (Kjell Ahlstedt) Issue #47 (Patrick Storz)
+
+
 2.60.0 (stable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 1e6e40e2..b3b8ce6f 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.60.0],
+AC_INIT([glibmm], [2.62.0],
         [https://gitlab.gnome.org/GNOME/glibmm/issues],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -82,7 +82,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.59.2'
+glibreq='2.0 >= 2.61.2'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.9.1 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"


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