ready for 2.3rc6

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@689 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 15 years ago
parent b23620cd8a
commit 8200ef4788

@ -11,6 +11,13 @@
# $Id$
Version 2.3rc6 - 2009/07/20 - SVN r689
--------------------------------------
- Updates to vacation.pl
- PHP 5.3 compatibility
- Easier dependencies for .debs - should work on Lenny/Ubuntu etc without issue now.
Version 2.3rc5 - 2009/05/20 - SVN r658
--------------------------------------

6
debian/changelog vendored

@ -1,3 +1,9 @@
postfixadmin (2.3rc6) unstable; urgency=low
* Bump version number; etc.
-- David Goodwin <david.goodwin@palepurple.co.uk> Mon, 20 Jul 2009 19:56:26 +0100
postfixadmin (2.3rc5) unstable; urgency=low
* Initial release (Closes: #247225)

@ -16,7 +16,7 @@
* Contains re-usable code.
*/
$version = '2.3 rc5';
$version = '2.3 rc6';
/**
* check_session

Loading…
Cancel
Save