Add PR #493 to NEWS.

PR #493 was
"Dashboard: Redo display of drafts/future entries."

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2017-04-16 14:53:28 +02:00
parent c43b419939
commit 7dfed291ae

View File

@ -1,6 +1,20 @@
Version 2.x.x (major) ()
------------------------------------------------------------------------
* Merge and rename the two configuration variables to limit
displayed entries in the dashboard (#493):
$serendipity['dashboardLimit'] and
$serendipity['dashboardDraftLimit'] are now merged into
$serendipity['dashboardEntriesLimit'] - please change your
serendipity_config_local.inc.php accordingly if you used
the former variables.
The dashboard will now show as many future entries as
configured in "dashboardEntriesLimit"; if there are less
future entries, it will display drafts until
"dashboardEntriesLimit" is reached.
* Fix a regression in Net/DNSBL regarding
serendipity_event_spamblock_rbl and
serendipity_event_spamblock_surbl by adding Net/DNS2 1.4.3 as a