[glom/glom-1-10] Increased version



commit 9f8d38da8740fa52c7da1c0302565fe20cebcd11
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jul 17 14:39:30 2009 +0200

    Increased version

 ChangeLog    |    2 ++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 318f991..9aa922a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.10.2:
+
 2009-05-20  Armin Burgmeier  <armin openismus com>
 
 	* glom/libglom/connectionpool_backends/backend.h:
diff --git a/NEWS b/NEWS
index 53b8fa2..859188b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.10.2 (stable):
+
+* Field Definition: Really save field changes again (removing a bad optimization 
+  that stopped it from working).
+	Ubuntu Launchpad bug 
+	https://bugs.launchpad.net/ubuntu/+source/glom/+bug/394507
+	(elmergato)
+* Export: Don't open the format dialog behind the FileChooser dialog.
+  Ubuntu Launchpad bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/397409
+	(elmergato)\
+* Export: Offer File overwrite confirmation.
+  (Murray Cumming)
+	Ubuntu Launchpad bug https://bugs.launchpad.net/ubuntu/+source/glom/+bug/393229
+	(elmergato)
+* Performance improvement when first connecting to the database.
+  (Armin Burgmeier)
+  
 1.10.1 (stable):
 
 * Fix crash in initial dialog, experienced on some systems. 
diff --git a/configure.ac b/configure.ac
index 50e8680..37aec35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([glom/main.cc])
 AC_CONFIG_HEADERS([config.h glom/libglom/libglom_config.h])
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.10.1)
+AM_INIT_AUTOMAKE(glom, 1.10.2)
 
 AM_MAINTAINER_MODE
 



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