aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-02 22:47:46 -0500
committerJeff Garzik <jgarzik@redhat.com>2011-03-02 22:47:46 -0500
commit1d8b6e13a389c39f672d2bc8a68dfcfce5c04b65 (patch)
treeb00715cb587f1e9d8d51e6412f5756d996061958 /NEWS
parentd4ddd315b15fe738f4d95df08a52875a8caf7943 (diff)
Release version 0.7.1.v0.7.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e84fa9..1843f42 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
+Version 0.7.1 - March 2, 2011
+
+- Add support for JSON-format configuration file. See example
+ file example-cfg.json. Any long argument on the command line
+ may be stored in the config file.
+- Timestamp each solution found
+- Improve sha256_4way performance. NOTE: This optimization makes
+ the 'hash' debug-print output for sha256_way incorrect.
+- Use __builtin_expect() intrinsic as compiler micro-optimization
+- Build on Intel compiler
+- HTTP library now follows HTTP redirects
+
Version 0.7 - February 12, 2011
- Re-use CURL object, thereby reuseing DNS cache and HTTP connections