[gjs] release: prepare for 1.45.4



commit 6ce2defb46e15219cc6f855b6530174ce870312d
Author: Cosimo Cecchi <cosimo endlessm com>
Date:   Tue Jul 19 11:15:01 2016 -0700

    release: prepare for 1.45.4

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 62fce50..a7d7137 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 1.45.4
+--------------
+- Release out args before freeing caller-allocated structs [Florian Müllner,
+  #768413]
+- Marshal variable array-typed signal arguments [Philip Chimento, Florian
+  Müllner, #761659]
+- Marshal all structs in out arrays correctly [Philip Chimento, #761658]
+- Call setlocale() before processing arguments [Ting-Wei Lan, #760424]
+- Build fixes and improvements [Philip Chimento, #737702, #761072] [Hashem
+  Nasarat, #761366] [Carlos Garnacho, #765905] [Simon McVittie, #767368]
+  [Emmanuele Bassi] [Michael Catanzaro] [Matt Watson]
+
 Version 1.45.3
 --------------
 
diff --git a/configure.ac b/configure.ac
index 7ea3eb6..c95115b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 m4_define(pkg_major_version, 1)
 m4_define(pkg_minor_version, 45)
-m4_define(pkg_micro_version, 3)
+m4_define(pkg_micro_version, 4)
 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]