summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2014-04-18 17:21:54 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2014-04-18 17:21:54 +0200
commitb741c2331e978966c84586b89ab9e4553412a923 (patch)
treef27de9759a24c7da1ed8e6f5d54548b6b87f8cad
parentd6078d7786c43b2e0fbf551e686be6175810c333 (diff)
downloadgjs-gnome-3-12.tar.gz
Release 1.40.1gnome-3-12
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8693ac1a..525f45d6 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 8281308f..9ccf671b 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)