The unified diff between revisions [6ceeaae7..] and [5e356d28..] is displayed below. It can also be downloaded as a raw diff.
# # # rename "doc/log.txt" # to "doc/misc/log-15.txt" # # add_file "doc/log.txt" # content [d8a6edb6ce1029cccad3ed850a735aa66a8c6492] # # patch "configure.pl" # from [c54756992630666254605641134fcc0c56f5f337] # to [e797e5640548ee5a1272e44f802eb6f9a48e491a] # # patch "readme.txt" # from [03d624dc2b7958f3d790715aedc0ea71385e1878] # to [9240094e711708acdb424928cff7c262ca0ea107] # ============================================================ --- doc/log.txt d8a6edb6ce1029cccad3ed850a735aa66a8c6492 +++ doc/log.txt d8a6edb6ce1029cccad3ed850a735aa66a8c6492 @@ -0,0 +1,3 @@ + +* 1.6.0, December 17, 2006 + - Minor cleanups ============================================================ --- configure.pl c54756992630666254605641134fcc0c56f5f337 +++ configure.pl e797e5640548ee5a1272e44f802eb6f9a48e491a @@ -8,8 +8,8 @@ my $MAJOR_VERSION = 1; use File::Copy; my $MAJOR_VERSION = 1; -my $MINOR_VERSION = 5; -my $PATCH_VERSION = 13; +my $MINOR_VERSION = 6; +my $PATCH_VERSION = 0; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; ============================================================ --- readme.txt 03d624dc2b7958f3d790715aedc0ea71385e1878 +++ readme.txt 9240094e711708acdb424928cff7c262ca0ea107 @@ -1,8 +1,9 @@ -This is the first release candidate for Botan 1.6.0. Please test with -your applications and report problems. Note that some APIs have -changed, in some cases dramatically. However most code that works -against Botan 1.4.x should work with minimal or no modifications. +This is Botan 1.6.0, the first stable release of the new Botan +API. This release is mostly compatible with Botan 1.4.x, and many +applications written against 1.4.x will work against 1.6.0 without any +modifications. However some applications, particularly ones doing +complex processing, will require changes to match the new API. You can file bugs at http://www.randombit.net/bugzilla