summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-11-23 10:38:47 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-11-23 10:38:47 +0100
commit1b31d7f1d96c3606fe82bd5e1ea182d0d2d3bb3e (patch)
treed553b53ec8b158abdc3b3c9e07d76a5381b9886c
parent4aff300e67f0ec088297e6301d9fa2313acee565 (diff)
downloadglibmm-1b31d7f1d96c3606fe82bd5e1ea182d0d2d3bb3e.tar.gz
2.51.12.51.1
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdad1418..fa3d1d0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+2.51.1:
+
+This is the first release of the glibmm-2.52 API/ABI.
+It installs in parallel with the gtkmm-2.4 API/ABI, of which
+the most recent version is glibmm 2.50. We know that is a bit
+confusing. We are taking the opportunity to do this glibmm ABI
+break while GTK+ (and therefore gtkmm) is also doing an ABI
+break. But we cannot call this glibmm-3.0 because there is no
+glib 3.0.
+
+Build:
+* Require C++14.
+ (Murray Cumming)
+* Use libsigc++-3.0 instead of libsigc++-2.0.
+ https://www.murrayc.com/permalink/2016/03/07/libsigc-3-0-very-variadic/
+ (Murray Cumming)
+* Remove lots of deprecated API.
+ (Kjell Ahlstedt)
+
+Gio:
+* BufferedInputStream, InputStream, OutputStream: Add vfuncs,
+ allowing implementation in C++.
+ (Krzysztof KosiƄski, Kjell Ahlstedt) Bug #572471
+* SettingsSchemaSource::get_default(): Correct the reference count.
+ (Marcin Kolny) Bug #774593
+* Settings: Fix type of 'key' parameter of writable-change-event signal
+ (Marcin Kolny) Bug #773977
+
+Glib:
+* ustring: Add cbegin() and cend().
+
+
2.50.0:
No changes since 2.49.7.