summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Turek <brian.turek@gmail.com>2016-05-13 14:45:17 -0400
committerBrian Turek <brian.turek@gmail.com>2016-05-13 14:45:17 -0400
commit0103f12cc44db888a34a50cdc146c20d1da1a253 (patch)
treec4c09091091f387ba0035b9562cae8b86374bb61
parent91a95bd0c6fb89ca45214b3a98ebbba9dc81a364 (diff)
downloadjsSHA-origin/v1.zip
jsSHA-origin/v1.tar.gz
jsSHA-origin/v1.tar.bz2
Prepping for v1.6.2 releasev1.6.2origin/v1
-rw-r--r--CHANGELOG4
-rw-r--r--LICENSE2
-rw-r--r--bower.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b2691ec..3151097 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
-------------------------
jsSHA - ChangeLog
-------------------------
+1.6.2 (2016-05-13)
+=========================
+- Fixed problem with hashing strings over 4 billion bits (thanks Eicar!)
+
1.6.1 (2015-06-25)
=========================
- Fixed issue with SHA-512 family of hashes failing is raw input was a
diff --git a/LICENSE b/LICENSE
index a225b1c..b5a0cda 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2013, Brian Turek
+Copyright (c) 2008-2016, Brian Turek
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/bower.json b/bower.json
index 4b97c6b..5bdffff 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name" : "jsSHA",
- "version" : "1.6.1",
+ "version" : "1.6.2",
"description" : "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main" : "src/sha.js",
"repository" : {
diff --git a/package.json b/package.json
index f8f6263..ce2e10e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jssha",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC",
"main": "src/sha.js",
"repository": {