summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-03-13 01:56:50 +0000
committerjbj <devnull@localhost>2005-03-13 01:56:50 +0000
commit1a42537124a5e6804821ddb17a63a0ee86724b5a (patch)
tree0b19b735972c95d9fce19d659610bd1c97e9caf1 /CHANGES
parent42981d3ccd4dba420beead451a658c7487066d18 (diff)
downloadlibrpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.tar.gz
librpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.tar.bz2
librpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.zip
- permit RSA/{sha1,sha256,sha384,sha512} signature verification.
CVS patchset: 7805 CVS date: 2005/03/13 01:56:50
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 34d376ed3..573e2fbc6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,9 @@
- remove remnant -I/opt/local hacks, --prefix=/usr is recommended.
- rework configure.ac et al to lose internal library baggage flexibly.
- updated sv.po <goeran@uddrborg.se>.
- - permit gpg to be used for RSA/MD5 signatures.
+ - permit gpg to be used for RSA signatures.
- permit RSA key sizes larger than 1024 bits.
+ - permit RSA/{sha1,sha256,sha384,sha512} signature verification.
4.4 -> 4.4.1:
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.