dovecot (1:1.2.9-1ubuntu6.3) lucid-security; urgency=low

  * SECURITY UPDATE: information disclosure via newly created mailboxes
    with incorrect ACLs
    - debian/patches/CVE-2010-3304.patch: verify the directory isn't the
      same as the INBOX's directory in src/plugins/acl/acl-backend-vfile.c.
    - CVE-2010-3304
  * SECURITY UPDATE: ACL bypass via incorrect ACL merging
    - debian/patches/CVE-2010-370x.patch: fix logic of merging multiple
      ACLs in src/plugins/acl/{acl-api.h,acl-backend-vfile.c,acl-backend.c,
      acl-cache.c}.
    - CVE-2010-3706
    - CVE-2010-3707
  * SECURITY UPDATE: restriction bypass via mailbox ACL changing
    - debian/patches/CVE-2010-3779.patch: don't give admin rights to all
      owner mailboxes in src/plugins/acl/acl-backend-vfile.c.
    - CVE-2010-3779
  * SECURITY UPDATE: denial of service via many simultaneous disconnects.
    - debian/patches/CVE-2010-3780.patch: don't die after three failed
      writes to log in src/lib/failures.c.
    - CVE-2010-3780
  * debian/control: removed linux-kernel-headers from Build-Conflicts to
    resolve building with sbuild.
  * This update does not contain the changes from 1:1.2.9-1ubuntu6.2 that
    was in -proposed.

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 31 Jan 2011 13:53:14 -0500

