Increment version, update NEWS file for release.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2018-03-25 08:17:59 +02:00
parent ade598172b
commit b89b34b106
2 changed files with 13 additions and 2 deletions

@ -1,4 +1,4 @@
Version 2.1.2 ()
Version 2.1.2 (March 25, 2018))
------------------------------------------------------------------------
* Exclude defunct netmirror spartacus repository
@ -11,6 +11,17 @@ Version 2.1.2 ()
serendipity_event_spamblock_surbl by adding Net/DNS2 1.4.3 as a
bundled library to core and patching Net/DNSBL (#497)
* Fixed broken Akismet API calls (#507)
* Fixed comment preview for logged-in users (#503)
* Fixed message display after comment editing/deleting (#526)
* Don't show empty plugin groups in list (#496) and fix broken
plugin display in Firefox.
* Add template path as first entry to template_dirs (#524)
Version 2.1.1 (April 9th, 2017)
------------------------------------------------------------------------

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.1.2-beta1';
$serendipity['version'] = '2.1.2';
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.