bump version to 0.2.4

This commit is contained in:
git@daemon.de
2014-12-24 11:19:01 +01:00
parent 375a1db398
commit 5e2ee0aef2
5 changed files with 22 additions and 20 deletions

View File

@@ -1,3 +1,20 @@
0.2.4 fixed compiler macro misplacement (github#4).
fixed invalid free (github#5).
fixed invalid memset(0) in ps_close().
added python binding, not enabled by default,
use --with-python-binding to turn it on.
certain generated files are no more generated by
autogen.sh, but manually by myself and put into
git, because the generation isn't portable. also
fixes github#3.
disabled conftests when cross compiling.
0.2.3 Z85 block encoding changed. 4 bytes are appended
to each input block to denote if and how many
zeroes have been used for padding, necessary