Codebase list cyrus-sasl2 / 5168bd3
Re-format NEWS file to get rid of changelog-style formatting Roberto C. Sanchez 10 years ago
2 changed file(s) with 11 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 cyrus-sasl2 (2.1.25.dfsg1-5) unstable; urgency=low
1
2 * Configuration of SQL engine backends have changed from database
3 specific configuration (e.g. 'mysql') to generic 'sql' auxprop
4 plugin.
0 As of version 2.1.25.dfsg1-5, configuration of SQL engine backends have
1 changed from database specific configuration (e.g. 'mysql') to generic
2 'sql' auxprop plugin.
53
6 You will need to change your configuration f.e. from:
4 You will need to change your configuration f.e. from:
75
8 auxprop_plugin: mysql
6 auxprop_plugin: mysql
97
10 to
8 to
119
12 auxprop_plugin: sql
13 sql_engine: mysql
10 auxprop_plugin: sql
11 sql_engine: mysql
1412
15 Also the SQL query (if used) needs to have '%u' replaced with '%u@%r'
16 because now user and realm is provided separately.
13 Also the SQL query (if used) needs to have '%u' replaced with '%u@%r'
14 because now user and realm is provided separately.
1715
1816 -- Ondřej Surý <ondrej@debian.org> Mon, 06 Aug 2012 13:12:22 +0200
1919 * Changes to make lintian happy:
2020 + Use canonical URIs for Vcs-Browser and Vcs-Git control fields.
2121 + Make -dbg packages "Multi-Arch: same" so they are co-installable
22 + Re-format NEWS file to get rid of changelog-style formatting
2223
2324 -- Roberto C. Sanchez <roberto@connexer.com> Wed, 29 Jan 2014 09:42:48 -0500
2425