[libgda] Released 4.1.0



commit 99250f610f34c415ef65b9385705326be5b1465c
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Apr 18 23:02:55 2009 +0200

    Released 4.1.0
---
 ChangeLog                             |    2 ++
 NEWS                                  |   23 +++++++++++++++++++++++
 installers/WindowsWix/make-zip-exe.sh |    7 +++++--
 3 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 773ed80..dfc497e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Released 4.1.0
+
 2009-04-18  Vivien Malerba <malerba gnome-db org>
 
 	* libgda/sqlite/sqlite-src: uses SQLite version 3.6.13
diff --git a/NEWS b/NEWS
index e2e12fe..1e03510 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+libgda 4.1.0, 2009-04-18
+
+ - API and ABI compatible with 4.0.x versions
+ - new API to execute statement asynchronously
+ - new API to build DML (SELECT, INSERT, UPDATE and DELETE) statements
+   the easy way
+ - new flag to open a connection in a sub thread, to be able to use
+   a connection from several threads, even if the connection does not support it
+ - the GdaMetaStore object is now thread safe
+ - new API to represent data organized as trees
+ - new API to execute a single statement several times, each execution with
+   different parameters' values
+ - documentation and examples improvements
+ - bug fixes
+ - Translations:
+	- eu (Inaki Larranaga Murgoitio)
+
+libgda 4.0.2, 2009-04-18
+
+ - the SQLite provider now compiles with a system installed SQLite
+ - misc. corrections
+ - bug fixes: #578748
+
 libgda 4.0.1, 2009-03-27
 
  - make sure Libgda's GdaMetaStore object behaves correctly even if the
diff --git a/installers/WindowsWix/make-zip-exe.sh b/installers/WindowsWix/make-zip-exe.sh
index 884bd47..0c73e12 100755
--- a/installers/WindowsWix/make-zip-exe.sh
+++ b/installers/WindowsWix/make-zip-exe.sh
@@ -17,7 +17,7 @@
 cross_path=/local/Win32/gtk
 depend_path=/local/Win32
 prefix=/local/Win32/gtk
-version=4.0.1
+version=4.1.0
 
 
 
@@ -107,12 +107,15 @@ add_files_to_zip $archive $prefix lib/libgda-4.0/providers $files
 #
 # includes
 #
-files=(gda-attributes-manager.h gda-batch.h gda-binreloc.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-access-wrapper.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model-bdb.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model.h gda-data-model-import.h gda-data-model-iter-extra.h gda-data-model-iter.h gda-data-model-private.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-enum-types.h gda-error.h gda-holder.h gda-lockable.h gda-log.h gda-marshal.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-row.h gda-server-operation.h gda-server-provider-extra.h gda-server-provider.h gda-server-provider-private.h gda-set.h gda-statement-extra.h gda-statement.h gda-transaction-status.h gda-transaction-status-private.h gda-util.h gda-value.h gda-xa-transaction.h libgda.h)
+files=(gda-attributes-manager.h gda-batch.h gda-binreloc.h gda-blob-op.h gda-column.h gda-config.h gda-connection-event.h gda-connection.h gda-connection-private.h gda-data-access-wrapper.h gda-data-comparator.h gda-data-handler.h gda-data-model-array.h gda-data-model-bdb.h gda-data-model-dir.h gda-data-model-extra.h gda-data-model.h gda-data-model-import.h gda-data-model-iter-extra.h gda-data-model-iter.h gda-data-model-private.h gda-data-proxy.h gda-data-select.h gda-debug-macros.h gda-decl.h gda-easy.h gda-enums.h gda-enum-types.h gda-error.h gda-holder.h gda-lockable.h gda-log.h gda-marshal.h gda-meta-store.h gda-meta-struct.h gda-mutex.h gda-quark-list.h gda-row.h gda-server-operation.h gda-server-provider-extra.h gda-server-provider.h gda-server-provider-private.h gda-set.h gda-statement-extra.h gda-statement.h gda-transaction-status.h gda-transaction-status-private.h gda-util.h gda-value.h gda-xa-transaction.h libgda.h gda-repetitive-statement.h gda-sql-builder.h gda-
 tree.h gda-tree-manager.h gda-tree-mgr-columns.h gda-tree-mgr-label.h gda-tree-mgr-schemas.h gda-tree-mgr-select.h gda-tree-mgr-tables.h gda-tree-node.h)
 add_files_to_zip $archive_dev $prefix include/libgda-4.0/libgda $files
 
 files=(gda-sqlite-provider.h)
 add_files_to_zip $archive_dev $prefix include/libgda-4.0/libgda/sqlite $files
 
+files=(gda-thread-wrapper.h)
+add_files_to_zip $archive_dev $prefix include/libgda-4.0/libgda/thread-wrapper $files
+
 files=(gda-handler-bin.h gda-handler-boolean.h gda-handler-numerical.h gda-handler-string.h gda-handler-time.h gda-handler-type.h)
 add_files_to_zip $archive_dev $prefix include/libgda-4.0/libgda/handlers $files
 



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