[gjs/gnome-3-12] Release 1.40.1



commit b741c2331e978966c84586b89ab9e4553412a923
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Apr 18 17:21:54 2014 +0200

    Release 1.40.1

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8693ac1..525f45d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.40.1
+--------------
+
+- Fixed build-time detection of GTK enablement [#727394]
+- Fixed a crash caused by reentrancy in GObject finalizers [#725024]
+- Fixed the GIMarshallingTests suite [Lionel Landwerlin, #728004]
+- Fixed marshalling of GObjects when known by an interface type
+  from C to JS [Lionel Landwerlin, #727824]
+- Some typos and JS style cleanups [Mattias Bengtsson, #727781, #727786]
+
 Version 1.40.0
 --------------
 
diff --git a/configure.ac b/configure.ac
index 8281308..9ccf671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define(pkg_major_version, 1)
 m4_define(pkg_minor_version, 40)
-m4_define(pkg_micro_version, 0)
+m4_define(pkg_micro_version, 1)
 m4_define(pkg_version, pkg_major_version.pkg_minor_version.pkg_micro_version)
 m4_define(pkg_int_version, (pkg_major_version * 100 + pkg_minor_version) * 100 + pkg_micro_version)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]