[dovecot/core] 4559dc: doc: fix wrong tense in doveadm-expunge man page

GitHub noreply at github.com
Tue Jun 21 20:30:17 UTC 2016


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 4559dcffe55351103026b71a3eba5a43146a6948
      https://github.com/dovecot/core/commit/4559dcffe55351103026b71a3eba5a43146a6948
  Author: Martti Rannanjärvi <martti.rannanjarvi at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M doc/man/doveadm-expunge.1.in

  Log Message:
  -----------
  doc: fix wrong tense in doveadm-expunge man page


  Commit: 525ddf5f27c256c3a8caaff2db3a6f835fd5fb2a
      https://github.com/dovecot/core/commit/525ddf5f27c256c3a8caaff2db3a6f835fd5fb2a
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M configure.ac
    M src/plugins/Makefile.am
    A src/plugins/welcome/Makefile.am
    A src/plugins/welcome/welcome-plugin.c

  Log Message:
  -----------
  Added welcome plugin.


  Commit: 15730f82f7efc564b570026a06ed05f6ac1495f4
      https://github.com/dovecot/core/commit/15730f82f7efc564b570026a06ed05f6ac1495f4
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-storage/index/Makefile.am
    M src/lib-storage/index/dbox-common/dbox-mail.c
    M src/lib-storage/index/dbox-common/dbox-save.c
    M src/lib-storage/index/dbox-common/dbox-save.h
    M src/lib-storage/index/dbox-multi/mdbox-save.c
    M src/lib-storage/index/dbox-single/sdbox-save.c
    A src/lib-storage/index/index-pop3-uidl.c
    A src/lib-storage/index/index-pop3-uidl.h
    M src/lib-storage/index/index-storage.c
    M src/lib-storage/index/index-transaction.c
    M src/lib-storage/mail-storage-private.h

  Log Message:
  -----------
  dbox: Optimize POP3 MAIL_FETCH_UIDL_BACKEND.

We keep track of the highest UID known to have POP3 UIDL in index's header.
If saving adds a newer message, it'll also update the header. When fetching
UIDL_BACKEND, we can need to check only mails with lower UIDs. There are
some race conditions here, but normally UIDLs are set only once during
migration so it shouldn't matter.


  Commit: dc9e4ab2880482c69eb61951788092815b89cb2b
      https://github.com/dovecot/core/commit/dc9e4ab2880482c69eb61951788092815b89cb2b
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/doveadm/doveadm-cmd.c

  Log Message:
  -----------
  doveadm: Fixed --long-parameters handling


  Commit: cb21fec783fa3a36d6dad08724634298d5caefee
      https://github.com/dovecot/core/commit/cb21fec783fa3a36d6dad08724634298d5caefee
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/doveadm/doveadm-fs.c

  Log Message:
  -----------
  doveadm fs delete: Allow multiple paths also with -R parameter.


  Commit: 83c5005bd00b2be5cf98ccec41e4a50083b5e51a
      https://github.com/dovecot/core/commit/83c5005bd00b2be5cf98ccec41e4a50083b5e51a
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c

  Log Message:
  -----------
  lib-dcrypt: Assert-crash if impossible private/public keys are seen.


  Commit: 49046dc1102df9292c4d3da973b033bfa8e6cb49
      https://github.com/dovecot/core/commit/49046dc1102df9292c4d3da973b033bfa8e6cb49
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c

  Log Message:
  -----------
  lib-dcrypt: Assert-crash if key parameter is NULL.

If it happens, it's a bug.


  Commit: 92b22c978606d56558c52d2cc6b9256e916d2e06
      https://github.com/dovecot/core/commit/92b22c978606d56558c52d2cc6b9256e916d2e06
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c
    M src/lib-dcrypt/dcrypt-private.h
    M src/lib-dcrypt/dcrypt.c
    M src/lib-dcrypt/dcrypt.h
    M src/lib-dcrypt/test-crypto.c

  Log Message:
  -----------
  lib-dcrypt: dcrypt_key_convert_private_to_public() can no longer fail.

Removed unnecessary failure handling.


  Commit: 0e8ca25fa462d251fd5cc6bd53a90b06353b2009
      https://github.com/dovecot/core/commit/0e8ca25fa462d251fd5cc6bd53a90b06353b2009
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c
    M src/lib-dcrypt/dcrypt-private.h
    M src/lib-dcrypt/dcrypt.c
    M src/lib-dcrypt/dcrypt.h
    M src/lib-dcrypt/ostream-encrypt.c

  Log Message:
  -----------
  lib-dcrypt: dcrypt_key_type_public/private() can no longer fail.

Removed unnecessary failure handling.


  Commit: c39dd401306a25c6448706a04fa37b06fb9e6b60
      https://github.com/dovecot/core/commit/c39dd401306a25c6448706a04fa37b06fb9e6b60
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c

  Log Message:
  -----------
  lib-dcrypt: Don't ignore BIO errors.

Might happen due to out of memory?


  Commit: 15648d9c7687bec4eabed678a812d6a66009e0be
      https://github.com/dovecot/core/commit/15648d9c7687bec4eabed678a812d6a66009e0be
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt-openssl.c

  Log Message:
  -----------
  lib-dcrypt: Added missing error handling.

Most of these are probably unnecessary now that malloc() no longer fails.
Also some of the NULL checks may not be needed since OpenSSL functions
(usually?) return failure on NULL parameters, but sometimes they perform
a different operation. So overall, probably safer to include these checks.


  Commit: 7caacdeeea8cc587b8c963af7d6ee067adb8894f
      https://github.com/dovecot/core/commit/7caacdeeea8cc587b8c963af7d6ee067adb8894f
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/test-crypto.c
    M src/lib-dcrypt/test-stream.c

  Log Message:
  -----------
  lib-dcrypt: Check for all the return values in unit tests


  Commit: e9ff07194055d1d0794b9afc7520ef8baaa960ec
      https://github.com/dovecot/core/commit/e9ff07194055d1d0794b9afc7520ef8baaa960ec
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-dcrypt/dcrypt.c

  Log Message:
  -----------
  lib-dcrypt: dcrypt_keypair_generate() no longer assumes pair_r to be initialized.

It wasn't clear that it should have been zeroed. It also likely isn't very
useful to be able to place the generated key to existing keys.


  Commit: cc9df1198822fbe838026dee05ef92d96a969961
      https://github.com/dovecot/core/commit/cc9df1198822fbe838026dee05ef92d96a969961
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-storage/list/mailbox-list-index-iter.c

  Log Message:
  -----------
  LAYOUT=index: Avoid unnecessary work for setting \Marked flags in LIST reply.

If MAILBOX_LIST_ITER_RETURN_NO_FLAGS is set, the caller doesn't care about
the flags.


  Commit: 7ffa59270a5ac8a39b2a84436e6077ef2647e8c0
      https://github.com/dovecot/core/commit/7ffa59270a5ac8a39b2a84436e6077ef2647e8c0
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-storage/list/mailbox-list-index-status.c
    M src/lib-storage/mail-storage-private.h

  Log Message:
  -----------
  lib-storage: Added a kludgy quick-"parameter" to list_index_has_changed()


  Commit: f194f5c497dd32503701716d6eaa167878495ea8
      https://github.com/dovecot/core/commit/f194f5c497dd32503701716d6eaa167878495ea8
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M src/lib-storage/list/mailbox-list-index-status.c

  Log Message:
  -----------
  LAYOUT=index: Existence or GUID lookups don't need to refresh mailboxes.


Compare: https://github.com/dovecot/core/compare/07a1f7b108d4...f194f5c497dd


More information about the dovecot-cvs mailing list