[dovecot/core] cca227: configure: Move checks to separate m4 files

GitHub noreply at github.com
Fri Apr 22 20:00:11 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: cca227d2929386ee11e4aa23464681ef35eb9679
      https://github.com/dovecot/core/commit/cca227d2929386ee11e4aa23464681ef35eb9679
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M Makefile.am
    M autogen.sh
    M configure.ac
    R dovecot.m4
    A m4/ac_checktype2.m4
    A m4/ac_typeof.m4
    A m4/blockdev.m4
    A m4/c99_vsnprintf.m4
    A m4/cc_clang.m4
    A m4/cflags.m4
    A m4/clock_gettime.m4
    A m4/crypt.m4
    A m4/crypt_xpg6.m4
    A m4/dbqlk.m4
    A m4/dirent_dtype.m4
    A m4/dovecot.m4
    A m4/endian.m4
    A m4/fd_passing.m4
    A m4/fdatasync.m4
    A m4/flexible_array_member.m4
    A m4/gc.m4
    A m4/glibc.m4
    A m4/gmtime_max.m4
    A m4/gmtime_tm_gmtoff.m4
    A m4/ioloop.m4
    A m4/iovec.m4
    A m4/ipv6.m4
    A m4/libcap.m4
    A m4/libwrap.m4
    A m4/linux_mremap.m4
    A m4/mmap_write.m4
    A m4/mntctl.m4
    A m4/modules.m4
    A m4/notify.m4
    A m4/nsl.m4
    A m4/off_t_max.m4
    A m4/pr_set_dumpable.m4
    A m4/q_quotactl.m4
    A m4/quota.m4
    A m4/rlimit.m4
    A m4/sendfile.m4
    A m4/size_t_signed.m4
    A m4/sockpeercred.m4
    A m4/sql.m4
    A m4/ssl.m4
    A m4/st_tim.m4
    A m4/test_with.m4
    A m4/time_t_signed.m4
    A m4/typeof.m4
    A m4/typeof_dev_t.m4
    A m4/unsetenv.m4
    A m4/vararg.m4
    A m4/want_bsdauth.m4
    A m4/want_bzlib.m4
    A m4/want_cassandra.m4
    A m4/want_cdb.m4
    A m4/want_checkpassword.m4
    A m4/want_clucene.m4
    A m4/want_db.m4
    A m4/want_gssapi.m4
    A m4/want_icu.m4
    A m4/want_ldap.m4
    A m4/want_lz4.m4
    A m4/want_lzma.m4
    A m4/want_mysql.m4
    A m4/want_nss.m4
    A m4/want_pam.m4
    A m4/want_passwd.m4
    A m4/want_pgsql.m4
    A m4/want_prefetch.m4
    A m4/want_shadow.m4
    A m4/want_sia.m4
    A m4/want_solr.m4
    A m4/want_sqlite.m4
    A m4/want_stemmer.m4
    A m4/want_textcat.m4
    A m4/want_vpopmail.m4
    A m4/want_zlib.m4
    A m4/warnings.m4

  Log Message:
  -----------
  configure: Move checks to separate m4 files


  Commit: 93c9909f68f7d057e38cca3b4612ec8d0bf42999
      https://github.com/dovecot/core/commit/93c9909f68f7d057e38cca3b4612ec8d0bf42999
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M src/lib-http/http-client-private.h
    M src/lib-http/http-client-request.c
    M src/lib-http/http-client.h

  Log Message:
  -----------
  lib-http: Include information about number of request attempts and its timing in response reason.

Because the reason is usually logged as part of the error string, this
causes all of the error messages to include the attempts count and how long
the requests took in total. This should make it easier to understand problems
in error logs.

http_client_request_set_preserve_exact_reason() can be used to disable
modifying the reason string. This may also apply to other reason
modifications that may be done in the future.


  Commit: 972c9172e9e6a0fc6053efb3d2ee9d354b67727f
      https://github.com/dovecot/core/commit/972c9172e9e6a0fc6053efb3d2ee9d354b67727f
  Author: Lennart Weller <lhw at ring0.de>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M src/lmtp/commands.c

  Log Message:
  -----------
  Support multiple recipient_delimiters

The recipient_delimiter is treated as multiple one-character delimiters
rather than one multi-character delimiter if more than one character is
supplied. The address is split on the first character in
recipient_delimiter found.


  Commit: 84c1b1af9d4739334ec423a264dea1c265d7ad30
      https://github.com/dovecot/core/commit/84c1b1af9d4739334ec423a264dea1c265d7ad30
  Author: Baofeng Wang <baofeng.wang at dovecot.fi>
  Date:   2016-04-22 (Fri, 22 Apr 2016)

  Changed paths:
    M src/lib/mempool-alloconly.c

  Log Message:
  -----------
  liblib: pool_unref() should always set pool=NULL (alloconly pool)

set pool to NULL before return.


Compare: https://github.com/dovecot/core/compare/a77d7cc71b6a...84c1b1af9d47


More information about the dovecot-cvs mailing list