diff options
author | Murray Cumming <murrayc@murrayc.com> | 2017-02-23 12:31:21 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2017-02-23 12:49:47 +0100 |
commit | ae9955dd4d2dee0e3abc42c98cb138a15d2cbf34 (patch) | |
tree | 2084f971d807e6936ec3bc73d19d4ba4643f4f6d | |
parent | 021029df6c9946c3b8639bd1c8960fe98b54c50d (diff) | |
download | glibmm-ae9955dd4d2dee0e3abc42c98cb138a15d2cbf34.tar.gz |
2.51.22.51.2
-rw-r--r-- | NEWS | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index 5c7c7cb4..6167bafd 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.51.1.2], +AC_INIT([glibmm], [2.51.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) |