aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
commitbc0eeb7706bf5ba3d89f7f5e3563827c3981cc70 (patch)
tree5ba01fa967b924d32d8520f041f5f73b7d2cd6bc /NEWS
parent9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02 (diff)
downloadanubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.gz
anubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.bz2
Support for MySQL options file.
* NEWS: Document the use of MySQL options file. * doc/anubis.texi: Document all anubisusr options. Describe the use of MySQL options file. * src/mysql.c (mysql_db_open): Use MySQL options file. Two new URL parameters: options-file and options-group. * src/usr.opt: New option --tls-priorities.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7775aea..16f46b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU Anubis NEWS -- history of user-visible changes. 2014-05-16
+GNU Anubis NEWS -- history of user-visible changes. 2014-05-18
Copyright (C) 2001-2014 The Anubis Team.
See the end of file for copying conditions.
@@ -71,6 +71,13 @@ END
By default Scheme's standard error and output ports are redirected to
syslog, using priorities `err' and `warning' correspondingly.
+* 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
+"anubis". Additionally, two URL parameters are provided:
+"options-file", which sets the name of the options file, and
+"options-group", which sets the name of the group.
* Version 4.1.1, 2008-12-20

Return to:

Send suggestions and report system problems to the System administrator.