[Dovecot] 1.0 alpha1 released
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?
--On Thursday, August 18, 2005 8:33 PM +0300 Timo Sirainen tss@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@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
On 18.8.2005, at 22:14, Andrew Boothman wrote:
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: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?
Stop compiling with --enable-debug :)
Timo Sirainen wrote:
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?
Stop compiling with --enable-debug :)
Ah - that'd explain it then! :)
Thanks.
Andrew
participants (4)
-
Andrew Boothman
-
Jaldhar H. Vyas
-
Kenneth Porter
-
Timo Sirainen