From b0295e2e3820555ffc48f040487f99778f8c690b Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 27 Feb 2018 21:38:53 +0200 Subject: [PATCH] Update the readme. Mark items as done. --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 240035f..a2ad462 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ as the tag fortune-mod-1.99.1. 9. Converted the build system to [CMake](https://en.wikipedia.org/wiki/CMake) . -10. Added valgrind tests - currently skipped due to lib-recode being buggy. +10. Added valgrind tests and fixed some memory leaks. 11. Released fortune-mod-1.99.3 and fortune-mod-1.99.4. @@ -81,17 +81,22 @@ as the tag fortune-mod-1.99.1. 13. Added a build-time option to remove the “-o” (= “offensive”) flag, inspired by a set of patches on the Fedora package. -# What remains to be done. +14. Applied some downstream patches. -1. See if there are any downstream patches to apply. +15. Released version 2.0.0. -2. Fix more typos (reports and pull-requests are welcome.) +16. Fixed as many “clang -Weverything” warnings as possible. + +17. lib-recode became maintained again at https://github.com/rrthomas/recode +(thanks to @rrthomas ) thus preventing a switch to something else. -3. Release fortune-mod-2.0.0. +# What remains to be done. + +1. See if there are any more downstream patches to apply. -4. Fix as many “clang -Weverything” warnings as possible. +2. Fix more typos (reports and pull-requests are welcome.) -5. Perhaps modernize the code a little. +3. Perhaps modernize the code a little. # Links -- 2.40.0