X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=TODO;h=8fc45af382d550ced01da528abb263fbc65cdb50;hp=dbc3c8d7420544cbe04db70c6844961aa21f4f2b;hb=1f2091f5bb860769e20105af2d9eff3a0872c57b;hpb=370533dcb819ad11d6424e7e0284915eb501812b diff --git a/TODO b/TODO index dbc3c8d7..8fc45af3 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -See the LIMITATIONS section on the main page of the Doxygen documentation for -wimlib. - -There should be some test cases to test the library. +- Find and fix bugs +- Add more test cases (including for Win32 builds) +- Improve LZX compression ratio, possibly by implementing LZX block splitting + and/or by improving the LZ77 match-finding code.