The unified diff between revisions [6be2049c..] and [bee1c652..] 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 [00083393947b5db629d4aa9efde034f614ccb14d] # to [68fefac6907d9d0ee89105fd26d3687bac52b652] # ============================================================ --- doc/logs/log-17.txt 00083393947b5db629d4aa9efde034f614ccb14d +++ doc/logs/log-17.txt 68fefac6907d9d0ee89105fd26d3687bac52b652 @@ -1,17 +1,16 @@ -* 1.7.5 +* 1.7.5, April 12, 2008 + - The API of X509_CA::sign_request was altered to avoid race conditions + - New type Pipe::message_id to represent the Pipe message number + - Remove the Named_Mutex_Holder for a small performance gain + - Removed several unused or rarely used functions from Config + - Ignore spaces inside of a decimal string in BigInt::decode + - Allow using a std::istream to initialize a DataSource_Stream object + - Fix compilation problem in zlib compression module + - The chunk sized used by Pooling_Allocator is now a compile time setting + - The size of random blinding factors is now a compile time setting + - The install target no longer tries to set a particular owner/group - - Remove the Named_Mutex_Holder. Probably only used internally, it - was known to take up too much time for what it was doing, for a - very small gain in readability. - - - New typedef Pipe::message_id - - - Add a new constructor for DataSource_Stream taking an istream - - - Remove the Named_Mutex_Holder - - Use a typedef in Pipe to represent the message number - * 1.7.4, March 10, 2008 - Use unaligned memory read/writes on systems that allow it, for performance - Assembly for x86-64 for accessing the bswap instruction