diff --git a/CHANGELOG b/CHANGELOG index 87685a61..5ecb7159 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,7 @@ ver. 0.7.3 (2006/??/??) - beta - Added Gamin (file and directory monitoring system) support - (Re)added "ignoreip" option - Added more concurrency protection -- First attempt at solving bug #1457620 +- First attempt at solving bug #1457620 (locale issue) - Performance improvements ver. 0.7.2 (2006/09/10) - beta diff --git a/TODO b/TODO index ba8a5990..ea3d36f8 100644 --- a/TODO +++ b/TODO @@ -16,8 +16,6 @@ Legend: - Improve execution of action. Why does subprocess.call deadlock with multi-jails? -# Prefix all private functions with "__" - - Verify TAI64N # implement all get/set functions @@ -46,10 +44,6 @@ Legend: Python since 2.1. It should be possible to run all tests automatically. -# autodetect date format in log file. Match the most popular - format and sort them using the hit ratio. Should avoid - user problem with regex and not have a big impact on perfs. - ? restart automatically the daemon if an exception occurs. - do not close socket after a send