[dovecot/core] 97745d: configure: Moved pandoc check to m4/dovecot.m4

GitHub noreply at github.com
Thu Dec 8 18:00:11 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 97745d12bd9e2b7ba4003ae747f3bd1e030ac357
      https://github.com/dovecot/core/commit/97745d12bd9e2b7ba4003ae747f3bd1e030ac357
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M configure.ac
    M m4/dovecot.m4

  Log Message:
  -----------
  configure: Moved pandoc check to m4/dovecot.m4


  Commit: 369764cc0856a4c5e9b4081de8c4e29e90f11ccd
      https://github.com/dovecot/core/commit/369764cc0856a4c5e9b4081de8c4e29e90f11ccd
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/lib/seq-range-array.c
    M src/lib/test-seq-range-array.c

  Log Message:
  -----------
  lib: Fix seq_range_array_invert() when input contains 2^32-1

This caused next_min_seq to be wrapped to 0, which was handled wrong later
on.

Fixes:
Panic: file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)


  Commit: 8927ce341a9f075798d36107c2eafbf7499b4ad6
      https://github.com/dovecot/core/commit/8927ce341a9f075798d36107c2eafbf7499b4ad6
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/lib/seq-range-array.h

  Log Message:
  -----------
  lib: Comment seq_range_array_invert() that its values must be within min_seq..max_seq


  Commit: 9432496e6b190b839622a391a15788c41e5d95d3
      https://github.com/dovecot/core/commit/9432496e6b190b839622a391a15788c41e5d95d3
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/lib-storage/mail-search-args-simplify.c

  Log Message:
  -----------
  lib-storage: Fix typo in function name


  Commit: 2aee623fcad4b931c27435ceaa495c3d3edd69b6
      https://github.com/dovecot/core/commit/2aee623fcad4b931c27435ceaa495c3d3edd69b6
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/lib-storage/test-mail-search-args-simplify.c

  Log Message:
  -----------
  lib-storage: Add test for inversion of n->max

In mail-search-simplify-args, ensure that
ALL NOT UID 3:* becomes UID 1:2


  Commit: f7bd22354fb9311dfbf3e340a69c15d8b00facc1
      https://github.com/dovecot/core/commit/f7bd22354fb9311dfbf3e340a69c15d8b00facc1
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
    M src/lib/test-seq-range-array.c

  Log Message:
  -----------
  lib: Improve seq_range_array_invert() unit tests

Try all possible combinations for seq=0..7 and seq=4294967288..4294967295
and make sure they're inverted correctly.


Compare: https://github.com/dovecot/core/compare/b8eb3211af29...f7bd22354fb9


More information about the dovecot-cvs mailing list