SF.net SVN: postfixadmin:[411] trunk
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-07-22 23:35:11
|
Revision: 411 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=411&view=rev Author: christian_boltz Date: 2008-07-22 23:35:20 +0000 (Tue, 22 Jul 2008) Log Message: ----------- CHANGELOG.TXT - added changes since 2.2.0 release (2.2.1 and SVN trunk only) - updated copyright header debian/changelog - backported update from 2.2.1 branch to trunk Modified Paths: -------------- trunk/CHANGELOG.TXT trunk/debian/changelog Modified: trunk/CHANGELOG.TXT =================================================================== --- trunk/CHANGELOG.TXT 2008-07-22 21:57:51 UTC (rev 410) +++ trunk/CHANGELOG.TXT 2008-07-22 23:35:20 UTC (rev 411) @@ -1,10 +1,37 @@ +# Postfix Admin +# +# LICENSE +# This source file is subject to the GPL license that is bundled with +# this package in the file LICENSE.TXT. +# +# Further details on the project are available at : +# http://www.postfixadmin.com or http://postfixadmin.sf.net # -# Postfix Admin -# by Mischa Peters <mischa at high5 dot net> -# Copyright (c) 2002 - 2005 High5! -# Licensed under GPL for more info check GPL-LICENSE.TXT -# -# +# Last update: +# $Id$ + + +Only in SVN trunk +-------------------- + + - 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 +-------------------- + + - 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 + - several translation updates + - SVN revision 408 + + Version 2.2.0 -------------------- Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2008-07-22 21:57:51 UTC (rev 410) +++ trunk/debian/changelog 2008-07-22 23:35:20 UTC (rev 411) @@ -1,3 +1,10 @@ +postfixadmin (2.2.1) unstable; urgency=low + + * Various bug fixes (MySQL charset issue(s)) + * Updated translations (pl, bg, ru, nb, tw etc) + * Subversion revision 408 + + -- David Goodwin <dav...@pa...> Mon, 21 Jul 2008 22:44:00 +0000 postfixadmin (2.2.0) unstable; urgency=low * 2.2.0 Released. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |