diff options
Diffstat (limited to 'doc/relnotes/1_7_4.rst')
-rw-r--r-- | doc/relnotes/1_7_4.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_4.rst b/doc/relnotes/1_7_4.rst new file mode 100644 index 000000000..608b7ffb1 --- /dev/null +++ b/doc/relnotes/1_7_4.rst @@ -0,0 +1,11 @@ +Version 1.7.4, 2008-03-10 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Use unaligned memory read/writes on systems that allow it, for performance +* Assembly for x86-64 for accessing the bswap instruction +* Use larger buffers in ARC4 and WiderWAKE for significant throughput increase +* Unroll loops in SHA-160 for a few percent increase in performance +* Fix compilation with GCC 3.2 in es_ftw and es_unix +* Build fix for NetBSD systems +* Prevent es_dev from being built except on Unix systems + |