The unified diff between revisions [8c8d3dea..] and [752d96c3..] is displayed below. It can also be downloaded as a raw diff.

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

#
#
# patch "doc/log.txt"
#  from [e2949962f8a7f661c25b8889b8cfa8596bea32a5]
#    to [d75bc0744e1a390fde91e8b7a322801a77750032]
#
============================================================
--- doc/log.txt	e2949962f8a7f661c25b8889b8cfa8596bea32a5
+++ doc/log.txt	d75bc0744e1a390fde91e8b7a322801a77750032
@@ -1,8 +1,32 @@

-* 1.5.10,
- - Updates to the documentation
+* 1.5.12, October 27, 2006
+ - Cleanups in the initialization routines
+ - Add some x86-64 assembly for multiply-add
+ - Fix problems generating very small (below 384 bit) RSA keys
+ - Support out of tree builds
+ - Bring some of the documentation up to date
+ - More improvements to the Python bindings
+
+* 1.5.11, September 10, 2006
+ - Removed the Algorithm base class
+ - Various cleanups in the public key inheritance hierarchy
+ - Major overhaul of the configure/build setup
+ - Added x86 assembler implementations of Serpent and low-level MPI code
+ - Optimizations for the SHA-1 x86 assembler
+ - Various improvements to the Python wrappers
+ - Work around a Visual Studio compiler bug
+
+* 1.5.10, August 13, 2006
+ - Add x86 assembler versions of MD4, MD5, and SHA-1
  - Expand InitializerOptions' language to support on/off switches
+ - Fix definition of OID 2.5.4.8; was accidentally changed in 1.5.9
+ - Fix possible resource leaks in the mmap allocator
+ - Slightly optimized buffering in MDx_HashFunction
+ - Initialization failures are dealt with somewhat better
  - Add an example implementing Pollard's Rho algorithm
+ - Better option handling in the test/benchmark tool
+ - Expand the xor_ciph example to support longer keys
+ - Some updates to the documentation

 * 1.5.9, July 12, 2006
  - Fixed bitrot in the AEP engine