[gxml] Updated NEWS for latest changes



commit c30a703fd2a132d5788bf72043654e48e8d5d348
Author: Daniel Espinosa <esodan gmail com>
Date:   Mon Nov 7 22:33:49 2016 -0600

    Updated NEWS for latest changes

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index af84466..1238c42 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,13 @@ Version 0.13.0
 * Added new DOM4 implementation called GOM
 * API change GXml.NodeType changed X_UNKNOWN to INVALID
 * API change fixed DomElement.set_attribute/_ns now requires not null values
+* New Serialization framework using GOM for GObject classes
+* New and updated translations:
+    Updated Polish      by Piotr Drąg <piotrdrag gmail com>
+    Updated Hungarian   by Balázs Meskó <meskobalazs gmail com>
+    Updated German      by Christian Kirbach <Christian Kirbach gmail com>
+    Updated Czech       by Marek Černocký <marek manet cz>
+
 
 ===============
 Version 0.12.0
diff --git a/configure.ac b/configure.ac
index 083a4f5..6308c8b 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], [0])
+m4_define([project_micro_version], [1])
 m4_define([project_nano_version], [0])
 
 # LT_VERSION


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