summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-04-29 17:36:16 -0400
committerMurray Cumming <murrayc@murrayc.com>2013-06-05 09:23:14 +0200
commitf2c23c38f53f85ba4fbd4be83d83ed35ef90b45a (patch)
tree6fbf9dd3a6dd6092aafa6b67d82d9fd499303f4d
parent1e71387941c956cd898a7d114911d0416c4f1666 (diff)
downloadglibmm-f2c23c38f53f85ba4fbd4be83d83ed35ef90b45a.tar.gz
Add the configure.ac and NEWS changes from 3.6.1.
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-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])