[glibmm/glibmm-2-60] 2.60.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-60] 2.60.1
- Date: Sun, 22 Sep 2019 10:59:40 +0000 (UTC)
commit 519f74b285f79ce2e4025218675168a2a1f15bd9
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Sun Sep 22 12:42:28 2019 +0200
2.60.1
NEWS | 33 +++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index fa3375a6..9c75cf67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.60.1 (stable):
+
+Glib:
+* Use convert_return_gchar_ptr_to_*() in a couple of ustring methods
+ (Martin Ejdestig) Merge request !11
+* Fix callback races in glibmm when GSource is destructed
+ (Dainis Jonitis) Issue #41
+* Fix memory leak in Variant<std::tuple<>>::create()
+ (Van de Bugger, Kjell Ahlstedt) Issue #48
+* Disable warnings from deprecated GTimeVal
+ (Kjell Ahlstedt)
+
+Gio:
+* DBus::Object: Fix refcounts in some vfuncs
+ (Kjell Ahlstedt)
+* Drive, MountOperation, ThemedIcon, TlsDatabase, VolumeMonitor:
+ Fix ownership of some lists and arrays (Fixes memory leaks
+ and dangling pointers)
+ (Kjell Ahlstedt) Issue #50 (Gary Wang)
+* SocketControlMessage: Add deserialize_vfunc_callback()
+ (Kjell Ahlstedt) Issue #52 (Ankur deep jaiswal)
+
+gmmproc:
+* Update for new glib deprecation macros
+ (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..e8e603e8 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.60.1],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]