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 @@
-GNU Anubis NEWS -- history of user-visible changes. 2014-05-18
+GNU Anubis NEWS -- history of user-visible changes. 2014-05-23
Copyright (C) 2001-2014 The Anubis Team.
See the end of file for copying conditions.
Please send your bug reports to <bug-anubis@gnu.org>.
-* Version 4.1.92 (Git)
+* Version 4.2, 2014-05-23
-* New operation mode: proxy
+** New operation mode: proxy
-* Command line option precedence
+** Command line option precedence
Command line options take precedence over configuration file
statements.
-* elif statement
+** elif statement
A familiar `elif' statement is supported, e.g.:
@@ -28,14 +28,14 @@ else
action-list-4
fi
-* New CONTROL statement esmtp-auth-delayed.
+** New CONTROL statement esmtp-auth-delayed.
When set to `yes', this statement instructs Anubis to postpone ESMTP
authentication until MAIL command is issued by the client. This
allows to change authentication credentials in the SMTP section (see
below).
-* SMTP section
+** SMTP section
The new section "SMTP" is invoked each time an SMTP command
is received. This section may alter the command's argument, using the
@@ -64,14 +64,14 @@ else
fi
END
-* New keywords: log-facility and log-tag
+** New keywords: log-facility and log-tag
-* Guile output
+** Guile output
By default Scheme's standard error and output ports are redirected to
syslog, using priorities `err' and `warning' correspondingly.
-* MySQL options file
+** MySQL options file
When using MySQL for Anubis user database, the database parameters and
access 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/>.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Anubis], [4.1.92], [bug-anubis@gnu.org])
+AC_INIT([GNU Anubis], [4.2], [bug-anubis@gnu.org])
AC_PREREQ([2.63])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])

Return to:

Send suggestions and report system problems to the System administrator.