[libgda] Released 4.2.0
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Released 4.2.0
- Date: Sun, 26 Sep 2010 19:18:51 +0000 (UTC)
commit b775fee07a9b0966ce58650239c57e427e3f7e46
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Sep 26 18:54:56 2010 +0200
Released 4.2.0
NEWS | 10 ++++++++++
configure.ac | 10 +++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8ba7801..b1571f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libgda 4.2.0, 2010-09-26
+
+ - misc corrections
+ - translations:
+ - de (Mario Blättermann)
+ - sl (Matej UrbanÄ?iÄ?)
+ - gl (Fran Diéguez)
+ - cz (Petr Kovar)
+ - id (Andika Triwidada)
+
libgda 4.1.11, 2010-09-15
- misc corrections
diff --git a/configure.ac b/configure.ac
index 06d768e..df31138 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define(major, 4)
-m4_define(minor, 1)
-m4_define(micro, 11)
+m4_define(minor, 2)
+m4_define(micro, 0)
m4_define([gda_stable],
m4_if(m4_eval(minor % 2), [0], [yes], [no]))
m4_include(m4/introspection.m4)
@@ -511,14 +511,14 @@ then
AC_MSG_CHECKING(for Berkeley DB files)
for d in $dir
do
- if test $platform_win32 = yes -a -f $d/include/db.h -a -f $d/bin/libdb47.dll
+ if test $platform_win32 = yes -a -f $d/include/db.h -a -f $d/bin/libdb51.dll
then
AC_MSG_RESULT(found Berkeley DB in $d)
AC_DEFINE(HAVE_BDB, 1, [Have Berkeley DB])
bdbdir=$d
BDB_CFLAGS="-I${bdbdir}/include"
- BDB_LIB="$d/bin/libdb47.dll"
- BDB_LIBS="-L${bdbdir}/bin -ldb47"
+ BDB_LIB="$d/bin/libdb51.dll"
+ BDB_LIBS="-L${bdbdir}/bin -ldb51"
break
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]