aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-12-22 15:01:53 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-12-22 15:01:53 +0200
commit1d9b66b2a9038d9ecc1ddf21194bfb5eb89d8075 (patch)
tree771e814545d72f5169b1f553ced8e8b86086b452
parent18fee8d03201211170f2b8579921ce9da7c5a78b (diff)
downloadwydawca-1d9b66b2a9038d9ecc1ddf21194bfb5eb89d8075.tar.gz
wydawca-1d9b66b2a9038d9ecc1ddf21194bfb5eb89d8075.tar.bz2
Version 2.0
* NEWS: Update. * configure.ac: Update. * doc/wydawca.texi: Minor change.
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
-rw-r--r--doc/wydawca.texi6
3 files changed, 44 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 81d5ffb..9a9f76e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,46 @@
1Wydawca NEWS -- history of user-visible changes. 2009-12-01 1Wydawca NEWS -- history of user-visible changes. 2009-12-22
2Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff 2Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>. 5Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
6 6
7 7
8Version 1.9.92 (Git) 8Version 2.0, 2009-12-22
9
10* Configuration file support rewritten from scratch.
11
12New configuration file is well structured.
13
14* Message templates can include timers.
15
16A timer is a special variable that is replaced by the
17actual amount of time (real or CPU), spent while performing
18a certain task.
19
20* New `daemon' mode
21
22The daemon mode allows to update submission target directories
23in real time.
24
25In this mode, Wydawca can receive upload notifications from
26GNU Rush.
27
28* TCP wrapper support.
29
30Access to the wydawca socket can be controlled using TCP wrappers.
31
32* Wydawca runs as a non-privileged user.
33* Spool locking.
34* Support for GPG signing of outgoing messages.
35* Submissions can be uploaded via anonymous FTP.
36* Uploaders are not required to have an account on wydawca server.
37* Per-spool notifications.
38
39Mail notifications can be configured on a per-spool basis.
40
41* Mail notifications can be sent to arbitrary email addresses.
42
43* Testsuite.
9 44
10 45
11Version 1.2, 2009-01-22 46Version 1.2, 2009-01-22
diff --git a/configure.ac b/configure.ac
index 50d5a2b..8d621f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18AC_INIT([wydawca], 1.9.92, [bug-wydawca@gnu.org.ua]) 18AC_INIT([wydawca], 2.0, [bug-wydawca@gnu.org.ua])
19AC_CONFIG_SRCDIR([src/wydawca.c]) 19AC_CONFIG_SRCDIR([src/wydawca.c])
20AC_CONFIG_AUX_DIR([build-aux]) 20AC_CONFIG_AUX_DIR([build-aux])
21AC_CONFIG_HEADER([config.h]) 21AC_CONFIG_HEADER([config.h])
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index da58e41..4161c2b 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -54,9 +54,11 @@ Software Foundation raise funds for GNU development.''
54@insertcopying 54@insertcopying
55@end titlepage 55@end titlepage
56 56
57@ifnothtml
57@page 58@page
58@summarycontents 59@summarycontents
59@page 60@page
61@end ifnothtml
60@contents 62@contents
61 63
62@ifnottex 64@ifnottex
@@ -1340,6 +1342,10 @@ Spool source directory (@pxref{spool, source}).
1340@itemx user:name 1342@itemx user:name
1341 The system name of the user that submitted the triplet. This is 1343 The system name of the user that submitted the triplet. This is
1342defined only for @samp{project-owner} dictionaries. 1344defined only for @samp{project-owner} dictionaries.
1345
1346@kwindex comment
1347@item comment
1348The value of the @samp{comment} field from the directive file.
1343@end table 1349@end table
1344@end deffn 1350@end deffn
1345 1351

Return to:

Send suggestions and report system problems to the System administrator.