The unified diff between revisions [6e4c4bae..] and [d068d256..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'doc/logs/log-17.txt'

#
#
# patch "doc/logs/log-17.txt"
#  from [8fb2d67c298b724ae41d15bc750c222de8144a83]
#    to [a28399adc5d090e100e081ef607ba74f2e453e6a]
#
============================================================
--- doc/logs/log-17.txt	8fb2d67c298b724ae41d15bc750c222de8144a83
+++ doc/logs/log-17.txt	a28399adc5d090e100e081ef607ba74f2e453e6a
@@ -1,6 +1,16 @@

+* 1.7.1, July 23, 2007
+ - 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
+
 * 1.7.0, May 19, 2007
  - DSA parameter generation now follows FIPS 186-3
- - Documentation updates
+ - Added OIDs for Rabin-Williams and Nyberg-Rueppel
  - Somewhat better support for out of tree builds
  - Minor optimizations for RC2 and Tiger
+ - Documentation updates
+ - Update the todo list