pop-before-smtp (1.41-2) unstable; urgency=low

  * Use dpkg source format 3.0 (quilt), and git-ignore quilt .pc subdir.
    Stop including patchsys-quilt.mk. Stop build-depending on quilt or
    patchutils
  * Modernize CDBS usage:
    + Stop using locally included snippets (but still include with
      source to keep diff small).
    Closes: bug#674400. Thanks to Lucas Nussbaum.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 05 Jul 2012 13:12:10 +0200

pop-before-smtp (1.41-1.1) unstable; urgency=low

  * Non-maintainer upload to solve release goal.
  * Add LSB dependency header to init.d scripts (Closes: #466975).
  * Remove duplicate cdbs build dependency.
  * Move homepage URL from description to header, and correct
    URL (Closes: #421806).

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 30 Mar 2008 12:50:02 +0200

pop-before-smtp (1.41-1) unstable; urgency=low

  * New upstream release. Closes: bug#353359 (thanks to Wayne Davison
    <wayned@users.sourceforge.net>).
    + Dovecot pattern corrected. Closes: bug#275707, #320461.
  * Add Homepage hint to long description.
  * Improve watch file:
    + Bump to version 3.
    + Simplify regexp a bit.
    + Use special sf.net syntax.
  * Improve cdbs tweaks:
    + Add local snippet copyright-check.mk: Scan source for (c) changes.
    + Add local snippet auto-update.mk: Enable auto-update feature.
    + Use patchsys-quilt.mk (not simple-patchsys.mk).
  * No longer invoke buildinfo directly in debian/rules (done in cdbs).
  * Use build-depends (not build-depends-indep). build-depends-indep has
    no real use according to note in Debian Policy 7.6, and is badly
    supported by cdbs.
  * Bump to standards-version 3.7.2.
  * Depend on exim4 or any smtp server (no longer postfix-specific, so
    follow debian policy of favoring exim4).
  * Drop postfix-tls suggestion (TLS is now in main postfix package).
  * Suggest imap-server or pop-server (not both individually).
  * Correct typo in README.Debian (IPS -> ISP).
  * Use cdbs-resolved  upstream version for manpage generation.
  * Update debian/copyright to include info for contributed files
    (thanks to copyright.check cdbs snippet). Both of the two newly
    discovered copyright-protected files are licensed as freeware).

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 12 Aug 2006 20:15:28 +0200

pop-before-smtp (1.37-1) unstable; urgency=low

  * New upstream release.
  * Add cdbs snippet buildinfo to invoke dh-buildinfo.
  * Enable cdbs debian/rules auto-update.
  * Fix mail_DOT_log patch to have internal default fall back to maillog
    (without dot).

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 26 May 2005 16:39:19 +0200

