[libpeas] Release 1.15.0



commit 69a64e086bda25dcc24ef31ddfe602aa760fdc37
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Jun 25 09:18:58 2015 +0200

    Release 1.15.0

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1688fc5..4c290f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Overview of Changes in libpeas 1.15.0
+====================================
+
+* Add g_autoptr() autocleanup support
+* Fix Python tests on OpenBSD
+* Fix libpeas crash on windows
+* Simplify __all__ support in the Python plugin loader
+* Misc bugfixes
+
+* Translation updates:
+  - Czech
+  - Hungarian
+  - Icelandic
+  - Norwegian bokmål
+  - Occitan
+  - Romanian
+  - Spanish
+  - Turkish
+
 Overview of Changes in libpeas 1.14.0
 ====================================
 
diff --git a/configure.ac b/configure.ac
index 810a288..04bfc42 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,8 +17,8 @@ AC_PREREQ(2.63.2)
 # <mclasen> on the stable branch, interface age == micro
 # <mclasen> on the unstable (ie master), interface age = 0
 m4_define(peas_major_version,  1)
-m4_define(peas_minor_version,  14)
-m4_define(peas_micro_version,  1)
+m4_define(peas_minor_version,  15)
+m4_define(peas_micro_version,  0)
 m4_define(peas_interface_age,  0)
 
 m4_define(peas_binary_age, [m4_eval(100 * peas_minor_version + peas_micro_version)])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]