aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--NEWS17
-rw-r--r--README3
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rw-r--r--acinclude.m43
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/html.init2
-rw-r--r--doc/wydawca.texi3
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/wydawca.rc2
-rw-r--r--include/wydawca/cfg.h3
-rw-r--r--include/wydawca/wydawca.h3
-rw-r--r--modules/logstat/mod_logstat.c16
-rw-r--r--modules/mailutils/mod_mailutils.c2
-rw-r--r--src/Makefile.am3
-rw-r--r--src/backup.c2
-rw-r--r--src/builtin.c3
-rw-r--r--src/builtin.h3
-rw-r--r--src/cmdline.opt3
-rw-r--r--src/config.c3
-rw-r--r--src/dictionary.c3
-rw-r--r--src/directive.c3
-rw-r--r--src/diskio.c3
-rw-r--r--src/event.c16
-rw-r--r--src/exec.c3
-rw-r--r--src/gpg.c3
-rw-r--r--src/interval.c3
-rw-r--r--src/job.c3
-rw-r--r--src/lock.c3
-rw-r--r--src/meta.c3
-rw-r--r--src/module.c3
-rw-r--r--src/net.c3
-rw-r--r--src/null.c3
-rw-r--r--src/pidfile.c3
-rw-r--r--src/pp-setup2
-rw-r--r--src/process.c3
-rw-r--r--src/pushd.c2
-rw-r--r--src/report.c3
-rw-r--r--src/sql.c3
-rw-r--r--src/sql.h3
-rw-r--r--src/tcpwrap.c3
-rw-r--r--src/timer.c3
-rw-r--r--src/triplet.c3
-rw-r--r--src/txtacc.c3
-rw-r--r--src/userprivs.c3
-rw-r--r--src/verify.c3
-rw-r--r--src/vtab.c3
-rw-r--r--src/watcher.c3
-rw-r--r--src/wydawca.c3
-rw-r--r--src/wydawca.h3
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/backup00.at2
-rw-r--r--tests/backup01.at2
-rw-r--r--tests/backup02.at2
-rw-r--r--tests/backup03.at2
-rw-r--r--tests/bkupname.c2
-rw-r--r--tests/check-fail.at2
-rw-r--r--tests/check-notify.at2
-rw-r--r--tests/check-ok.at2
-rw-r--r--tests/etc/Makefile.am2
-rw-r--r--tests/etc/mailstats.rcin2
-rw-r--r--tests/etc/notify.rcin2
-rw-r--r--tests/etc/wydawca.rcin2
-rw-r--r--tests/mailstats.at2
-rw-r--r--tests/notify-upl.at2
-rw-r--r--tests/nullmail.c16
-rw-r--r--tests/pushck.c18
-rw-r--r--tests/pushdir.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/upl11.at2
-rw-r--r--tests/upl12f.at2
-rw-r--r--tests/upl12t.at2
-rw-r--r--tests/upload-dry.at2
-rw-r--r--tests/upload.at2
-rw-r--r--tests/version.at2
-rw-r--r--tests/wordsplit.at2
-rw-r--r--tests/wsbatch.c2
-rw-r--r--tests/wstest.c2
81 files changed, 193 insertions, 84 deletions
diff --git a/Makefile.am b/Makefile.am
index 897c567..da70c99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
1# This file is part of Wydawca 1# This file is part of Wydawca
2# Copyright (C) 2007, 2009-2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013, 2017, 2019 Sergey
3# Poznyakoff
3# 4#
4# Wydawca is free software; you can redistribute it and/or modify 5# Wydawca is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 789a0ad..f05e543 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,20 @@
1Wydawca NEWS -- history of user-visible changes. 2017-11-11 1Wydawca NEWS -- history of user-visible changes. 2019-07-15
2Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>. 4Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
6 5
7 6
8Version 2.99.91 (git) 7Version 3.0, 2019-07-15
8
9* Introduce loadable modules.
10
11Two modules are provided: mailutils, for using GNU mailutils, and
12logstat, for logging statistics.
13
14* Bugfixes
15** Avoid processing same triplet twice.
16** Fix memory allocation bugs.
17
9 18
10Version 2.2 "HGY", 2013-01-01 19Version 2.2 "HGY", 2013-01-01
11 20
@@ -166,7 +175,7 @@ Version 1.0, 2008-08-23
166---------------------------------------------------------------------- 175----------------------------------------------------------------------
167Copyright information: 176Copyright information:
168 177
169Copyright (C) 2007-2013 Sergey Poznyakoff 178Copyright (C) 2007-2019 Sergey Poznyakoff
170 179
171 Permission is granted to anyone to make or distribute verbatim copies 180 Permission is granted to anyone to make or distribute verbatim copies
172 of this document as received, in any medium, provided that the 181 of this document as received, in any medium, provided that the
diff --git a/README b/README
index 5152650..5063e34 100644
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
1Wydawca README 1Wydawca README
2Copyright (C) 2007-2008, 2010-2013, 2017 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
@@ -37,7 +36,7 @@ Send bug reports to <bug-wydawca@gnu.org.ua>.
37 36
38* Copyright information: 37* Copyright information:
39 38
40Copyright (C) 2007-2008, 2010-2013 Sergey Poznyakoff 39Copyright (C) 2007-2019 Sergey Poznyakoff
41 40
42 Permission is granted to anyone to make or distribute verbatim copies 41 Permission is granted to anyone to make or distribute verbatim copies
43 of this document as received, in any medium, provided that the 42 of this document as received, in any medium, provided that the
diff --git a/README-alpha b/README-alpha
index 09b8a77..9632608 100644
--- a/README-alpha
+++ b/README-alpha
@@ -39,7 +39,7 @@ SVN version.
39 39
40* Copyright information 40* Copyright information
41 41
42 Copyright (C) 2007, 2010-2011, 2017 Sergey Poznyakoff 42 Copyright (C) 2007-2019 Sergey Poznyakoff
43 43
44 Permission is granted to anyone to make or distribute verbatim copies 44 Permission is granted to anyone to make or distribute verbatim copies
45 of this document as received, in any medium, provided that the 45 of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index 8e7055f..67f41e9 100644
--- a/README-hacking
+++ b/README-hacking
@@ -53,7 +53,7 @@ For more information about `bootstrap', run `bootstrap --help'.
53 53
54* Copyright information 54* Copyright information
55 55
56 Copyright (C) 2007, 2009-2011, 2017 Sergey Poznyakoff 56 Copyright (C) 2007-2019 Sergey Poznyakoff
57 57
58 Permission is granted to anyone to make or distribute verbatim copies 58 Permission is granted to anyone to make or distribute verbatim copies
59 of this document as received, in any medium, provided that the 59 of this document as received, in any medium, provided that the
diff --git a/acinclude.m4 b/acinclude.m4
index 1126f4a..ff3c3d7 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,5 @@
1# Copyright (C) 2001, 2006, 2008-2011, 2017 Sergey Poznyakoff 1# Copyright (C) 2001, 2006, 2008, 2009, 2010, 2011, 2017, 2019 Sergey
2# Poznyakoff
2# 3#
3# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
4# 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
diff --git a/configure.ac b/configure.ac
index 3e18a57..ca2935d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of Wydawca -*- autoconf -*- 1# This file is part of Wydawca -*- autoconf -*-
2# Copyright (C) 2007-2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2007-2019 Sergey Poznyakoff
3# 3#
4# Wydawca is free software; you can redistribute it and/or modify 4# Wydawca 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 wydawca. If not, see <http://www.gnu.org/licenses/>. 15# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
16 16