summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-03-30 22:00:20 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-03-30 22:00:25 +0200
commite0596af8f9313b3670a135c811c841d652c0c386 (patch)
tree41b7beab1559900dda8c77daa0a7429f3b74258e /NEWS
parentbec7c75197056293d185a297e357181e20d5a83b (diff)
downloadglibmm-e0596af8f9313b3670a135c811c841d652c0c386.tar.gz
NEWS for 2.53.1
I forgot to update this before tagging the release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb86808e..c886a1a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+2.53.1
+
+Glib:
+* OptionGroup:
+ - Don't allow copy or move.
+ - Remove the OptionGroup& parameter in on_pre_parse(), on_post_parse() and
+ on_error().
+ (Kjell Ahlstedt)
+* IOChannel, StreamIOChannel: Remove deprecated parts.
+ (Kjell Ahlstedt)
+* ustring: Add make_valid().
+ (Krzysztof Piecuch) Bug #780075
+* Remove (unused) Sequence and sequence().
+ (Murray Cumming)
+* Remove ListHandle, SListHandle, ArrayHandle, SArrayHandle, and
+ StringArrayHandle, replacing them with std::vector in API.
+ (Murray Cumming)
+
+gmmproc:
+* _WRAP_METHOD(): Some more use of auto in generated code.
+ (Murray Cumming)
+
+Build:
+* Change the ABI to glibmm-2.54.
+ (Murray Cumming)
+* Add some #include directives.
+ (Kjell Ahlstedt)
+* Visual Studio: Require Visual Studio 2017 and update the glibmm project.
+ (Chu-wei Fan)
+
+
2.51.5
Gio: