X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=TODO;h=8fc45af382d550ced01da528abb263fbc65cdb50;hp=8fec9c85043a158e6a72b71ac56a298f0ad84e4b;hb=1f2091f5bb860769e20105af2d9eff3a0872c57b;hpb=885632f08c75c1d7bb5d25436231c78f6ad7e0c0 diff --git a/TODO b/TODO index 8fec9c85..8fc45af3 100644 --- a/TODO +++ b/TODO @@ -1,6 +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.