aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* Favour required packages when we have several choices to fulfillChristophe Fergeau2009-01-081-0/+4
| | | | a "requires", fixes bug #46874
* - fix sorting choices on provided version (feature introduced in 3.08, Pascal Rigaux2008-12-151-0/+3
| | | | | but was not working if packages were coming from different repository)
* 3.233.23Pascal Rigaux2008-12-151-0/+2
|
* - fix bad free() (thanks to glibc for detecting it)Pascal Rigaux2008-12-151-0/+2
|
* 3.223.22Pascal Rigaux2008-12-121-0/+2
|
* - fix scriptlet failing:Pascal Rigaux2008-12-121-0/+3
| | | | | adapt to librpm4.6, rpmtsSetRootDir(ts, "") is forbidden
* 3.213.21Pascal Rigaux2008-12-091-1/+3
|
* - adapt to librpm4.6Pascal Rigaux2008-12-091-0/+1
|
* - drop list_rpm_tag()Pascal Rigaux2008-12-091-0/+2
|
* 3.203.20Pascal Rigaux2008-10-141-0/+2
|
* - $trans->run can now return both the translated errors, and some parsablePascal Rigaux2008-10-141-0/+3
| | | | | errors (useful for example to detect diskspace issues)
* 3.193.19Pascal Rigaux2008-10-071-0/+2
|
* - handle flag "replacefiles"Pascal Rigaux2008-10-071-0/+2
|
* 3.183.18Pascal Rigaux2008-07-071-0/+2
|
* - revert change introduced in 3.16 (it breaks too much, egPascal Rigaux2008-07-071-0/+4
| | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead
* 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
|