[dovecot/core] a415de: pop3-migration: "first POP3 msg" warning didn't ac...

GitHub noreply at github.com
Thu Sep 22 12:00:12 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: a415de5243c4a22df91496274762ca6637e9a104
      https://github.com/dovecot/core/commit/a415de5243c4a22df91496274762ca6637e9a104
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M src/plugins/pop3-migration/pop3-migration-plugin.c

  Log Message:
  -----------
  pop3-migration: "first POP3 msg" warning didn't actually show the first one.

It was showing the first index in an array, which had nothing to do with
being the first POP3 message number.


  Commit: f4b1d510a8b66c71ea588ed16f497944da035382
      https://github.com/dovecot/core/commit/f4b1d510a8b66c71ea588ed16f497944da035382
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M src/lib-mail/message-header-hash.c

  Log Message:
  -----------
  lib-mail: Removed obsolete comment about message_header_hash_more()

pop3-migration plugin uses this function now, so it doesn't need to be kept
in sync.


  Commit: b75eba4f65c7630d3691f07d22ff4bdfcac5054d
      https://github.com/dovecot/core/commit/b75eba4f65c7630d3691f07d22ff4bdfcac5054d
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M src/doveadm/dsync/dsync-mail.c
    M src/lib-mail/message-header-hash.c
    M src/lib-mail/message-header-hash.h
    M src/lib-mail/test-message-header-hash.c
    M src/plugins/pop3-migration/pop3-migration-plugin.c

  Log Message:
  -----------
  lib-mail: message_header_hash_more() now allows input in any slices.

There wasn't necessarily any guarantees that the input would be sliced in
such a way that the repeating '?' would be dropped the same way every time.


  Commit: 789645e6790507d99f900ecb7c48e1d65a015458
      https://github.com/dovecot/core/commit/789645e6790507d99f900ecb7c48e1d65a015458
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M src/lib/ioloop.c

  Log Message:
  -----------
  lib: Update ioloop attributes

With pending IO, the ioloop attributes still need
updating, instead of just returning.


  Commit: e5a55bb6b867ee3ed95ac216996ff2e24bd596cc
      https://github.com/dovecot/core/commit/e5a55bb6b867ee3ed95ac216996ff2e24bd596cc
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
    M src/lib/test-ioloop.c

  Log Message:
  -----------
  lib: Add test for pending io without timeouts


Compare: https://github.com/dovecot/core/compare/5bcac2212ca8...e5a55bb6b867


More information about the dovecot-cvs mailing list