pop-before-smtp (1.36-2) unstable; urgency=high

  * Depend on netbase (see bug#308401).
  * Set urgency=high as package fails to install/remove with netbase not
    present.
  * Change watch file to use a path that works for watching (but not for
    downloading, thanks to commercial interests :-( ).

 -- Jonas Smedegaard <dr@jones.dk>  Thu,  2 Jun 2005 14:09:03 +0200

pop-before-smtp (1.36-1) unstable; urgency=high

  * Official packaging of new upstream release.
  * Acknowledge NMU. Closes: bug#274723, and also closes: bug#177653,
    #189276, #238968, #217447, #250936, #187879 (thanks to all the
    bugreporters, and to Wayne Davison for doing a great job).
  * Made watch file more generic, and added note on usage.
  * Stop using (and depending on) libberkeleydb-perl (perl and postfix
    now both use BerkeleyDB 4.2).
  * Add NEWS file describing the change of BerkeleyDB version.
  * Repackage using cdbs:
    + Patches separated.
    + Include contrib documentation.
  * Drop suggesting postfix that we already depend on (thanks to linda).
  * Tightened debian/copyright (no legal changes).
  * Set urgency=high as this would be nice to have included in sarge.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Oct 2004 19:13:52 +0200

pop-before-smtp (1.36-0.1) unstable; urgency=low

  * NMU release to help Jonas when he has time to look into this.
  * New upstream release. (Closes: #177653, #189276, #238968)
  * Improved the search for the mail logfile to watch. (Closes: #217447)
  * Changed package dependencies to depend on mail-transport-agent
    instead of postfix. (Closes: #250936)
  * Improved init.d file (including removing a postfix-specific check).
  * Improved the README.Debian file.  (Closes: #187879)
  * Fixed some paths mentioned in the documentation.
  * Got rid of db-show (run "pop-before-smtp --list" instead).
  * Updated policy to 3.6.1.

 -- Wayne Davison <wayned@users.sourceforge.net>  Sun,  3 Oct 2004 11:04:28 -0700

pop-before-smtp (1.31-2) unstable; urgency=low

  * Correct instructions in README.Debian (database is in /var/lib/, not
    /etc).

 -- Jonas Smedegaard <dr@jones.dk>  Fri, 20 Sep 2002 15:19:50 +0200

pop-before-smtp (1.31-1) unstable; urgency=low

  * New upstream version.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 17 Sep 2002 15:56:37 +0200

pop-before-smtp (1.30.cvs20020730-1) unstable; urgency=low

  * The "sid equals unstable" release.
  * Switch to cvs, which works correctly with BerkeleyDB (sorry guys!).
  * Thanks to Tomasz Dymek <tomek@rabarbar.eu.org> for a way to fix the
    problem with 1.30 and BerkeleyDB (which is actually identical to the
    fix in upstream cvs, so using that instead (closes: #154844).

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 30 Jul 2002 20:07:31 +0200

pop-before-smtp (1.30-1) unstable; urgency=low

  * New upstream release.
  * Upstream has a changelog now. Remove changelog-generation from
    debian/rules.
  * New upstream maintainer: Update copyright (no other changes than
    Wayne Davison added as current owner of the software).
  * Adopt (almost all) upstream changes to init.d script, and include
    tweaks by Andrew Shugg <andrew@neep.com.au>.
  * config options are separated from script upstream now. Replace
    manually separated options file with official one.
  * This whole package is architecture independent. Move from binary-
    arch to binary-indep in debian/rules.
  * Re-add db-show as example.
  * Enable alternative BerkeleyDB support. DB_File don't work with
    postfix on Debian (perl and postfix are compiled against different
    versions of db.
  * Update TODO.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 29 Jul 2002 03:35:43 +0200

pop-before-smtp (1.28-6) unstable; urgency=low

  * Coolness from Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>: Hack
    to support putting the hash in mynetwork. Closes: #140118.
  * Rewrite README.Debian to reflect the above.
  * Update TODO and merge with items from README.Debian.
  * Issue a non-fatal warning only in init, if postfix is not configured
    correctly (and improve the wording).
  * Use /var/lib/pop-before-smtp/hosts instead of /etc/postfix/pop-
    before-smtp (inspired by drac). Remove the old file and issue a
    warning about the change (yes I know - I really should use debconf
    for that).
  * Bump up Standards-version.
  * Change priority from optional to extra.
  * Flush database on start using postmap (and implement a cruel reload
    that simply replaces database file with an empty one).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 27 Mar 2002 18:42:58 +0100

pop-before-smtp (1.28-5) unstable; urgency=low

  * Fix speling error. Closes: #125259.
  * Fix force-reload failing.
  * Include TODO in package.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 26 Mar 2002 01:03:10 +0100

pop-before-smtp (1.28-4) unstable; urgency=low

  * Switch from using DB_File to BerkeleyDB to make database compatible
    with postfix.
  * Move debug config-printout below syslog init.
  * Remove flock-locking as it is not recommended (read DB_File 1.75
    documentation) and I cannot figure out how to get file descriptor
    with BerkeleyDB.
  * Added "logcheck" to TODO-list.
  * Don't install db-show (until I get that to use BerkeleyDB as well).

 -- Jonas Smedegaard <dr@jones.dk>  Sun,  4 Nov 2001 17:29:15 +0100

pop-before-smtp (1.28-3) unstable; urgency=low

  * Correctly create postfix db.
  * Tweak AppConfig code and output current config in debug mode.
  * Patch by Stig Hackvan <stig@hackvan.com> to use syslog and avoid
    scanning old log entries on startup.

 -- Jonas Smedegaard <dr@jones.dk>  Sun,  4 Nov 2001 14:58:08 +0100

pop-before-smtp (1.28-2) unstable; urgency=low

  * Whoops, forgot to uncomment a line from when debugging (not fatal,
    but fills the db with unneeded entries).
  * Improve postfix check in init file (and reword README.Debian
    accordingly).

 -- Jonas Smedegaard <dr@jones.dk>  Sun,  4 Nov 2001 10:36:16 +0100

pop-before-smtp (1.28-1) unstable; urgency=low

  * Released officially (Closes: #118149).
  * Repackaged using newest dh_make.
  * Dig out upstream changelog from the script.
  * Generate a man page from the script.
  * Add show-db script to help in testing pop-before-smtp.
  * Change Architecture: from any to all (embarassing, how did I miss
    that so far?).
  * Added a note to Description about the requirement of pop3/imap and
    smtp daemons required to be on same server.
  * Use AppConfig instead of Getopt::Long to support a configfile in
    addition to command line options.

 -- Jonas Smedegaard <dr@jones.dk>  Sat,  3 Nov 2001 23:15:53 +0100

pop-before-smtp (1.28-0.0.jones1) unstable; urgency=low

  * New unofficial release of (much) newer upstream version.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 24 May 2001 18:12:18 +0200

pop-before-smtp (1.24-0.0.jones1) unstable; urgency=low

  * Newer upstream release.
  * Disabled support for Courier-IMAP and GNU-pop3d to optimize speed:
    Now only supports my preferred daemons UW-imap and cucipop.

 -- Jonas Smedegaard <dr@jones.dk>  Wed,  8 Nov 2000 01:17:22 +0100

pop-before-smtp (1.16-0.jones2) unstable; urgency=low

  * Correcting the sed script to do s/maillog/mail.log/ - not the other
    way around.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 27 Aug 2000 00:17:35 +0200

pop-before-smtp (1.16-0.jones1) unstable; urgency=low

  * Newer upstream release.
  * Corrected origin in Copyright.
  * Updated init.d script reflecting upstream changes, but with restart
    failing if stop fails.
  * Removed custom imap patches, as they are incorporated upstream now,
    and moved s/maillog/mail.log/ patch into a sed script in
    debian/rules.
  * Enabled support for Courier IMAP and Cucipop, and tweaked it so that
    they can co-exist with UW IMAP and GNU pop3d.
  * Suggest imap-server and pop3-server.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 26 Aug 2000 23:32:27 +0200

pop-before-smtp (1.2-0.3) unstable; urgency=low

  * Corrected last changes to make the script actually work...

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 12 Jun 2000 21:59:21 +0200

pop-before-smtp (1.2-0.2) unstable; urgency=low

  * Added support for Cucipop.
  * Corrected the script to work with UW IMAP.
  * Corrected an embarrasing error in init script: on restart it was
    first started, then killed.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 10 May 2000 11:51:42 +0200

pop-before-smtp (1.2-0.1) unstable; urgency=low

  * Initial Release.

 -- Jonas Smedegaard <dr@jones.dk>  Wed,  3 May 2000 16:55:33 +0200

Local variables:
mode: debian-changelog
End:
