odt2txt Changelog

What's new in odt2txt 0.3

May 22, 2007
  • Make mingw32 build with zlib
  • Building on NetBSD works
  • Correct use of DEBUG flag with Sun CC
  • Remove all trailing whitespace after line wrapping
  • Created install target for Makefile
  • Created manual page
  • Strbuf_append_inflate(): Really return the number of read characters
  • Merge branch 'feat/kunzip_indent'
  • Add cast to crc32 call to silence signedness warning
  • Reindent the kunzip code to make it readable
  • Check crc32 of decompressed data with zlib's help
  • Remove kunzip's own inflate implementation. Use zlib instead.
  • Merge branch 'stable/0.2'
  • Silence warnings with gcc -Wextra
  • Make --width=-1 work again
  • Remove strcasestr from zipfile.c
  • No case insensitivity needed