aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-01-20 10:54:52 +0000
committerlloyd <[email protected]>2007-01-20 10:54:52 +0000
commit89830b069a44a78cec21174f2f4ec7e6c59d5152 (patch)
tree91aa7b1e4b12399b039244eff44eaf622828a057
parenta76dd9cdbf80b5787b0f79a63c10eaab088c49dc (diff)
Update changelog with information on 1.6.11.6.1
Update readme with new version Bump version in configure.pl to 1.6.1
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/log.txt6
-rw-r--r--readme.txt11
3 files changed, 13 insertions, 6 deletions
diff --git a/configure.pl b/configure.pl
index 33399ba90..cbd5df49e 100755
--- a/configure.pl
+++ b/configure.pl
@@ -9,7 +9,7 @@ use File::Copy;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 6;
-my $PATCH_VERSION = 0;
+my $PATCH_VERSION = 1;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/log.txt b/doc/log.txt
index 5b2fa390b..b76744136 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,3 +1,9 @@
+* 1.6.1, January 20, 2007
+ - Fix some base64 decoder bugs
+ - Add a new option to base64 encoding, to always append a newline
+ - Fix some build problems under Visual Studio with debug enabled
+ - Fix a bug in BER_Decoder that was triggered under some compilers
+
* 1.6.0, December 17, 2006
- Minor cleanups
diff --git a/readme.txt b/readme.txt
index f652b85e0..c32d8bbde 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,9 +1,10 @@
-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.
+This is Botan 1.6.1.
+
+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.
+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