diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-10 15:05:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-10 15:05:26 +0000 |
commit | dbcb537597b881246ac37f4a70de371d3ccda614 (patch) | |
tree | 4b1cc198a4d18c004f7af9d5390ea71c693ddcb0 /NEWS | |
parent | 54e360b2cfa968b21527f534dac595a356130a4a (diff) | |
download | perl-URPM-dbcb537597b881246ac37f4a70de371d3ccda614.tar perl-URPM-dbcb537597b881246ac37f4a70de371d3ccda614.tar.gz perl-URPM-dbcb537597b881246ac37f4a70de371d3ccda614.tar.bz2 perl-URPM-dbcb537597b881246ac37f4a70de371d3ccda614.tar.xz perl-URPM-dbcb537597b881246ac37f4a70de371d3ccda614.zip |
- replace ->import_needed_pubkeys and ->import_pubkey in favor of
import_needed_pubkeys_from_file() and ->import_pubkey_file
(! this breaks API !)
- import_pubkey is dropped because it messes to much with rpmlib internals,
whereas import_pubkey_file is plain simple
- in Signature.pm, dropping compare_pubkeys() options
(since they are not used anymore)
- import_needed_pubkeys_from_file() may not do a clean job if the pubkey file
contains more than one pubkey.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- replace ->import_needed_pubkeys and ->import_pubkey in favor of + import_needed_pubkeys_from_file() and ->import_pubkey_file + (! this breaks API !) - drop $package->upgrade_files() (unused for a long time afaik) Version 2.10 - 22 November 2007, by Pascal "Pixel" Rigaux |