aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS48
1 files changed, 36 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 16f46b2..8b4459b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,44 @@
-GNU Anubis NEWS -- history of user-visible changes. 2014-05-18
-Copyright (C) 2001-2014 The Anubis Team.
+GNU Anubis NEWS -- history of user-visible changes. 2024-01-05
+Copyright (C) 2001-2024 The Anubis Team.
See the end of file for copying conditions.
Please send your bug reports to <bug-anubis@gnu.org>.
+
+* Version 4.3, 2024-01-05
+
+** Fix compilation with GDBM 1.18.1
+
+** Support for Guile version 2.2.0 and later
+
+Support for prior versions has been withdrawn.
+
+** anubisusr requires GnuTLS
+
+** New configuration statement: use-pam
+
+Used in CONTROL section, this boolean statement enables or disables
+the use of the Pluggable Authentication Module interface for
+accounting and session management.
+
+** New configuration statement: identd-keyfile
+
+Sets the name of the file with shared keys used for decryting replies
+from the auth service. It is used in traditional mode if anubis
+receives an encrypted response from the client's identd server
+(e.g. if they are running pidentd with encryption).
+** Bugfixes
-* 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 +52,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 +88,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
@@ -506,7 +530,7 @@ translations.
Copyright information:
- Copyright (C) 2001, 2002, 2003, 2004, 2007, 2008 The Anubis Team.
+ Copyright (C) 2001-2023 The Anubis Team.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the

Return to:

Send suggestions and report system problems to the System administrator.