[Postfixadmin-devel] 2.3.3 release?
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <pos...@cb...> - 2011-03-03 21:38:30
|
Hello, I just checked the full diff between 2.3.2 and what we have in the 2.3 branch currently. This lead to the revert of using table_by_key() in db_delete to avoid breaking (or having to change) delete.php - see my commit some minutes ago. Besides that, the diff (see [1]) looks good and we don't have critical open bugs in the bugtracker. Therefore I propose to release PostfixAdmin 2.3.3 from the 2.3 branch. IMHO we only need to do three things before doing the 2.3.3 release: - change $version in functions.inc.php to 2.3.3 - enter date and SVN revision in CHANGELOG.TXT - tag the release (svn cp to tags/) Please give the 2.3 branch a test and report back if everything works. @David: (If nobody objects or finds a regression in the 2.3 branch) As always, please send me the the tarball and the .deb (and, if you want, a GPG signature for each of the files as *.asc). I'll then create a RPM package and GPG signatures and upload everything to SourceForge. Here's the changelog for 2.3.3: Version 2.3.3 - 2011/**/** - SVN r*** (postfixadmin-2.3 branch) --------------------------------------------------------------- - create-alias: allow multiple alias targets - create-alias, edit-alias: prevent input data loss on validation errors - list-virtual: fix displaying of 'modified' column for aliases when using postgres - replaced deprecated split() with preg_split() or explode() - functions.inc.php: better error messages when database functions are missing - create domain: fixed typo in variable name that broke the default value for default aliases - postgres: changed mailbox.quota, domain.quota and domain.maxquota fields to bigint to allow mailboxes >4 GB (run setup.php to upgrade your database) - vacation.pl logged literal $variable instead of the variable content at two places - POSTFIX_CONF.txt: fixed filename for quota map - config.inc.php: removed double $CONF['database_prefix'] - config.inc.php: fixed comments about domain_post* script parameters - updated INSTALL.TXT and UPGRADE.TXT - sk translation update - some more minor fixes Regards, Christian Boltz [1] svn diff -r860:980 - see the attached file -- Well, I guess, Stephan knows very well, what the fuzz is about: it's about hundreds of patches, which will have to be regenerated, done as an employment-creation measure for this lazy gang of packagers. [Hans-Peter Jansen in opensuse-packaging] |