aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 16:48:33 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 16:52:53 +0200
commit07ceea263f359a04d4fe43883a621bdd47fedc18 (patch)
tree25d6da0a80f7cd44045ada65d175e163b7a884e4
parent905e958833a00ea29f5763e386b4fb8fbee8b185 (diff)
downloadwydawca-07ceea263f359a04d4fe43883a621bdd47fedc18.tar.gz
wydawca-07ceea263f359a04d4fe43883a621bdd47fedc18.tar.bz2
Version 4.0.3release-4.0.3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--src/cmdline.opt2
3 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cfd7829..3dcaff1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-Wydawca NEWS -- history of user-visible changes. 2020-10-12
+Wydawca NEWS -- history of user-visible changes. 2021-01-06
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
+Version 4.0.3, 2021-01-06
+
+Fix handling of archivation requests.
+
+
Version 4.0.2, 2020-10-12
* Timers removed
diff --git a/configure.ac b/configure.ac
index 8f8a704..999442a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([wydawca], 4.0.2, [bug-wydawca@gnu.org.ua], [wydawca],
+AC_INIT([wydawca], 4.0.3, [bug-wydawca@gnu.org.ua], [wydawca],
[http://www.gnu.org.ua/software/wydawca])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 5293e2a..578ec1c 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -45,7 +45,7 @@ OPTIONS_BEGIN("wydawca",
[<wydawca synchronizes files from a set of upload directories with the corresponding distribution sites>],
[<>],
[<gnu>],
- [<copyright_year=2007-2020>],
+ [<copyright_year=2007-2021>],
[<copyright_holder=Sergey Poznyakoff>])
GROUP(Selecting program mode)

Return to:

Send suggestions and report system problems to the System administrator.