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,20 +1,20 @@
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
@@ -28,14 +28,14 @@ else
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
@@ -64,14 +64,14 @@ else
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
diff --git a/configure.ac b/configure.ac
index 40e76cf..ade36cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl 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])

Return to:

Send suggestions and report system problems to the System administrator.