[gxml] Release 0.13.98



commit 97b5a9322b407544ef57240989623747f321bf97
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed Feb 15 17:11:46 2017 -0600

    Release 0.13.98

 NEWS             |   18 ++++++++++++++++++
 configure.ac     |    2 +-
 po/POTFILES.skip |    3 ++-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b3c1f25..a477ca5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ===============
+Version 0.13.98
+===============
+
+* GOM implementation improvements:
+    - GomProperty now requires to use nick with a :: prefix to serialization
+      this removes property initialization
+    - GomElement improvements, fixes and new read from stream method
+* Documentation improvements with examples
+* GOM Attributes access fixes
+* Added convenient methods to easy implementation of derived classes
+* Improved GomCollection implementations
+* New GomProperty implementations for Date, DateTime
+* New and updated translations:
+    Updated Brazilian   by Rafael Fontenelle <rafaelff gnome org>
+    Updated Polish      by Piotr Drąg <piotrdrag gmail com>
+    Updated Czech      by Marek Černocký <marek manet cz>
+
+===============
 Version 0.13.90
 ===============
 
diff --git a/configure.ac b/configure.ac
index 25a397b..412f0a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@
 # Release Version
 m4_define([project_major_version], [0])
 m4_define([project_minor_version], [13])
-m4_define([project_micro_version], [90])
+m4_define([project_micro_version], [98])
 m4_define([project_nano_version], [0])
 
 # LT_VERSION
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 3beff0e..4a133b7 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -29,6 +29,7 @@ gxml/SerializableObjectModel.c
 gxml/SerializableProperty.c
 gxml/TDocument.c
 gxml/XParser.c
+gxml/GomSchema.c
 sub/gxml/Document.c
 sub/gxml/DomCharacter.c
 sub/gxml/DomNode.c
@@ -58,4 +59,4 @@ sub/gxml/SerializableObjectModel.c
 sub/gxml/SerializableProperty.c
 sub/gxml/TDocument.c
 sub/gxml/XParser.c
-gxml/GomSchema.c
+sub/gxml/GomSchema.c


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