[dovecot/core] 251800: global: Update script client version number

GitHub noreply at github.com
Tue Jun 6 17:35:26 EEST 2017


  Branch: refs/tags/2.2.30.2
  Home:   https://github.com/dovecot/core
  Commit: 2518005ba2e5d1c488f108de9ecf43a8036457c7
      https://github.com/dovecot/core/commit/2518005ba2e5d1c488f108de9ecf43a8036457c7
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M src/plugins/fts/fts-parser-script.c
    M src/plugins/mail-filter/istream-ext-filter.c
    M src/plugins/mail-filter/ostream-ext-filter.c
    M src/plugins/welcome/welcome-plugin.c

  Log Message:
  -----------
  global: Update script client version number

Broken by b383ed51d75bce0f69f126bc4ff7192985ca30f2


  Commit: 626d6619f445665d8eee6f5b317d8f7bc7724daa
      https://github.com/dovecot/core/commit/626d6619f445665d8eee6f5b317d8f7bc7724daa
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M src/plugins/welcome/welcome-plugin.c

  Log Message:
  -----------
  welcome: tabescape args, this is required by script client 4


  Commit: 281eeeb3db8cc22c6234643eae1ca82d3a2cfa53
      https://github.com/dovecot/core/commit/281eeeb3db8cc22c6234643eae1ca82d3a2cfa53
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M src/plugins/mail-filter/istream-ext-filter.c
    M src/plugins/mail-filter/ostream-ext-filter.c

  Log Message:
  -----------
  mail-filter: tabescape args, this is required by script client 4


  Commit: 67c02e03d6e8178b110a3036fecd1e813b4f2276
      https://github.com/dovecot/core/commit/67c02e03d6e8178b110a3036fecd1e813b4f2276
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M src/plugins/quota/quota.c

  Log Message:
  -----------
  quota: Update version number for script client


  Commit: 8b468975f5ba61cd0fff94efdd74aef6f45d3a81
      https://github.com/dovecot/core/commit/8b468975f5ba61cd0fff94efdd74aef6f45d3a81
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M src/auth/userdb-vpopmail.c

  Log Message:
  -----------
  auth: Fix vpopmail for 2.2


  Commit: eebd877b1001fbc01a70728abee49d1b90b3b350
      https://github.com/dovecot/core/commit/eebd877b1001fbc01a70728abee49d1b90b3b350
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M NEWS
    M configure.ac

  Log Message:
  -----------
  Released v2.2.30.1.


  Commit: a5704dd2b35452adc4708346654e225f9b7973aa
      https://github.com/dovecot/core/commit/a5704dd2b35452adc4708346654e225f9b7973aa
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M src/auth/auth-request-handler.c

  Log Message:
  -----------
  auth: Access always first entry when flushing failures

The code is deleting the first item after accessing
it, and then moving forward. It will eventually go
beyond the array and get NULL ptr and fail.

Instead we need to always get the first item,
since the array deletion is moving the queued items
forward.

Broken by e18b4e41


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

  Changed paths:
    M src/plugins/push-notification/push-notification-driver-ox.c

  Log Message:
  -----------
  push-notification: Fix crash in OX driver's deinit

The http_client doesn't always exist.


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

  Changed paths:
    M NEWS

  Log Message:
  -----------
  Released v2.2.30.2.


Compare: https://github.com/dovecot/core/compare/2518005ba2e5^...797ecccd8141


More information about the dovecot-cvs mailing list