aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-23 23:29:22 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-23 23:29:22 +0300
commit99c24f518a90c468cd65fa27c680ebfe2815ee86 (patch)
tree9b8a23a53990e88579452ef27d82bb6aebec7864
parentce36fcc131fb6d3b5ccf582869c5c511b736a10b (diff)
downloadanubis-99c24f518a90c468cd65fa27c680ebfe2815ee86.tar.gz
anubis-99c24f518a90c468cd65fa27c680ebfe2815ee86.tar.bz2
Version 4.2anubis_4_2
-rw-r--r--NEWS20
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 16f46b2..a298b95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,23 @@
1GNU Anubis NEWS -- history of user-visible changes. 2014-05-18 1GNU Anubis NEWS -- history of user-visible changes. 2014-05-23
2Copyright (C) 2001-2014 The Anubis Team. 2Copyright (C) 2001-2014 The Anubis Team.
3 3
4See the end of file for copying conditions. 4See the end of file for copying conditions.
5Please send your bug reports to <bug-anubis@gnu.org>. 5Please send your bug reports to <bug-anubis@gnu.org>.
6 6
7 7
8* Version 4.1.92 (Git) 8* Version 4.2, 2014-05-23
9 9
10* New operation mode: proxy 10** New operation mode: proxy
11 11
12* Command line option precedence 12** Command line option precedence
13 13
14Command line options take precedence over configuration file 14Command line options take precedence over configuration file
15statements. 15statements.
16 16
17* elif statement 17** elif statement
18 18
19A familiar `elif' statement is supported, e.g.: 19A familiar `elif' statement is supported, e.g.:
20 20
21if condition-1 21if condition-1
22 action-list-1 22 action-list-1
23elif condition-2 23elif condition-2
@@ -25,20 +25,20 @@ elif condition-2
25elif condition-3 25elif condition-3
26 action-list-3 26 action-list-3
27else 27else
28 action-list-4 28 action-list-4
29fi 29fi
30 30
31* New CONTROL statement esmtp-auth-delayed. 31** New CONTROL statement esmtp-auth-delayed.
32 32
33When set to `yes', this statement instructs Anubis to postpone ESMTP 33When set to `yes', this statement instructs Anubis to postpone ESMTP
34authentication until MAIL command is issued by the client. This 34authentication until MAIL command is issued by the client. This
35allows to change authentication credentials in the SMTP section (see 35allows to change authentication credentials in the SMTP section (see
36below). 36below).
37 37
38* SMTP section 38** SMTP section
39 39
40The new section "SMTP" is invoked each time an SMTP command 40The new section "SMTP" is invoked each time an SMTP command
41is received. This section may alter the command's argument, using the 41is received. This section may alter the command's argument, using the
42"modify command", e.g.: 42"modify command", e.g.:
43 43
44BEGIN SMTP 44BEGIN SMTP
@@ -61,20 +61,20 @@ if command ["mail from:"] "<smith(\+.*)?@@example.net>"
61 esmtp-password guessme 61 esmtp-password guessme
62else 62else
63 esmtp-auth no 63 esmtp-auth no
64fi 64fi
65END 65END
66 66
67* New keywords: log-facility and log-tag 67** New keywords: log-facility and log-tag
68 68
69* Guile output 69** Guile output
70 70
71By default Scheme's standard error and output ports are redirected to 71By default Scheme's standard error and output ports are redirected to
72syslog, using priorities `err' and `warning' correspondingly. 72syslog, using priorities `err' and `warning' correspondingly.
73 73
74* MySQL options file 74** MySQL options file
75 75
76When using MySQL for Anubis user database, the database parameters and 76When using MySQL for Anubis user database, the database parameters and
77access credentials are read from the file /etc/my.cnf, section 77access credentials are read from the file /etc/my.cnf, section
78"anubis". Additionally, two URL parameters are provided: 78"anubis". Additionally, two URL parameters are provided:
79"options-file", which sets the name of the options file, and 79"options-file", which sets the name of the options file, and
80"options-group", which sets the name of the group. 80"options-group", which sets the name of the group.
diff --git a/configure.ac b/configure.ac
index 40e76cf..ade36cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,13 +15,13 @@ dnl GNU General Public License for more details.
15dnl 15dnl
16dnl You should have received a copy of the GNU General Public License along 16dnl You should have received a copy of the GNU General Public License along
17dnl with GNU Anubis. If not, see <http://www.gnu.org/licenses/>. 17dnl with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
18dnl 18dnl
19 19
20dnl Process this file with autoconf to produce a configure script. 20dnl Process this file with autoconf to produce a configure script.
21AC_INIT([GNU Anubis], [4.1.92], [bug-anubis@gnu.org]) 21AC_INIT([GNU Anubis], [4.2], [bug-anubis@gnu.org])
22AC_PREREQ([2.63]) 22AC_PREREQ([2.63])
23AC_CONFIG_HEADERS([config.h]) 23AC_CONFIG_HEADERS([config.h])
24AC_CONFIG_AUX_DIR([build]) 24AC_CONFIG_AUX_DIR([build])
25AC_CONFIG_SRCDIR([src/main.c]) 25AC_CONFIG_SRCDIR([src/main.c])
26AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules]) 26AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
27AC_GNU_SOURCE 27AC_GNU_SOURCE

Return to:

Send suggestions and report system problems to the System administrator.