[libgda] Released version 5.2.2



commit 6dd4ab7c87b55d13d4ad0b5f0cf3826b38c109da
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Dec 23 14:07:30 2013 +0100

    Released version 5.2.2

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c3f127c..6f50e3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
+libgda 5.2.2, 2013-12-23
+
+ - Avoid using setlocale() in libraries
+ - Bugs corrected: GraphViz detection, #720594
+ - Translations:
+       - it (Marco Ciampa, Milo Casagrande)
+
+
 libgda 5.2.1, 2013-11-17
+
  - Fixed a Unix compilation issue, bug #712143
  - Improved configure script output
  - Translations:
diff --git a/configure.ac b/configure.ac
index cd86cb9..d4c0e93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define(major, 5)
 m4_define(minor, 2)
-m4_define(micro, 1)
+m4_define(micro, 2)
 m4_define([gda_stable],
        m4_if(m4_eval(minor % 2), [0], [yes], [no]))
 AC_CONFIG_MACRO_DIR([m4])


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