aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for %disttag & %distepochPer Øyvind Karlsen2009-07-261-0/+1
|
* update changelog regarding rpm5Per Øyvind Karlsen2009-07-261-0/+3
|
* Add bug #Christophe Fergeau2009-05-111-1/+1
|
* Release 3.303.30topic/0.30Christophe Fergeau2009-05-111-0/+7
|
* 3.293.29topic/3.29Christophe Fergeau2009-03-271-0/+6
|
* Fix regression introduced in fix for bug #47803Christophe Fergeau2009-03-271-3/+0
| | | | | | | | | | | | This reverts the previous commit only compute diff_provides when the package is newly rejected, in set_rejected_and_compute_diff_provides Try this incremental patch. It fixes set_rejected_and_compute_diff_provides to not compute diff_provides if package was already rejected (and thus the dependencies properly handled already).
* Revert part of the fix for bug #47803 since it breaks upgrades from 2008.1Christophe Fergeau2009-03-271-0/+3
|
* 3.28:3.28Christophe Fergeau2009-03-251-0/+2
|
* Postpone user choices as much as possibleChristophe Fergeau2009-03-251-0/+3
| | | | | | | | | | Fixes bug #48100, patch from Anssi Hannula Package A requires D and E. Package B provides D and E. Package C provides E. If the require on E happens to be resolved first, then perl-URPM will prompt the user, even though installing B is enough.
* 3.273.27Christophe Fergeau2009-03-241-0/+8
|
* 3.263.26Thierry Vignaud2009-03-051-0/+2
|
* (verify_signature) make checking urpmi signatures works in chrooted environmentsThierry Vignaud2009-03-051-0/+4
| | | | | | (especially important for installer where there's no rpmdb in / (really /var/lib/rpm) and thus no keys to check against)
* Release 3.253.25Christophe Fergeau2009-01-161-0/+2
|
* Really fix bug #46874Christophe Fergeau2009-01-161-0/+2
|
* Version 3.24 - 13 January 2009, by Christophe Fergeau3.24Christophe Fergeau2009-01-131-0/+2
| | | | | | | | | - fix sorting choices on provided version (feature introduced in 3.08, but was not working if packages were coming from different repository) - when a "Requires:" can be fullfilled by several different packages and one of those packages is explicitly required by another package which is also being installed, silently choose this package instead of letting the choice up to perl-URPM user (fixes bug #46874)
* 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
|