[commit: packages/binary] master: Bump version to 0.7.5.0 (86e4c9a)
git at git.haskell.org
git at git.haskell.org
Mon Jun 1 08:47:57 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/86e4c9a6125cdddb0592a653f48c699a574ccf7b
>---------------------------------------------------------------
commit 86e4c9a6125cdddb0592a653f48c699a574ccf7b
Author: Lennart Kolmodin <kolmodin at google.com>
Date: Sun May 31 17:03:00 2015 +0200
Bump version to 0.7.5.0
and update the changelog.
>---------------------------------------------------------------
86e4c9a6125cdddb0592a653f48c699a574ccf7b
binary.cabal | 2 +-
changelog.md | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index e271f06..f8ccb69 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.7.4.0
+version: 0.7.5.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 4f4a1bf..6763f96 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,16 @@
binary
======
+binary-0.7.5.0
+--------------
+
+- Fix performance bug that was noticable when you get a big strict ByteString
+ and the input to the decoder consists of many small chunks.
+ - https://github.com/kolmodin/binary/issues/73
+ - https://github.com/kolmodin/binary/pull/76
+- Fix memory leak when decoding Double and Float.
+ - Commit 497a181c083fa9faf7fa3aa64d1d8deb9ac76ecb
+- We now require QuickCheck >= 2.8. Remove our version of arbitrarySizedNatural.
binary-0.7.4.0
--------------
More information about the ghc-commits
mailing list