SF.net SVN: postfixadmin:[1670] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2014-05-06 19:46:30
|
Revision: 1670 http://sourceforge.net/p/postfixadmin/code/1670 Author: christian_boltz Date: 2014-05-06 19:46:27 +0000 (Tue, 06 May 2014) Log Message: ----------- version 2.91 aka 3.0 beta1 Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog trunk/functions.inc.php Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2014-05-02 16:48:21 UTC (rev 1669) +++ trunk/CHANGELOG.TXT 2014-05-06 19:46:27 UTC (rev 1670) @@ -9,8 +9,8 @@ # Last update: # $Id$ -Version ***svn*** - 2014/02/__ - SVN r*** ------------------------------------ +Version 3.0 beta1 (2.91) - 2014/05/06 - SVN r1670 +------------------------------------------------- Summary of major changes: - new command-line interface "postfixadmin-cli" @@ -23,6 +23,8 @@ (see $CONF['*_struct_hook']) - lots of code cleanup, remove/merge lots of duplicated code and templates - use smarty for templates + - add ability to choose activation date, end date and reply interval for + vacation message - various enhancements everywhere - redesign login page, list and edit pages (goodbye, green!) and make them wider - several new config options and changed defaults @@ -40,7 +42,7 @@ - at least 2 digits - $CONF['*_struct_hook'] - make $struct in the *Handler classes customizeable - $CONF['vacation_choice_of_reply'] - list of reply interval options - - $CONF[domain_quota] - total quota per domain + - $CONF['domain_quota'] - total quota per domain - $CONF['theme_custom_css'] - to add some custom CSS without editing the default CSS file - $CONF['motd_*'] - replaces motd*.txt @@ -65,7 +67,7 @@ removed config options: - $CONF['min_password_length'] - now handled in /.{5}/ in $CONF['password_validation'] - - $CONF[postfix_admin_url] - relative paths are now used everywhere + - $CONF['postfix_admin_url'] - relative paths are now used everywhere list-virtual.php: - display percentage of quota usage Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2014-05-02 16:48:21 UTC (rev 1669) +++ trunk/debian/changelog 2014-05-06 19:46:27 UTC (rev 1670) @@ -1,8 +1,8 @@ -postfixadmin (2.9.1-1) unstable; urgency=low +postfixadmin (2.91-1) unstable; urgency=low * New upstream release (effectively beta for v3.0) - -- David Goodwin <da...@pa...> Mon, 28 Apr 2014 21:36:00 +0100 + -- David Goodwin <da...@pa...> Tue, 06 May 2014 21:36:00 +0100 postfixadmin (2.3.5-2) unstable; urgency=low Modified: trunk/functions.inc.php =================================================================== --- trunk/functions.inc.php 2014-05-02 16:48:21 UTC (rev 1669) +++ trunk/functions.inc.php 2014-05-06 19:46:27 UTC (rev 1670) @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '2.4 develop'; +$version = '2.91'; /** * check_session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |