[glom/glom-1-14] 1.14.4



commit a3f76876f5fca7591d8cd2566c9514255d874611
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 22 17:15:35 2010 +0200

    1.14.4

 ChangeLog    |    2 ++
 NEWS         |   17 ++++++++++++++++-
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a137826..0d3f6df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.14.4:
+
 2010-07-22  Murray Cumming  <murrayc murrayc com>
 
 	Added --restore command-line option.
diff --git a/NEWS b/NEWS
index ef737ef..625bcf5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.14.4 (stable):
+
+* 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)
+
 1.14.3 (stable):
 
 * Fix position of "Records / Found" labels.
@@ -5,7 +20,7 @@
 * List: Don't allow deleting placeholder rows.
   (Daniel Borgmann)
 * Build: Don't require avahi-ui.
-  
+
 1.14.2 (stable):
 
 * Fix document saving (horribly broken in 1.14.1).
diff --git a/configure.ac b/configure.ac
index 97acd37..d7d9653 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.14.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



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