diff options
Diffstat (limited to 'doc/relnotes/1_7_1.rst')
-rw-r--r-- | doc/relnotes/1_7_1.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_1.rst b/doc/relnotes/1_7_1.rst new file mode 100644 index 000000000..e53bf66d9 --- /dev/null +++ b/doc/relnotes/1_7_1.rst @@ -0,0 +1,10 @@ +Version 1.7.1, 2007-07-23 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fix a race condition in the algorithm object cache +* HMAC key schedule optimization +* The build header sets a macro defining endianness, if known +* New word load/store abstraction allowing further optimization +* Modify most of the library to avoid use the C-style casts +* Use higher resolution timers in symmetric benchmarks + |