summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-171-0/+2
| | | | | got broken in commit r6466 on 2012-11-16: "(_apply_delta_rpm) split it out of _schedule_packages()"
* 7.117.11Thierry Vignaud2012-11-161-0/+2
|
* fix computing kernel orphans when running kernel is not the latest (1/2)Thierry Vignaud2012-11-161-0/+1
| | | | | | | | prevent trying to remove dkms packages for the latest (not currently running) kernel basically reverting commit r6236 from0 Oct 15 2012: "(_kernel_callback) keep track of DKMS packages too"
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-161-0/+3
| | | | broken for years (actually it _NEVER_ worked...)
* 7.107.10Thierry Vignaud2012-10-171-0/+2
|
* fix latest commit changelog & regroup aria2 entriesThierry Vignaud2012-10-161-2/+6
|
* various optimizations from mdv svnJosé Jorge2012-10-151-1/+2
|
* (_get_current_kernel_package) return current kernel version tooThierry Vignaud2012-10-151-0/+1
| | | | | (_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092)
* fix previous commit: add bug ID and be more descriptiveThierry Vignaud2012-10-151-1/+1
|
* change deprecated aria2 optionJosé Jorge2012-10-141-0/+2
|
* 7.97.9Thierry Vignaud2012-10-111-0/+2
|
* make --use-distrib works as user (mga#1225)Thierry Vignaud2012-10-111-0/+2
|
* add scrollbar for long one liner messages (mga#5118)Thierry Vignaud2012-10-081-0/+1
|
* wrap big messages (mga#5118)Thierry Vignaud2012-10-081-0/+2
|
* drop --repackage option (non working since rpm-4.6 in 2009)Thierry Vignaud2012-10-051-0/+1
| | | | | | should have been done right after commit r251061 by pixel on Tue Jan 2009: "- drop urpmi.recover (no more possible with rpm 4.6 which doesn't handle --repackage)"
* drop again urpmi.recoverThierry Vignaud2012-10-051-0/+2
| | | | | | | (no more possible since rpm 4.6 which doesn't handle --repackage) was droped in 2009 but was resurected in mdv in initial rpm5 introduction before Mageia creation
* document some functionsThierry Vignaud2012-10-051-0/+3
|
* 7.8.37.8.3Thierry Vignaud2012-10-041-0/+2
|
* (_simple_resolve_dependencies) fix urpmq --whatrequires regression ↵Thierry Vignaud2012-10-041-0/+2
| | | | | | | | introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify"
* 7.8.27.8.27.8.1Thierry Vignaud2012-09-271-0/+2
|
* kill deprecated selected2list() functionThierry Vignaud2012-09-261-0/+1
|
* adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages()Thierry Vignaud2012-09-261-0/+2
|
* 7.8.1Thierry Vignaud2012-09-081-0/+2
|
* fix urpmq -h (mga#7390)Thierry Vignaud2012-09-081-0/+2
| | | | | bug introduced in commit r5532 on 2012-09-01: "(copyright) factorize a translated string"
* 7.87.8Thierry Vignaud2012-09-071-0/+2
|
* (check_cache_dir) split it out of init_cache_dir() for mgaonline (mga#6083)Thierry Vignaud2012-09-071-0/+2
|
* kill dead emailsThierry Vignaud2012-09-071-489/+489
|
* remove some spec/i18n related stuffThierry Vignaud2012-09-071-54/+0
|
* 7.77.7Thierry Vignaud2012-09-051-0/+2
|
* (open_lzma) use xz instead of lzma in order to read metadataThierry Vignaud2012-09-051-0/+2
|
* 7.67.6Thierry Vignaud2012-08-311-0/+2
|
* merge in translation from drakx for new stringThierry Vignaud2012-08-311-0/+2
|
* 7.57.5Thierry Vignaud2012-08-311-0/+2
|
* (_check) prefix some messages with "SECURITY:"Thierry Vignaud2012-08-311-0/+1
|
* (_check) warn about packages we don't check even if not using -vThierry Vignaud2012-08-311-0/+1
|
* (urpm::download::sync) drop it (it was obsoleted years ago)Thierry Vignaud2012-08-311-0/+1
|
* (run) drop unused parameterThierry Vignaud2012-08-311-0/+1
| | | | warning: needs newer drakx & rpmdrake
* document some functionsThierry Vignaud2012-08-311-0/+2
|
* (_check) only warn about missing signature for local packagesThierry Vignaud2012-08-311-0/+2
| | | | | | | | | (aka those _not_ coming from any medium) rationale: we downgrade the missing signature check for local packages from a question (defaulting to "n") to a warning, thus fixing a testsuite regression introduced in 7.4
* (_check) do not ask about _virtual_ media without keys when using 'urpmi ↵Thierry Vignaud2012-08-311-0/+2
| | | | | | | | --use-distrib' aka downgrade missing medium key check question to a warning for virtual media without keys when using urpmi --use-distrib (fix testsuite)
* (_check) s/signatur/key/ in medium messageThierry Vignaud2012-08-311-0/+1
|
* (_check) honor per medium "verify-rpm" option for missing signature checkThierry Vignaud2012-08-311-0/+2
| | | | | | | | | | | | | aka do not check too early about unsigned packages (missing signatures) (fix testsuite, regression introduced in commit r5393) rationale: we wanted to warn about missing signatures on packages from media without signatures, but in doing so we did it too early before the 'verify-rpm' option check since we already have a check after (when we have a medium key), we can just check here for packages that do not came from any mirror (which we would have skiped just after)
* fix testsuite: use new --no-verify-rpm optionThierry Vignaud2012-08-311-0/+1
|
* urpmi.addmedia: add new --(no-)verify-rpm optionsThierry Vignaud2012-08-311-0/+2
|
* minor documentation fix (mga#7166)Thierry Vignaud2012-08-271-0/+1
|
* (_installed_req_and_unreq_and_update_unrequested_list) only writeThierry Vignaud2012-08-261-0/+1
| | | | | the unrequested package list file if the list actually changed (mga#7167)
* do not wrongly tell we updated the unrequested package list when weThierry Vignaud2012-08-261-0/+4
| | | | didn't (eg: when not having the proper rights) (mga#7167)
* 7.47.4Thierry Vignaud2012-08-241-0/+2
|
* (_check) warn when a medium has no signatureThierry Vignaud2012-08-241-0/+1
|
* (_check) log when signature checking is disabled per mediumThierry Vignaud2012-08-241-0/+1
|