[glom] 1.19.10
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.19.10
- Date: Mon, 12 Sep 2011 11:07:57 +0000 (UTC)
commit a5f6438c82c576ef8f586a8be4bfdfdb285987a0
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 12 13:07:34 2011 +0200
1.19.10
ChangeLog | 2 ++
NEWS | 15 +++++++++++++++
configure.ac | 4 ++--
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 42bdd07..47f9c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.19.10:
+
2011-09-12 Murray Cumming <murrayc murrayc com>
UsesRelationship: Added get_relationship_display_name().
diff --git a/NEWS b/NEWS
index ad18349..dded5ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.19.10 (unstable):
+
+* Print Layout: Major overhaul to editing UI so it should be almost useable now.
+* Related Records:
+ - Allow navigation through non-editable relationships.
+ - Correct automatic navigation to related records.
+* Details: Avoid (failed) attempts to edit when navigating to related records.
+* Avoid some invalid characters in the document.
+* Script Library: Prevent a crash when opening the dialog.
+* Several UI fixes to correct how widgets expand and align.
+* Fix a crash when dragging items in the layout (developer mode)
+* Build:
+ - Use pygobject-3.0 instead of pygobject-2.0.
+ - Remove the optional Maemo UI.
+
1.19.9 (unstable):
* Details:
diff --git a/configure.ac b/configure.ac
index eeef0e8..e9fade9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([Glom],[1.19.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.19.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -127,7 +127,7 @@ AS_IF([test "x$glom_enable_postgresql" = xyes],
[Whether to enable support for PostgreSQL databases.])])
# Libraries used by libglom:
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-3.0 >= 2.28.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygobject-3.0 >= 2.29.0 libgdamm-5.0 >= 4.99.3.1 libgda-postgres-5.0'
AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]