From 569b5582bdf6d49ceb349c6987afc557e9b6e793 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 23 Jul 2008 11:40:36 +0000 Subject: [PATCH] update version number - probably need to be 2.2.1.1 now :/ git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.2.1@413 a1433add-5e2c-0410-b055-b7f2511e0802 --- debian/changelog | 18 ++++++++++++++++++ functions.inc.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 91055f39..2444f2c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +postfixadmin (2.2.1.1) unstable; urgency=low + + * Various bug fixes (MySQL charset issue(s)) + * Updated translations (pl, bg, ru, nb, tw etc) + * added quota parameter to mailbox_postcreation hook + * new hook to update the quota after editing a mailbox + ($CONF['mailbox_postedi +t_script']) + * fixed subfolder creation order and timing + * allow smtp server to be specified in vacation.pl + * fixed MySQL charset issues + * several small bugfixes + * Norwegian (bokmal) translation added + * Subversion revision 412 (from branches/postfixadmin-2.2.1) + * THIS IS EFFECTIVELY THE SAME AS 2.2.1 (which should probably be ignored) + + -- David Goodwin Wed, 23 Jul 2008 12:37:00 +0000 + postfixadmin (2.2.1) unstable; urgency=low * Various bug fixes (MySQL charset issue(s)) diff --git a/functions.inc.php b/functions.inc.php index ac656bf8..63d2a178 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -22,7 +22,7 @@ if (ereg ("functions.inc.php", $_SERVER['PHP_SELF'])) exit; } -$version = '2.2.1'; +$version = '2.2.1.1'; /** * check_session