diff options
author | Nick Burch <nick@apache.org> | 2010-09-24 15:11:16 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2010-09-24 15:11:16 +0000 |
commit | 53488f06e929927c9cae805457cbc1f688e2b823 (patch) | |
tree | a68653d5ef8e300f1c69ad30c29dc8d0a274afe3 /src/documentation/content/xdocs/status.xml | |
parent | 9fb59dacbe7b0677a3d53876f7d0ceb0e49a1256 (diff) | |
download | poi-53488f06e929927c9cae805457cbc1f688e2b823.tar.gz poi-53488f06e929927c9cae805457cbc1f688e2b823.zip |
Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1000901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/status.xml')
-rw-r--r-- | src/documentation/content/xdocs/status.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 79f461fd72..1b023b21db 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,10 +33,9 @@ </developers> <changes> -<!-- <release version="3.7-beta4" date="2010-??-??"> + <action dev="poi-developers" type="add">Generate SHA1 hashes of distribution files, alongside existing MD5 ones</action> </release> ---> <release version="3.7-beta3" date="2010-09-24"> <action dev="poi-developers" type="fix">48325 - If a HSSF header or footer lacks left/right/centre information, assume it is a centre one</action> <action dev="poi-developers" type="fix">49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas</action> |