glom r1991 - trunk



Author: murrayc
Date: Mon Mar 16 17:13:58 2009
New Revision: 1991
URL: http://svn.gnome.org/viewvc/glom?rev=1991&view=rev

Log:
Increased version

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 16 17:13:58 2009
@@ -1,3 +1,15 @@
+1.10.0 (stable):
+
+What's new in Glom 1.10:
+
+(Not much from the point of view of users.)
+* Performance improvements, avoiding excessive network queries.
+* Details: Show the Open button (but not Find) for related fields that are 
+  primary keys, so we can navigate to that record.
+* Ported to libgda-4.0 (libgdamm-4.0)
+* Sqlite backend suitable for embedded use, configurable when building Glom.
+* Bug-fixes from Glom 1.8.
+
 1.9.4: (unstable):
 
 * Disable the sqlite backend by default. It is for embedded use with limited 
@@ -5,7 +17,7 @@
 * Related records: Correct the navigation to doubly related records.
   (Murray Cumming)
 * Correct loading of images from examples, preventing a crash.
-  (Murray Cummign)
+  (Murray Cumming)
 * Windows build: Fix the build and make reports work. (Armin Burgmeier)
   (Armin Burgmeier)
 * Build fixes for the client-only build.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 16 17:13:58 2009
@@ -5,7 +5,7 @@
 AC_CONFIG_HEADERS([config.h glom/libglom/libglom_config.h])
 
 # Package name and version number:
-AM_INIT_AUTOMAKE(glom, 1.9.4)
+AM_INIT_AUTOMAKE(glom, 1.10.0)
 
 AM_MAINTAINER_MODE
 



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