[glom] 1.25.6



commit a96b94267b71dc21538abda4edd32cb418f063e4
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 28 12:12:19 2014 +0100

    1.25.6

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 405a1c4..9b53c4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.25.6 (unstable):
+
+* Backup/Restore: Use libarchive instead of calling the tar shell command.
+  This should be slightly more robust and safe, though we were already
+  correctly escaping and quoting the shell commands.
+  (Murray Cumming)
+* Avoid an infinite loop when document loading fails.
+  (Murray Cumming)
+
 1.25.5 (unstable):
 
 * Check that we have the pg_config utility.
diff --git a/configure.ac b/configure.ac
index bd5559b..a399e48 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.25.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.25.6],[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]