[libgda] Released 5.2.0



commit a6fac5503be3d70410e60dcc96944f5d5c70eb46
Author: Vivien Malerba <malerba gnome-db org>
Date:   Mon Nov 11 20:44:48 2013 +0100

    Released 5.2.0

 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 958af47..ce6af35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libgda 5.2.0, 2013-11-11
+
+ - Vala bindings improvements, thanks to Daniel Espinosa
+ - Improvements to most database providers (MySQL, PostgreSQL, SQLite, SqlCipher, JDBC, ...)
+ - Use SqlCipher 3.0.0 and Sqlite 3.8.0.2
+ - Switched to GTK+3
+ - Lots of work on the Windows platform
+ - Many bugs fixed
+ - Translations updated for many languages, thanks to all the translators!
+
 libgda 5.1.2, 2013-03-16
 
  - Many small corrections, some uncovered by CoverityScan
diff --git a/configure.ac b/configure.ac
index e175a3b..b83fa5d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define(major, 5)
-m4_define(minor, 1)
-m4_define(micro, 3)
+m4_define(minor, 2)
+m4_define(micro, 0)
 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]