aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-03 18:11:55 +0000
committerlloyd <[email protected]>2009-11-03 18:11:55 +0000
commit2be9e2c1aeae30baf64954f8411e82ddd646a728 (patch)
treeb9f60dc16a410629bd10d74d47207ca97282927b /doc
parentfa8a8437b9ce3b5275133230708af0964427651a (diff)
Update for 1.9.2 release 2009-11-03
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt2
-rwxr-xr-xdoc/scripts/dist.sh10
2 files changed, 3 insertions, 9 deletions
diff --git a/doc/log.txt b/doc/log.txt
index c2728e8db..ef14d84ec 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
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