[glom/glom-1-16] 1.16.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-16] 1.16.0
- Date: Mon, 18 Oct 2010 14:21:17 +0000 (UTC)
commit 2b64cf07d42717a02342289954f2e9b3ed73ab1e
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Oct 18 16:21:04 2010 +0200
1.16.0
ChangeLog | 2 ++
NEWS | 28 ++++++++++++++++++++++++++++
configure.ac | 4 ++--
3 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7479b20..e427462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.16.0:
+
2010-10-18 Murray Cumming <murrayc murrayc com>>
Tests: Fix a typo to fix make check.
diff --git a/NEWS b/NEWS
index b6cc4fd..517dfef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+1.16.0: (stable)
+
+New features in Glom 1.14, compared to Glom 1.12:
+
+* 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.
+* 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)
+
+Changes in 1.16.0:
+
+Build:
+- Do not use deprecated gtkmm API (requires gtkmm 2.22).
+ (Murray Cumming)
+- Varisous small improvements
+ (David King)
+
1.15.2 (unstable):
* Field Formatting: Related Choices: Add a Show All checkbox, so that
diff --git a/configure.ac b/configure.ac
index 5d80dc5..a0b2a02 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -151,7 +151,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
# Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.19.7 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.22.0 gthread-2.0 gconfmm-2.6 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]