2011
fdm (1.6+cvs20111013-2) unstable; urgency=low
* Add patch (04kfreebsd) by Robert Millan to fix build failures on
kfreebsd. (Closes: #648246)
-- Frank Terbeck <ft@bewatermyfriend.org> Wed, 23 Nov 2011 11:27:00 +0100
fdm (1.6+cvs20111013-1) unstable; urgency=low
* Imported upstream CVS on Oct 13th, 2011
- Removing a number of patches which are included upstream now.
- Includes patch which should build with --as-needed. (Closes: #631689)
* Depending on libtdb-dev now (Closes: #639176)
* Moving away from explicit quilt-enabled build to pure-3.0 (quilt).
* Adjusting debian/rules to changes in upstream build system.
* Incrementing Standards-Version; no changes needed.
* Use $(MAKE) everywhere in debian/rules.
* Adding recommended targets to debian/rules to make lintian happy.
* Remove `MANUAL' in `clean' of `debian/rules' to leave a clean build
directory.
* Use `--abort-on-upstream-changes' at all costs.
-- Frank Terbeck <ft@bewatermyfriend.org> Thu, 13 Oct 2011 21:05:14 +0200
2010
fdm (1.6-4) unstable; urgency=low
* The "package housekeeping" release.
* Incrementing Standards-Version; no changes needed.
* Use `debian/source/format' and select "3.0 (quilt)" to make lintian
happy. No other changes required.
-- Frank Terbeck <ft@bewatermyfriend.org> Sun, 05 Sep 2010 12:29:57 +0200
fdm (1.6-3) unstable; urgency=low
* New patch: 06sslretval.patch: Improve SSL error-handling which led to
excessive memory allocation with broken mails. (Closes: #595057)
* New patch: 07incrlinelim.patch: Increase the maximum line limit for a
mail. This is upstream's recommended workaround to let fdm download
broken mails which caused #595057.
-- Frank Terbeck <ft@bewatermyfriend.org> Sun, 05 Sep 2010 12:21:09 +0200
2009
fdm (1.6-2) unstable; urgency=low
* Adding -lcrypto do $(LIBS) to support GNU gold (Closes: #554287) * Adding 05savemove.patch from Louis Opter. Sorry for the incredibly long delay. It fell through the cracks. (Closes: #538194) * Incrementing Standards-Version, no changes needed * Adding debian/README.source to please lintian yet again.
-- Frank Terbeck <ft@bewatermyfriend.org> Wed, 11 Nov 2009 11:51:21 +0100
fdm (1.6-1) unstable; urgency=low
* New upstream version (Closes: #523673) * Switching licencing of debian packaging to ISC, which is the same licence fdm itself. This will obsolete the need for the openssl-gpl-override. * Incrementing compat level, no changes needed. * Incrementing Standards-Version; adding 'set -e' to the package's post* scripts as the policy wants it (although I really fail to see how that implicit technique is any better than the explicit and very clear '|| exit 1' which the package used before). * Removing 04support_debianbsds.diff, included upstream.
-- Frank Terbeck <ft@bewatermyfriend.org> Tue, 14 Apr 2009 05:34:40 +0200
2008
fdm (1.5-3) unstable; urgency=low
* The "this time I tried kfreebsd in qemu" release * Update 04support_debianbsds.diff to actually build on GNU/k*BSD.
-- Frank Terbeck <ft@bewatermyfriend.org> Sun, 27 Apr 2008 08:41:35 +0200
fdm (1.5-2) unstable; urgency=low
* Switching patch management from dpatch to quilt. * Add 04support_debianbsds.diff to (hopefully) support GNU/k*BSD.
-- Frank Terbeck <ft@bewatermyfriend.org> Wed, 16 Apr 2008 00:49:21 +0200
fdm (1.5-1) unstable; urgency=low
* New upstream version
* Adding Homepage control field
* Requiring at least version 1.1.1~svn26294-1.1 of tdb-dev
in Build-Depends: (Closes: #456871)
* Incrementing Standards-Version and compat level, no changes needed
* Adding a lintian override for possible-gpl-code-linked-with-openssl
fdm is licensed under the ISC-license. Only the packaging is GPLed.
-- Frank Terbeck <ft@bewatermyfriend.org> Sun, 09 Mar 2008 14:27:21 +0100
2007
fdm (1.4-1) unstable; urgency=low
* New upstream release.
* Removing 05fix_cmdline_macros.dpatch and 06fix_regex_match_tags.dpatch,
fixed upstream.
* Adding dependency for the newly required trivial database,
documented in NEWS.
* Removing 04enable_pcre.dpatch. Unneeded, if PCRE=1 is used constantly
throughout debian/rules.
* Fixed typo in this changelog.
-- Frank Terbeck <ft@bewatermyfriend.org> Tue, 02 Oct 2007 20:52:19 +0200
fdm (1.3c-3) unstable; urgency=low
* Including a patch (06fix_regex_match_tags.dpatch) that fixes a
problem that breaks regex substitution macros for certain
messages. (Closes: #440231)
-- Frank Terbeck <ft@bewatermyfriend.org> Fri, 31 Aug 2007 02:22:31 +0200
fdm (1.3c-2) unstable; urgency=low
* Including a patch (05fix_cmdline_macros.dpatch) that fixes a problem
that breaks macros defined on the commandline. (Closes: #440172)
* Updated a few comments in dpatches.
-- Frank Terbeck <ft@bewatermyfriend.org> Thu, 30 Aug 2007 16:09:21 +0200
fdm (1.3c-1) unstable; urgency=low
* New upstream release.
* Updated debian/copyright:
compat/vis.{c,h} are gone
compat/tree.h was added.
* Updated 02gmake_use_iquote.dpatch.
* Listing sample configs from examples/ explicitly in debian/rules.
-- Frank Terbeck <ft@bewatermyfriend.org> Mon, 13 Aug 2007 15:35:25 +0200
fdm (1.2-1) unstable; urgency=low
* New upstream release.
* Added NEWS file to inform the user about the move to PCRE.
* Removing 01gmake_destdir.dpatch, 02gmake_install_bin.dpatch,
05fix_ragged.dpatch and 06fix_MANUAL_typo.dpatch. Included upstream.
-- Frank Terbeck <ft@bewatermyfriend.org> Wed, 27 Jun 2007 11:33:00 +0200
fdm (1.1-2) unstable; urgency=low
* Changing Priority to optional.
-- Frank Terbeck <ft@bewatermyfriend.org> Mon, 07 May 2007 19:51:07 +0200
fdm (1.1-1) unstable; urgency=low
* Initial release. (Closes: #419048) * Changed CHILDUSER macro to debianfdm in fdm.h.
-- Frank Terbeck <ft@bewatermyfriend.org> Tue, 10 Apr 2007 19:52:08 +0200