Changelog
unattended-upgrades (0.79.3ubuntu1) quantal; urgency=low
[ Thomas Kluyver ]
* Port to Python 3
[ Brian Murray ]
* unattended-upgrade: fix typo in debugging output
unattended-upgrades (0.79.4) UNRELEASED; urgency=low
* data/50unattended-upgrades.{Debian,Ubuntu}:
- add missing ";" in the example config, thanks to Tomas Pospisek
closes: #684876
- remove codename based matching example as this needs a newer
python-apt than available in wheezy, thanks to Russell Stuart
* unattended-upgrade, test/test_origin_pattern.py:
- if a unknown matcher token is found, raise a error instead of
silently ignoring it, thanks to Russell Stuart
unattended-upgrades (0.79.3) unstable; urgency=low
* unattended-upgrade:
- fix assert text, thanks to Niels Thykier
* really include the updated es.po, thanks to Niels Thykier
unattended-upgrades (0.79.2) unstable; urgency=low
* use "mail -s" again to ensure there is a proper subject line when
using mailx
* do not attach headers when using mailx
* use sendmail instead of mailx when available to get a proper mime
mail with correct encoding etc (closes: #654851, #681442)
Thanks to Bjørn Mork and Teodor MICU
* po/es.po:
- updated, thanks to Omar Campagne, closes: #681334
* debian/control:
- add suggests for mail-transport-agent
* only use ionice if available (closes: #681467)
* make pyflakes clean and add test
unattended-upgrades (0.79.1) unstable; urgency=low
* Set apt-listchanges frontend to "mail" if sendmail is available,
the default behavior of apt-listchanges is to send a mail (if there
is a email_address in apt-listchanges.conf) even with pager/gtk
frontends so this will ensure the same behavior (closes: #579733)
* Do not use "mail -a" as this is not POSIX, instead use the python
email.Message package to construct a proper utf8 message
(closes: #654851)
-- Michael Vogt <email address hidden> Mon, 10 Sep 2012 09:55:19 +0200