diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 0b2df8fc..29433f57 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -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 @@ Version ***svn*** - 2014/02/__ - SVN r*** (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 @@ Version ***svn*** - 2014/02/__ - SVN r*** - 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 @@ Version ***svn*** - 2014/02/__ - SVN r*** 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 diff --git a/debian/changelog b/debian/changelog index 1f69b6fc..11537845 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 28 Apr 2014 21:36:00 +0100 + -- David Goodwin Tue, 06 May 2014 21:36:00 +0100 postfixadmin (2.3.5-2) unstable; urgency=low diff --git a/functions.inc.php b/functions.inc.php index 905ba841..44e2aae4 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '2.4 develop'; +$version = '2.91'; /** * check_session