[gjs] Release 1.41.91



commit 3d3cfad0379c9c80977f9b56f568352aa24b24e4
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Sep 1 23:43:23 2014 +0200

    Release 1.41.91

 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24561a5..50879c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 1.41.91
+---------------
+
+- Added the ability to disable JS language warnings [Lionel Landwerlin,
+  #734569]
+- Fixed crashes in PPC (and probably other arches) due to invalid
+  callback signatures [Michel Danzer, #729554]
+- Fixed regressions with dbus 1.8.6 [Tim Lunn, #735358]
+- Readded file system paths to the default module search, to allow
+  custom GI overrides for third party libraries [Jasper St. Pierre]
+
 Version 1.41.4
 --------------
 
diff --git a/configure.ac b/configure.ac
index 57a24e0..ac26462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define(pkg_major_version, 1)
 m4_define(pkg_minor_version, 41)
-m4_define(pkg_micro_version, 5)
+m4_define(pkg_micro_version, 91)
 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]