From e1712c35905d5e25f734d797c1ae08226c7991cf Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 13 Jul 2019 19:23:10 +0300 Subject: Version 5.2 --- NEWS | 12 ++++++------ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 09e26a6..5e3e162 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,15 @@ -direvent -- history of user-visible changes. 2016-08-25 -Copyright (C) 2012-2016 Sergey Poznyakoff +direvent -- history of user-visible changes. 2019-07-13 +Copyright (C) 2012-2019 Sergey Poznyakoff See the end of file for copying conditions. Please send direvent bug reports to -Version 5.1.90 (Git) +Version 5.2, 2019-07-13 * The path statement can refer to a regular file. -Prior versions of direvent required that the argument to the "path" -statement refer to an existing directory. This requirement is now +Prior versions of direvent required the argument to the "path" +statement to refer to an existing directory. This requirement is now lifted. The pathname can refer to any type of file (not only a directory). Moreover, the file is not required to exist. If it does not exist, direvent will set up an auxiliary watcher (called a @@ -151,7 +151,7 @@ Initial release ========================================================================= Copyright information: -Copyright (C) 2012-2016 Sergey Poznyakoff +Copyright (C) 2012-2019 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/configure.ac b/configure.ac index 2b5677a..e8ed179 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Direvent -*- autoconf -*- -# Copyright (C) 2012-2016 Sergey Poznyakoff +# Copyright (C) 2012-2019 Sergey Poznyakoff # # Direvent is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # along with Direvent. If not, see . AC_PREREQ([2.69]) -AC_INIT([GNU Direvent], [5.1.90], [bug-direvent@gnu.org.ua], [direvent], +AC_INIT([GNU Direvent], [5.2], [bug-direvent@gnu.org.ua], [direvent], [http://www.gnu.org.ua/software/direvent]) AC_CONFIG_SRCDIR([src/direvent.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1