diff --git a/Readme.md b/Readme.md old mode 100644 new mode 100755 index 499446d..aa07cbd --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ Small utility libraries and copy-paste snippets of reusable code. | Library | Description | Language | # Files | Version | Fuzzed With | |-------------|-------------------------------------------------|----------|-----------------|---------|-----------------------------------------| | apg | Generic C programming utils. | C | 1 | 1.13 | No | -| apg_bmp | BMP bitmap image reader/writer library. | C | 2 | 3.3 | [AFL](https://lcamtuf.coredump.cx/afl/) | +| apg_bmp | BMP bitmap image reader/writer library. | C | 2 | 3.4 | [AFL](https://lcamtuf.coredump.cx/afl/) | | apg_console | Quake-style graphical console. API-independent. | C | 2 + apg_pixfont | 0.13 | No | | apg_jobs | Simple worker/jobs thread pool system. | C | 2 | 0.2 | No | | apg_gldb | OpenGL debug drawing (lines, boxes, ... ) | C | 2 | 0.3 | No | diff --git a/apg_bmp/apg_bmp.h b/apg_bmp/apg_bmp.h index 321dbb9..737a7fb 100755 --- a/apg_bmp/apg_bmp.h +++ b/apg_bmp/apg_bmp.h @@ -1,10 +1,3 @@ - -/* TODO -9. Fuzz it on HDD (not SSD) with some new example RLE images. -10. Main repo Readme update. -11. Release/notes announce. -*/ - /*****************************************************************************\ apg_bmp - A BMP File Reader/Writer Library -------------------------------------------------------------------------------