The unified diff between revisions [a2109c04..] and [02b6f12c..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "configure.pl" # from [f5aaadfa8884b93e3821dc8b9a027904371066db] # to [47c34d1c5e924c819aaf04bd3f0965f2d5c13121] # # patch "doc/log.txt" # from [9608f4b13732dd5f562dbac609550e4a66c6cd3d] # to [64db896c1960cd36e6e0394934f57f82a436ae69] # # patch "readme.txt" # from [d0b185b7e1fe18b6374ef80c1741f92e740ca543] # to [431af18d2e230b901fd7346d5678c4c19c253fe4] # ============================================================ --- configure.pl f5aaadfa8884b93e3821dc8b9a027904371066db +++ configure.pl 47c34d1c5e924c819aaf04bd3f0965f2d5c13121 @@ -9,7 +9,7 @@ my $MINOR_VERSION = 6; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 6; -my $PATCH_VERSION = 1; +my $PATCH_VERSION = 2; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; ============================================================ --- doc/log.txt 9608f4b13732dd5f562dbac609550e4a66c6cd3d +++ doc/log.txt 64db896c1960cd36e6e0394934f57f82a436ae69 @@ -1,4 +1,9 @@ +* 1.6.2, March 24, 2007 + - Fix autodection on Athlon64s running Linux + - Fix builds on QNX and compilers using STLport + - Remove a call to abort() that crept into production + * 1.6.1, January 20, 2007 - Fix some base64 decoder bugs - Add a new option to base64 encoding, to always append a newline ============================================================ --- readme.txt d0b185b7e1fe18b6374ef80c1741f92e740ca543 +++ readme.txt 431af18d2e230b901fd7346d5678c4c19c253fe4 @@ -1,5 +1,5 @@ -This is Botan 1.6.1. +This is Botan 1.6.2 Botan 1.6 is mostly compatible with Botan 1.4, and many applications written against 1.4 will work against 1.6 without any modifications.