From 79db9c5eb7fd558faeebadcf3accb12d00914cfd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 22 Sep 2022 10:17:42 -0400 Subject: [PATCH] doc/ChangeLog: update for the pending v0.0.1 release. --- doc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index b9c64c4..e7af9fa 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +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. -- 2.43.2