]> granicus.if.org Git - fortune-mod/commitdiff
Update the README.
authorShlomi Fish <shlomif@shlomifish.org>
Thu, 29 Dec 2016 13:06:33 +0000 (15:06 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Thu, 29 Dec 2016 13:06:33 +0000 (15:06 +0200)
README.md

index 278f78cb487d9800bb82326f26af1ae542f3b7e3..d33918d85f329d2630989a778eb6c5faed2e209e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ as the tag <code>fortune-mod-1.99.1</code>.
 
 3. Converted the source files to UTF-8.
 
-4. Added a rudimentary "make check" target.
+4. Added some tests.
 
 5. Removed trailing whitespace.
 
@@ -58,18 +58,14 @@ as the tag <code>fortune-mod-1.99.1</code>.
 
 8. Added [Travis-CI](https://travis-ci.org/) support.
 
-# What remains to be done.
-
-1. See if there are any downstream patches to apply.
+9. Converted the build system to [CMake](https://en.wikipedia.org/wiki/CMake) .
 
-2. Add valgrind tests.
+10. Added valgrind tests - currently skipped due to lib-recode being buggy.
 
-3. Add other tests.
-
-4. Release fortune-mod-1.99.2.
+# What remains to be done.
 
-5. Fix more typos (reports/pull-requests are welcome.)
+1. See if there are any downstream patches to apply.
 
-6. Consider converting the build system to
-[CMake](https://en.wikipedia.org/wiki/CMake) or a different build system.
+2. Release fortune-mod-1.99.2.
 
+3. Fix more typos (reports/pull-requests are welcome.)