[glom/glom-1-16] 1.15.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-16] 1.15.2
- Date: Fri, 6 Aug 2010 17:20:23 +0000 (UTC)
commit e47976deb1b8b080de6c90849f7ce5e9c79c9a32
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Aug 6 19:19:59 2010 +0200
1.15.2
ChangeLog | 3 ++-
NEWS | 28 ++++++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 956c262..5ca4f4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.15.2:
+
2010-08-06 Murray Cumming <murrayc murrayc com>>
FieldFormatting: Default to show-all for related choices.
@@ -193,7 +195,6 @@
This is nasty code anyway that I would rather have in libgda.
This fixes bug #625192 (fmyhr).
-
2010-07-22 Murray Cumming <murrayc murrayc com>
Added --restore command-line option.
diff --git a/NEWS b/NEWS
index fa1a5db..b6cc4fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+1.15.2 (unstable):
+
+* Field Formatting: Related Choices: Add a Show All checkbox, so that
+ the list of choices can be restricted according to the relationship,
+ instead of just showing all values in the related table.
+ This allows the Choices to be used to narrow down a choice based on a
+ choice in another field.
+ (Murray Cumming) Bug #625536 (fmyhr)
+* Allow unique fields with same name in multiple tables.
+ (Murray Cumming) Bug #625192 (fmyhr).
+* Developer menu: Added Export Backup and Restore Backup menu items.
+ These use PostgreSQL's pg_dump and pg_restore utilities, wrapping the
+ dump and .glom file up in a .tar.gz.
+ As well as allowing backups of data, this should make it easier to upgrade
+ the PostgreSQL version, which some distros do automatically when upgrading
+ to new major versions of Glom. This is possible because pg_restore can
+ work with the pg_dump output of an older PostgreSQL version.
+ See also:
+ http://www.glom.org/wiki/index.php?title=Pg_dump_when_upgrading_PostgreSQL
+ (Murray Cumming)
+* Build:
+ - Explicitly link with libdl for Python module loading test.
+ (David King)
+ - Rename the library to libglom-1-16 to be parallel-installable with
+ libglom-1-14.
+ - Adapt to the latest libgdamm API.
+ (Murray Cumming)
+
1.15.1 (unstable):
* Uses Gnome::Gda::SqlBuilder in most places to avoid manually building SQL
diff --git a/configure.ac b/configure.ac
index c188545..2ec0b29 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.15.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.15.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -145,7 +145,7 @@ AC_ARG_ENABLE([maemo-launcher],
# Libraries used by libglom:
# We require libgda >= 4.0.4 because previous versions had case-sensitivity or fatal metastore problems.
# libgda >= 4.1.2 is also OK, but not 4.1.<2.
-REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.18 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
+REQUIRED_LIBGLOM_LIBS='gthread-2.0 giomm-2.4 libxml++-2.6 >= 2.23.1 pygda-4.0 >= 2.25.3 pygobject-2.0 >= 2.6.0 libgdamm-4.0 >= 3.99.21 libgda-4.0 >= 4.0.4 libgda-postgres-4.0'
AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]