diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-09-22 12:42:28 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2019-09-22 12:42:28 +0200 |
commit | 519f74b285f79ce2e4025218675168a2a1f15bd9 (patch) | |
tree | 3933da26f4c82a776d4eb6233c53c48ed118c4fa | |
parent | ff6b2c5ec542876ebe6c222b5e5472af5023adcf (diff) | |
download | glibmm-2-60.tar.gz |
2.60.12.60.1glibmm-2-60
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 34 insertions, 1 deletions
@@ -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]) |