Update the TODO list and bump the version to 0.7.12.

This commit is contained in:
2023-05-20 20:34:23 +02:00
parent cbba5c2a33
commit dd5fefe22d
7 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
# Changes of mboxgrep
## Changes since 0.7.11
- Port to the pcre2 library (pcre1 is no longer supported).
- Check command-line options for conflicting matchers and actions.
- Various minor code cleanups.
## Changes since 0.7.10
- GNU Automake is now utilized instead of manually written Makefile.in files.