bump up to 2.3rc7

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@694 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 15 years ago
parent f1fc057f43
commit 345de9214c

@ -11,6 +11,12 @@
# $Id$
Version 2.3rc7 - 2009/07/27 - SVN r691
--------------------------------------
- Fix bug with confd-link.sh debian thing (breakage on Lenny with wwwconfig-common 0.1.2)
- Fix crypt() issue (see https://sourceforge.net/tracker/?func=detail&aid=2814820&group_id=191583&atid=937964 )
Version 2.3rc6 - 2009/07/20 - SVN r689
--------------------------------------

7
debian/changelog vendored

@ -1,3 +1,10 @@
postfixadmin (2.3rc7) unstable; urgency=low
* Fix issue with pre.rm script
* New 'upstream' release.
-- David Goodwin <david.goodwin@palepurple.co.uk> Mon, 27 Jul 2009 22:08:26 +0100
postfixadmin (2.3rc6) unstable; urgency=low
* Bump version number; etc.

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

Loading…
Cancel
Save