From f2c23c38f53f85ba4fbd4be83d83ed35ef90b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Alburquerque?= Date: Mon, 29 Apr 2013 17:36:16 -0400 Subject: Add the configure.ac and NEWS changes from 3.6.1. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7eaa6cfe..b7bb792e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2.36.1 (stable): + +* Custom Interfaces: Implement derived interface properties. + (José Alburquerque) +* gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func(). + (Kjell Ahlstedt) Bug #605728 (Murray Cumming) +* Output.pm: convert_args_c_to_cpp(): Reverse mappings hash correctly. + (José Alburquerque) Bug #698989 (David Evans, John Ralls) + Changes in 2.36 compared to 2.34: Glib: diff --git a/configure.ac b/configure.ac index 15b85c14..2f23b516 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 . -AC_INIT([glibmm], [2.36.0], +AC_INIT([glibmm], [2.36.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1