X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2FChangeLog;h=1efcf042e6eff223f992ddc0d297663d28d0d830;hb=refs%2Ftags%2F0.0.2;hp=b9c64c4b8d55429ac33e3c9af92056ab9d538ba3;hpb=53ddd1591251741e612f7ead8284b39590fef9a9;p=djbdns-logparse.git diff --git a/doc/ChangeLog b/doc/ChangeLog index b9c64c4..1efcf04 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,20 @@ +2022-09-23 Michael Orlitzky + * === Release v0.0.2 === + * Update requirements to need daemontools, not djbdns. + * Fix a test that failed in other timezones. + +2022-09-22 Michael Orlitzky + * === Release v0.0.1 === + * Renamed to djbdns-logparse. + * Standardish setuptools packaging. + * New man page and README. + * Refactored the code into separate modules. + * Documentation for all modules and functions. + * Updated most of the code to modern python3 standards. + * New doctest suite that can be run through setup.py or tox. + * Added all missing query type id->name mappings. + * Fixed pipe handling. + 2022-09-13 Michael Orlitzky * Ported to python3.