]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
docs: add NEWS.txt to describe changes in the new release
authorzooko <zooko@zooko.com>
Wed, 17 Jun 2009 16:18:29 +0000 (21:48 +0530)
committerzooko <zooko@zooko.com>
Wed, 17 Jun 2009 16:18:29 +0000 (21:48 +0530)
Ignore-this: c0558a61b1cdf32185c7e6c54774d6e8

darcs-hash:f54a289258ed41665b389b766d3b3ca7ebfeba3e

zfec/NEWS.txt [new file with mode: 0644]

diff --git a/zfec/NEWS.txt b/zfec/NEWS.txt
new file mode 100644 (file)
index 0000000..15c442d
--- /dev/null
@@ -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.