Skip to content

Debian Changelog mailping (0.0.4-2)

2008

mailping (0.0.4-2) unstable; urgency=low

   * Adopt package (Closes: #440618).
   * Use shutil.move instead of rename, in case the source mailbox is
     on another filesystem.
   * Canonicalize used paths, to prevent problems that some Python
     modules have with paths containing "../..".
   * Improve microseconds calculation in latency (closes: #457407),
     thanks Andrew Garner for the patch.
   * Denatify (closes: #453701).
   * Switch from cdbs to debhelper.
   * Ship Maildir in this package instead of creating it in postinst,
     be more thorough on cleanup when purging package (closes: #454715).
   * Update to debhelper version 6.
   * Checked for policy 3.7.3, no changes.
   * Fix part of manpage formatting.
   * No longer remove 'mailping' user on package remove, since this
     is controversial.

 -- Thijs Kinkhorst <thijs@debian.org>  Tue, 15 Jan 2008 22:08:46 +0100

2007

mailping (0.0.4-1) unstable; urgency=low

   * QA upload. (ACK NMU; Closes: #380863)
   * Set maintainer to QA Group; Orphaned: #440618
   * Update debian/copyright

 -- Michael Ablassmeier <abi@debian.org>  Mon, 24 Sep 2007 09:46:25 +0200

mailping (0.0.4-0.2) unstable; urgency=high

   * Non-maintainer upload during BSP.
   * Fix non-conditional use of userdel in postrm (Closes: #417020).
   * Add depends on adduser as it is used in postinst.

 -- Luk Claes <luk@debian.org>  Thu, 17 May 2007 01:04:08 +0200

2006

mailping (0.0.4-0.1) unstable; urgency=low

   * Non-maintainer upload.
   * Bump Standards-Version to 3.7.2.
   * Update package to the last python policy (Closes: #380863).
   * Move some things into B-D instead of B-D-I.

 -- Pierre Habouzit <madcoder@debian.org>  Sat, 12 Aug 2006 13:45:40 +0200

2004

mailping (0.0.4) unstable; urgency=low

   * Skip temporary files when processing the pending directory.
   * Fix a typo in the probe message.
   * Switch section from devel to mail.

 -- Tommi Virtanen <tv@debian.org>  Mon, 13 Dec 2004 22:07:45 +0200

mailping (0.0.3) unstable; urgency=low

   * Build-depend on python-dev, not python2.3-dev. (Closes: #259130)

 -- Tommi Virtanen <tv@debian.org>  Tue, 13 Jul 2004 15:39:16 +0300

mailping (0.0.2) unstable; urgency=low

   * Incompatible changes:
     - Switch state directory to mean /var/lib/mailping and not
       /var/lib/mailping/state. Fixes a bug where mail to mailping@.. was
       delivered to /var/lib/mailping/state/Maildir.
 
   * New features:
     - Provide default values for "from" and "to".
     - Reload munin-node in postinst and postrm if we touched plugins.
 
   * Documentation improvements:
     - Add manpages for mailping-success, mailping-latency.
     - Munin plugins are not in $PATH, so show them with full pathname in
       synopsis.
     - Make Munin plugin manpages refer to munin-run(8), too.
 
   * Bugfixes:
     - Crontab seems to want the full if syntax instead of "[ test ] &&
       foo". Not bothering to find out why, as the fix is trivial.
     - Fix a bug where "admin" was a mandatory configuration option; it
       should be optional.
 
   * Cleanups:
     - Be polite and say "quit" and end of the SMTP session.
     - In error and usage messages, only print basename of executable.
 
   * Internals:
     - Split non-maildir-related things from MailPing.maildir to
       MailPing.mail.
     - Rename fileutil.mtime() to fileutil.getTime(), it's been long since
       it had anything to do with file modification times.
     - Add unit test to ensure there is no race between creation of
       statedir and delivery of first email from probe; that is, delivery
       can create the maildir on its own (and maildir-cron will have
       created the statedir by that time).
 
   * Packaging:
     - Add a small shell script man/run to help non-Debian generation of
       manpages.
     - Remove generated manpages when cleaning.
     - Make postinst and postrm plugin handling look similar.
     - Add license texts to debian/copyright.

 -- Tommi Virtanen <tv@debian.org>  Fri, 16 Apr 2004 21:07:56 +0300

mailping (0.0.1) unstable; urgency=low

   * Initial Release.

 -- Tommi Virtanen <tv@debian.org>  Fri, 16 Apr 2004 14:33:17 +0300