[gjs] Release 1.43.3



commit e1974c8f93625c9b412f923c536abaf2ac4dc839
Author: Giovanni Campagna <scampa giovanni gmail com>
Date:   Sun Dec 21 18:58:23 2014 +0100

    Release 1.43.3

 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f9d7fc9..9de20e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 1.43.3
+--------------
+
+- GTypeClass and GTypeInterface methods, such as
+  g_object_class_list_properties(), are now available [#700347]
+- Added full automatic support for GTK widget templates [#700347,
+  #737661] [Jonas Danielsson, #739739]
+- Added control of JS Date caches to system module [#739790]
+- Misc bug fixes and memory leak fixes [Owen Taylor, #738122]
+  [Philip Chimento, #740696, #737701]
+
 Version 1.42.0
 --------------
 
diff --git a/configure.ac b/configure.ac
index 1454f53..3597371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 m4_define(pkg_major_version, 1)
-m4_define(pkg_minor_version, 42)
-m4_define(pkg_micro_version, 0)
+m4_define(pkg_minor_version, 43)
+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]