aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-03-19 07:51:24 +0200
committerSergey Poznyakoff <gray@gnu.org>2014-03-19 07:51:24 +0200
commita0be6083a49db7b45896c1a16b61252c68682a8e (patch)
treeec032f14c6cc1a8038a367aa18403a2a473c441b
parent22cddd5c61d150584a065c1a5e6963e8e95a43cb (diff)
downloadbeam-a0be6083a49db7b45896c1a16b61252c68682a8e.tar.gz
beam-a0be6083a49db7b45896c1a16b61252c68682a8e.tar.bz2
Version 1.5.90
-rw-r--r--NEWS12
-rw-r--r--THANKS4
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1671079..4185e07 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,18 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <gray@gnu.org.ua>.
+Version 1.5.90, Git
+
+* New configuration keyword <item>_alldb
+
+This keyword is valid for backup items of mysql type. If dumping all
+databases is requested (i.e. the <item>_database variable is not
+defined), it configures whether to dump each database into a separate
+file (named after it), or to dump all databases to a singe file.
+
+* Fix restoring from remote archives
+
+
Version 1.5, 2013-08-05
* Fix threshold calculation in the cleaner module.
diff --git a/THANKS b/THANKS
index e69de29..8143c53 100644
--- a/THANKS
+++ b/THANKS
@@ -0,0 +1,4 @@
+BEAM THANKS file.
+
+Thanks to NXC Open Reliable <http://nxcgroup.com> for inspiring,
+supporting, and valuing my work.
diff --git a/configure.ac b/configure.ac
index 6e39a4a..2a6e9e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
AC_PREREQ(2.63)
-AC_INIT(beam, 1.5, gray@gnu.org.ua)
+AC_INIT(beam, 1.5.90, gray@gnu.org.ua)
AC_CONFIG_SRCDIR(backup.in)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 tar-ustar silent-rules])

Return to:

Send suggestions and report system problems to the System administrator.