summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-02-23 12:31:21 +0100
committerMurray Cumming <murrayc@murrayc.com>2017-02-23 12:49:47 +0100
commitae9955dd4d2dee0e3abc42c98cb138a15d2cbf34 (patch)
tree2084f971d807e6936ec3bc73d19d4ba4643f4f6d /NEWS
parent021029df6c9946c3b8639bd1c8960fe98b54c50d (diff)
downloadglibmm-ae9955dd4d2dee0e3abc42c98cb138a15d2cbf34.tar.gz
2.51.22.51.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 568d3c10..672b2148 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.51.2 (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* Object construction: Add custom class init and instance init functions
+ An extra class init function is useful in Gtk::WidgetCustomDraw and
+ Gtk::WidgetCustomSnapshot.
+ (Kjell Ahlstedt) Bug #775348
+
+Gio:
+* Action: #include <glibmm/variant.h>, for convenience.
+ (Daniel Boles) Bug #777953
+* SimpleAction: Make set_state() public.
+ (Daniel Boles) Bug #777953
+
+Documentation:
+* Glib::Variant: Explain how to create "maybe" type.
+ (Daniel Boles) Bug #778219
+
+
2.51.1.2 (unstable):
Distro packagers should probably not package this yet.