From ec01191ff4e6f0e15f025db36942adffea193efa Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 8 Jun 2017 15:27:22 +0300 Subject: Version 1.5.2 --- ChangeLog.md | 16 ++++++++++++---- zerobin.cabal | 3 ++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 09836c3..71155ba 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,15 @@ +1.5.2 +===== + + * Fixed `CryptoError_KeySizeInvalid` in `Web.ZeroBin.SJCL.encode` + by using `Crypto.Cipher.AES.AES128` instead of `Crypto.Cipher.AES.AES256` + + 1.5.1 ===== -* Added ChangeLog -* zerobin command supports reading stdin: - `zerobin -f /etc/fstab` can be done as - `cat /etc/fstab | zerobin -f -` or `zerobin -f < /etc/fstab` + * Added ChangeLog + * zerobin command supports reading stdin: + `zerobin -f /etc/fstab` can be done as + `cat /etc/fstab | zerobin -f -` or `zerobin -f < /etc/fstab` + diff --git a/zerobin.cabal b/zerobin.cabal index 4fdb0ee..e1d0a53 100644 --- a/zerobin.cabal +++ b/zerobin.cabal @@ -1,5 +1,5 @@ name: zerobin -version: 1.5.1 +version: 1.5.2 synopsis: Post to 0bin services description: Post encrypted content to 0bin sites like http://0bin.net or https://paste.ec @@ -8,6 +8,7 @@ license-file: LICENSE author: Igor Pashev maintainer: Igor Pashev copyright: 2015, Zalora South East Asia Pte. Ltd + 2017, Igor Pashev category: Cryptography, Web build-type: Simple extra-source-files: README.md ChangeLog.md -- cgit v1.2.3