[gom] 0.3.1



commit 6183ad324e74633c2044fdd3700b9e4fd8edb3e6
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Apr 29 11:39:01 2015 +0200

    0.3.1

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9b4bb03..25b610e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
 Major changes in version
 
+0.3.1
+-----
+- Support g_autoptr() for all gom object types
+- Add IS NULL and IS NOT NULL filters
+- Add gom_resource_group_delete_[a]sync functions
+- Fix crash on 64-bit systems with some compiler/compiler flags
+- Fix saving a modified resource a second time
+- Fix setting ID after calling gom_resource_group_write_*
+
 0.3.0
 -----
 - Update COPYING to LGPL 2.1+ to match headers
diff --git a/configure.ac b/configure.ac
index ffd58a3..b2e6e6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Versioning Macros
 dnl **************************************************************************
 m4_define([gom_major_version], [0])
 m4_define([gom_minor_version], [3])
-m4_define([gom_micro_version], [0])
+m4_define([gom_micro_version], [1])
 m4_define([gom_version],
           [gom_major_version.gom_minor_version.gom_micro_version])
 m4_define([gom_binary_age], [m4_eval(100 * gom_minor_version +
@@ -57,7 +57,7 @@ AC_SUBST(GOM_VERSION)
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-GOM_LT_VERSION=0:0:0
+GOM_LT_VERSION=1:0:1
 AC_SUBST(GOM_LT_VERSION)
 
 dnl **************************************************************************


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