dovecot (1:1.2.9-1ubuntu6.1) lucid-proposed; urgency=low

  * Use sieve plugin instead of cmusieve for dovecot-postfix
    (LP: #573345)

 -- Ante Karamatic <ivoks@ubuntu.com>  Sun, 02 May 2010 08:39:34 +0200

dovecot (1:1.2.9-1ubuntu6) lucid; urgency=low

  [Ante Karamatic]
  * dovecot-example.conf, debian/dovecot-common.dirs, debian/01-dovecot-postfix.auth,
       debian/01-dovecot-postfix.conf, debian/control, debian/dovecot-postfix.dirs,
       debian/dovecot-postfix.postinst, debian/dovecot-postfix.postrm, debian/dovecot-postfix.preinst,
       debian/rules:
       * Fix dovecot -n not to report wrong configuration. (LP: #511295) 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 19 Apr 2010 13:13:20 -0400

dovecot (1:1.2.9-1ubuntu5) lucid; urgency=low

  * debian/patches/fix-dovecot-dos.dpatch: Fix possible DoS with dovecot. (LP: #536695)

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 10 Mar 2010 14:25:52 -0500

dovecot (1:1.2.9-1ubuntu4) lucid; urgency=low

  * debian/control: Recommend ntpdate.  (LP: #347881)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 09 Mar 2010 14:30:15 -0500

dovecot (1:1.2.9-1ubuntu3) lucid; urgency=low

  * debian/patches/fix-mbox-autodetection.patch: Allow mailbox creation when autodetecting. 
    (LP: #512975)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Feb 2010 15:04:29 -0500

dovecot (1:1.2.9-1ubuntu2) lucid; urgency=low

  * Fix FTBFS. 

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 21 Jan 2010 20:02:02 -0500

dovecot (1:1.2.9-1ubuntu1) lucid; urgency=low

  * Merge from debian testing, remaining changes:
    + Add new binary pkg dovecot-postfix that integrates postfix and dovecot
      automatically: (LP: #164837)
    + debian/control:
      - add new binary with short description
      - set Architecture all for dovecot-postfix (LP: #329878)
    + debian/dovecot-postfix.postinst:
      - create initial certificate symlinks to snakeoil.
      - set up postfix with postconf to:
        - use Maildir/ as the default mailbox.
        - use dovecot as the sasl authentication server.
        - use dovecot LDA (deliver).
        - use tls for smtp{d} services.
      - fix certificates paths in postfix' main.cf
      - add reject_unauth_destination to postfix' recipient restrictions
      - add reject_unknown_sender_domain to postfix' sender restriction
      - rename configuration name on remove, delete on purge
      - restart dovecot after linking certificates
      - handle use case when postfix is unconfigurated
    + debian/dovecot-postfix.dirs: create backup directory for postfix's config
      configuration
    + restart postfix and dovecot.
    + debian/dovecot-postfix.postrm:
      - remove all dovecot related configuration from postfix.
      - restart postfix and dovecot.
    + debian/dovecot-common.init:
      - check if /etc/dovecot/dovecot-postfix.conf exists and use it
        as the configuration file if so.
    + debian/patches/warning-ubuntu-postfix.dpatch
      - add warning about dovecot-postfix.conf in dovecot default
        configuration file
    + debian/patches/dovecot-postfix.conf.diff:
      - Ubuntu server custom changes to the default dovecot configuration for
        better interfation with postfix.
      - enable sieve plugin.
      - Ubuntu server custom changes to the default dovecot configuration for
        better integration with postfix:
        - enable imap, pop3, imaps, pop3s and managesieve by default.
        - enable dovecot LDA (deliver).
        - enable SASL auth socket in postfix private directory
     + debian/rules:
       - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
       - build architecure independent packages too
     + Use Snakeoil SSL certificates by default.
       - debian/control: Depend on ssl-cert.
       - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
         paths to snakeoil.
       - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
     + Add autopkgtest to debian/tests/*.
     + Fast TearDown: Update the lsb init header to not stop in level 6.
     + Add ufw integration:
       - Created debian/dovecot-common.ufw.profile.
       - debian/rules: install profile.
       - debian/control: suggest ufw.
     + debian/{control,rules}: enable PIE hardening.
     + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). (LP: #254721)
     + debian/control: Update Vcs-* headers.
     + Add SMTP-AUTH support for Outlook (login auth mechanism)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 21 Jan 2010 15:07:24 -0500

dovecot (1:1.2.9-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/gold-fix.patch: Removed. Fixed upstream.

 -- Marco Nenciarini <mnencia@debian.org>  Thu, 17 Dec 2009 10:52:53 +0100

dovecot (1:1.2.8-2) unstable; urgency=low

  * Moved libexec to lib corrections in dovecot-managesieve.patch and
    dovecot-managesieve-dist.patch to dovecot-example.patch
  * debian/patches/dovecot-mboxlocking.patch: Regenerated to avoid FTBFS
    when quilt isn't installed.
  * debian/patches/quota-mountpoint.patch: Removed. Not needed anymore.
  * debian/patches/dovecot-quota.patch: Removed. Quotas aren't properly
    enabled unless mail_plugins = quota imap_quota.
  * debian/patches/gold-fix.patch: Fixed configure script to build even
    with binutils-gold or --no-add-needed linker flag (Closes: #554306)
  * debian/dovecot-common.init: fixed LSB headers. Thanks to Pascal Volk.
    (Closes: #558040)
  * debian/changelog: added CVE references to previous changelog entry.
  * debian/rules: checked up the build system. It's not fragile anymore.
    (Closes: 493803)
  * debian/dovecot-common.postinst: Now invoking dpkg-reconfigure
    on dovecot-common is enough to generate new certificates
    if the previous ones were removed. (Closes: #545582)
  * debian/rules: No longer install convert-tool in /usr/bin.
    It isn't an user utility and it should stay in /usr/lib/dovecot
    like all other similar tool.

 -- Marco Nenciarini <mnencia@debian.org>  Tue, 08 Dec 2009 12:24:04 +0100

dovecot (1:1.2.8-1) unstable; urgency=high

  [ Marco Nenciarini ]
  * New upstream release. (Closes: #557601)
  * [SECURITY] Fixes local information disclosure and denial of service.
    (see: http://www.dovecot.org/list/dovecot-news/2009-November/000143.html
    and CVE-2009-3897)
  * Added myself to uploaders.
  * Switched to the new source format "3.0 (quilt)":
    - removed dpatch from build-depends
    - removed debian/README.source because now we use only standard
      dpkg features
    - regenerated all patches
  * Prepared to switch to multi-origin source:
    - recreated dovecot-libsieve.patch and dovecot-managesieve-dist.patch
      starting from the upstream tarball
    - removed all autotools related build-depends and build-conflict
    - renamed dovecot-libsieve and dovecot-managesieve directories
      to libsieve and managesieve.
  * debian/rules: Moved the configuration of libsieve and managesieve from
    the build phase to the configuration phase

  [ Jaldhar H. Vyas ]
  * Added dovecot-dbg package  with debugging symbols.  Thanks Stephan Bosch.
    (Closes: #554710)
  * Fixed some stray libexec'isms in the default configuration.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 23 Nov 2009 17:04:14 -0500

dovecot (1:1.2.7-1) unstable; urgency=low

  * New upstream release.
  * debian/dovecot-common.init:
    - use $CONF when starting the daemon. (Closes: #549944)
    - always output start/stop messages. (Closes: #523810)

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 14 Nov 2009 11:28:33 +0100

dovecot (1:1.2.6-1ubuntu2) lucid; urgency=low

  * Update VCS-Bzr location. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 18 Dec 2009 10:59:59 -0500

dovecot (1:1.2.6-1ubuntu1) lucid; urgency=low

  * Merge from debian testing, remaining changes:
    Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
    + debian/control:
      - add new binary with short description
      - set Architecture all for dovecot-postfix (LP: #329878)
    + debian/dovecot-postfix.postinst:
      - create initial certificate symlinks to snakeoil.
      - set up postfix with postconf to:
        - use Maildir/ as the default mailbox.
        - use dovecot as the sasl authentication server.
        - use dovecot LDA (deliver).
        - use tls for smtp{d} services.
      - fix certificates paths in postfix' main.cf
      - add reject_unauth_destination to postfix' recipient restrictions
      - add reject_unknown_sender_domain to postfix' sender restrictions
      - rename configuration name on remove, delete on purge
      - restart dovecot after linking certificates
      - handle use case when postfix is unconfigurated
     + debian/dovecot-postfix.dirs: create backup directory for postfix's configuration
     + restart postfix and dovecot.
     + debian/dovecot-postfix.postrm:
       - remove all dovecot related configuration from postfix.
       - restart postfix and dovecot.
     + debian/dovecot-common.init:
       - check if /etc/dovecot/dovecot-postfix.conf exists and use it
         as the configuration file if so.
     + debian/patches/warning-ubuntu-postfix.dpatch
       - add warning about dovecot-postfix.conf in dovecot default 
         configuration file
     + debian/patches/dovecot-postfix.conf.diff:
       - Ubuntu server custom changes to the default dovecot configuration for
         better interfation with postfix
       - enable sieve plugin
     + debian/patches/dovecot-postfix.conf.diff:
       + Ubuntu server custom changes to the default dovecot configuration for
         better integration with postfix:
         - enable imap, pop3, imaps, pop3s and managesieve by default.
         - enable dovecot LDA (deliver).
         - enable SASL auth socket in postfix private directory.
     + debian/rules:
       - copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
       - build architecure independent packages too
     + Use Snakeoil SSL certificates by default.
       - debian/control: Depend on ssl-cert.
       - debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert
         paths to snakeoil.
       - debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
     + Add autopkgtest to debian/tests/*.
     + Fast TearDown: Update the lsb init header to not stop in level 6.
     + Add ufw integration:
       - Created debian/dovecot-common.ufw.profile.
       - debian/rules:
         + install profile
       - debian/control:
         + Suggest ufw
     + debian/{control,rules}: enable PIE hardening.
     + dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: #254721
     + debian/control:
       - Update Vcs-* headers.
     + debian/rules:
       - Create emtpy stamp.h.in files in dovecot-sieve/ and dovecot-managesieve/
         if they're not there since empty files are not included in the diff.gz 
         file.
     + Add SMTP-AUTH support for Outlook (login auth mechanism)
     + Dropped:
       - debian/patches/security-CVE-2009-3235: Applied upstream.
       - debian/patches/fix-pop3-assertion.dpatch: Applied upstream.
       - dovecot-sieve and dovecot-managesieve: Use the debian patches instead.

    [Chuck Short]
    - Updated dovecot-sieve to 0.1.13.
    - Updated dovecot-managesieve to 0.11.9.

 -- CHuck Short <zulcss@ubuntu.com>  Fri, 06 Nov 2009 00:47:29 +0000

dovecot (1:1.2.6-1) unstable; urgency=low

  * New upstream relese.
  * debian/patches/v1.2.5-exec-mail_fix.dpatch: removed, merged upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 12 Oct 2009 06:56:55 +0000

dovecot (1:1.2.5-2) unstable; urgency=low

  * debian/dpatches/v1.2.5-exec-mail_fix.dpatch: added.
    (Closes: #546694, #546695)
  * debian/dovecot-common.dirs: removed /etc, /etc/ssl/{private,certs}, they
    are handled by openssl; this should fix the piuparts test.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 27 Sep 2009 20:53:52 +0200

dovecot (1:1.2.5-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 14 Sep 2009 14:34:06 +0200

dovecot (1:1.2.4-2) unstable; urgency=low

  * debian/patches/dovecot-libsieve.dpatch: updated to 0.1.12.
    (Closes: #539527)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 02 Sep 2009 07:28:23 +0200

dovecot (1:1.2.4-1) unstable; urgency=low

  * New upstream release. (Closes: #537186, #540058)
  * Bumped Standards-Version to 3.8.3, no changes needed.
  * debian/control: only suggests ntp. (Closes: #542152)
  * debian/patches/dovecot-managesieve-dist.dpatch: updated to the 0.11.9
    release. (Closes: #539527)
  * debian/rules: dovecot should be started with sequence number 20.
    (Closes: #543473)

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 29 Aug 2009 17:27:59 +0200

dovecot (1:1.2.2-2) unstable; urgency=high

  * Er that should be fcntl not fnctl.  (Closes: #539474, #539486)
  * For the sake of completeness, fixed some errors in the example config file.
    (They are in the !include statements which are commented out by default 
    so it is unlikely that most users will actually be affected.)
    (Closes: #539391)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat, 01 Aug 2009 11:38:03 -0400

dovecot (1:1.2.2-1) unstable; urgency=low

  [Joel Johnson]
  * New upstream version, updated ManageSieve patch
     - fixes index corruption condition (Closes: #537388)
  * Set default for mbox_write_locks to "fnctl dotlock" according to
    Debian Policy (Closes: #537326)
  * Set MySQL build dependency to use version-agnostic -dev package
  * Drop postgres-configure patch, functionality included upstream
  * Updated dovecot-libsieve to version 0.1.9
     - fixes subaddress matching (Closes: #537386)
     - check additional address-list headers (Closes: #537379)

  [Jaldhar H. Vyas]
  * Remove unneeded build-dependencies on byacc and flex now that we no longer
    use cmusieve.

 -- Joel Johnson <mrjoel@lixil.net>  Tue, 28 Jul 2009 20:35:57 -0600

dovecot (1:1.2.1-2) unstable; urgency=low

  * Update to use default automake (Closes: #536880) now that current upstream
    successfully builds with 1.10 (was previously a problem in bug 473754.
  * Updated Standards-Verson to 3.8.2 (no action required)
  * Remove ./var/run directories to fix lintian warnings.
  * Updated dovecot-libsieve patch to version 0.1.8, removed autogen.sh,
    tests, and doc/rfc
  * Updated dovecot-managesieve patch to version 0.11.7
  * Updated dovecot-managesieve-dist patch to Mercurial revision 12b9733ee8b0
      (0.11.7+), removed lib-cmusieve, doc/rfs, autogen.sh
  * Add additional upgrading note to README.Debian to clarify the ManageSieve
    configuration changes needed - existing configurations break if not
    updated! (Closes: #537158)
  * Include the ChangeLog and README for sieve and ManageSieve

 -- Joel Johnson <mrjoel@lixil.net>  Wed, 15 Jul 2009 20:29:33 -0600

dovecot (1:1.2.1-1) unstable; urgency=low

  [ Joel Johnson ]
  * New upstream release
  * Update packaging for 1.2 release
    - update SIEVE patch to use Dovecot rewrite (version 0.1.7,
        removed RFCs and tests for a DFSG patch)
    - update ManageSieve patch and software to hg revision 2c9b4b4ab6a8
        (0.11.6+) for 1.2.1 support
        + removed lib-cmusieve since building against newer sieve
        + removed doc/rfc for DFSG compliance
        + removed autogen.sh since we run autotools during the build
    - updated other misc patches

 -- Joel Johnson <mrjoel@lixil.net>  Sun, 12 Jul 2009 11:15:01 -0600

dovecot (1:1.1.16-1) unstable; urgency=low

  * New upstream release. (Closes: #531599)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 04 Jun 2009 12:38:59 +0200

dovecot (1:1.1.15-1) unstable; urgency=low

  * New upstream release; sorry, no time to include extra upstream patches
    which are not released, feel free to submit them as dpatch files and I will
    add them to the package. (Closes: #529923)
  * debian/control: updated Standards-Version, no changes needed.
  * debian/dovecot-common.init: patched to support ENABLED=0 in
    /etc/default/dovecot, useful if dovecot is used as local-only IMAP server
    through PREAUTH interface. (Closes: #524302)
  * debian/dovecot-common.README.Debian: simplyfied, we only point the user to
    wiki.dovecot.org; added a note about how to regenerate the SSL certificate.
    (Closes: #528934)
  * debian/dovecot-common.postrm: do not break if /etc/ssl/certs does not
    exist. (Closes: #524865)
  * debian/patches/dovecot-managesieve-dist: updated to 0.10.6.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 31 May 2009 20:13:26 +0200

dovecot (1:1.1.13-2) unstable; urgency=high

  * New upload, urgency set to high: the package in testing is broken.
  * debian/dovecot-common.init: fixed a typo.
  * debian/patches/dovecot-example.dpatch: fixed a few paths.
    (Closes: #521544)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 29 Mar 2009 21:16:02 +0200

dovecot (1:1.1.13-1) unstable; urgency=low

  * New upstream release.
  * This version fixes problems accessing mailboxes in some setups.
    (Closes: #520310)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 19 Mar 2009 17:31:56 +0100

dovecot (1:1.1.12-1) unstable; urgency=low

  * New upstream release, it fixes some wrong defaults in the configuration
    file. (Closes: #518631)
  * debian/rules: add support for libdb. (Closes: #518630)
  * debian/dovecot-common.postinst: create the dovecot certificate only at
    install time. (Closes: #518738, #518598)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 16 Mar 2009 14:26:32 +0100

dovecot (1:1.1.11-4) unstable; urgency=low

  * debian/dovecot-common.init: fixed a typo from the last upload.
    (Closes: #518504)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 06 Mar 2009 18:39:09 +0100

dovecot (1:1.1.11-3) unstable; urgency=low

  * debian/dovecot-common.init: applied patch from Håkon Stordahl to call
    ntp-wait if available. (Closes: #517808)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 04 Mar 2009 17:38:59 +0100

dovecot (1:1.1.11-2) unstable; urgency=low

  * debian/dovecot-common.init: fixed a bug in the init script, adding a
    missing slash in the PIDFILE path. (Closes: #516845)
  * debian/dovecot-common.init: fixed a bug in the init script, sending the HUP
    signal for reloading the configuration. (Closes: #512197)
  * debian/dovecot-common.init: check if /etc/inetd.conf exists.
    (Closes: #509259, #497148)
  * debian/control: dovecot-common suggests ntp and ntpdate. (Closes: #511060)
  * debian/dovecot-common.postinst: migration hook for default_mail_env =>
    mail_location. (Closes: #517073)
  * debian/dovecot.1: fixed the path of the configuration file.
    (Closes: #501493)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 27 Feb 2009 17:24:09 +0100

dovecot (1:1.1.11-1) unstable; urgency=low

  * New upstream release, upload to unstable. (Closes: #507122)
  * debian/patches/dovecot-quota.dpatch: fixed a bug in the imap quota plugin.
    (Closes: #484677)
  * debian/dovecot-common.init: added the status action, thanks Fladischer
    Michael for the patch. (Closes: #509694)
  * debian/dovecotpw.1: added manpage for dovecotpw, thanks Xavier Luthi for
    the patch. (Closes: #504712)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 20 Feb 2009 20:39:38 +0100

dovecot (1:1.1.11-0ubuntu11) karmic; urgency=low

  [Ante Karamatic]
  * debian/dovecot-postfix.postinst:
    - reduce smtpd_tls_mandatory_ciphers to medium  (LP: #365390)
  * debian/dovecot-postfix.README.Debian:
    - introduction and features of dovecot-postfix
  * debian/rules:
    -  install debian changelog in dovecot-postfix

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 14 Oct 2009 21:30:36 -0400

dovecot (1:1.1.11-0ubuntu10) karmic; urgency=low

  * debian/patches/fix-pop3-assertion.patch: Fix assertion when logging in.
    (LP: #425407)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Oct 2009 14:43:04 -0400

dovecot (1:1.1.11-0ubuntu9) karmic; urgency=low

  * SECURITY UPDATE: arbitrary code execution via buffer overlows in
    the Sieve plugin
    - debian/patches/security-CVE-2009-3235.dpatch: increase scount size in
      dovecot-sieve/src/libsieve/bc_eval.c, use snprintf in
      dovecot-sieve/src/libsieve/sieve.y, use snprintf and calculate the
      right length in dovecot-sieve/src/libsieve/script.c.
    - CVE-2009-2632
    - CVE-2009-3235

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 24 Sep 2009 08:10:42 -0400

dovecot (1:1.1.11-0ubuntu8) karmic; urgency=low

  * dovecot-sieve: (LP: #264306)
    - Fix an assertion failure on messages that have a bad header.

 -- Mathias Gug <mathiaz@ubuntu.com>  Wed, 09 Sep 2009 21:31:20 -0400

dovecot (1:1.1.11-0ubuntu7) karmic; urgency=low

  * debian/control: Change build dependencies to MySQL 5.1. 

 -- Mathias Gug <mathiaz@ubuntu.com>  Mon, 17 Aug 2009 17:26:29 -0400

dovecot (1:1.1.11-0ubuntu6) karmic; urgency=low

  * debian/patches/warning-ubuntu-postfix.dpatch: Refer users to the right 
    file. (LP: #399850)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 28 Jul 2009 13:40:22 -0400

dovecot (1:1.1.11-0ubuntu5) karmic; urgency=low

  * Fix Vcs-Bzr field to point to the current branch, not the old intrepid
    branch.
  * Rebuild to drop dependency on libkrb53.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 10 Jun 2009 16:29:52 -0700

dovecot (1:1.1.11-0ubuntu4) jaunty; urgency=low

  * debian/dovecot-postfix.postinst (LP: #360891):
    - restart dovecot after linking certificates
    - handle use case when postfix is unconfigured
      + check if /etc/postfix/main.cf exist before runing postconf

 -- Ante Karamatic <ivoks@ubuntu.com>  Thu, 16 Apr 2009 15:17:45 +0200

dovecot (1:1.1.11-0ubuntu3) jaunty; urgency=low

  [ Ante Karamatic ]
  * Add SMTP-AUTH support for Outlook (login auth mechanism)
  * debian/dovecot-postfix.postinst:
    - merge user's custom changes from dovecot.conf (LP: #339966)

  [ Mathias Gug ]
  * properly support package upgrades.
  * handle reinstallation of package if it wasn't purged. Based on Ante's
    patch:
    + debian/dovecot-postfix.postinst, debian/dovecot-posftix.postrm:
      - rename configuration name on remove, delete on purge
    + debian/dovecot-postfix.dirs
      - create backup directory for postfix's configuration

 -- Mathias Gug <mathiaz@ubuntu.com>  Tue, 31 Mar 2009 18:43:06 -0400

dovecot (1:1.1.11-0ubuntu2) jaunty; urgency=low

  * debian/dovecot-postfix.postinst:
    - fix certificates paths in postfix' main.cf
    - add reject_unauth_destination to postfix' recipient restrictions
    - add reject_unknown_sender_domain to postfix' sender restrictions
  * debian/patches/dovecot-postfix.conf.patch:
    - enable sieve plugin
  * debian/control:
    - set Architecture all for dovecot-postfix (LP: #329878)
  * debian/rules:
    - build architecure independent packages too

 -- Ante Karamatic <ivoks@ubuntu.com>  Sat, 14 Feb 2009 09:03:34 +0000

dovecot (1:1.1.11-0ubuntu1) jaunty; urgency=low

  [ Ante Karamatic ]
    Add new binary pkg dovecot-postfix that integrates postfix and dovecot
    automatically: (LP: #164837)
    - debian/control:
      + add new binary with short description.
    - debian/dovecot-postfix.postinst:
      + create initial certificate symlinks to snakeoil.
      + set up postfix with postconf to:
        - use Maildir/ as the default mailbox.
        - use dovecot as the sasl authentication  server.
        - use dovecot LDA (deliver).
        - use tls for smtp{d} services.
      + restart postfix and dovecot.
    - debian/dovecot-postfix.postrm:
      + remove all dovecot related configuration from postfix.
      + restart postfix and dovecot.
    - debian/dovecot-common.init:
      + check if /etc/dovecot/dovecot-postfix.conf exists and use it
        as the configuration file if so.
    - debian/patches/warning-ubuntu-postfix.dpatch
      + add warning about dovecot-postfix.conf in dovecot default 
        configuration file.
    - debian/patches/dovecot-postfix.conf.diff:
      + Ubuntu server custom changes to the default dovecot configuration for
        better integration with postfix:
        - enable imap, pop3, imaps, pop3s and managesieve by default.
        - enable dovecot LDA (deliver).
        - enable SASL auth socket in postfix private directory.
    - debian/rules:
      + copy, patch and install dovecot-postfix.conf in /etc/dovecot/.
    
  [ Mathias Gug ]
  * New upstream release:
  * Update dovecot-managesieve to 0.10.5. Fixes:
    - check if names of sieve scripts contain '/' (LP: #307291)
  * Update dovecot-managesieve patch for 1.1.11 and 0.10.5.
  * Update dovecot-sieve plugin to 1.1.6.
  * Merge from debian experimental, remaining changes:
    - Use Snakeoil SSL certificates by default.
      + debian/control: Depend on ssl-cert
      + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert 
        paths to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Add autopkgtest in debian/tests/*.
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
      (LP: #208411)
    - Fast TearDown: Update lsb init header to not stop in level 6.
    - Add status action to the init script:
      + debian/control: Depend on lsb >= 3.2.12ubuntu3.
      + debian/dovecot-common-init: Add the 'status' action (LP: #247096).
    - debian/rules:
      - Copy config.{guess,sub} after running libtoolize.
      - Clean dovecot-managesieve directory.
    - Add ufw integration: 
      - Created debian/dovecot-common.ufw.profile
      - debian/rules:
        + install profile
      - debian/control
        + Suggest ufw
    - debian/{control,rules}: enable PIE hardening.
    - Updated dovecot.common.README.Debian with information on what has changed 
      between 1.0 and 1.1.1. Fixes (LP: #257625) 
    - dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: #254721.
    - debian/control:
      + Update Vcs-* headers.
  * debian/rules:
    - Create emtpy stamp.h.in files in dovecot-sieve/ and dovecot-managesieve/
      if they're not there since empty files are not included in the diff.gz 
      file.
  * Dropped:
    - debian/patches/fix-message-parser.dpatch: Parsing an invalid message
      address like "From: (" caused an assert-crash. (LP: #290901).
      (CVE-2008-4907 - fixed in 1.1.6)
    - debian/patches/login-max-process-count-warning.dpatch: Tell the user 
      that they have reached the maximum number of processes count.
      (LP: #189616) - Different implementation from upstream.
    - debian/patches/fix-dovecot-sieve.dpatch: Fixes assertion error
      when a header string ends with a LF (LP: #264306). Implemented upstream.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)

 -- Mathias Gug <mathiaz@ubuntu.com>  Thu, 12 Feb 2009 21:45:09 -0500

dovecot (1:1.1.9-1) experimental; urgency=low

  [ Fabio Tranchitella ]
  * debian/control: dovecot-common suggests ntp.

  [ Joel Johnson ]
  * New upstream release
  * updated managesieve patch to apply against new version

 -- Joel Johnson <mrjoel@lixil.net>  Sat, 24 Jan 2009 04:12:42 +0000

dovecot (1:1.1.8-1) experimental; urgency=low

  * New upstream release.
  * debian/control: added LDA to the description of dovecot-common.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 07 Jan 2009 23:14:29 +0100

dovecot (1:1.1.7-1) experimental; urgency=low

  * New upstream release
  * Updated dovecot-ssh.patch for new release
  * Updated MANAGESIEVE to 0.10.4
  * Fix package to support double compilation
    - Properly clean dovecot-managesieve as pointed out by Stephan Bosch
    - Add --copy directive to automake invocation

 -- Joel Johnson <mrjoel@lixil.net>  Thu, 04 Dec 2008 20:52:11 -0700

dovecot (1:1.1.4-0ubuntu1.2) intrepid-security; urgency=low

  * SECURITY UPDATE: denial of service via malformed headers.
    - debian/patches/fix-message-parser.dpatch: Parsing an invalid message
      address like "From: (" caused an assert-crash. (LP: #290901).
    - CVE-2008-4907

 -- Mathias Gug <mathiaz@ubuntu.com>  Wed, 05 Nov 2008 15:30:16 -0500

dovecot (1:1.1.4-0ubuntu1) intrepid; urgency=low

  * New upstream release (LP: #281423):
    - Fix message parser.
    - Fix maildirlock utility.
    - Fix bzip2 support in zlib plugin.
    - mbox: Several bugfixes causing errors and crashes.
    - Many error handling fixes and log message improvements.
    - SORT: Fix assert-crashes.
  * Update dovecot-managesieve patch for 1.1.4.
  * debian/control:
    - Update Vcs-* headers.
  * Merge from debian experimental, remaining changes:
    - Use Snakeoil SSL certificates by default.
      + debian/control: Depend on ssl-cert
      + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert 
        paths to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Add autopkgtest in debian/tests/*.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
      (LP: #208411)
    - debian/patches/login-max-process-count-warning.dpatch: Tell the user 
      that they have reached the maximum number of processes count.
      (LP: #189616)
    - Fast TearDown: Update lsb init header to not stop in level 6.
    - Add status action to the init script:
      + debian/control: Depend on lsb >= 3.2.12ubuntu3.
      + debian/dovecot-common-init: Add the 'status' action (LP: #247096).
    - debian/rules:
      - Copy config.{guess,sub} after running libtoolize.
      - Clean dovecot-managesieve directory.
    - debian/patches/fix-dovecot-sieve.dpatch: Fixes assertion error
      when a header string ends with a LF (LP: #264306)
    - Add ufw integration: 
      - Created debian/dovecot-common.ufw.profile
      - debian/rules:
        + install profile
      - debian/control
        + Suggest ufw
    - debian/{control,rules}: enable PIE hardening
    - Updated dovecot.common.README.Debian with information on what has changed 
      between 1.0 and 1.1.1. Fixes (LP: #257625) 
    - dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: #254721.
  * Dropped:
    - debian/dovecot-common.postinst: Remove stop script symlinks fom rc0
      and rc6 on upgrades. Need to be kept until next LTS release.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on new sysv-rc for this.
    - Include dovecot-sieve-1.1.5: available in Debian.

 -- Mathias Gug <mathiaz@ubuntu.com>  Fri, 10 Oct 2008 16:05:33 -0400

dovecot (1:1.1.2-3) experimental; urgency=low

  * debian/control: added libbz2-dev to the Build-Depends to enable the bzip2
    support. (Closes: #495129)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 14 Aug 2008 20:45:41 +0200

dovecot (1:1.1.2-2) experimental; urgency=low

  * Merged changes in the unstable package.
  * debian/control: added replaces for the imap and pop modules from the
    -common to the the -imap and -pop packages. (Closes: #493798)
  * debian/rules: applied some of the suggestions from Matthias Kloses,
    thanks! (Refs: #493803)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 05 Aug 2008 21:20:33 +0200

dovecot (1:1.1.2-1ubuntu7) intrepid; urgency=low

  * debian/patches/fix-dovecot-sieve.dpatch: Fixes assertion error
    when a header string ends with a LF (LP: #264306)

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 03 Sep 2008 11:20:31 -0400

dovecot (1:1.1.2-1ubuntu6) intrepid; urgency=low

  * Add ufw integration: 
    - Created debian/dovecot-common.ufw.profile
    - debian/rules:
      + install profile
    - debian/control
      + Suggest ufw

 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Tue, 26 Aug 2008 14:24:50 -0500

dovecot (1:1.1.2-1ubuntu5) intrepid; urgency=low

  * debian/{control,rules}: enable PIE hardening

 -- Kees Cook <kees@ubuntu.com>  Wed, 20 Aug 2008 15:52:24 -0700

dovecot (1:1.1.2-1ubuntu4) intrepid; urgency=low

  * Updated dovecot.common.README.Debian with information on what has changed 
    between 1.0 and 1.1.1. Fixes (LP: #257625) 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 15 Aug 2008 09:44:15 -0400

dovecot (1:1.1.2-1ubuntu3) intrepid; urgency=low

  * Removed update-rc.d "multiuser" option and updated init info (LP: #255367)
   http://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-June/000430.html

 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Wed, 06 Aug 2008 18:59:59 -0400

dovecot (1:1.1.2-1ubuntu2) intrepid; urgency=low

  * dovecot-imapd, dovecot-pop3: Replaces dovecot-common (<< 1:1.1). LP: #254721.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 Aug 2008 05:56:41 +0000

dovecot (1:1.1.2-1ubuntu1) intrepid; urgency=low

  * Merge from debian experimental, remaining changes:
    - Use Snakeoil SSL certificates by default.
      + debian/control: Depend on ssl-cert
      + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on new sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks fom rc0
        and rc6 on upgrades. Need to be kept until next LTS release.
    - Add autopkgtest in debian/tests/*.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
      (LP: #208411)
    - debian/patches/login-max-process-count-warning.dpatch: Tell the user that they
      have reached the maximum number of processes count. (LP: #189616)
    - debian/control: Depend on lsb >= 3.2.12ubuntu3.
    - debian/dovecot-common-init: Add the 'status' action (LP: #247096)
    - Include dovecot-sieve-1.1.5.
  * debian/rules:
    - Copy config.{guess,sub} after running libtoolize.
    - Clean dovecot-managesieve directory.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 02 Aug 2008 14:00:15 +0200

dovecot (1:1.1.2-1) experimental; urgency=low

  * New upstream release
  * Trivial update to autocreate patch

 -- Joel Johnson <mrjoel@lixil.net>  Sat, 26 Jul 2008 08:18:39 -0600

dovecot (1:1.1.1-1) experimental; urgency=low

  [ Joel Johnson ]
  * New upstream release (Closes: #487989)
  * Updated policy version to 3.8.0.1 (no changes needed)
  * Updated watch file to watch new release directory
  * Actually install dovecot.8 since we have it
  * Removed quota_v2 patch (was unreachable code): upstream now defaults
    to quota v1 if _LINUX_QUOTA_VERSION is not defined
  * Removed pam-error-information patch: included upstream
  * Removed mbox_snarf patch: included upstream
  * Removed full MANAGESIEVE patch (replaced with new 1.1 approach)
  * Merged protocols_none_by_default patch into dovecot-example patch
  * Updated drac patch to build against 1.1
  * Updated autocreate patch with 1.1 version
  * Updated dovecot-sieve to 1.1.5
  * Added dovecot-managesieve patch against dovecot tree
  * Added dovecot-managesieve source for building module

  [ Fabio Tranchitella ]
  * Added Joel Johnson to the uploaders; thanks for your work!

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 20 Jul 2008 19:09:23 +0200

dovecot (1:1.0.15-2) unstable; urgency=low

  * debian/dovecot.1: added "This includes doing a syntax check" to the -a
    option.
  * debian/rules: now the package builds two times in a row without problems.
    (Closes: #490201)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 27 Jul 2008 19:56:18 +0200

dovecot (1:1.0.15-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebianMaintainerField
    - Use Snakeoil SSL certificates by default.
      + debian/control: Depend on ssl-cert
      + debian/paptches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on new sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks fom rc0
        and rc6 on upgrades. Need to be kept until next LTS release.
    - Add autopkgtest in debian/tests/*.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
      (LP: #208411)
    - debian/patches/login-max-process-count-warning.dpatch: Tell the user that they
      have reached the maximum number of processes count. (LP: #189616)
    - debian/control: Depend on lsb >= 3.2.12ubuntu3.
    - debian/dovecot-common-init: Add the 'status' action (LP: #247096)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 15 Jul 2008 17:40:20 +0100

dovecot (1:1.0.15-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: clean the package before unpatching. (Closes: #490201)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 22 Jun 2008 09:06:01 +0200

dovecot (1:1.0.14-1ubuntu3) intrepid; urgency=low

  * debian/control: Depend on lsb >= 3.2.12ubuntu3. 

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 10 Jul 2008 14:58:29 +0000

dovecot (1:1.0.14-1ubuntu2) intrepid; urgency=low

  * debian/control: Depend on lsb >= 3.2-12ubuntu2, which has the
    status_of_proc() function.
  * debian/dovecot-common.init: Add the 'status' action (LP: #247096).

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 09 Jul 2008 16:59:23 -0500

dovecot (1:1.0.14-1ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebianMaintainerField
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on new sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script sysmlinks from rc0
        and rc6 on upgrades. Need to be kept until next LTS release.
    - Add autopkgtest in debian/tests/*.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf.
      (LP: #208411)
    - debian/patches/login-max-process-count-warning.dpatch: Tell the user that
      they have reached the maximum number of processes count. (LP: #189616)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 17 Jun 2008 08:49:23 -0500

dovecot (1:1.0.14-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/inbox_creation.dpatch: removed, merged upstream.
  * debian/patches/allow_nets.dpatch: removed, merged upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 03 Jun 2008 10:07:13 +0200

dovecot (1:1.0.13-6) unstable; urgency=low

  * debian/patches/inbox_creation.dpatch: added, use mail_privileged_group's
    group when creating inboxes if the unprivileged user fails; upstream:
    http://hg.dovecot.org/dovecot-1.0/rev/932768a879c6 (Closes: #471716)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 28 May 2008 12:58:17 +0200

dovecot (1:1.0.13-5) unstable; urgency=low

  * debian/patches/allow_nets.dpatch: added, allow_nets didn't work correctly
    with big endian machines; patch from upstream, thanks Timo:
    http://hg.dovecot.org/dovecot-1.0/rev/71c02fdf1b59

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 15 May 2008 14:48:14 +0200

dovecot (1:1.0.13-4ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebainMaintainerField
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stp script symlinks from rc0 and rc6 on upgrades.
        Need to be kept unil next LTS release.
    - Add autopkgtest in debian/tests/*.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    - Dropped upstream-mail-group-fixes.dpatch. No longer needed.
    - Dropped upstream-invalid-password-fixes.dpatch. No longer needed.
    - debian/dovecot-common.init: Check to see if there is an /etc/inetd.conf. (LP: #208411)
    - debian/patches/login-max-processes-count-warning.dpatch: Tell the user
      that they have reached the maxium number of processes count. (LP: #189616)

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 26 May 2008 09:51:01 -0500

dovecot (1:1.0.13-4) unstable; urgency=low

  * debian/patches/dovecot-MANAGESIEVE-9.3.dpatch: updated managesieve to
    version 9.3.
  * debian/dovecot-common.README.Debian: added a note about how to configure
    dovecot to log to file instead of using syslog.
  * debian/dovecot.1: added a SIGNALS section. (Closes: #479059)
  * dovecot-sieve: updated to the last hg release (5c3ba11994cb).
    (Closes: #479104)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 05 May 2008 17:28:21 +0200

dovecot (1:1.0.13-3) unstable; urgency=low

  * debian/rules: do not install anymore the ldap and sql example
    configuration files under /etc. (Closes: #472674)
  * debian/dovecot-common.postinst: really chmod
    /etc/dovecot/dovecot-{ldap,sql}.conf files to 0600.
  * debian/devecot-common.init: do not start the service if dovecot.conf
    doesn't exist. (Closes: #475888)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 27 Apr 2008 22:42:37 +0200

dovecot (1:1.0.13-2) unstable; urgency=low

  * debian/rules: use aclocal-1.9 instead of aclocal. (Closes: #473754)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 01 Apr 2008 15:30:32 +0200

dovecot (1:1.0.13-1) unstable; urgency=high

  * New upstream release, fixes a security issue:
    http://www.dovecot.org/list/dovecot-news/2008-March/000064.html

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 09 Mar 2008 19:22:20 +0100

dovecot (1:1.0.12-1) unstable; urgency=high

  * New upstream release. (Closes: #469457)
  * debian/patches/dovecot-MANAGESIEVE-9.2.dpatch: updated, thanks to Marco
    Nenciarini for the patch.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 06 Mar 2008 15:53:07 +0100

dovecot (1:1.0.10-4) unstable; urgency=low

  * debian/patches/autocreate.dpatch: added, thanks to Walter Reiner.
  * debian/rules: use --with-ioloop=best instead of --with-ioloop=epoll, as
    suggested by Timo. (Closes: #466296)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 18 Feb 2008 09:29:39 +0100

dovecot (1:1.0.10-3) unstable; urgency=low

  * debian/patches/dovecot-MANAGESIEVE-9.1.dpatch: added, thanks to Aleksey
    Midenkov for providing a patch. (Closes: #416166)
  * debian/dovecot-common.init: added $time to Should-Start. (Closes: #461543)
  * debian/dovecot-common.postinst: do not add the dovecot user to the mail
    group, it is not required by upstream. (Closes: #457123)
  * debian/control: updated Standards-Version to 3.7.3, no changes required.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 10 Feb 2008 18:37:55 +0100

dovecot (1:1.0.10-2) unstable; urgency=low

  * debian/patches/mbox_snarf.dpatch: added, thanks to Bernd Kuhls.
    (Closes: #462319)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 24 Jan 2008 10:12:02 +0100

dovecot (1:1.0.10-1ubuntu5) hardy; urgency=low

  * Fixed error with multiple ssl certs on postinst limiting the grep result
    to 1 cert. Thanks Matt LaPlante for the suggestions (LP: #182086)

 -- Nicolas Valcárcel <nvalcarcel@ubuntu.com>  Mon, 31 Mar 2008 12:22:34 -0500

dovecot (1:1.0.10-1ubuntu4) hardy; urgency=low

  * debian/dovecot-common.init
    - Check to see if there is an /etc/inetd.conf. (LP: #208411)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 28 Mar 2008 15:52:57 -0400

dovecot (1:1.0.10-1ubuntu3) hardy; urgency=low

  * SECURITY UPDATE: mailboxes of other users could be read via symlinks.
  * Add upstream-mail-group-fixes.dpatch: upstream fixes (CVE-2008-1199).
  * Add upstream-invalid-password-fixes.dpatch: proactive upstream fixes
    to avoid future issues in underlying passdb (CVE-2008-1218).
  * References
    http://dovecot.org/list/dovecot-news/2008-March/000060.html
    http://dovecot.org/list/dovecot-news/2008-March/000064.html

 -- Kees Cook <kees@ubuntu.com>  Mon, 24 Mar 2008 14:26:07 -0700

dovecot (1:1.0.10-1ubuntu2) hardy; urgency=low

  * No-change rebuild against libldap-2.4-2.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 23 Jan 2008 13:34:08 +0000

dovecot (1:1.0.10-1ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebianMaintainerField.
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP #153161)

 -- Soren Hansen <soren@ubuntu.com>  Tue, 08 Jan 2008 17:32:35 +0100

dovecot (1:1.0.10-1) unstable; urgency=high

  * New upstream release, fixes a security bug.
  * debian/patches/exec_check_for_none.dpatch: updated.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 30 Dec 2007 10:29:26 +0100

dovecot (1:1.0.9-1) unstable; urgency=low

  * New upstream release.
  * debian/control: added the Vcs-Svn and Vcs-Browser fields.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 12 Dec 2007 08:10:11 +0100

dovecot (1:1.0.8-2) unstable; urgency=low

  * Provides a dovecot-dev package, thanks to Josh Triplett for providing a
    patch. (Closes: #444812)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 04 Dec 2007 09:22:59 +0100

dovecot (1:1.0.8-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/unsupported-sasl-mech.dpatch: merged with upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 29 Nov 2007 13:36:39 +0100

dovecot (1:1.0.7-3) unstable; urgency=low

  * debian/patches/dovecot-ssl.dpatch: provide mechanism to discover if ssl
    client certificate is verified, patch from Stephen Gran. (Closes: #446555)
  * debian/patches/pam-error-information.dpatch: fill auth information in pam
    error, patch backported from upstream RCS. (Closes: #439246)
  * debian/patches/unsupported-sasl-mech.dpatch: should use NO (not BAD) for
    unsupported SASL mech, patch backported from upstream RCS. (Closes: #449324)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 14 Nov 2007 21:33:55 +0100

dovecot (1:1.0.7-2) unstable; urgency=low

  * debian/dovecot-common.postinst:
    + don't fail if dovecot-ldap.conf or dovecot-sql.conf are removed; thanks
      to Mathias Gug. (Closes: #448401)
    + fix permissions of /var/run/dovecot and /var/run/dovecot/login.
      (Closes: #446051)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 04 Nov 2007 10:06:06 +0100

dovecot (1:1.0.7-1ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes:
    - DebianMaintainerField.
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.
    - Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP #153161)

 -- Soren Hansen <soren@ubuntu.com>  Tue, 13 Nov 2007 00:35:24 +0100

dovecot (1:1.0.7-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: remove drac.so in the clean target. (Closes: #442548)
  * debian/dovecot-common.init: implemented the reload action.
    (Closes: #441032)
  * Update protocoles option in configuration when installing/removing
    -imapd/-pop3d packages. Thanks to Soren Hansen and Mathias Gug from
    Ubuntu for providing a patch. (Closes: #447201)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 02 Nov 2007 23:06:17 +0100

dovecot (1:1.0.5-1ubuntu3) hardy; urgency=low

  * Don't fail in postinst if dovecot-{sql,ldap} is missing. (LP: #153161)
    Thanks to Adam Sommer for the initial patch!

 -- Soren Hansen <soren@ubuntu.com>  Thu, 18 Oct 2007 16:59:23 +0200

dovecot (1:1.0.5-1ubuntu2) gutsy; urgency=low

  * Fix dovecot restart when removing -pop3d/-imapd packages (LP: #151650):
    - debian/dovecot-{pop3d,imapd}.postrm: start dovecot.
  * Restart dovecot when -pop3d/-imapd package are installed:
    - debian/dovecot-{pop3d,imapd}.postinst: restart dovecot.

 -- Mathias Gug <mathiaz@ubuntu.com>  Thu, 11 Oct 2007 15:24:23 -0400

dovecot (1:1.0.5-1ubuntu1) gutsy; urgency=low

  [Mathias Gug]
  * Merge with Debian (LP: #149049); remaining changes:
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.

  [Soren Hansen]
  * Based on work by Mathias Gug: Enable imap/pop3 protocols when installing
    dovecot-imap/dovecot-pop3 package (LP: #146648):
    - debian/dovecot-pop3d.postinst, debian/dovecot-imapd.postinst: add
      imap,imaps/pop3,pop3s to protocols line in dovecot.conf (removing "none"
      if it's there).
    - debian/dovecot-pop3d.postrm, debian/dovecot-imapd.postrm: remove
      imap,imaps/pop3,pop3s from protocols line in dovecot.conf (putting
      "none" if last protocol is removed).
  * debian/patches/exec_check_for_none.dpatch:
    - Disable access(..., X_OK) check for protocols that are not going to be
      started anyway.
  * debian/patches/protocols_none_by_default.dpatch:
    - Set "protocols = none" by default.

 -- Soren Hansen <soren@ubuntu.com>  Mon, 08 Oct 2007 15:05:46 +0200

dovecot (1:1.0.5-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 10 Sep 2007 09:25:59 +0200

dovecot (1:1.0.3-3ubuntu1) gutsy; urgency=low

  * Merge with Debian (LP: #136323); remaining changes:
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.

 -- Soren Hansen <soren@ubuntu.com>  Fri, 31 Aug 2007 15:22:25 +0200

dovecot (1:1.0.3-3) unstable; urgency=low

  * debian/dovecot-common.init: don't use the init script name to locate the
    configuration file because it is not reliable. If you really want to start
    multiple servers, just copy the init script and use the optional default
    file to override the variables. (Closes: #437228)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 16 Aug 2007 09:17:01 +0200

dovecot (1:1.0.3-2ubuntu1) gutsy; urgency=low

  * Merge with Debian; remaining changes:
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 13 Aug 2007 13:31:03 +0200

dovecot (1:1.0.3-2) unstable; urgency=low

  * debian/rules: removed the --with-notify=inotify switch, it should be
    detected automatically.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 09 Aug 2007 09:39:50 +0200

dovecot (1:1.0.3-1) unstable; urgency=low

  * New upstream release. (Closes: #434038, #432601)
  * This release doesn't build dbox support out-of-the-box. (Closes: #431615)
  * dovecot-sieve: updated to the last hg's tip. (Closes: #434079)
  * debian/dovecot-*.README.Debian: don't call /etc/init.d scripts directly.
    (Closes: #431991)
  * debian/dovecot-common.init: updated with patches from Tom Metro, thanks!
    (Closes: #426480, #422674)
  * debian/dovecot-common.postinst: fixed a missing variable DOMAINNAME.
    (Closes: #425917)
  * debian/rules: moved the init script to the level 24, after the ntpdate
    one. (Closes: #432723)
  * debian/patches/00list: added dovecot-drac, again. (Closes: #353039)
  * debian/rules: build with inotify and epoll support. (Closes: #419281)
  * debian/dovecot.1: added a simple manpage for dovecot. (Closes: #426702)
  * debian/copyright: added copyright exceptions as suggested by Timo.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 04 Aug 2007 20:11:36 +0200

dovecot (1:1.0.0-1ubuntu1) gutsy; urgency=low

  * Merged with Debian unstable; remaining Ubuntu changes:
    - Use Snakeoil SSL certificate by default.
      + debian/control: Depend on ssl-cert
      + debian/patches/ssl-cert-snakeoil.dpatch: Change default SSL cert paths
        to snakeoil.
      + debian/dovecot-common.postinst: Relax grep for SSL_* a bit.
    - Fast TearDown:
      + debian/rules: Call dh_installinit in 'multiuser' mode.
      + debian/control: Depend on newer sysv-rc for this.
      + debian/dovecot-common.postinst: Remove stop script symlinks from rc0
        and rc6 on upgrades. Needs to be kept until next LTS release.
    - Add autopkgtest in debian/tests/.
  * debian/control: Set Ubuntu maintainer.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 27 Apr 2007 10:37:55 +0200

dovecot (1:1.0.0-1) unstable; urgency=low

  * New upstream release, the final 1.0.0. Bumped epoch, because we used the
    wrong version scheming in the past and I think it is worth to do so now
    that 1.0.0 has been released.
  * debian/watch: updated.
  * Rebuilt with a new glibc in unstable, now we have inotify support.
    (Closes: #395306)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 16 Apr 2007 08:42:32 +0200

dovecot (1.0.rc31-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 09 Apr 2007 11:55:45 +0200

dovecot (1.0.rc30-2) unstable; urgency=low

  * debian/dovecot-common.init: check if /etc/inetd.conf exists before
    calling sed on it. (Closes: #417299)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 08 Apr 2007 16:58:30 +0200

dovecot (1.0.rc30-1) unstable; urgency=low

  * New upstream release.
  * 

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 07 Apr 2007 11:17:45 +0200

dovecot (1.0.rc29-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: ship convert-tool in dovecot-common. (Closes: #416909)

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 31 Mar 2007 14:15:39 +0200

dovecot (1.0.rc28-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 25 Mar 2007 14:02:28 +0200

dovecot (1.0.rc27-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 14 Mar 2007 14:39:04 +0100

dovecot (1.0.rc26-4) unstable; urgency=low

  * debian/dovecot-common.postinst: fixed a typo. (Closes: #414672)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 13 Mar 2007 08:45:47 +0100

dovecot (1.0.rc26-3) unstable; urgency=low

  * debian/control: depends on ucf (>= 2.0020). (Closes: #414032)
  * debian/dovecot-common.postinst: handles better chmod/chown on package
    upgrade. (Closes: #414257)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 12 Mar 2007 10:03:34 +0100

dovecot (1.0.rc26-2) unstable; urgency=low

  * debian/control:
    + dovecot-{imapd,pop3d}: depends on the same-source dovecot-common.
      (Closes: #414032)
  * debian/rules: fixed permission for dovecot.conf. (Closes: #413995)

 -- Fabio Tranchitella <kobold@debian.org>  Fri,  9 Mar 2007 12:57:50 +0100

dovecot (1.0.rc26-1) unstable; urgency=low

  * New upstream release.
  * Add support for ucf, thanks to Vincent Danjean for providing a full patch.
    (Closes: #413081)
  * debian/dovecot-common.init: create /var/run directories at start-up time.
    (Closes: #376143)

 -- Fabio Tranchitella <kobold@debian.org>  Wed,  7 Mar 2007 11:26:56 +0100

dovecot (1.0.rc25-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Fri,  2 Mar 2007 13:44:44 +0100

dovecot (1.0.rc24-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 23 Feb 2007 15:47:30 +0100

dovecot (1.0.rc23-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/documentation.dpatch, debian/patches/xfs_quotas.dpatch:
    removed, applied upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 21 Feb 2007 09:34:44 +0100

dovecot (1.0.rc22-2) UNRELEASED; urgency=low

  * debian/watch: added.

 -- Fabio Tranchitella <kobold@debian.org>  Fri,  9 Feb 2007 12:15:34 +0100

dovecot (1.0.rc22-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Wed,  7 Feb 2007 09:38:34 +0100

dovecot (1.0.rc21-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Mon,  5 Feb 2007 16:23:33 +0100

dovecot (1.0.rc19-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 24 Jan 2007 00:03:38 +0100

dovecot (1.0.rc18-2) unstable; urgency=low

  * dovecot-sieve: updated to cvs version 1.0.1.
  * debian/README.Debian: updated for the new setting mail_location, which
    substitutes the old default_mail_env. (Closes: #408025)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 23 Jan 2007 10:15:36 +0100

dovecot (1.0.rc18-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 22 Jan 2007 18:15:02 +0100

dovecot (1.0.rc17-1ubuntu2) feisty; urgency=low

  [ Martin Pitt, edited lightly by Ian Jackson: ]
  * Add debian/tests/: autopkgtest control file plus our current package-tests
    test suite for security QA.  

 -- Ian Jackson <iwj@ubuntu.com>  Thu, 22 Feb 2007 20:11:51 +0000

dovecot (1.0.rc17-1ubuntu1) feisty; urgency=low

  * Merge from debian unstable, remaining changes:
    - snakeoil ssl
    - Remove stop script symlinks from rc0 and rc6

 -- Matthias Klose <doko@ubuntu.com>  Sun, 14 Jan 2007 10:32:43 +0000

dovecot (1.0.rc17-1) unstable; urgency=low

  * New upstream release.
  * Updated dovecot-sieve from CVS.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 12 Jan 2007 09:42:47 +0100

dovecot (1.0.rc15-2ubuntu1) feisty; urgency=low

  * Merge from debian unstable, remaining changes:
    - snakeoil ssl
    - Remove stop script symlinks from rc0 and rc6

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Dec 2006 10:36:05 +0100

dovecot (1.0.rc15-2) unstable; urgency=medium

  * debian/dovecot-common.README.Debian: updated details about raw logging;
    thanks Chris Moore for providing a patch. (Closes: #400689)
  * debian/patches/dovecot-example.dpatch: added a missing slash for an
    absolute path. (Closes: #400830)
  * debian/patches/dovecotpw.dpatch: applied patched to fix argument parsing
    on some architectures. (Closes: #402075)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 18 Dec 2006 18:34:31 +0100

dovecot (1.0.rc15-1ubuntu1) feisty; urgency=low

  * Merge from debian unstable. Remaining changes:
    - snakeoil ssl
    - Remove stop script symlinks from rc0 and rc6

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Nov 2006 20:47:11 +0100

dovecot (1.0.rc15-1) unstable; urgency=medium

  * New upstream release.
  * Fixes a security bug: Off-by-one buffer overflow with mmap_disable=yes.
    (See: http://www.dovecot.org/list/dovecot-news/2006-November/000023.html)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 20 Nov 2006 12:47:39 +0100

dovecot (1.0.rc14-1) unstable; urgency=medium

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 16 Nov 2006 09:37:38 +0100

dovecot (1.0.rc13-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
    + preserve upstream config.guess and config.sub. (Closes: #397404)
    + really clean dovecot-sieve/src on clean target. (Closes: #397407)
  * debian/control: added build-conflict with automake1.4. (Closes: #397409)
  * dovecot-sieve/src/Makefile.am: move sieve plug-ins under
    usr/lib/dovecot/lda/modules; thanks to Chris Vanden Berghe for pointing
    this out.

 -- Fabio Tranchitella <kobold@debian.org>  Tue,  7 Nov 2006 09:26:56 +0100

dovecot (1.0.rc12-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Sun,  5 Nov 2006 16:52:52 +0100

dovecot (1.0.rc10-3) unstable; urgency=medium

  * debian/rules: fixed two typos in the configure call. (Closes: #395016)
  * Included dovecot-sieve plug-in from CVS. (Closes: #394885)
  * Urgency medium: we are near the freeze, and this release must be part
    of etch.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 31 Oct 2006 06:30:45 +0000

dovecot (1.0.rc10-2) unstable; urgency=low

  * debian/patches/dovecot-example.dpatch: commented out a close brace.
    (Closes: #394785)

 -- Fabio Tranchitella <kobold@debian.org>  Mon, 23 Oct 2006 08:17:13 +0000

dovecot (1.0.rc10-1) unstable; urgency=low

  * New upstream release. (Closes: #393004)
  * debian/patches/dovecot-example.dpatch:
    + added specific comments to the mail_extra_groups option.
      (Closes: #383453)
    + removed duplicated LDA section. (Closes: #391632)
  * debian/dovecot.8: fixed a layout error. (Closes: #393080)
  * debian/dovecot-common.init: added LSB headers.
  * Switched to the upstream dovecot deliver (LDA).
  * debian/patches/quota_v2.dpatch: added, thanks to Jonas Smedegaard.
    (Closes: #377563)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 22 Oct 2006 08:55:16 +0000

dovecot (1.0.rc7-1) unstable; urgency=low

  * New upstream release. (Closes: #377840, #385101)
  * debian/patches/dovecot-example.dpatch: set a default value for
    pop3_uidl_format. (Closes: #383883)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 29 Aug 2006 10:38:17 +0200

dovecot (1.0.rc6-1) unstable; urgency=low

  * New upstream release:
    + Fixed imap segfaults on small mbox files (2 bytes). (Closes: #377840)
    + Fixed a known bug in dovecot's IDLE handler. (Closes: #351828)
    + Added support for quota2. (Closes: #377563)
  * debian/control: converted build-depends on linux-kernel-headers to
    build-conflicts to help the GNU/kFreeBSD port. (Closes: #377479)
  * debian/control: changed maintainer to "Dovecot Maintainers"; no changes
    to the email addresses.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 15 Aug 2006 10:58:57 +0200

dovecot (1.0.rc2-2) unstable; urgency=low

  * patched the quota plugin to fix a missing symbol (Closes: #377018)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri,  7 Jul 2006 10:50:04 -0400

dovecot (1.0.rc2-1ubuntu2) edgy; urgency=low

  * Remove stop script symlinks from rc0 and rc6.
  * Remove dependency on linux-kernel-headers.

 -- Scott James Remnant <scott@ubuntu.com>  Mon, 18 Sep 2006 16:53:37 +0100

dovecot (1.0.rc2-1ubuntu1) edgy; urgency=low

  * Merge from debian unstable.

 -- Martin Pitt <mpitt@debian.org>  Fri,  7 Jul 2006 10:04:42 +0200

dovecot (1.0.rc2-1) unstable; urgency=high

  * New upstream release
  * Update dovecot-lda to the latest version (05132006)
  * IPv6 with SSL/TLS should work now.  (Closes: #374783)
  * go back to using poll instead of epoll.  (Closes: #376222)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu,  6 Jul 2006 00:47:56 -0400

dovecot (1.0.rc1-1ubuntu1) edgy; urgency=low

  * Merge from debian unstable.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 30 Jun 2006 15:13:37 +0200

dovecot (1.0.rc1-1) unstable; urgency=low

  * New upstream release.
  * Add a build-dependency on linux-kernel-headers for the xfs quotas 
    stuff.  Make it higher than the version in sarge because sarges xfs
    includes are too old.  If any knowledgeable person would like to 
    give me a patch for this, please do.  (Closes: #374793)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 28 Jun 2006 11:42:07 -0400

dovecot (1.0.beta9-1ubuntu1) edgy; urgency=low

  * Merge from debian unstable, resolved minor conflicts.
  * debian/control: Removed unnecessary build dependency ssl-cert, add it as
    dovecot-common dependency.
  * Remove debian/patches/prohibit_.._mbox_mask.dpatch, upstream now.

 -- Martin Pitt <mpitt@debian.org>  Wed, 28 Jun 2006 08:45:43 +0200

dovecot (1.0.beta9-1) unstable; urgency=low

  * New upstream release
  * Added XFS quota support.  Thanks  Pawel Jarosz <pj@rsi.pl> 
    (Closes: #373936)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 19 Jun 2006 16:55:20 -0400

dovecot (1.0.beta8-4) unstable; urgency=high

  * Unfortunately, the patch in the last version broke the mysql module.
    Fixed thanks to Martin Pitt.  (Closes: #369359, #373227)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun, 11 Jun 2006 16:27:43 -0400

dovecot (1.0.beta8-3) unstable; urgency=high

  * [SECURITY] SQL injection could occur in the postgresql module with
    certain client character encodings. (See CVE-2006-2314)
    Used the patch from upstream and Martin Pitt <martin.pitt@ubuntu.com>.
    Thanks Martin.  (Closes: #369359)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun, 11 Jun 2006 15:33:55 -0400

dovecot (1.0.beta8-2) unstable; urgency=high

  * Don't chown/chmod ssl certificate unless we created it.
    (Closes: #364766)
  * Upstream fixed the crash if passwd-file had entries without passwords.
    (Closes: #361536)
  * fixed up the last versions changelog to better describe the security
    problem which was fixed there.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun, 21 May 2006 13:16:17 -0400

dovecot (1.0.beta8-1) unstable; urgency=high

  * New upstream release.
  * [SECURITY] Fixes a directory traversal vulnerability.
    (see: http://www.dovecot.org/list/dovecot-news/2006-May/000006.html 
    and CVE-2006-2414)
  * Set urgency to high: this version fixes a security bug
  * Standards-Version: 3.7.2, no changes needed.

 -- Fabio Tranchitella <kobold@debian.org>  Sat, 13 May 2006 22:46:16 +0200

dovecot (1.0.beta7-1) unstable; urgency=low

  * New upstream version.
  * Added sqlite support.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 12 Apr 2006 23:25:41 -0400

dovecot (1.0.beta5-1) unstable; urgency=low

  * New upstream version.  Also updated dovecot-lda from CVS.
  * debian/control.  Added build-depends on flex to prevent FTBS.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu,  6 Apr 2006 16:22:46 -0400

dovecot (1.0.beta3-3ubuntu5) dapper; urgency=low

  * debian/dovecot-common.postinst:
    - Do not chmod/chown an already existing SSL certificate. This will leave
      permissions of the snakeoil SSL key intact. Closes: LP#45207

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 17 May 2006 13:41:35 +0200

dovecot (1.0.beta3-3ubuntu4) dapper; urgency=low

  * Add debian/patches/prohibit_.._mbox_mask.dpatch:
    - Fix information disclosure due to path traversal: Do not allow '.' and
      '..' as valid list masks.
    - This regression was introduced in some 1.0beta version, so 0.99.x are
      not affected.
    - Patch taken from upstream:
      http://dovecot.org/list/dovecot-cvs/2006-May/005563.html
    - Closes: LP#44364

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 12 May 2006 14:48:39 +0200

dovecot (1.0.beta3-3ubuntu3) dapper; urgency=low

  * Create /var/run/dovecot on boot.

 -- Scott James Remnant <scott@ubuntu.com>  Tue, 11 Apr 2006 01:48:01 +0100

dovecot (1.0.beta3-3ubuntu2) dapper; urgency=low

  * Rebuild against the new libmysqlclient15off with correct symbols.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu,  6 Apr 2006 12:47:52 +1000

dovecot (1.0.beta3-3ubuntu1) dapper; urgency=low

  * Synchronize to Debian, UVF exception approved by mdz. Closes: LP#30314
  * Removed auth_crashfix.dpatch, login-crashfixes.dpatch: Fixed upstream.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue,  4 Apr 2006 11:36:03 +0200

dovecot (1.0.beta3-3) unstable; urgency=low

  * Compile against the newer mysql library. (Closes: #356729)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 22 Mar 2006 13:43:04 +0000

dovecot (1.0.beta3-2) unstable; urgency=low

  [Fabio Tranchitella]
  * debian/control: added build-depends on byacc.
  * debian/rules: removed --with-vpopmail option, because libvpopmail-dev
    is in contrib and we don't wanto to have dovecot build-depends on it.
  * debian/patches/dovecot-example.dpatch: added two small commented 
    block of configuration for dovecot-lda.

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 26 Feb 2006 20:59:06 +0000

dovecot (1.0.beta3-1) unstable; urgency=high

  [Fabio Tranchitella]
  * New upstream release, which fixes two security related bugs.
    CVE-2006-0730 (Closes: #353341)
  * Included dovecot-lda (ver. 20060209). (Closes: #353307, #347348, #333962)

  [ Jaldhar H. Vyas ]
  * Removed the code for upgrading impad.pem.  This might bite if you if
    you try and upgrade a woody version of dovecot to this one.  So
    don't do that.  (Closes: #337715)
  * dovecot-imapd,dovecot-pop3d: depend on dovecot-common >= 1.0beta3-1 
    as the way SSL parameters are generated has changed.  (Closes: #353404)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 17 Feb 2006 22:06:21 -0500

dovecot (1.0.beta2-1) unstable; urgency=low

  [Fabio Tranchitella]
  * New upstream release.
  * debian/rules: compile with vpopmail support. (Closes: #347838)
  * debian/patches: removed zlib patch (merged with upstream).

 -- Fabio Tranchitella <kobold@debian.org>  Thu,  2 Feb 2006 21:38:32 +0000

dovecot (1.0.alpha5-1ubuntu3) dapper; urgency=low

  * SECURITY UPDATE: Multiple remote DoS.
  * Add debian/patches/auth_crashfix.dpatch:
    - src/auth/auth-request-handler.c: Fix crash if authentication client
      disconnected while it still had pending requests.
    - Patch taken from upstream CVS (from 1.0beta3 release).
  * Add debian/patches/login-crashfixes.dpatch:
    - imap-login/client-authenticate.c pop3-login/client-authenticate.c:
      Fix crash if client disconnected while we were trying to send
      authentication continuation to it.
    - Patch taken from upstream CVS (from 1.0beta3 release).
  * CVE-2006-0730 (just one for both vulns)
  * debian/patches/ssl-cert-snakeoil.dpatch: Also change the internal defaults
    in src/master/master-settings.c, to make the snakeoil cert actually work
    OOTB.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 22 Feb 2006 11:30:40 +0100

dovecot (1.0.alpha5-1ubuntu2) dapper; urgency=low

  * Switch default config to use ssl-cert-snakeoil certificates.
  * Add Depends on ssl-cert.
  * Make postinst use a more generic grep for SSL_* otherwise it just doesn't
    work.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Sat, 04 Feb 2006 12:37:07 +0100

dovecot (1.0.alpha5-1ubuntu1) dapper; urgency=low

  * Build against libmysqlclient15.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu,  2 Feb 2006 16:26:05 +0000

dovecot (1.0.alpha5-1) unstable; urgency=low

  [Fabio Tranchitella]
  * New upstream release.
  * Compile dovecot with Kerberos support. (Closes: #338384)
  * Fixed a small typo in mbox specification. (Closes: #339789)
  * Added man page for maildirmake.dovecot, thanks to Henry Precheur.
    (Closes: #340498)
  * Use /usr/lib/dovecot/modules as basedir for dynamic modules.
    Upstream suggests /usr/lib/dovecot, but we already use it as 
    libexec directory.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 21 Dec 2005 13:44:38 +0000

dovecot (1.0.alpha4-1) unstable; urgency=low

  [Jaldhar H. Vyas]
  * New upstream version.
  * Made sure the default dovecot.conf includes mail_extra_groups=mail
    (Closes: #336476) somehow this edit got lost at some point.
  * use ISO8601 date format as default value for log_timestamp in
    /etc/dovecot/dovecot.conf  (Closes: #333059)
  * stop shipping {arch} directories in source (Closes: #334646)
  * Include plugin for compressed mboxen (Closes: #332384)
  * updated NEWS.Debian to warn users that the dovecot.conf syntax has
    changed (Closes: #334209)
  * Remember, remember, the 5th of November.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  5 Nov 2005 23:19:19 -0500

dovecot (1.0.alpha3-2) unstable; urgency=low

  [Jaldhar H. Vyas]
  * dovecot-common: When creating the dovecot user in the postinst,
    the --ingroup option to adduser to add dovecot to group
    mail isn't used anymore.
    (Closes: #330960, #331106)
  * commented out userdb passdb from default configuration.  Most 
    people won't need that. (Closes: #330978)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu,  6 Oct 2005 14:25:33 -0400

dovecot (1.0.alpha3-1) unstable; urgency=low

  [ Fabio Tranchitella ]
  * New upstream release (dovecot-1.0.alpha.3)
  * debian/patches/ipv6_v6only.dpatch: removed, upstream accepted it.
  * debian/dovecot-common.postinst: removed bashisms.
  * debian/dovecot-common.postinst: add dovecot user to group mail.
    (Closes: #323921)
  * debian/control: removed conflicts with imap-server and pop3-server,
    added replaces instead. (Closes: #324480)
  [ Jaldhar H. Vyas ]
  * No longer crashes when using LDAP as userdb/passdb (Closes: #320388)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 26 Sep 2005 01:42:09 -0400

dovecot (0.99.20050712-2) unstable; urgency=low

  * Fabio Tranchitella <kobold@debian.org>
    + debian/control: dovecot-common has to depend on adduser.
    + debian/patches/documentation.dpatch: some cosmetic fixes about mysql
      backend.
  * Jaldhar H. Vyas <jaldhar@debian.org>
    + debian/control: tighten dovecot-imapd and dovecot-pop3d's dependency on 
      dovecot-common (Closes: #319465)
    + debian/patches/dovecot-example.dpatch: some more fixes to default
      configuration.  (Closes: #319413, #319941)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 29 Jul 2005 15:37:52 -0400

dovecot (0.99.20050712-1) unstable; urgency=low

  * Fabio Tranchitella <kobold@debian.org>
    + New upstream version (dovecot-stable, last update 20050712).
      (Closes: #312893)
    + debian/control: Standards-Version: 3.6.2 (no changes needed).
    + debian/patches/dovecot-sql.dpatch: use the right path for mysql socket.
      (Closes: #298874)
  * Jaldhar H. Vyas <jaldhar@debian.org>
    + Removed dovecot package as it was just a woody->sarge transitional
      pseudo-package.
    + Apply patch to debian/dovecot-common.init to help when manually
      starting dovecot.  Thanks Roland Stigge.  (Closes: #309679)
    + Apply patch to src/lib/network.c to support IPV6_V6ONLY.  Thanks
      Marco D'Itri. (Closes: #308652)
    + depend on the latest postgresql library.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 20 Jul 2005 06:30:37 -0400

dovecot (0.99.14-1) unstable; urgency=low

  * New upstream version.
  * dovecot-common: another postinst regexp fix for SSL cert/key files.
    (Closes: #294989)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat, 12 Feb 2005 21:34:33 -0500

dovecot (0.99.13-6) unstable; urgency=high

  * dovecot-common: *sigh* another init script fix.  Hopefully we now
    fully deal with dovecot being run from inetd.  Thanks again to Magnus
    Holmgren.  (Closes: #293348)
  * High again so -5 doesn't get into sarge.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon,  7 Feb 2005 02:58:30 -0500

dovecot (0.99.13-5) unstable; urgency=high

  * dovecot-common: typo in postinst resulted in incorrect generation of
    keys for first-time installers.  Hence urgency high.
  * dovecot-common: In init script, make extra check to make sure an 
    IMAP or POP3 server called from inetd is dovecot and not some other 
    random inferior product.  (Closes: #293348)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  5 Feb 2005 13:56:31 -0500

dovecot (0.99.13-4) unstable; urgency=low

  * build depend on libmysqlclient12
  * dovecot-common: Allow STARTTLS to work when dovecot is run from inetd
    Thanks Magnus Holmgren (Closes: #290985)
  * dovecot-common: let init script exit if dovecot is being run from inetd
    Thanks Magnus Holmgren (Closes: #292195)
  * dovecot-common: fix a number of problems in postinst
    + fails if /etc/ssl/certs or /etc/ssl/private doesn't exist
    + certs cannot be generated and upgrade fails if openssl is not
      configured.  Fail more gracefully if this is the case.
    + read the name and path for the cert from dovecot.conf instead of
      hardcoding it.
      Thanks Frederic Pauget (Closes: #292344)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun, 30 Jan 2005 15:20:03 -0500

dovecot (0.99.13-3) unstable; urgency=high

  * Oops -2 had to be urgency=high so -1 doesn't get into sarge.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  8 Jan 2005 12:11:38 -0500

dovecot (0.99.13-2) unstable; urgency=low

  * dovecot-imapd, dovecot-pop3d:  It occurred to me that the effects of 
    fixing #288391 will cause confusion in the minds of new installers so I 
    should add a warning in README.Debian and NEWS.Debian in a vain 
    effort to stave off swarms of bug reports.  (Vain, because no one 
    actually reads documentation anyway.)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  8 Jan 2005 11:29:59 -0500

dovecot (0.99.13-1) unstable; urgency=high

  * New upstream version.
  * dovecot-imapd, dovecot-pop3d: No longer mess with dovecot.conf in postinst
    (Closes: #288391)
  * urgency high due to #288391 being a release-critical bug.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri,  7 Jan 2005 17:37:08 -0500

dovecot (0.99.12-1) unstable; urgency=low

  * New upstream version.  (Yes I know 0.99.13 is just around the corner.)
  * SASL is reenabled so this bug ("Dovecot seems not to require SASL")
    is no longer valid (Closes: #272093)
  * Configuration files moved to /etc/dovecot (Closes: #276183)
  * Permissions on /var/run/dovecot and /var/run/dovecot/login no longer
    give warnings. (Closes: #283996)
  * SSL certificate is world readable (Closes: #277114).
  * Thanks to Jan Buren, much extra documentation has been added to
    /usr/share/doc/dovecot-common/README.Debian
  * Lintian overrides added.
  * Happy new year to all you Gregorians

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 31 Dec 2004 15:55:07 -0500

dovecot (0.99.11-3) unstable; urgency=medium

  * applied dovecot-large-header-fix patch to prevent 100% CPU 
    utilization when dealing with really large headers.
    (Closes: #271458)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 13 Sep 2004 20:20:23 -0400

dovecot (0.99.11-2) unstable; urgency=low

  * Eliminated duplicate stanza in dovecot.conf (Closes: #270181)
  * Reapplied CRAM-MD5 patch.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon,  6 Sep 2004 01:24:53 -0400

dovecot (0.99.11-1) unstable; urgency=low

  * New upstream release.
  * patch to give bug reporting address in configure.ac.
    Thanks Matthias Andree.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  4 Sep 2004 14:24:57 -0400

dovecot (0.99.10.9-2) unstable; urgency=low

  * screw mipsel.
  * Added PAM_RHOST patch.  Thanks Dean Gaudet.  (Closes: #264712)
  * Added CRAM-MD5 patch.  Thanks Joshua Goodall.
  * Added unexpected EOF patch from Timo.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue, 17 Aug 2004 01:13:20 -0400

dovecot (0.99.10.9-1) unstable; urgency=low

  * New upstream release.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon,  2 Aug 2004 18:56:02 -0400

dovecot (0.99.10.8-1) unstable; urgency=low

  * New upstream release.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 30 Jul 2004 08:17:51 -0400

dovecot (0.99.10.7-1) unstable; urgency=low

  * New upstream release.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 14 Jul 2004 07:29:49 -0400

dovecot (0.99.10.6-3) unstable; urgency=low

  * Patched so dovecot follows symlinks to directories again.
    (Closes: #256061)
  * Changed the priority of init script so it is run after postgresql
    (Closes: #256068)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 24 Jun 2004 23:57:50 -0400

dovecot (0.99.10.6-2) unstable; urgency=high

  * I needed to enable one more parameter in the configuration in order 
    to get dot-locking working.  Hence this should still be high urgency.
    (Really Closes: #185335)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 21 Jun 2004 20:02:29 -0400

dovecot (0.99.10.6-1) unstable; urgency=high

  * New upstream version.
    + finally fixes dot-locking so I think it deserves high priority for
      sarge.  (Closes: #185335)
  * dovecot: fixed a typo in description (Closes: #254415)
  * dovecot-common: man page for dovecot added.  Thanks Kai Hendry.
    (Closes: #253482)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat, 19 Jun 2004 23:18:39 -0400

dovecot (0.99.10.5-4) unstable; urgency=high

  * Crap, typo in dovecot-common.postinst sorry.  This should only 
    affect new installs though.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 11 Jun 2004 22:30:41 -0400

dovecot (0.99.10.5-3) unstable; urgency=high

  * SECURITY:  set permissions on config files to 0600 to prevent
    disclosure of sensitive information to local users. (Closes: #253760)
  * SECURITY: Tightened permissions on generated SSL certificate.
    (Closes: #253833)
  * Made a note that dovecot-openssl.conf is not needed on Debian
    because we generate a certificate in dovecot-commons' postinst.
    (Closes: #253774)
  * Added maildir-autocreate patch.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 11 Jun 2004 09:12:07 -0400

dovecot (0.99.10.5-2) unstable; urgency=low

  * Added maildir-stat patch.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 10 Jun 2004 14:39:28 -0400

dovecot (0.99.10.5-1) unstable; urgency=low

  * New upstream version.
  * Enabled mysql support.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 27 May 2004 13:21:42 -0400

dovecot (0.99.10.4-5) unstable; urgency=high

  * Switched to using openssl as dovecot segfaults with gnutls7 and is
    not compatible with gnutls10 (Closes: #244570)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 19 Apr 2004 22:45:21 -0400

dovecot (0.99.10.4-4) unstable; urgency=low

  * Added a patch to src/auth/db-pgsql.c from Zsolt VARGA.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue, 30 Mar 2004 12:49:31 -0500

dovecot (0.99.10.4-3) unstable; urgency=high

  * dovecot-common: Fix postinst to no longer delete /etc/pam.d/imap 
    (Closes: #232832)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 15 Mar 2004 10:27:52 -0500

dovecot (0.99.10.4-2) unstable; urgency=low

  * dovecot-common: now replaces: dovecot for smoother upgrades.
    (Closes: #223666)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 11 Dec 2003 09:18:12 -0500

dovecot (0.99.10.4-1) unstable; urgency=low

  * New upstream version
    + This fixes the curruption of .subscriptions files wth folders in
      maildir format. (Closes: #222272)
  * Some extra information included in dovecot-common.README.Debian.
    (Closes: #221106)  There should probaly be more so if you have ideas 
    let me know.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon,  1 Dec 2003 23:41:00 -0500

dovecot (0.99.10.2-1) unstable; urgency=low

  * New upstream version.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue, 11 Nov 2003 17:21:45 -0500

dovecot (0.99.10-11) unstable; urgency=low

  * Build depend on gnutls 7 instead of 5 (Closes: #219523)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu,  6 Nov 2003 22:25:00 -0500

dovecot (0.99.10-10) unstable; urgency=low

  * maildirmake.dovecot will now let you create maildirs whose names 
   have spaces in them and chown them to a specified user.  Thanks Paul
   Slootman (Closes: #219168)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue,  4 Nov 2003 20:00:25 +0000

dovecot (0.99.10-9) unstable; urgency=low

  * Don't use SASL2 as upstream says the support is broken.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue, 23 Sep 2003 16:27:11 +0000

dovecot (0.99.10-8) unstable; urgency=low

  * Patched so suid works on 2.6 kernels.  Thanks Peter Gervai.
    (Closes: #211420)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 17 Sep 2003 17:59:10 +0000

dovecot (0.99.10-7) unstable; urgency=low

  * Yet another init script fix.  It should be ok now.  Thanks once again
    to Alexis Iglauer.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 27 Aug 2003 10:56:04 -0400

dovecot (0.99.10-6) unstable; urgency=low

  * fix some errors in init script (closes: #207464)
    Thanks to Adam Lackorzynski and Alexis Iglauer.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 27 Aug 2003 09:02:23 -0400

dovecot (0.99.10-5) unstable; urgency=high

  * dovecot-pop3d, dovecot-imapd: make sure init script doesn't 
    attempt to start the daemons if unconfigured thus preventing 
    segfault on startup.  (Closes: #206992, #207140)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 25 Aug 2003 16:40:53 -0400

dovecot (0.99.10-4) unstable; urgency=low

  * Updated PAM configuration to the new scheme and added appropriate 
    dependency.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 22 Aug 2003 12:54:54 -0400

dovecot (0.99.10-3) unstable; urgency=low

  * dovecot-pop3d: Patch for proper PAM service name.
  * dovecot-imapd, dovecot-pop3d: Make sure there is an appropriate 
    entry in the protocol = line in /etc/dovecot.conf so the service 
    will start up without errors. (Closes: #204213)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 21 Aug 2003 13:47:00 -0400

dovecot (0.99.10-2.1) unstable; urgency=low

  * Non-maintainer upload at request of maintainer.
  * Fix segfault on alpha caused by time_t size. Closes: #203892.
  * Fix segfault when user's home directory is left empty.

 -- Scott James Remnant <scott@netsplit.com>  Wed,  6 Aug 2003 01:47:16 +0100

dovecot (0.99.10-2) unstable; urgency=low

  * corrected paths to example and configuration files in sample config
    (Closes: #199740)
  * Added postgresql support.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu,  3 Jul 2003 16:45:49 -0400

dovecot (0.99.10-1) unstable; urgency=low

  * New upstream release.
  * PAM service name has changed to dovecot (for IMAP and POP3.)  I've included 
    code to move /etc/pam.d/imap to /etc/pam.d/dovecot but if things suddenly 
    stop working, this is the first thing to check.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Thu, 26 Jun 2003 22:31:07 -0400

dovecot (0.99.10-0.rc2) unstable; urgency=low

  * New upstream release.  Fixes broken imaps support.
  * Typo in configure options that broke LDAP support on woody corrected.
  * Only start /usr/sbin/dovecot if either the IMAP or POP3 servers are 
    installed. (Closes: #192066)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 23 Jun 2003 23:26:04 -0400

dovecot (0.99.9.1-1) unstable; urgency=low

  * New upstream release.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun,  4 May 2003 21:49:55 -0400

dovecot (0.99.9-1) unstable; urgency=low

  * New upstream release.
  * The IMAP and POP3 servers have been split into seperate package so you
    don't have to install both.  There is also a dovecot-common package
    for the parts they share.  The dovecot package is now a dummy just for 
    transitioning to this new scheme.  (Closes: #187826)
  * Allow chmod in maildirmake.dovecot to fail gracefully (Closes: #191244)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 30 Apr 2003 08:53:46 -0400

dovecot (0.99.8.1-4) unstable; urgency=low

  * Added a build-depends on libsasl-dev (Closes: #187516)
  * Enabled pop3 service.  However it is still turned off in the config file by
    default so as to not surprise anyone who thought they only had an IMAP
    server.
  * Consequently, changed "IMAP server" in descriptions etc. to "mail server".
  * only skip key generation if both /etc/ssl/certs/dovecot.pem and
    /etc/ssl/private/dovecot.pem exist.  (Closes: #187638)
  * post-0.99.8.1 patch: Fix renaming subfolders with maildir.
  * post-0.99.8.1 patch: Fix other maildir subfolder problems.
  * post-0.99.8.1 patch: Fix partial body fetches.
  * post-0.99.8.1 patch: Fix using LITERAL+APPEND.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat,  5 Apr 2003 14:13:52 -0500

dovecot (0.99.8.1-3) unstable; urgency=low

  * Fixed bashism and perlism(!) in maildirmake.dovecot.  Thanks Clint
    Adams. (Closes: #185768)
  * Enabled LDAP support.  The configuration is in /etc/dovecot-ldap.conf
    but is commented out.
  * Happy new year to all Debian users still on the Julian calendar.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Tue, 25 Mar 2003 09:25:37 -0500

dovecot (0.99.8.1-2) unstable; urgency=low

  * Make a seperate check for /etc/ssl/private/imapd.pem in case we don't
    have it. (Closes: #185334)
  * Move check for dovecot user and creation code to postinsts' configure 
    phase. (Closes: #185333)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 19 Mar 2003 01:50:10 -0500

dovecot (0.99.8.1-1) unstable; urgency=low

  * new upstream release.  (Closes: #184131)  Does not include the POP3
    server or LDAP and SASL support for now so we can get into the archive
    quickly.  Fixes segfaults in imap-master (Closes: #184231)  Fixes
    faulty mail autodetection presets (Closes: #179625)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sun, 16 Mar 2003 15:47:54 -0500

dovecot (0.99.7-4) unstable; urgency=low

  * Fixed location of handlers. (Closes: #179273)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 31 Jan 2003 18:37:23 -0500

dovecot (0.99.7-3) unstable; urgency=low

  * doh pam file should be called imap not dovecot (Closes: #179180)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 31 Jan 2003 14:12:29 -0500

dovecot (0.99.7-2) unstable; urgency=low

  * Added two upstream patches to fix broken plain authentication and 
    building with vpopmail support (which is not enabled in the Debian 
    package yet.)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri, 17 Jan 2003 14:24:22 -0500

dovecot (0.99.7-1) unstable; urgency=low

  * New upstream release.
  * Syslog no longer fills up with entries when dovecot is misconfigured.
    (Closes: #175507)
  * startup is logged now. shutdowns were already logged. (Closes: #175509)
  * dovecot will not remove your SSL certificates now.  (Closes: #175282)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 15 Jan 2003 00:58:23 -0500

dovecot (0.99.6rc2-1) unstable; urgency=low

  * New upstream release.
  * Includes patch which stops dovecot from dying on alpha (Closes: #175577)

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed,  8 Jan 2003 14:22:09 -0500

dovecot (0.99.5-1) unstable; urgency=low

  * New upstream release with many fixes and improvements.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Fri,  3 Jan 2003 00:53:26 -0500

dovecot (0.99.4-1) unstable; urgency=low

  * Initial Release.

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 18 Dec 2002 09:44:39 -0500

