[gjs] release: Prepare for 1.49.1



commit a00a63e2e0333dac3f23a331d7de3e4eb1d54e50
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Apr 23 21:05:23 2017 -0700

    release: Prepare for 1.49.1
    
    Include version bump to correct version, there is no 1.49.0

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 766e4a0..211b78d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 1.49.1
+--------------
+
+- Closed bugs:
+
+  * test GObject Class failure [#693676, Stef Walter]
+  * Enable incremental GCs [#724797, Giovanni Campagna]
+  * Don't silently accept extra arguments to C functions [#680215, Jasper
+    St. Pierre, Philip Chimento]
+  * Special case GValues in signals and properties [#688128, Giovanni Campagna,
+    Philip Chimento]
+  * [cairo] Instantiate wrappers properly [#614413, Philip Chimento,
+    Johan Dahlin]
+  * Warn if we're importing an unversioned namespace [#689654, Colin Walters,
+    Philip Chimento]
+
+- Fixes in preparation for SpiderMonkey 45 [Philip Chimento]
+- Misc fixes [Philip Chimento, Chun-wei Fan, Dan Winship]
+
 Version 1.48.2
 --------------
 
diff --git a/configure.ac b/configure.ac
index b114594..fa76a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define(pkg_major_version, 1)
 m4_define(pkg_minor_version, 49)
-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]