Changelog for 16.1.20170613

This commit is contained in:
Ralf Becker 2017-06-13 09:54:46 +00:00
parent 0261a9daf7
commit f251ebfa74
2 changed files with 7 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '16.9.002';
$setup_info['api']['versions']['current_header'] = '1.29';
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
$setup_info['api']['versions']['maintenance_release'] = '16.1.20170612';
$setup_info['api']['versions']['maintenance_release'] = '16.1.20170613';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,9 @@
egroupware-epl (16.1.20170613) hardy; urgency=low
* Mail: fix PHP Fatal error under PHP 5.4
-- Ralf Becker <rb@egroupware.org> Tue, 13 Jun 2017 11:54:46 +0200
egroupware-epl (16.1.20170612) hardy; urgency=low
* Mail: Implement Spam filtering feature including SpamTitan integration