From e00f6ff5492d2ad78175300b82f81633522cfd7e Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 23 Jul 2008 11:35:14 +0000 Subject: [PATCH] the missing stuff - bump up version in functions.inc.php; fix changelog.txt git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/branches/postfixadmin-2.2.1@412 a1433add-5e2c-0410-b055-b7f2511e0802 --- CHANGELOG.TXT | 39 +++++++++++++++++++++++++++++++++------ create-mailbox.php | 3 --- functions.inc.php | 2 +- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index a50aadb4..b22a4524 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -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 -# 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 -------------------- diff --git a/create-mailbox.php b/create-mailbox.php index cb25ec43..bed9474f 100644 --- a/create-mailbox.php +++ b/create-mailbox.php @@ -9,9 +9,6 @@ * Further details on the project are available at : * http://www.postfixadmin.com or http://postfixadmin.sf.net * - * @version $Id$ - * @license GNU GPL v2 or later. - * * File: create-mailbox.php * Responsible for allowing for the creation of mail boxes * diff --git a/functions.inc.php b/functions.inc.php index c6e07857..ac656bf8 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.0'; +$version = '2.2.1'; /** * check_session