Hello Dovecot users,
The new Dovecot v1.2 release is a good occasion to release a new
Pigeonhole Sieve package with some relatively minor bug fixes.
Changelog Sieve v0.1.17:
- Made sure source code positions for compiler messages are recorded
at start of tokens.
- Fixed a few potential memory leaks in the Sieve compiler and the
spam/virustest extensions.
- Made command line tools return proper exit status upon failure.
The release is available as follows:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.17.tar.gzhttp://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.17.tar.gz.sig
Refer to http://pigeonhole.dovecot.org for more information. Have fun
testing the new releases and don't hesitate to notify me when there are
problems.
Regards,
--
Stephan Bosch
stephan(a)rename-it.nl
http://dovecot.org/releases/1.2/dovecot-1.2.12.tar.gzhttp://dovecot.org/releases/1.2/dovecot-1.2.12.tar.gz.sig
Some of the most important fixes since v1.2.11:
- deliver: Don't crash when a message with Auto-submitted: header gets
rejected.
- lib-storage: Fixed header searches to work correctly when there are
multiple headers with same name.
- dict client: Disconnect from dict server after 1 second of idling.
- dict: If process crashed, it wasn't automatically restarted
- dict file: If dict file's group permissions equal world permissions,
don't try to change its gid.
- maildir: Fixed a memory leak when copying with hardlinks.
- maildir: Expunging last messages may have assert-crashed if their
filenames had just changed.
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gzhttp://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz.sig
Unfortunately this still isn't rc1 yet, but the next one will be, I promise :) Basically all of the important changes are done now. The TODO list for rc1 is:
- Test and fix dsync bugs
- Finish director
- Add man pages started by Pascal Volk. BTW. He asked for some feedback about them, but got only one reply: http://dovecot.org/list/dovecot/2010-June/049438.html
I've also read through and answered nearly all of my email backlog. If you haven't gotten a reply, resend the mail.
Some changes since beta5:
- Added director: http://blog.dovecot.org/2010/05/new-director-service-in-v20-for-nfs.html
- IMAP: Added STATUS (X-VSIZE) command for easily getting mailbox's virtual size.
- Lots and lots of doveadm improvements and new commands
- Postlogin scripts now need to be executed using "script-login", not "script" binary.
- Quota warnings are executed now asynchronously using the new script binary. See http://hg.dovecot.org/dovecot-2.0/rev/a179fcbbf960
- Added passdb static for proxying and similar configurations
- TLS SNI configuration must now be done using local_name {} blocks, not local {}
- lib-storage plugin API changes, external plugins must be updated to work correctly
- Lots of fixes