As promised a few days ago, 1.0.alpha1 release is now available from Dovecot web page. Changes since 1.0-test80 include only one mbox assert crashfix and removed fsync() call when writing to transaction log, making it a bit faster. I changed the version number also since 1.0-tests to 1.0.alpha. I know '-' is problematic to binary package builders, maybe the new versioning is better? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050818/2bd0a1ef/attachment.bin>
--On Thursday, August 18, 2005 8:33 PM +0300 Timo Sirainen <tss at iki.fi> wrote:> I changed the version number also since 1.0-tests to 1.0.alpha. I know > '-' is problematic to binary package builders, maybe the new versioning > is better?For RPM's, the trick is to move any prerelease indicator to the end of the release field, something like dovecot-1.0-0.fc2.alpha1. RPM release 0 is for prereleases.
On Thu, 18 Aug 2005, Timo Sirainen wrote:> As promised a few days ago, 1.0.alpha1 release is now available from > Dovecot web page. > > Changes since 1.0-test80 include only one mbox assert crashfix and > removed fsync() call when writing to transaction log, making it a bit > faster. > > I changed the version number also since 1.0-tests to 1.0.alpha. I know > '-' is problematic to binary package builders, maybe the new versioning > is better? >Not really but we can work around it by calling the Debian version e.g. 1.0-0alpha1 or something. -- Jaldhar H. Vyas <jaldhar at debian.org> La Salle Debain - http://www.braincells.com/debian/
Timo Sirainen wrote:> As promised a few days ago, 1.0.alpha1 release is now available from > Dovecot web page.Since upgrading to 1.0 alpha1 from -test79 i've been seeing a lot of : Aug 18 20:11:03 jail0028 dovecot: IMAP(andrew): Growing pool 'maildir_uidlist_sync' with: 65536 Aug 18 20:11:07 jail0028 dovecot: IMAP(andrew): Growing pool 'maildir_uidlist_sync' with: 32768 Aug 18 20:11:07 jail0028 dovecot: IMAP(andrew): Growing pool 'maildir_uidlist_sync' with: 65536 Aug 18 20:11:09 jail0028 dovecot: IMAP(andrew): Growing pool 'maildir_uidlist_sync' with: 32768 Aug 18 20:11:09 jail0028 dovecot: IMAP(andrew): Growing pool 'maildir_uidlist_sync' with: 65536 And also: Aug 18 20:09:20 jail0028 dovecot: auth(default): Growing pool 'plain_auth_request' with: 1024 These are all on a pretty small Maildir. Is there anything I need to change since 1.0 alpha1? Thanks Andrew