[gjs] release: Prepare for 1.49.3
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] release: Prepare for 1.49.3
- Date: Mon, 19 Jun 2017 21:06:34 +0000 (UTC)
commit 15fe43d4d9691a473c30192536e7510baccca13f
Author: Philip Chimento <philip chimento gmail com>
Date: Mon Jun 19 14:05:53 2017 -0700
release: Prepare for 1.49.3
Includes forgotten version bump from 1.49.2.
NEWS | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03847f4..6feab5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 1.49.3
+--------------
+
+- This will be the last release using SpiderMonkey 38.
+- Fixes in preparation for SpiderMonkey 52 [Philip Chimento]
+- Use the Centricular fork of libffi to build on Windows [Chun-wei Fan]
+
+- Closed bugs:
+
+ * [RFC] Use a C++ auto pointer instead of g_autofree [#777597, Chun-wei Fan,
+ Daniel Boles, Philip Chimento]
+ * Build failure in GNOME Continuous [#783031, Chun-wei Fan]
+
Version 1.48.4
--------------
diff --git a/configure.ac b/configure.ac
index 31f2df1..c17a2d6 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, 2)
+m4_define(pkg_micro_version, 3)
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]