1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
2021-01-18 Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
* Version 0.7.0 released
* No changes to the last version but bumping the version number to
indicate a breaking change compared to 0.6.0
2021-01-11 Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
* Version 0.6.1 released
* Changes with respect to 0.6.0:
- add examples/ dir, with a "bunzip2" replacement example
- change interface to use bytes instead of string because the latter
is immutable
2008-11-08 Stefano Zacchiroli <zack@upsilon.cc>
* Version 0.6.0 released
* Changes with respect to 0.5.99:
- update copyright headers
- get rid of bashisms in Makefile
- add docs pointing to forge entry points
- fix Findlib names: now consistently "bz2"
|