1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-07 17:42:53 +03:00
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@588 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin
2009-03-18 19:54:34 +00:00
parent 0ab2de5d9e
commit c384984362
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
postfixadmin (2.3rc1) unstable; urgency=low
* Subversion revision 587
* New XmlRpc API for integration with 3rd party web mail clients.
* Various bug fixes
* Translation patches
* Addition of dovecotpw support
-- David Goodwin <david.goodwin@palepurple.co.uk> Wed, 18 Mar 2009 19:52:00 +0000
postfixadmin (2.3beta) unstable; urgency=low postfixadmin (2.3beta) unstable; urgency=low
* Subversion revision 533 * Subversion revision 533

View File

@@ -22,7 +22,7 @@ if (ereg ("functions.inc.php", $_SERVER['PHP_SELF']))
exit; exit;
} }
$version = '2.3 beta'; $version = '2.3 rc1';
/** /**
* check_session * check_session