[libgda] Released version 5.0.0



commit 42aff61e8673571891d7ffe7793081da226529e0
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Oct 26 21:08:23 2011 +0200

    Released version 5.0.0

 NEWS         |   15 +++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bcf8a4a..0785f6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+libgda 5.0.0, 2011-10-26
+
+ - GObject Introspection fixes and automatic Vala bindings generation
+ - SQLite provider: allow one to load SQLite extensions using "SELECT load_extension ('xxx')"
+ - Corrected bug when executing statement with a NULL variable
+ - New GdaDataPivot object to perform data summarisation
+ - Many small corrections and improvements
+ - Bugs corrected: #662279, #658643, #622899, #660563 (partially), #661164, #660344, #661684,
+   #660537
+ - Translations:
+	- sl (Matej UrbanÄiÄ, Martin Srebotnjak)
+	- es (Daniel Mustieles, Jorge GonzÃlez)
+	- de (Mario BlÃttermann)
+	- cs (Marek ÄernockÃ)
+
 libgda 4.99.4, 2011-09-02
 
  - GdaBrowser: improved LDAP support and other general improvements and
diff --git a/configure.ac b/configure.ac
index dfa63d4..ae326ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-m4_define(major, 4)
-m4_define(minor, 99)
-m4_define(micro, 5)
+m4_define(major, 5)
+m4_define(minor, 0)
+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]