From b731a0350721ec4a11959446fac93962394711b3 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 5 Aug 2013 13:28:42 +0300 Subject: Version 1.5 --- NEWS | 8 ++++++-- configure.ac | 2 +- 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 . -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]) -- cgit v1.2.1