aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 98d9f6b..7ef3571 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
-BEAM NEWS -- history of user-visible changes. 2013-01-16
+BEAM NEWS -- history of user-visible changes. 2013-08-05
Copyright (C) 2012, 2013 Sergey Poznyakoff.
See the end of file for copying conditions.
Please send mailutils bug reports to <gray@gnu.org.ua>.
-Version 1.4.90, (Git)
+Version 1.5, 2013-08-05
+
+* Fix threshold calculation in the cleaner module.
+* Refuse to start if another copy is already running.
+
Version 1.4, 2013-01-16
diff --git a/configure.ac b/configure.ac
index 14264a2..a90c938 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
AC_PREREQ(2.63)
-AC_INIT(beam, 1.4.90, gray@gnu.org.ua)
+AC_INIT(beam, 1.5, 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.