SF.net SVN: postfixadmin:[415] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-07-23 22:43:56
|
Revision: 415 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=415&view=rev Author: christian_boltz Date: 2008-07-23 22:44:05 +0000 (Wed, 23 Jul 2008) Log Message: ----------- CHANGELOG.TXT - added note about 2.2.2.1 release - added release date to all 2.2.* releases debian/changelog - backported from branches/ again - but with the changes listed at the correct version number Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2008-07-23 11:41:45 UTC (rev 414) +++ trunk/CHANGELOG.TXT 2008-07-23 22:44:05 UTC (rev 415) @@ -16,11 +16,18 @@ - added support for domain aliases (from lenix) - updated postfix example configuration for domain aliases and to use the new mysql map format - -Version 2.2.1 --------------------- +Version 2.2.1.1 - 2008/07/23 +---------------------------- + + - fixed version number in functions.inc.php ;-) + - SVN revision 412 + + +Version 2.2.1 - 2008/07/21 +-------------------------- + - added quota parameter to mailbox_postcreation hook - new hook to update the quota after editing a mailbox ($CONF['mailbox_postedit_script']) - fixed subfolder creation order and timing @@ -32,8 +39,8 @@ - SVN revision 408 -Version 2.2.0 --------------------- +Version 2.2.0 - 2008/04/29 +-------------------------- <Far more changes than those listed here; thanks to all the community who have provided patches and time to help us get here!> Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2008-07-23 11:41:45 UTC (rev 414) +++ trunk/debian/changelog 2008-07-23 22:44:05 UTC (rev 415) @@ -1,3 +1,10 @@ +postfixadmin (2.2.1.1) unstable; urgency=low + + * 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 <dav...@pa...> Wed, 23 Jul 2008 12:37:00 +0000 + postfixadmin (2.2.1) unstable; urgency=low * Various bug fixes (MySQL charset issue(s)) @@ -2,2 +9,11 @@ * 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_postedit_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 + * Updated translations (pl, bg, ru, nb, tw etc) * Subversion revision 408 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |