Skip to content

Commit

Permalink
NEWS: Fix formatting to match editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Feb 12, 2025
1 parent f0614c2 commit 2750a65
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ v2.2.19 2015-10-02 Timo Sirainen <tss@iki.fi>
nowadays (if mail sizes should be counted with LF or CRLF newlines).
+ "doveadm director up/down" commands added. The monitoring script
should be using these commands instead of changing the vhost count.
This allows admin to manually disable a server by changing the vhost
This allows admin to manually disable a server by changing the vhost
count to 0 without the monitoring script changing it back.
+ Added support for HAProxy protocol: http://wiki2.dovecot.org/HAProxy
+ Added push-notification plugin framework, which can be used to
Expand Down Expand Up @@ -2711,7 +2711,7 @@ v2.2.14 2014-10-14 Timo Sirainen <tss@iki.fi>
+ SSL/TLS compression can be disabled with ssl_options=no_compression
+ acl: Global ACL file now supports "quotes" around patterns.
+ Added last-login plugin to set user's last-login timestamp on login.
+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
+ LDAP auth: Allow passdb credentials lookup also with auth_bind=yes
- IMAP: MODSEQ was sent in FETCH reply even if CONDSTORE/QRESYNC wasn't
enabled. This broke at least old Outlooks.
- passdb static treated missing password field the same as an empty
Expand Down Expand Up @@ -2911,7 +2911,7 @@ v2.2.5 2013-08-05 Timo Sirainen <tss@iki.fi>
+ quota-status: Added quota_status_toolarge setting (by Ulrich Zehl)
- director: Users near expiration could have been redirected to
different servers at the same time.
- pop3: Avoid assert-crash if client disconnects during LIST.
- pop3: Avoid assert-crash if client disconnects during LIST.
- mdbox: Corrupted index header still wasn't automatically fixed.
- dsync: Various fixes to work better with imapc and pop3c storages.
- ldap: sasl_bind=yes caused crashes, because Dovecot's lib-sasl
Expand Down Expand Up @@ -2978,8 +2978,8 @@ v2.2.2 2013-05-20 Timo Sirainen <tss@iki.fi>
- maildir: Fixed a crash after dovecot-keywords file was re-read.
- maildir: If files had reappeared unexpectedly to a Maildir, they
were ignored until index files were deleted.
- Maildir: Fixed handling over 26 keywords in a mailbox.
- Maildir++: Fixed mail_shared_explicit_inbox=no
- Maildir: Fixed handling over 26 keywords in a mailbox.
- Maildir++: Fixed mail_shared_explicit_inbox=no
- namespace { prefix="" list=no } was listing mailboxes.
- imap/pop3-login proxying: Fixed a crash if TCP connection succeeded,
but the remote login timed out.
Expand All @@ -3006,7 +3006,7 @@ v2.2.0 2013-04-11 Timo Sirainen <tss@iki.fi>
It was already trivial to guess this from command replies.
* dovecot.index.cache files can be safely accessed only by v2.1.11+.
Older versions may think they're corrupted and delete them.
* LDA/LMTP: If saving a mail brings user from under quota to over
* LDA/LMTP: If saving a mail brings user from under quota to over
quota, allow it based on quota_grace setting (default: 10%
above quota limit).
* pop3_lock_session=yes now uses a POP3-only dovecot-pop3-session.lock
Expand Down Expand Up @@ -3149,7 +3149,7 @@ v2.1.10 2012-09-18 Timo Sirainen <tss@iki.fi>

v2.1.9 2012-08-01 Timo Sirainen <tss@iki.fi>

* mail-log plugin: Log mailbox names with UTF-8 everywhere
* mail-log plugin: Log mailbox names with UTF-8 everywhere
(instead of mUTF-7 in some places and UTF-8 in other places)
* director: Changed director_username_hash setting's default from %u
to %Lu (= lowercase usernames). This doesn't break any existing
Expand All @@ -3167,7 +3167,7 @@ v2.1.9 2012-08-01 Timo Sirainen <tss@iki.fi>
the header wasn't lowercased.
- fts-squat: Fixed crash when searching a virtual mailbox.
- pop3: Fixed assert crash when doing UIDL on empty mailbox on some
setups.
setups.
- auth: GSSAPI RFC compliancy and error handling fixes.
- Various fixes related to handling shared namespaces

Expand Down Expand Up @@ -3201,7 +3201,7 @@ v2.1.7 2012-05-29 Timo Sirainen <tss@iki.fi>
prefix is non-empty, don't assert-crash when rebuilding indexes.
- sdbox: Don't use more fds than necessary when copying mails.
- auth: Fixed crash with DIGEST-MD5 when attempting to do master user
login without master passdbs.
login without master passdbs.
- Several fixes to mail_shared_explicit_inbox=no
- imapc: Use imapc_list_prefix also for listing subscriptions.

Expand Down Expand Up @@ -3283,11 +3283,11 @@ v2.1.2 2012-03-15 Timo Sirainen <tss@iki.fi>
+ Added a "session ID" string for imap/pop3 connections, available
in %{session} variable. The session ID passes through Dovecot
IMAP/POP3 proxying to backend server. The same session ID is can be
reused after a long time (currently a bit under 9 years).
reused after a long time (currently a bit under 9 years).
+ passdb checkpassword: Support "credentials lookups" (for
non-plaintext auth and for lmtp_proxy lookups)
+ fts: Added fts_index_timeout setting to abort search if indexing
hasn't finished by then (default is to wait forever).
hasn't finished by then (default is to wait forever).
- doveadm sync: If mailbox was expunged empty, messages may have
become back instead of also being expunged in the other side.
- director: If user logged into two directors while near user
Expand All @@ -3301,10 +3301,10 @@ v2.1.2 2012-03-15 Timo Sirainen <tss@iki.fi>
v2.1.1 2012-02-23 Timo Sirainen <tss@iki.fi>

+ dsync: If message with same GUID is saved multiple times in session,
copy it instead of re-saving.
copy it instead of re-saving.
- acl plugin + autocreated mailboxes crashed when listing mailboxes
- doveadm force-resync: Don't skip autocreated mailboxes (especially
INBOX).
INBOX).
- If process runs out of fds, stop listening for new connections only
temporarily, not permanently (avoids hangs with process_limit=1
services)
Expand Down Expand Up @@ -3511,7 +3511,7 @@ v2.0.13 2011-05-11 Timo Sirainen <tss@iki.fi>
index/cache. If full text search is enabled, it also adds unindexed
messages to the fts database.
+ added "doveadm director dump" command.
+ pop3: Added support for showing messages in "POP3 order", which can
+ pop3: Added support for showing messages in "POP3 order", which can
be different from IMAP message order. This can be useful for
migrations from other servers. Implemented it for Maildir as 'O'
field in dovecot-uidlist.
Expand Down Expand Up @@ -3557,11 +3557,11 @@ v2.0.10 2011-03-04 Timo Sirainen <tss@iki.fi>
+ Added doveadm acl debug command to help debug and fix problems
with why shared mailboxes aren't working as expected.
- IMAP: Fixed hangs with COMPRESS extension
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
- LMTP: Fixed sending multiple messages in a session.
- doveadm: Fixed giving parameters to mail commands.
- doveadm: Fixed giving parameters to mail commands.
- doveadm import: Settings weren't correctly used for the
import storage.
- dsync: Fixed somewhat random failures with saving messages to
Expand Down Expand Up @@ -3625,9 +3625,9 @@ v2.0.7 2010-11-08 Timo Sirainen <tss@iki.fi>
+ doveadm dump: Added imapzlib type to uncompress IMAP's
COMPRESS DEFLATE I/O traffic (e.g. from rawlog).
- IMAP: Fixed LIST-STATUS when listing subscriptions with
subscriptions=no namespaces.
subscriptions=no namespaces.
- IMAP: Fixed SELECT QRESYNC not to crash on mailbox close if a lot of
changes were being sent.
changes were being sent.
- quota: Don't count virtual mailboxes in quota
- doveadm expunge didn't always actually do the physical expunging
- Fixed some index reading optimizations introduced by v2.0.5.
Expand Down Expand Up @@ -3670,7 +3670,7 @@ v2.0.5 2010-10-01 Timo Sirainen <tss@iki.fi>
setting, causing e.g. dovecot-lda to fail.
- lda: If there's an error in configuration, doveconf didn't exit with
EX_TEMPFAIL as it should have.
- sdbox: Fixed memory leak when copying messages with hard links.
- sdbox: Fixed memory leak when copying messages with hard links.
- zlib + sdbox combination didn't work
- zlib: Fixed several crashes, which mainly showed up with mbox.
- quota: Don't crash if user has quota disabled, but plugin loaded.
Expand Down Expand Up @@ -3789,17 +3789,17 @@ v2.0.rc5 2010-08-09 Timo Sirainen <tss@iki.fi>
v2.0.rc4 2010-08-04 Timo Sirainen <tss@iki.fi>

+ director: Added director_doveadm_port for accepting doveadm
TCP connections.
TCP connections.
+ doveadm: Added client/server architecture support for running mail
commands. Enable this by setting doveadm_worker_count to non-zero.
+ mail-log: Added support for mailbox_create event.
+ imap_capability = +XFOO BAR can be used to add capabilities instead
of replacing the whole capability string.
+ virtual storage: Added support for IDLE notifications.
- doveadm mailbox status: Fixed listing non-ASCII mailbox names.
+ virtual storage: Added support for IDLE notifications.
- doveadm mailbox status: Fixed listing non-ASCII mailbox names.
- doveadm fetch: Fixed output when fetching message header or body
- doveadm director map/add/remove: Fixed handling IP address as
parameter.
parameter.
- dsync: A few more fixes

v2.0.rc3 2010-07-20 Timo Sirainen <tss@iki.fi>
Expand Down Expand Up @@ -4324,7 +4324,7 @@ v1.1.rc5 2008-05-05 Timo Sirainen <tss@iki.fi>
- LIST-EXTENDED options were ignored.
- LDAP: Static attribute names weren't working correctly
- deliver: mail_uid and mail_gid settings weren't used.
- pop3 + maildir++ quota: maildirsize file wasn't created if it
- pop3 + maildir++ quota: maildirsize file wasn't created if it
didn't exist already.
- dnotify: Waiting for dotlock to be deleted used 100% CPU

Expand Down Expand Up @@ -4523,7 +4523,7 @@ v1.0.1 2007-06-15 Timo Sirainen <tss@iki.fi>
+ Print Dovecot version number with dovecot -n and -a
+ deliver: Added -e parameter to write rejection error to stderr and
exit with EX_NOPERM instead of sending the rejection by executing
sendmail.
sendmail.
+ dovecot --log-error logs now a warning, an error and a fatal
- Trying to start Dovecot while it's already running doesn't anymore
wipe out login_dir and break the running Dovecot.
Expand Down Expand Up @@ -5013,7 +5013,7 @@ v1.0.rc8 2006-10-09 Timo Sirainen <tss@iki.fi>

+ SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either
hex or base64 encoded. The encoding is detected automatically based
on the password string length.
on the password string length.
+ Allow running only Dovecot master and dovecot-auth processes with
protocols=none setting
+ deliver: -f <envelope sender> parameter can be used to set mbox
Expand Down Expand Up @@ -5062,7 +5062,7 @@ v1.0.rc6 2006-08-07 Timo Sirainen <tss@iki.fi>
+ acl plugins: If .DEFAULT file exists in global ACL root directory,
use it as the default ACLs for all mailboxes.
- Fixes to login process handling, especially with
login_process_per_connection=no.
login_process_per_connection=no.
- Back to the original SSL proxy code but with one small fix, which
hopefully fixes the occational hangs with it
- Several fixes to handling LIST command more correctly.
Expand Down Expand Up @@ -5219,7 +5219,7 @@ v1.0.beta8 2006-05-12 Timo Sirainen <tss@iki.fi>

v1.0.beta7 2006-04-12 Timo Sirainen <tss@iki.fi>

+ Added shutdown_clients setting to control if existing imap/pop3
+ Added shutdown_clients setting to control if existing imap/pop3
processes should be killed when master is.
- Master login fixes, PLAIN authentication was still broken..

Expand Down Expand Up @@ -5355,7 +5355,7 @@ v1.0.beta1 2006-01-16 Timo Sirainen <tss@iki.fi>
+ Authentication server can cache password database lookups
+ Support for multiple authentication databases
+ Namespace configuration
+ Dovecot works with shared
+ Dovecot works with shared

v0.99.10 2003-06-26 Timo Sirainen <tss@iki.fi>

Expand Down

0 comments on commit 2750a65

Please sign in to comment.