[glom] Increased version



commit 58590486f1ed00a164d92fade39bd644cf7619ef
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jun 1 14:32:36 2009 +0200

    Increased version
---
 ChangeLog      |    4 ++++
 NEWS           |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac   |    2 +-
 po/POTFILES.in |    1 +
 4 files changed, 46 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e2ee2b9..cd5b6b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.11.0:
+
 2009-06-01  Murray Cumming  <murrayc murrayc com>
 
 	Remove ifdefs for disabled gtkmm vfuncs. 
@@ -247,6 +249,8 @@
 
 2009-04-09  Michael Hasselmann <michaelh openismus com>
 
+	Fix crash if "Connect to Server" is cancelled and then a document is opened.
+	
 	* glom/libglom/connectionpool_backends/backend.h:
 	Introduced new error code FAILURE_NO_BACKEND which shall be used to
 	detect logical errors in the backend implementations.
diff --git a/NEWS b/NEWS
index f8754d3..a30d6b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+1.11.0 (unstable):
+
+* Network sharing of self-hosted databases is now off by default, and can be 
+  enabled by the new File/Share On Network menu item.
+  (Murray Cumming)
+* Performance improvement when first connecting to the database.
+  (Armin Burgmeier)
+* Fix crash if the "Connect to Server" dialog is cancelled and then a document 
+  is opened.
+  (Michael Hasselmann)
+* Related Records:
+  - Allow navigation to be disabled.
+    (Michael Hasselmann)
+  - Navigation now works to alternate specified relationships.
+	  (Murray Cumming) Bug #579172 (Michael Hasselmann)
+* Details:
+  - Image fields: Performance improvements and user feedback.
+    (Armin Burgmeier)
+  - Disable the Open button next to ID fields if the field is empty.
+    (Murray Cumming) Bug #565023.	
+* Requires gtkmm 2.14 rather than gtkmm 2.10.
+* Removed Bakery dependency (by including a fork of that code).
+* Removed libglade dependency (using Gtk::Builder instead).
+* Require a newer goocanvasmm.
+* Add runtime checks for the Python module.
+* libglom: Removed dependencies on UI libraries such as GTK+.
+  (Murray Cumming) 
+  
+1.10.1 (stable):
+
+* Fix crash in initial dialog, experienced on some systems. 
+  (Armin Burgmeir) Bug #584022 (Keir Lawson)
+* Self-Hosting: Allow multiple glom instances to self-host on the same PC, 
+  by correcting the discovery of available network ports.
+  (Armin Burgmeir)
+* Allow Glom to use existing database tables again (though there is still no 
+  UI for this).
+* Restore the check for the necessary libgda provider plugin.
+  (Murray Cumming)
+ 
 1.10.0 (stable):
 
 What's new in Glom 1.10:
diff --git a/configure.ac b/configure.ac
index 5289418..ca2dfaa 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.0)
+AM_INIT_AUTOMAKE(glom, 1.11.0)
 
 AM_MAINTAINER_MODE
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 778c3d3..5c0c556 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -116,6 +116,7 @@ glom/utility_widgets/comboentryglom.cc
 glom/utility_widgets/datawidget.cc
 glom/utility_widgets/db_adddel/db_adddel.cc
 glom/utility_widgets/dialog_choose_id.cc
+glom/utility_widgets/dialog_image_progress.cc
 glom/utility_widgets/egg/toolpalette/eggenumaction.c
 glom/utility_widgets/egg/toolpalette/eggtoolitemgroup.c
 glom/utility_widgets/egg/toolpalette/eggtoolpalette.c



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