aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-05 17:17:09 +0000
committerlloyd <[email protected]>2009-11-05 17:17:09 +0000
commit1860807e4ed230f3aeea0831ec180e55d2f0eaa4 (patch)
tree26de4fd5ab0d94ef7700ea1c077b8e11ec523fbb /doc
parentb8658279904708d0690e473fb85942d5da23d2fc (diff)
parent56c3c044215f36fe00c9a8a2e06a84f969996cb7 (diff)
propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f290066e5ea22a)
to branch 'net.randombit.botan.c++0x' (head 9edbd485060131b695170f5243a100e06e3b0c71)
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt5
-rwxr-xr-xdoc/scripts/configure.pl2
-rwxr-xr-xdoc/scripts/dist.sh10
3 files changed, 6 insertions, 11 deletions
diff --git a/doc/log.txt b/doc/log.txt
index c2728e8db..97e40db5e 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,5 +1,5 @@
-* 1.9.2-dev, ????-??-??
+* 1.9.2, 2009-11-03
- Add SIMD version of XTEA
- Support both SSE2 and AltiVec SIMD for Serpent and XTEA
- Optimizations for SHA-1 and SHA-2
@@ -29,10 +29,11 @@
- Add --no-autoload option to configure.py, for minimized builds
- The previously used configure.pl script is no longer supported
-* 1.8.8-dev, 2009-??-??
+* 1.8.8, 2009-11-03
- Alter Skein-512 to match the tweaked 1.2 specification
- Fix use of inline asm for access to x86 bswap function
- Allow building the library without AES enabled
+ - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild
* 1.8.7, 2009-09-09
- Fix processing multiple messages in XTS mode
diff --git a/doc/scripts/configure.pl b/doc/scripts/configure.pl
index 9415d5a42..1ce01e2b4 100755
--- a/doc/scripts/configure.pl
+++ b/doc/scripts/configure.pl
@@ -13,7 +13,7 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 8;
-my $PATCH_VERSION = 7;
+my $PATCH_VERSION = 8;
my $VERSION_SUFFIX = '';
diff --git a/doc/scripts/dist.sh b/doc/scripts/dist.sh
index 2b03b1a71..152b7e89b 100755
--- a/doc/scripts/dist.sh
+++ b/doc/scripts/dist.sh
@@ -3,16 +3,10 @@
# This is probably only useful if run on my machine, which is not
# exactly ideal
-# Make that limitation explicit
-if [ $(hostname -s) != 'chihiro' ]; then
- echo "This script probably won't work on this machine without fixes"
- exit 1
-fi
-
SELECTOR=h:net.randombit.botan
KEY_ID=EFBADFBC
-MTN_DB=$HOME/var/mtn/botan.mtn
-WEB_DIR=/var/www/randombit.net/files/botan/v1.9
+MTN_DB=/storage/mtn/botan.mtn
+WEB_DIR=$HOME/projects/www/files/botan/v1.9/
DIST_DIR=~/Botan-dist
# You shouldn't have to change anything after this