aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-06-08 15:27:22 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-08 15:27:22 +0300
commitec01191ff4e6f0e15f025db36942adffea193efa (patch)
tree0cedaa37de7d89050afa467f7a60db93dba53a50
parent4f6cd2fd2cdf33ef9af7b0aad8e3bc8c9af73b10 (diff)
downloadzerobin-ec01191ff4e6f0e15f025db36942adffea193efa.tar.gz
Version 1.5.21.5.2
-rw-r--r--ChangeLog.md16
-rw-r--r--zerobin.cabal3
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 <pashev.igor@gmail.com>
copyright: 2015, Zalora South East Asia Pte. Ltd
+ 2017, Igor Pashev <pashev.igor@gmail.com>
category: Cryptography, Web
build-type: Simple
extra-source-files: README.md ChangeLog.md