The unified diff between revisions [255505fc..] and [c22bbbce..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "doc/log.txt" # from [8f3f3e1877c85c21ce8e4c10f611f403a3f5b08c] # to [8570d9e84470f46fc30105e420fe394c047d6e92] # # patch "readme.txt" # from [b96b2b0aca3ccde09c06e0bcf6673a0823a72da5] # to [c9c50568bf1bafb76ba0e2c5f11a57f0116fe6cf] # ============================================================ --- doc/log.txt 8f3f3e1877c85c21ce8e4c10f611f403a3f5b08c +++ doc/log.txt 8570d9e84470f46fc30105e420fe394c047d6e92 @@ -1,5 +1,5 @@ -* 1.7.7, 2008-07-?? +* 1.7.7, 2008-06-28 - Remove the global PRNG object - Add a test suite for the ANSI X9.31 PRNG - Much cleaner and (mostly) thread-safe reimplementation of es_ftw @@ -7,6 +7,7 @@ - Remove the randomizing version of OctetString::change - Make the cipher and MAC to use in Randpool configurable - Move RandomNumberGenerator declaration to rng.h + - RSA_PrivateKey will not generate keys smaller than 1024 bits - Fix an error decoding BER UNIVERSAL types with special taggings * 1.7.6, 2008-05-05 ============================================================ --- readme.txt b96b2b0aca3ccde09c06e0bcf6673a0823a72da5 +++ readme.txt c9c50568bf1bafb76ba0e2c5f11a57f0116fe6cf @@ -1,4 +1,4 @@ -Botan 1.7.7 (prerelease) +Botan 1.7.7 http://botan.randombit.net/ Please note that this is an experimental / development version of