aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-13 19:23:10 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-13 19:23:32 +0300
commite1712c35905d5e25f734d797c1ae08226c7991cf (patch)
tree400cf6202a50632f42f5ee5a535e10c25eb70d2f
parente6a01dcd688584c20d8564d59d751bd0a9e3d1bb (diff)
downloaddirevent-e1712c35905d5e25f734d797c1ae08226c7991cf.tar.gz
direvent-e1712c35905d5e25f734d797c1ae08226c7991cf.tar.bz2
Version 5.2release-5.2
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
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 @@
1direvent -- history of user-visible changes. 2016-08-25 1direvent -- history of user-visible changes. 2019-07-13
2Copyright (C) 2012-2016 Sergey Poznyakoff 2Copyright (C) 2012-2019 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send direvent bug reports to <bug-direvent@gnu.org.ua> 5Please send direvent bug reports to <bug-direvent@gnu.org.ua>
6 6
7Version 5.1.90 (Git) 7Version 5.2, 2019-07-13
8 8
9* The path statement can refer to a regular file. 9* The path statement can refer to a regular file.
10 10
11Prior versions of direvent required that the argument to the "path" 11Prior versions of direvent required the argument to the "path"
12statement refer to an existing directory. This requirement is now 12statement to refer to an existing directory. This requirement is now
13lifted. The pathname can refer to any type of file (not only a 13lifted. The pathname can refer to any type of file (not only a
14directory). Moreover, the file is not required to exist. If it does 14directory). Moreover, the file is not required to exist. If it does
15not exist, direvent will set up an auxiliary watcher (called a 15not exist, direvent will set up an auxiliary watcher (called a
@@ -151,7 +151,7 @@ Initial release
151========================================================================= 151=========================================================================
152Copyright information: 152Copyright information:
153 153
154Copyright (C) 2012-2016 Sergey Poznyakoff 154Copyright (C) 2012-2019 Sergey Poznyakoff
155 155
156 Permission is granted to anyone to make or distribute verbatim copies 156 Permission is granted to anyone to make or distribute verbatim copies
157 of this document as received, in any medium, provided that the 157 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 @@
1# This file is part of Direvent -*- autoconf -*- 1# This file is part of Direvent -*- autoconf -*-
2# Copyright (C) 2012-2016 Sergey Poznyakoff 2# Copyright (C) 2012-2019 Sergey Poznyakoff
3# 3#
4# Direvent is free software; you can redistribute it and/or modify 4# Direvent is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
15# along with Direvent. If not, see <http://www.gnu.org/licenses/>. 15# along with Direvent. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([GNU Direvent], [5.1.90], [bug-direvent@gnu.org.ua], [direvent], 18AC_INIT([GNU Direvent], [5.2], [bug-direvent@gnu.org.ua], [direvent],
19 [http://www.gnu.org.ua/software/direvent]) 19 [http://www.gnu.org.ua/software/direvent])
20AC_CONFIG_SRCDIR([src/direvent.c]) 20AC_CONFIG_SRCDIR([src/direvent.c])
21AC_CONFIG_HEADERS([config.h]) 21AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.