[dovecot/pigeonhole] bd6838: Added v0.4.23 to NEWS.

GitHub noreply at github.com
Fri May 4 16:00:20 EEST 2018


  Branch: refs/heads/master-0.4
  Home:   https://github.com/dovecot/pigeonhole
  Commit: bd683830fdf09ba1b3e7d9f373b7c8081b33f6aa
      https://github.com/dovecot/pigeonhole/commit/bd683830fdf09ba1b3e7d9f373b7c8081b33f6aa
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  Added v0.4.23 to NEWS.


  Commit: 9cccacf80ed5ebd4684d5ad944ee47f5bcbfec3c
      https://github.com/dovecot/pigeonhole/commit/9cccacf80ed5ebd4684d5ad944ee47f5bcbfec3c
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M src/lib-sieve/util/edit-mail.c
    M src/lib-sieve/util/test-edit-mail.c

  Log Message:
  -----------
  lib-sieve: util: edit-mail: Fix assert panic occurring when streaming large headers.

The problem mainly arose because the stream buffer position was used to
determine how much was written, while the stream buffer position is potentially
decreased by i_stream_try_alloc().

Panic was:

Panic: file istream.c: line 197 (i_stream_read): assertion failed: ((size_t)ret+old_size == _stream->pos - _stream->skip)


  Commit: b5dae1a691bc608e2068bd237ff241696a6b657b
      https://github.com/dovecot/pigeonhole/commit/b5dae1a691bc608e2068bd237ff241696a6b657b
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M src/lib-sieve/util/test-edit-mail.c

  Log Message:
  -----------
  lib-sieve: util: test-edit-mail: Fix unused variable warning reported by GCC.


  Commit: aee040eff2e7eba6fcb25c141f329bcb92069780
      https://github.com/dovecot/pigeonhole/commit/aee040eff2e7eba6fcb25c141f329bcb92069780
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-05-04 (Fri, 04 May 2018)

  Changed paths:
    M src/lib-sieve/util/test-edit-mail.c

  Log Message:
  -----------
  lib-sieve: util: test-edit-mail: Determine test directory at the beginning of all tests.

It is the initial working directory and that may change during testing, so it is
not a good idea to determine this per test.


Compare: https://github.com/dovecot/pigeonhole/compare/1e95d61a1b2b...aee040eff2e7
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list