From: zooko Date: Wed, 17 Jun 2009 16:18:29 +0000 (+0530) Subject: docs: add NEWS.txt to describe changes in the new release X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=f0a66672eb38f3a4e01e1acae1cf9e4e101a2736 docs: add NEWS.txt to describe changes in the new release Ignore-this: c0558a61b1cdf32185c7e6c54774d6e8 darcs-hash:f54a289258ed41665b389b766d3b3ca7ebfeba3e --- diff --git a/zfec/NEWS.txt b/zfec/NEWS.txt new file mode 100644 index 0000000..15c442d --- /dev/null +++ b/zfec/NEWS.txt @@ -0,0 +1,10 @@ +User visible changes in zfec. -*- outline -*- + +* Release 1.4.5 (2009-06-17) + +** Bug fixes + +Fix seg fault if the Python classes Encoder or Decoder are constructed with k or m less than 1, greater than 256, or with k greater m. +Fix several compiler warnings, add unit tests, improve Python packaging, set up more buildbots to run the unit tests on more platforms. + +For details about older releases, see the version control history.