aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* fix typo in descriptionPascal Rigaux2008-07-071-1/+1
|
* 3.173.17Pascal Rigaux2008-07-041-0/+2
|
* add removed_or_obsoleted_packages()Pascal Rigaux2008-07-041-1/+1
|
* - handle $state->{orphans_to_remove} in selected_size() andPascal Rigaux2008-07-041-0/+2
| | | | | build_transaction_set()
* - add traverse_tag_find()Pascal Rigaux2008-07-041-0/+2
|
* 3.163.16Pascal Rigaux2008-06-261-0/+2
|
* - when not selecting a package because already installed,Pascal Rigaux2008-06-261-0/+3
| | | | | but it in $state->{rejected} with flags {installed}
* 3.153.15Pascal Rigaux2008-06-231-0/+2
|
* add Anssi name in the logPascal Rigaux2008-06-171-0/+1
|
* - fix urpmi wrongly considering epochless conflicts to match any epoch in aPascal Rigaux2008-06-171-0/+4
| | | | | | | | | | | case when urpmi should upgrade a conflicting package to an actually non-conflicting version (cf epochless-conflict-with-promotion urpmi test) from Anssi. i tested various upgrades from some chroot with 2008.0, 2007.1, 2007.0, and it didn't change the result, so it should be quite safe :)
* 3.143.14Pascal Rigaux2008-05-231-0/+2
|
* - add is_package_installed() in URPM/Resolve.pmPascal Rigaux2008-05-231-0/+3
| | | | | (to be used in urpmi 5.20)
* 3.133.13Pascal Rigaux2008-05-201-0/+2
|
* - do not ignore dropped provide from updated package (mdvbz#40842)Pascal Rigaux2008-05-191-0/+2
|
* 3.123.12Pascal Rigaux2008-03-071-3/+2
|
* - do allow to promoting a pkg even if it has unsatisfied require (since thePascal Rigaux2008-03-071-0/+5
| | | | | | | | | | | | | code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) this code was introduced long ago (*), the code has changed quite a lot, and it's hard to tell for which reason it was introduced. Maybe the check "obsoletes_overlap" replaces it for good? (*) in "r11064 | fpons | 2002-06-13", search for "try if upgrading the package will be satisfying all the requires"
* add rpm5.org support to NEWS :)Per Øyvind Karlsen2008-02-291-0/+3
|
* 3.113.11Pascal Rigaux2008-02-281-0/+2
|
* - restore FILENAME_TAG in generated hdlist (to be compatible with olderPascal Rigaux2008-02-281-0/+3
| | | | | distros where ->filename can rely on it) (thanks to Nanar)
* do not mark as deprecated ->filename and URPM::Build::build_hdlist()Pascal Rigaux2008-02-251-2/+2
|
* 3.103.10Pascal Rigaux2008-02-251-1/+1
|
* 3.093.09Pascal Rigaux2008-02-251-0/+2
|
* - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-251-0/+2
| | | | | selected_size_filesize() to compute the sum
* - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,Pascal Rigaux2008-02-251-0/+3
| | | | | | deprecate ->filename and ->header_filename, deprecate URPM::Build build_hdlist and parse_rpms_build_headers
* - allow fixing "using one big transaction" that occurs when using --keep Pascal Rigaux2008-02-251-0/+2
| | | | | | | | (#30198) nb: since build_transaction_set calls resolve_requested, it must use the same options to select the same packages
* - allow urpmi to know a package was not selected because a newer version isPascal Rigaux2008-02-251-0/+2
| | | | | installed (#29838)
* - fix sort choices changed in perl-URPM 3.08Pascal Rigaux2008-02-251-0/+1
|
* - handle new package providing xxx which conflicts with an installed package ↵Pascal Rigaux2008-02-251-0/+2
| | | | (#17106)
* 3.083.08Pascal Rigaux2008-02-251-0/+2
|
* - sort choices on virtual package by provided version (#12645)Pascal Rigaux2008-02-251-0/+2
|
* 3.07 (and let's pretend 3.06 was never out)3.07Pascal Rigaux2008-01-111-3/+1
|
* fix typoPascal Rigaux2008-01-111-0/+2
|
* 3.063.06Pascal Rigaux2008-01-111-0/+2
|
* - add URPM::Package->changelogs, a wrapper around ->changelog_time, ↵Pascal Rigaux2008-01-111-0/+1
| | | | ->changelog_name, ->changelog_text
* add kmod fix in NEWSOlivier Blin2008-01-101-0/+2
|
* 3.053.05Pascal Rigaux2008-01-081-0/+2
|
* - fix regression in ->parse_rpm (introduced in 3.00) Pascal Rigaux2008-01-081-0/+3
| | | | | | | (was breaking genhdlist2 and mkcd) one got too many open files :-/
* 3.043.04Pascal Rigaux2007-12-201-0/+2
|
* - fix regression in parse_pubkeys() (introduced in 3.00) (#36121)Pascal Rigaux2007-12-201-0/+2
|
* 3.033.03Pascal Rigaux2007-12-141-0/+2
|
* - suggests: Pascal Rigaux2007-12-141-0/+4
| | | | | | handle both RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) and RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK (as done in Mandriva 2008.0)
* 3.023.02Pascal Rigaux2007-12-141-0/+5
|
* 3.013.01Pascal Rigaux2007-12-111-0/+2
|
* - add URPM::DB::verify()Pascal Rigaux2007-12-111-0/+2
|
* 3.003.00Pascal Rigaux2007-12-111-0/+2
|
* - rpm.org HEAD supportPascal Rigaux2007-12-111-0/+1
|
* - replace ->import_needed_pubkeys and ->import_pubkey in favor ofPascal Rigaux2007-12-101-0/+3
| | | | | | | | | | | | | 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.
* - drop $package->upgrade_files() (unused for a long time afaik)Pascal Rigaux2007-12-051-0/+2
|
* 2.102.10Pascal Rigaux2007-11-221-0/+2
|
* - much simpler --auto-select algorithm Pascal Rigaux2007-11-221-0/+3
| | | | | | (fixes #35718, ie auto-selecting with strict-arch) (!! DANGEROUS CHANGE !!)