Changelog
cron (3.0pl1-115ubuntu1) natty; urgency=low
* Merge from Debian testing, Ubuntu remaining changes:
- debian/control:
+ Requires debhelper >= 7.3.15ubuntu2 (for Upstart).
+ Move MTA,lockfile-progs to Suggests field.
- debian/cron.upstart: Add Upstart script.
- debian/{prerm,postinst,postrm}:
+ Don't call update-rc.d,invoke-rc.d and
/etc/init.d/cron.
- debian/rules:
+ Call dh_installinit to install Upstart job properly.
cron (3.0pl1-115) unstable; urgency=high
* cron.c: set LC_COLLATE to 'C' in order to properly work when locales
are set that change the collation order expected by the regular
expressions used in load_database(). By setting locale we were
skipping some crontabs unexpectedly due to [a-z] not matching all the ascii
characters in some languages (such as Estonian). (Closes: #600310)
Thanks to Michael Tokarev for spotting this issue and for
Bastian Blank for pointing for the fix.
* debian/cron.init:
- Fix typo that prevented it from properly loading LC_CTYPE (Closes:
#600082)
- Force LC_COLLATE to 'C' regardless of user locale settings.
-- Alessio Treglia <email address hidden> Sat, 27 Nov 2010 10:46:19 +0100