/[soft]/rpm/urpmi/branches/2/NEWS
ViewVC logotype

Contents of /rpm/urpmi/branches/2/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1961 - (show annotations) (download)
Mon Sep 19 18:20:06 2011 UTC (12 years, 6 months ago) by tv
Original Path: rpm/urpmi/trunk/NEWS
File size: 49575 byte(s)
(run) add infrastructure so that GUIes can offer not to ask anymore about missing or bad packages
1 - add infrastructure for rpmdrake (#920)
2 - add infrastructure so that GUIes can offer not to ask anymore about missing
3 or bad packages
4
5 Version 6.40 - 07 May 2010
6
7 - compress sources with xz instead of bzip2
8 - fix (g)urpmi --auto-select --update defaulting to all media when
9 there're no update media (#1024)
10
11 Version 6.39 - 21 November 2010
12
13 - install zeroconf documentation and example files.
14 - resurrect urpmi.recover now that the required functionality has been brought
15 back with rpm5.
16
17 Version 6.38 - 18 June 2010
18
19 - add --zeroconf support in urpmi.addmedia
20
21 Version 6.37 - 28 May 2010
22 - urpmq
23 o fix listing of groups when listing all packages (also fixes #59321)
24
25 Version 6.36 - 26 May 2010
26
27 - urpmq
28 o allow to use -g with --list
29
30 Version 6.35 - 23 April 2010
31
32 - urpmi.addmedia:
33 o disable non-free repository by default for Free edition (#40033)
34 -urpmi:
35 o when using --update, allow package dependencies to be fetched from
36 non-update media (#51268)
37 o don't confuse media/media keys when a package is available from different
38 media (eg CDROM/network)
39
40 Version 6.34 - 25 January 2010
41
42 - don't crash when parsing an invalid media.cfg file in
43 /etc/urpmi/mediacfg.d
44 - fix being unable to run a second transaction set in rpmdrake (#54842)
45
46 Version 6.33 - 12 January 2010
47
48 - invalidate mirror list cache when it's an old format (ie one which does not
49 store the time of product.id)
50 - fix urpmq --sources documentation (in --help)
51 - do not advise to reboot when inside a chroot
52 - do not cache media.cfg from the media when using a virtual one (ie a
53 medium for which we don't want to cache metadata)
54 - ignore gpg_pubkey packages in urpmq --not-available
55 - fix not being able to remove orphan kernels due to dkms packages (#53414)
56 - allow use of $RELEASE/$ARCH with urpmi.addmedia --distrib
57 - fix media redirection (was broken when trying to fix #52276)
58 - fix bash completion script (#55716)
59
60 Version 6.32 - 29 October 2009
61
62 - if package B obsoletes package A and if A is in potential orphans and B is
63 already installed, don't unconditionally mark B as a potential orphan,
64 fixes #54590
65 - make aria2 disabling work in all cases, should fix #53434 for good.
66
67 Version 6.31 - 21 October 2009
68
69 - don't use aria2 when loading mirrorlist from api.mandriva.com, fixes #53434
70 - add --not-available option to urpmq to get a list of packages that are
71 installed but not available from any configured media (Pascal Terjan,
72 fixes #51418)
73
74 Version 6.30.1 - 19 October 2009
75
76 - add --download-all option to gurpmi too
77
78 Version 6.30 - 16 October 2009
79
80 - unbreak kernel orphans management (broken by #53425 fix)
81 - improve messages asking to restart system/session (#53126)
82 - add --download-all option to download all packages before attempting
83 to start installation
84 - fix priviledge escalation in rurpmi and rurpme (#54568)
85 - when the database is locked, print the PID of the processus locking it
86 (#38923, Pascal Terjan)
87
88 Version 6.29 - 5 October 2009
89
90 - downgrade skipped package log message to debug message
91 - make sure we don't check certificate in aria2 except when we want to
92 - exclude kernel-source from orphan processing (#53426)
93 - do not list as orphans kernel packages which where not installed through
94 dependencies (#53425)
95
96 Version 6.28.1 - 3 September 2009
97
98 - prevent creating empty "/url" (#53097)
99
100 Version 6.28 - 31 August 2009
101
102 - urpmi.addmedia:
103 o use https when downloading the mirror list from api.mandriva.com, and
104 - orphans handling
105 o do not offer to remove current kernel (even if it's not a official
106 kernel
107 o offer to remove old kernels (excluding the running one)
108 (also do not do anything regarding kernels if we failed to detect
109 the running one (ie: chroot))
110
111 Version 6.27.1 - 18 August 2009
112
113 - make sure error messages are displayed (was broken as part of fix #50776)
114 - don't attempt to expand empty URLs, fixes bug #52860
115 - append a reason to api.mandriva.com queries when we are doing it because
116 the cache is outdated
117
118 Version 6.27 - 13 August 2009
119
120 - prevent garbaging text installer screen (#50776)
121 - urpmq:
122 o -a option was ignored when using --src (fixes #52672)
123 - urpmi.addmedia:
124 o properly expand $RELEASE, $ARCH and $HOST in media URLs (fixes #52276)
125 o add support for /etc/urpmi/mediacfg.d which stores the media.cfg files
126 for the media entries in urpmi.cfg
127
128 Version 6.26.1 - 31 July 2009
129
130 -urpmi
131 o minor dudf fixes
132
133 Version 6.26 - 30 July 2009
134
135 - urpmi.addmedia:
136 o properly invalidate mirror cache when the distro version changes
137 (ie when product.id changes). Fixes bug #52133, patch from
138 Aurélien Lefebvre
139 - urpmi:
140 o allow bash-completion to complete to .spec files as well
141 o adjust parsing of aria2 output for aria2 1.4, fixes bug #51354
142 (patch from Funda Wang)
143 o use urpmi log API for the transaction failed message instead of
144 printing it on the console so that installer can save each error
145 with each transaction log instead of only having a summary at end
146 o inform user when selected packages conflict instead of silently
147 dropping one (Anssi Hannula)
148 o add optionnal dudf module to send dudf data to the mancoosi
149 research project (Olivier Rosello)
150
151 Version 6.25.5 - 23 April 2009
152
153 - gurpmi:
154 o do not advise to restart in --auto mode
155 o log bad signatures on stderr
156
157 Version 6.25.4 - 20 April 2009
158
159 - add NoDisplay=true to gurpmi.desktop
160
161 Version 6.25.3 - 18 April 2009
162
163 - fix gurpmi.desktop (#50047)
164
165 Version 6.25.2 - 15 April 2009
166
167 - translation updates
168
169 Version 6.25.1 - 31 March 2009
170
171 - prevent rpmdrake from crashing (#49354), side effect of #49226 fix
172
173 Version 6.25 - 31 March 2009
174
175 - downgrade cryptic log message to debug message, fixes #49226
176 - enable installer to cancel installation
177
178 Version 6.24 - 27 March 2009
179
180 - return error code when user aborts gurpmi/gurpmi2
181
182 Version 6.23 - 25 March 2009
183
184 - log user interactions to stdout in gurpmi2
185 - exit with non 0 error code when failing to add a media, fixes bug #47952
186 - when using urpme -a, properly report when no packages could be removed,
187 fixes bug #48506
188 - return a non 0 error code when the user stops the install when an upgrade
189 would remove some packages (because of dependencies issues)
190 - fix a circular reference that was causing rpmdb to be opened many
191 times in installer
192
193 Version 6.22.4 - 9 March 2009
194
195 - change installer API (in order to fix detecting whether installing ackages
196 succedded or not)
197
198 Version 6.22.3 - 5 March 2009
199
200 - urpmi
201 o fix verifying packages signatures in chrooted environments (especially
202 important for installer where there's no rpmdb in / (really /var/lib/rpm)
203 and thus no keys to check against)
204
205 Version 6.22.2 - 4 March 2009
206
207 - close another fd leak (needed for drakx)
208
209 Version 6.22.1 - 4 March 2009
210
211 - explicitely close the RPM DB on comleting transaction (needed for drakx)
212
213 Version 6.22 - 3 March 2009
214
215 - drop support for /etc/urpmi/media.d/*.cfg
216 (was partially broken, non documented and hopefully unused)
217 - add more callbacks for installer
218 - fix reading descriptions with --env=
219 - only load LDAP binding if needed (saves a couple MB in rpmdrake)
220 - gurpmi:
221 o warn when rebooting is needed after installing packages
222
223 Version 6.21 - 13 January 2009
224
225 - drop urpmi.recover
226 (no more possible with rpm 4.6 which doesn't handle --repackage)
227
228 Version 6.20 - 13 January 2009
229
230 - urpmi
231 o --auto: do not prompt for "retry" on aria2 download failure
232 (regression introduced in 6.18)
233 o add aria2 to the priority list of packages that need to be updated
234 before restarting urpmi
235 o fix issue with urpmi sometimes using the wrong key when checking
236 signatures when the same package is available from different media
237 o remove packages from installed-through-deps.list when they are explicitly
238 requested using urpmi (even if they were already installed) (#45054)
239 - urpmi_rpm-find-leaves
240 o do not list suggested packages as unrequested packages (#46326)
241 - urpmq
242 o fix urpmq -i on local RPMs
243
244 Version 6.19 - 24 November 2008
245
246 - urpmi
247 o in --auto, do display an error message when rpms are missing
248 o in --auto, do not allow to install a package substring match
249 (you can use -a to force it)
250 o revert --auto-update behaviour in case of media update failures (#45417)
251 o ensure download when updating media (with --auto-update) is quiet
252 - urpmi.update
253 o updated "ignore"d medium should not become non "ignore"d (#45457)
254 (regression introduced in 6.18)
255
256 Version 6.18 - 28 October 2008
257
258 - urpmi, gurpmi
259 o prompt for "retry" on aria2 download failure
260 o retry once on aria2 versioned-file download failure
261 o allow setting aria2-options in urpmi.cfg
262 - urpmi
263 o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ;
264 urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not
265 remove firefox (cf #45058)
266 (this is especially bad for DrakX/rpmsrate)
267 o fix --auto-update ignoring --media and default-media (#45097)
268 - gurpmi
269 o display the download errors
270 o log all urpmi logs
271 o fix answering yes to questions on error
272 - urpmi.update
273 o fix --force-key (#45094)
274 - urpmi.addmedia
275 o do not allow "/" in media name (#44765)
276 - urpmi.update, urpmi.addmedia
277 o exit on failing media instead of ignoring them
278 (esp. for urpmi.addmedia --distrib).
279 exceptions: "urpmi.update -a" and "urpmi.update --update"
280 for backward compatibility
281
282 Version 6.17 - 14 October 2008
283
284 - urpmi
285 o diskspace issues are now a fatal error (need perl-URPM 3.20)
286 (no use going on with the other transactions)
287 - gurpmi
288 o add support for --clean
289 - urpmi.update, urpmi.addmedia, urpmi.removemedia:
290 o do not check wether the media are valid,
291 it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work
292 (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported)
293 - aria2:
294 o do not use --max-file-not-found=3 when downloading rpms
295 (since rpms are "versioned")
296 o use it even if nearest mirror is rsync
297 - library:
298 o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version
299
300 Version 6.16 - 8 October 2008
301
302 - urpmi:
303 o fix displaying "bad signature" in non-utf8 (#44587)
304 - gurpmi:
305 o overall progress-bar, display the download speed, nicer looking
306 o [bugfix for 6.15] re-allow to continue on bad signature
307
308 Version 6.15 - 7 October 2008
309
310 - urpmi, rpmdrake:
311 o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing
312 on bad signature (#44575)
313 - urpmi, gurpmi:
314 o handle --replacefiles (will be used by mdkonline)
315 (require perl-URPM 3.19)
316 - gurpmi:
317 o do not exit in --auto mode at end of installation which prevents
318 restarting after priority upgrade
319 o fix using --rpm-root & --urpmi-root
320 o just do not ask for confirmation before removing packages in
321 --auto mode,
322
323 Version 6.14 - 23 September 2008
324
325 - use "versioned" media_info files
326 (needed for aria2 to handle mirrors not having some media_info/*)
327 - urpmi.addmedia, urpmi.update:
328 o for remote media, instead of first checking reconfig.urpmi, try MD5SUM.
329 If it fails try reconfig.urpmi
330 o only look for "descriptions" in media_info/
331 o do not get "descriptions" on non update media since it's useless and
332 potentially slow
333 - urpmi.addmedia:
334 o --distrib: do not skip "debug_for=" media
335 (debug media will be added with flag "ignore" if noauto=1)
336 o for remote media, do not probe for media_info files in "./", do it only in
337 "media_info/"
338 - aria2:
339 o use --ftp-pasv (as suggested by aria2 developer)
340 o use --connect-timeout 6 seconds (instead of 3)
341
342 Version 6.13 - 18 September 2008
343
344 - aria2:
345 o use new option --connect-timeout (need aria2 20080918 snapshot)
346 o abort download after not finding a file on 3 servers
347 o reduce from 16 to 8 servers for each file in metalink
348
349 Version 6.12 - 17 September 2008, Pascal "Pixel" Rigaux
350
351 - when using --bug,
352 o copy /root/.rpmdrake too
353 o copy updates descriptions too
354
355 Version 6.11 - 11 September 2008, Pascal "Pixel" Rigaux
356
357 - library:
358 o create urpm::select::conflicting_packages_msg() for rpmdrake
359
360 Version 6.10 - 9 September 2008, Thierry Vignaud
361
362 - library:
363 o enable rpmdrake to support --debug, --env, -q & -v options
364 o fix urpm::download::sync() return value (used by rpmdrake) (#43639)
365
366 Version 6.9 - 9 September 2008, Pascal "Pixel" Rigaux
367
368 - urpmi
369 o after installing in chroot, migrate back rpmdb db version to one
370 compatible with the rpm in the chroot
371 o fix orphans handling: an already installed pkg must not become
372 "unrequested" because a new version of it is required
373 - fix display of downloaded urls with aria2 and metalinks
374 - fix handling --downloader when using mirrorlist (it was forcing aria2)
375
376 Version 6.8 - 4 September 2008, Pascal "Pixel" Rigaux
377
378 - fix proxy parameter for aria2
379 - remove rsync mirrors when calling aria2
380 - urpmi
381 o enhance --bug: copy installed-through-deps.list in bug report
382 - gurpmi, gurpmi2:
383 o silence perl warnings (ie remove "use warnings")
384 - library:
385 o modify urpm::download::get_content() to work as non-superuser
386
387 Version 6.7 - 3 September 2008, Pascal "Pixel" Rigaux
388
389 - really call aria2 with --max-tries=1
390 (it helps a lot when trying to download some files (eg: reconfig.urpmi))
391
392 Version 6.6 - 2 September 2008, Pascal "Pixel" Rigaux
393
394 - call aria2 with brand-new --uri-selector=adaptive
395
396 Version 6.5 - 1 September 2008, Pascal "Pixel" Rigaux
397
398 - all tools
399 o use metalink/aria2 by default (when available) when using a mirrorlist
400 - urpmi, urpmq
401 o do not display all substring matches on stderr, only a subset of them, and
402 suggest to use "-a" to use all matches (#38956)
403 - urpmi
404 o do not write useless "foo (obsoletes foo-xxx)" in
405 installed-through-deps.list (#42167)
406 - urpmi.addmedia
407 o instead of discarding --update when using --distrib, give it a meaning:
408 only add media flagged "update"
409 o handle $URPMI_ADDMEDIA_REASON
410 (special reason to give to api.mandriva.com/mirrors/... to allow statistics)
411 - gurpmi2
412 o nicer default window size
413 o render nicely under matchbox during install
414 o handle --update
415
416 Version 6.4 - 14 August 2008, Thierry Vignaud
417
418 - gurpmi
419 o fix exit code if canceling when requested to select a choice
420 o fix exit code if refusing to insert the proper media
421 o notify callers when installation is canceled (#40358)
422
423 Version 6.3 - 14 August 2008, Thierry Vignaud
424
425 - gurpmi
426 o better handle closing dialogs
427 o fix not asking questions on error
428
429 Version 6.2 - 7 August 2008, Thierry Vignaud
430
431 - gurpmi
432 o handle --justdb and --noscripts
433 o fix/manage --urpmi-root
434 - urpme
435 o add --justdb
436 o sort the list of orphans
437
438 Version 6.1 - 10 July 2008, by Pascal "Pixel" Rigaux
439
440 - all tools
441 o fix broken ssh:// (regression introduced in 6.0)
442 - urpmi, urpme, urpmq:
443 o fix orphans handling: suggested packages must not be detected as orphans
444 - urpmi:
445 o handle README.urpmi in utf8 (but not other encodings) (#41553)
446 o handle --debug-librpm
447 o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi)
448 o fix --parallel --auto-select when one box is up-to-date but not the others (#41924)
449 o fix creation of chroot with --root by using /var/lib/rpm/installed-through-deps.list
450 (instead of having it in /var/lib/urpmi)
451 - urpmi.addmedia:
452 o make --mirrorlist with no url equivalent to --mirrorlist '$MIRRORLIST' (#40283)
453 o --interactive: fix selecting "noauto" media (#39522)
454 - urpmq:
455 o --suggests now displays the suggested packages, see --allow-suggests for
456 previous behaviour (#39726)
457 o add --obsoletes
458 - urpme:
459 o --test: display "Removal is possible" if no pb (#40584)
460
461 Version 6.0 - 8 July 2008, by Pascal "Pixel" Rigaux
462
463 - all tools:
464 o handle "unrequested orphans" (similar to "deborphan")
465 o statedir files are now in /var/lib/urpmi/<medium-name>/
466 for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now
467 /var/lib/urpmi/<medium-name>/synthesis.hdlist.cz
468 it allows easier medium update without using urpmi.update (#31893)
469 (but with --urpmi-root, old statedir files are used to allow compatibility
470 with older urpmi)
471 o fix handling --urpmi-root <relative dir>
472 - gurpmi:
473 o do cancel when pressing the 'No' button (#41648)
474 - urpmi:
475 o "missing file" and "bad rpms" errors are reported asap
476 and are fatal errors unless the user wants to go on anyway (or --force)
477 o display a message "Package foo is already installed" when asking
478 "urpmi foo bar" and only installing bar (#41593)
479 (requires perl-URPM 3.18)
480 o set connection timeout for rsync as well (Anssi)
481 o fix --replacepkgs when a same package appears more than once in urpmi db
482 o fix displaying "files are missing" (regression introduced in 5.6)
483 o tell bash-completion urpmi handles file names (#41699) (guillomovitch)
484 - urpmi.addmedia, urpmi.update:
485 o fix --no-md5sum (regression introduced in 5.20) (#41237)
486 - urpme:
487 o indent the packages to be removed
488 o enhance error message "Removing the following package will break your system"
489
490 Version 5.20 - 2 June 2008, by Pascal "Pixel" Rigaux
491
492 - urpmi:
493 o --auto-update should behave like urpmi.update when mirrorlist is outdated
494 (cf http://forum.mandriva.com/viewtopic.php?t=86837)
495 o fix --replacepkgs when a package appears more than once in urpmi db (#40893)
496 (need perl-URPM 3.14)
497 - urpmi.addmedia:
498 o add missing mark in "Do you want to add media '%s'?" message (from Nikos)
499 - urpmi.addmedia, urpmi.update:
500 o fix checking synthesis MD5SUM
501 o check downloaded synthesis/MD5SUM is not invalid HTML code, and try
502 another mirror from mirrorlist (#39918)
503 (useful for servers not returning a valid HTTP error)
504
505 Version 5.19 - 3 April 2008, by Pascal "Pixel" Rigaux
506
507 - urpmq:
508 o --suggests is currently misleading, introduce --allow-suggests and explain
509 the user that --suggests really means --allow-suggests (#39726)
510
511 Version 5.18 - 1 April 2008, by Pascal "Pixel" Rigaux
512
513 - urpmi.addmedia, urpmi.update:
514 o correctly handle media with no xml-info when using "xml-info: always"
515 (#39521)
516 - urpmi.addmedia:
517 o --mirrorlist: if the retrieved media.cfg is broken, try another mirror
518 (#39591, it also workarounds #39592)
519 - urpmf:
520 o check usage of -a, -! and the like instead of displaying the ugly
521 "Internal error: syntax error ..."
522 o in some cases (iso on disk), the hdlist is not available in
523 media/xxx/media_info/, but we can use the statedir copy. So use it
524
525 Version 5.17 - 28 March 2008, by Pascal "Pixel" Rigaux
526
527 - urpmi:
528 o nice error message when hal daemon is not running and is needed (#39327)
529 - urpmq:
530 o do not use rpms on removable cdrom media (#39396)
531 - urpmf, urpmq:
532 o display an error message when /etc/urpmi/proxy.cfg can't be read
533 - urpmi.update, urpmi.addmedia:
534 o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain
535 passwords (#39434)
536
537 Version 5.16 - 25 March 2008, by Pascal "Pixel" Rigaux
538
539 - urpmi:
540 o fix getting rpms from different media on same DVD
541 o handle displaying utf8 download progression in non-utf8 terminal
542 (ie clean the full line when we can't be sure of the number of characters
543 that will be displayed)
544 - urpmq:
545 o fix --list -r (#39287) (regression introduced in 5.7)
546 - bash-completion (guillomovitch):
547 o don't complete on available packages if completed item is clearly a file
548 o only select available packages for selected medias
549 o fix rurpmi completion
550
551 Version 5.15 - 18 March 2008, by Pascal "Pixel" Rigaux
552
553 - urpmi.addmedia, urpmi.update:
554 o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist:
555 you can specify a mirror to use inside a local network, but it will
556 default to standard mirrors when the local mirror is not available.
557
558 Version 5.14 - 17 March 2008, by Pascal "Pixel" Rigaux
559
560 - urpmi:
561 o tell the user to "restart system" when it is needed
562 o nicer error message when database is locked (#38923)
563
564 Version 5.13 - 17 March 2008, by Pascal "Pixel" Rigaux
565
566 - gurpmi:
567 o handle provides (spotted by salem)
568 o handle -p and -P like urpmi
569 - urpmi:
570 o never suggest --install-src for spec file (#38876)
571 o do not allow "urpmi --install-src foo.spec"
572
573 Version 5.12 - 11 March 2008, by Thierry Vignaud
574
575 - gurpmi:
576 o ensure rpm error message are always in UTF-8
577 o ensure urpmi messages are always in UTF-8
578 o handle --force
579 o return 1 like urpmi if package doesn't exist
580 o return urpmi error code
581 o translate usage
582
583 Version 5.11 - 11 March 2008, by Pascal "Pixel" Rigaux
584
585 - gurpmi:
586 o fix breakage introduced with priority upgrades support (#38738) (tvignaud)
587 - bash-completion:
588 o restore available-pkgs completion using "urpmq --list" by default
589 (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)
590 - urpmi:
591 o have a nicer error message when perl-Hal-Cdroms is missing (#38778)
592 o do handle suggests in priority upgrades (#38778)
593
594 Version 5.9 - 7 March 2008, by Thierry Vignaud
595
596 - modify infrastructure so that rpmdrake doesn't select all updates by
597 default (#38611)
598
599 Version 5.8.1 - 6 March 2008, by Thierry Vignaud
600
601 - add infrastructure so that rpmdrake doesn't select all updates by
602 default (#38611)
603
604 Version 5.8 - 5 March 2008, by Thierry Vignaud
605
606 - add infrastructure so that gurpmi & rpmdrake can handle priority
607 upgrade list
608 - add callbacks so that rpmdrake can reuse more urpmi code
609 - gurpmi:
610 o handle priority upgrade list
611 - urpmi:
612 o do not pretend removing packages from cache when there's nothing
613 to remove
614
615 Version 5.7 - 3 March 2008, by Pascal "Pixel" Rigaux
616
617 - all tools:
618 o cdrom:// replaces removable://
619 o use hal to wait-for/mount cdroms:
620 you can now use more than one cdrom drive (#37363)
621 o fix download progression using wget
622 o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in
623 urpmq/urpmi/urpmf (and so only if used as root)
624 - gurpmi:
625 o exit immediately on success in automatic mode
626 o fix --auto-select option
627 o fix --root option
628 o give the focus to buttons (Emmanuel Blindauer, #38047)
629 o handle --allow-medium-change (needed for drakxtools)
630 o handle --expect-install (needed for drakxtools)
631 o handle --test
632 o reuse common shared code of urpmi
633 - urpmf, urpmq:
634 o never display raw downloader output, otherwise output is very messy (#38125)
635 o do not try to download xml-info if it's not available (#38125)
636 - urpmi.addmedia:
637 o fix --distrib for cdroms (#30613)
638 - urpmi:
639 o fix --expect-install (broken since 4.9.30!)
640 o fix using proxy with curl (#38143)
641 o do not copy rpms from cdrom if only one cdrom is used (#28083)
642 - urpmf:
643 o fix searching for more than one pattern (#38286)
644 - urpmq:
645 o --list: speed it up (2.5x faster, and 6x faster with names.<medium>)
646
647 Version 5.6 - 26 February 2008, by Pascal "Pixel" Rigaux
648
649 - urpmq:
650 o add --conflicts
651 o --requires now display the raw requires, use --requires-recursive to get
652 the old behaviour (#29176)
653 o make "urpmq --list xxx" display "use -l to list files" and exit on error
654 - urpmf:
655 o fix mirrorlist handling
656 o fix fallback on hdlist when xml-info not found
657 - urpmi, urpmi.addmedia, urpmi.update:
658 o have fatal errors on some errors that must not happen (eg: moving rpm from
659 download dir to cachedir)
660 o handle variables $ARCH/$RELEASE in mirrorlist
661 - urpmi:
662 o display "%s of packages will be retrieved."
663 (need perl-URPM 3.10 and synthesis built with @filesize@)
664 o do not say "files are missing" when the downloaded rpm is corrupted
665 o --test: only display "Installation is possible" when it is the case (#29837)
666 o fix "using one big transaction" that occurs when using --keep
667 (#30198) (part of the fix is in perl-URPM 3.09)
668 - bash-completion:
669 o restore available-pkgs completion using "urpmq --list" (guillomovitch)
670 (but only if COMP_URPMI_HDLISTS is set since it's slow)
671
672 Version 5.5 - 23 February 2008, by Pascal "Pixel" Rigaux
673
674 - all tools:
675 o handle mirrorlist
676 (need perl-Zone-TimeInfo patched for geolocalisation)
677 - urpmf
678 o fallback on hdlist when xml-info not found (useful for old distribs)
679 - urpmi handles /etc/urpmi/media.d/*.cfg
680 as an alternative to using urpmi.addmedia
681 - urpmi.update, urpmi.addmedia:
682 o handle --virtual for remote media
683 (a better name would be "auto-update") (a la yum)
684 o do not parse synthesis (relying on MD5SUM for corruption detection)
685 o drop /var/lib/urpmi/names.<medium> (was used by bash-completion)
686 - urpmi.addmedia
687 o don't fail on remaining statedir files (#36267)
688 (especially useful when using media.d/*.cfg)
689
690 Version 5.4 - 5 February 2008, by Pascal "Pixel" Rigaux
691
692 - bug fix release
693 - urpmi, urpme, urpmq, urpmf:
694 o fix --use-distrib
695
696 Version 5.3 - 4 February 2008, by Pascal "Pixel" Rigaux
697
698 - urpmi.cfg:
699 o "media_info_dir: media_info" is the default
700 o "no-media-info" is used for media for which media_info must be built from
701 rpms
702 - urpme, urpmi:
703 o add basesystem-minimal to prohibit-remove
704 - urpme:
705 o enhance pkg list formatting for "The following packages contain %s: %s"
706 error message (#29178)
707 - urpmf:
708 o fix --synthesis (it may break urpmq/urpmi --synthesis)
709 - urpmq:
710 o add --no-suggests
711 - library:
712 o since any_xml_info can be slow, add a "callback" option (#37264)
713
714 Version 5.2 - 18 January 2008, by Pascal "Pixel" Rigaux
715
716 - urpmi:
717 o --buildrequires deprecate --src, --src is kept for compatibility but its
718 behaviour is changed a little (it doesn't download src.rpm anymore)
719 o --install-src as user now works for remote medium
720 o --install-src will remove succesfully installed src.rpm from
721 /var/cache/urpmi/rpms/* (unless post-clean is 0)
722 - urpmf:
723 o add special code for --files simple case, it makes urpmf 3x faster for
724 this often used case
725 o display a warning when searching "xxx(yyy)" since it is handled as a
726 regexp and so the parentheses are useless. suggest using --literal
727 - urpmq:
728 o add --provides
729 o fix option -a : display packages of all compatible archs (#36942)
730 - all tools:
731 o deprecate --curl and --wget in favor of --downloader curl
732 and --downloader --wget
733 o fix displaying error message when failing to lock (regression in 5.1)
734
735 Version 5.1 - 16 January 2008, by Pascal "Pixel" Rigaux
736
737 - urpmf, urpmq:
738 o fix using xml info files with spaces in medium name
739 - urpmf:
740 o fix --license
741 - urpmq:
742 o add --sourcerpm
743 o deprecate "urpmq --requires", "urpmq -R" and "urpmq -RR"
744 o fix --list (regression introduced in 5.0) (#36742)
745
746 Version 5.0 - 11 January 2008, by Pascal "Pixel" Rigaux
747
748 - urpmf, urpmq:
749 o use xml info instead of hdlist when possible
750 o "urpmq -l" is faster (3x)
751 o "urpmf -l" is slower (1.5x)
752 o "urpmf --sourcerpm" is much faster
753 o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded
754 o new require: perl module XML::LibXML
755 - urpmq:
756 o use rpm file instead of hdlist/xml-info when file is local
757 o use URPM::Package->changelogs (need perl-URPM 3.06)
758 - urpmf
759 o fix an *old* bug (since december 2002) making urpmf keeps parsed
760 hdlist files in memory (was fixed for multitags, but not for simple tags)
761 - all tools:
762 o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>
763 (this will allow checking xml media_info is up-to-date even if we don't
764 update it at the same time as synthesis is updated)
765 - urpmi.update, urpmi.addmedia, urpmi.removemedia:
766 o drop hdlist support replaced with xml media_info
767 (this imply file-deps are correctly handled, see genhdlist2(1))
768 o drop option "-c" which used to clean /var/cache/urpmi/headers
769 o enhancement: only parse updated synthesis
770 - urpmi.addmedia
771 o do check md5sum of downloaded synthesis
772 (the check was only done on urpmi.update)
773 o new --xml-info option
774 - urpmi:
775 o do remove __db* on priority-upgrade
776 (fix regression introduced in 4.10.15)
777 o always prompt before doing a priority-upgrade transaction, even if there
778 is only one priority upgrade package (since there will be more packages to
779 install after restarting urpmi)
780
781 Version 4.10.19 - 12 December 2007, by Pascal "Pixel" Rigaux
782
783 - urpmi:
784 o fix handling "post-clean: 0" in urpmi.cfg
785 (#36082, regression introduced in 4.10.16)
786 - library:
787 o urpm::media::read_config() doesn't read urpmi.cfg global options anymore,
788 use urpm->get_global_options or urpm->new_parse_cmdline
789
790 Version 4.10.18 - 11 December 2007, by Pascal "Pixel" Rigaux
791
792 - urpmi:
793 o handle --suggests (to override urpmi.cfg global option "no-suggests")
794 - urpmi.update:
795 o exit code 1 when a (selected) medium can't be updated (#35952)
796 o leave early with error if no medium were successfull updated
797 - drop translated man pages (they are too old)
798 - urpmi.addmedia:
799 o exit code 1 when a medium can't be added
800 o enhance parsing of urls with login:password for logins with "@"
801 so that password doesn't end up in urpmi.cfg
802 o adapt to perl-URPM 3.00 API to parse pubkey files
803 (nb: $urpm->{keys} is not used anymore)
804
805 Version 4.10.17 - 30 November 2007, by Pascal "Pixel" Rigaux
806
807 - urpmi:
808 o fix regression introduced in 4.10.15:
809 "urpmi --force valid invalid" should warn about "invalid" but still
810 install "valid"
811
812 Version 4.10.16 - 28 November 2007, by Pascal "Pixel" Rigaux
813
814 - urpmi:
815 o small transactions should have at least 8 packages
816 (ie --split-length is now 8 by default)
817 o do not do a big transaction if installing less than 20 packages
818 (ie --split-level is now 1 by default)
819 - urpmq:
820 o new option --requires-recursive (alias of option -d)
821 o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
822
823 Version 4.10.15 - 26 November 2007, by Pascal "Pixel" Rigaux
824
825 - all tools:
826 o exit with code 1 after displaying usage (instead of exit code 0)
827 - urpmi:
828 o with rsync, use --copy-links (to have the same behaviour as http/ftp, and
829 so allow symlinks on the server)
830 o fix "urpmi --install-src" (regression introduced in 4.10.9) (#35164)
831 o fix --limit-rate (regression introduced in 4.9.12)
832 o --auto-update is quite unsafe, but at least now it should be cleaner
833 (ensure $urpm doesn't have media twice) (#36134)
834
835 Version 4.10.14 - 4 October 2007, by Pascal "Pixel" Rigaux
836
837 - library:
838 o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
839
840 Version 4.10.13 - 3 October 2007, by Pascal "Pixel" Rigaux
841
842 - urpmi
843 o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
844
845 Version 4.10.12 - 27 September 2007, by Pascal "Pixel" Rigaux
846
847 - urpm::media::update_media:
848 o ensure a second pass is done even if media has not been modified
849 (useful for the %trigger trick done in urpmi to rebuild synthesis with
850 suggests)
851 - urpmf
852 o fix -a and -o
853
854 Version 4.10.11 - 24 September 2007, by Pascal "Pixel" Rigaux
855
856 - create /var/tmp in chroots too
857 - fixed nb.po
858
859 Version 4.10.10 - 17 September 2007, by Pascal "Pixel" Rigaux
860
861 - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655)
862 - improve retrieving update descriptions API
863
864 Version 4.10.9 - 13 September 2007, by Pascal "Pixel" Rigaux
865
866 - urpmi, urpme
867 o default to selecting all the prefered packages according to installed
868 locales (need perl-URPM 2.00 to work)
869 o do not prompt questions if not waiting for user answer
870 (for urpmi --force or urpme --force)
871 - urpmf
872 o fix --synthesis
873
874 Version 4.10.8 - 10 September 2007, by Pascal "Pixel" Rigaux
875
876 - urpmi
877 o enhance "columns" display of packages to install (esp. fit on 80 columns)
878 o do not use netrc for protocol ssh
879
880 Version 4.10.7 - 6 September 2007, by Pascal "Pixel" Rigaux
881
882 - urpmi
883 o fix rpmdb locking with --root
884 o handle --searchmedia <media1>,...,<mediaN>
885 o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list)
886 o display size that will be installed - removed with a nice message (#32022)
887 o display packages which are going to installed with name-version-release
888 info in columns
889 - urpmi, urpme
890 o use best unit (KB, MB...) to display size will be installed - removed
891
892 Version 4.10.6 - 28 August 2007, by Pascal "Pixel" Rigaux
893
894 - urpmi
895 o fix --bug when there is no /etc/urpmi/prefer.list file
896 o new option --justdb (new perl-URPM 1.76)
897 o do not verify signature of .spec files (#32824)
898 o handle changes in priority-upgrade list between old and new urpmi (#32925)
899 - urpmf
900 o display "usage" when no <pattern-expression> is given (#32658)
901
902 Version 4.10.5 - 14 August 2007, by Pascal "Pixel" Rigaux
903
904 - urpmi
905 o keep_all_tags for now to avoid rpm saying file conflicts when the content
906 is the same
907 o restart after upgrading 'meta-task' because of /etc/urpmi/prefer.vendor.list
908
909 Version 4.10.4 - 13 August 2007, by Pascal "Pixel" Rigaux
910
911 - urpmi
912 o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times
913 o --urpmi-root: if <root>/etc/urpmi/*.list are available, use them.
914 otherwise defaults to /etc/urpmi/*.list
915
916 Version 4.10.3 - 13 August 2007, by Thierry Vignaud
917
918 - urpmi
919 o do not default to --nolock when using --root (reverting rafael
920 commit on 2006-01-11 13:17)
921 o do try to umount removable media when using --nolock (fixing
922 rafel's commit r15048 on 2005-06-09)
923 o try harder to explain why a package is removed
924 o try harder to explain why we cannot select a package (eg: because
925 i586 package is already installed on x86_64)
926
927 Version 4.10.2 - 13 August 2007, by Thierry Vignaud
928
929 - gurpmi:
930 o reuse common shared code of urpmi/rpmdrake
931 o umount removable media as soon as possible
932 o unlock RPM & URPMI dbs locks as soon as possible like rpmdrake
933 - urpmi
934 o when using --urpmi-root, load <root>/etc/rpm/macros
935 o enable GUIes to display already installed & not installable RPMs
936 o enable GUIes to display uninstallations
937 - urpmi.cfg
938 o really add global option no-suggests
939
940 Version 4.10.1 - 12 August 2007, by Pascal "Pixel" Rigaux
941
942 - library
943 o urpm::select: new function get_preferred() replacing sort_choices()
944 (for drakx)
945
946 Version 4.10.0 - 11 August 2007, by Pascal "Pixel" Rigaux
947
948 - new major release (motivation: urpmi has many new features)
949 - urpmi
950 o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
951 (need perl-URPM 1.73)
952 o fix --quiet (regression introduced in 4.9.28)
953 o handle preferred choices (through --prefer, /etc/urpmi/prefer.list
954 and /etc/urpmi/prefer.vendor.list)
955 - all tools
956 o new option --wait-lock (#13025)
957
958 Version 4.9.30 - 10 August 2007, by Pascal "Pixel" Rigaux
959
960 - urpmi (thanks to Thierry Vignaud)
961 o move some code to new module urpm::main_loop to share it with rpmdrake
962
963 Version 4.9.29 - 9 August 2007, by Pascal "Pixel" Rigaux
964
965 - urpmi
966 o explicit error when using "urpmi ---install-src" as user with remote media
967 o add support for "suggests": a newly suggested package is installed as if
968 required, but one can remove it afterwards, or use --no-suggests
969 (need perl-URPM 1.69)
970 - urpmf
971 o handle --suggests
972
973 Version 4.9.28 - 3 August 2007, by Pascal "Pixel" Rigaux
974
975 - urpmi
976 o handle README.<version>.upgrade.urpmi and
977 README.<version>-<release>.upgrade.urpmi: the content is displayed
978 when upgrading from rpm older than <version> (#30187)
979 (need perl-URPM 1.68)
980 - urpmf
981 o handle --license
982 - urpmi.update
983 o handle -q option (#31890)
984 - urpmq
985 o --whatrequires: fix skipping packages through provides provided by other
986 packages, when the other package is the same pkg name (#31773)
987 - library
988 o urpm::install: export %readmes so that rpmdrake can access it
989
990 Version 4.9.27 - 18 June 2007, by Pascal "Pixel" Rigaux
991
992 - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib
993 o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore,
994 xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use
995 option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg
996 - urpmi
997 o for long package names, ensure progression of installation (####...) is
998 still properly indented (#28639)
999 - urpmi.addmedia
1000 o fix reconfig.urpmi use
1001 - urpmi.update
1002 o only copy previous hdlist in cache dir for rsync, don't do it for wget/curl
1003 (it's useless and potentially dangerous when used with "resume")
1004 - urpmf
1005 o bug fix -m (#31452)
1006 - all tools
1007 o 4.9.26 is broken when downloading with wget since it creates hdlist.cz.1
1008 files. fixing using --force-clobber option (! need a patched wget !)
1009 o hide rsync errors by default to hide false positives,
1010 but allow getting them with --debug
1011
1012 Version 4.9.26 - 14 June 2007, by Pascal "Pixel" Rigaux
1013
1014 - urpmf
1015 o add option --use-distrib
1016 - urpmq
1017 o allow using --use-distrib as non-root
1018 - all tools
1019 o don't use time-stamping when downloading with wget
1020 (useless and slow since it forces to download the whole directory listing)
1021 (as suggested by Andrey Borzenkov on cooker)
1022
1023 Version 4.9.25 - 8 June 2007, by Pascal "Pixel" Rigaux
1024
1025 - all tools
1026 o --debug now implies --verbose
1027 - urpmi.addmedia
1028 o [bugfix] fix using "with synthesis.hdlist.cz" (#31081)
1029 o don't overwrite existing urpmi.cfg with an empty file
1030 when disk is full (#30945)
1031 - urpmi
1032 o prefer best architecture over exact name
1033 (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel)
1034 o [bugfix] fix urpmi --parallel (#30996)
1035 o [bugfix] fix plural handling in "Packages foo can not be installed" (#31229)
1036 o fix "Argument list too long" when calling curl/wget/proz
1037 (things should work even in case of one big transaction) (#30848)
1038 - urpmf
1039 o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
1040 files in memory
1041
1042 Version 4.9.24 - 9 May 2007, by Pascal "Pixel" Rigaux
1043
1044 - urpmi
1045 o display "removing package ..." when removing an obsolete or conflicting
1046 package (need perl-URPM 1.63), and not before
1047 o in verbose mode, display "removing upgraded package ..."
1048 (should make it more understandable by users)
1049 - urpmi.addmedia
1050 o [bugfix] fix removable://... (#30257)
1051 o [bugfix] look for media/$media_dir/media_info/pubkey instead of
1052 media/$media_dir/pubkey
1053 o [bugfix] with --distrib, don't use previous media's pubkey if a pubkey is
1054 missing (eg: use pubkey_main for media "Main Updates" when
1055 pubkey_main_updates is missing)
1056
1057 Version 4.9.23 - 3 May 2007, by Pascal "Pixel" Rigaux
1058
1059 - urpmi
1060 o always upgrade (-U) packages instead of installing (-i) them,
1061 except for inst.list packages. This change is needed to fix
1062 "b--obsoletes-->a and c--conflicts-->a prompting for upgrading a"
1063 in perl-URPM 1.61
1064 o fix displaying README.*urpmi when using --root or --urpmi-root
1065 o fix displaying README.install.urpmi when installing a package conflicting
1066 with an available package
1067 o display "removing package ..." when removing, not before.
1068 o display "removing package ..." when upgrading package
1069 (may be too verbose though)
1070 o display "In order to satisfy the '%s' dependency, one of the following
1071 packages is needed:" so that user can understand what dependency is used
1072 (need perl-URPM 1.62)
1073 - for rpmdrake
1074 o make translate_why_removed() safe to call (cf bug #28613)
1075
1076 Version 4.9.21 - 27 March 2007, by Pascal "Pixel" Rigaux
1077
1078 - urpmi
1079 o add kernel-source-latest to skip.list
1080 (to be coherent with other kernel*latest) (#29933)
1081 - urpmi.addmedia
1082 o do display download progression by default (be coherent with other tools),
1083 use -q to hide it
1084 - urpmi.update
1085 o do not display download progression with -q
1086
1087 Version 4.9.20 - 15 March 2007, by Pascal "Pixel" Rigaux
1088
1089 - all tools
1090 o be failsafe when module encoding is not there
1091 (ie when only perl-base is installed) (#29387)
1092 - gurpmi:
1093 o fix displaying size of packages
1094 o fix displaying only the first package in "you're about to..." dialog
1095 o prevent downloading/installing dialog from resizing
1096 - urpmi-parallel-ka-run:
1097 o fix parsing the output of rshp2 (only rshp output was successfully parsed)
1098
1099 Version 4.9.19 - 8 March 2007, by Pascal "Pixel" Rigaux
1100
1101 - urpmi
1102 o fix priority-upgrade broken on some x86_64 (#29125)
1103 (bug introduced in urpmi 4.9.11)
1104 - gurpmi
1105 o use same translation routines as urpmi, fixing various encoding issues (#29248)
1106 - urpmq
1107 o remove duplicated warning for "urpmq -l" when a rpm header is missing (#29174)
1108
1109 Version 4.9.17 - 6 March 2007, by Pascal "Pixel" Rigaux
1110
1111 - urpmq
1112 o add --whatprovides (doing same as -p) (#29175)
1113 - urpmi
1114 o don't auto upgrade mandriva kernels (ie add kernel*-latest to skip.list)
1115 o add perl-MDV-Distribconf to priority upgrade packages
1116 o display translated summaries
1117
1118 Version 4.9.16 - 2 March 2007, by Pascal "Pixel" Rigaux
1119
1120 - urpmi
1121 o fix crash asking for medium
1122 - urpmf
1123 o do not display invalid error at the end when using removable media (#28905)
1124 - urpmq
1125 o --whatrequires-recursive: fix debug message explaining why a package
1126 is added, and enhance the verbose message explaining why some package are
1127 skipped
1128
1129 Version 4.9.15 - 6 February 2007, by Pascal "Pixel" Rigaux
1130
1131 - urpmi.update
1132 o add --probe-rpms to replace -f -f
1133 o -f -f should be allowed (#28500)
1134 - urpmq
1135 o --whatrequires will now handle virtual package requires
1136 (eg: bash is now returned by "urpmq --whatrequires glibc")
1137 (#28367)
1138 - german translation
1139 o don't use non iso-8859-15 chars otherwise perl segfaults (#28537)
1140 (perl bug #41442)
1141
1142 Version 4.9.14 - 25 January 2007, by Pascal "Pixel" Rigaux
1143
1144 - urpmi
1145 o fix encoding issue with "--bug ..." introduced in previous version (#28387)
1146 - urpmi, ...
1147 o workaround no locale (eg: LC_ALL=C): when encoding is "ascii",
1148 do not try to convert strings to this encoding, any encoding will do
1149 (#28367)
1150 - urpmq
1151 o rename option -R into --whatrequires
1152 o rename option -RR into --whatrequires-recursive,
1153 and don't go through virtual packages which are provided by another
1154 package, eg: "skipping package(s) required by db1-devel via devel(libdb),
1155 since that virtual package is provided by libdb2-devel"
1156 (#27814)
1157 o do not document option -P (which is the default)
1158
1159 Version 4.9.13 - 19 January 2007, by Pascal "Pixel" Rigaux
1160
1161 - urpmi, ...
1162 o fix encoding/codeset mess (using the magical
1163 Locale::gettext::bind_textdomain_codeset(..., "UTF-8") from new
1164 perl-Locale-gettext)
1165 o fix translating rpmlib messages (using URPM::bind_rpm_textdomain_codeset())
1166 - gurpmi2
1167 o do display installation failed on file conflicts (#22131)
1168 - urpmi.addmedia
1169 o do not display in clear text the password (when using -v or --debug)
1170 - urpmq
1171 o when using synthesis do not download packages to get information.
1172 before this modification, it was downloaded iff one medium was using hdlist (#16772)
1173 o when using synthesis fix using local rpms to get information
1174 before this modification, local rpm was used iff one medium was using hdlist
1175 o display a warning about no hdlist only for needed media,
1176 adapt the warning to the option (for "-i", synthesis can still help),
1177 and tell which rpms and impacted
1178
1179 Version 4.9.12 - 10 January 2007, by Pascal "Pixel" Rigaux
1180
1181 - urpmi
1182 o fix handling removable media (bug introduced in 4.9.x) (#27854)
1183 o with "-v", display the package file copied to disk
1184 o use P (ie ngettext) to handle plurals
1185 o re-allow "urpmi --clean" with no arguments
1186 (broken on january 2006, commit r36390) (#27747)
1187 o be more verbose with "-v"
1188 - urpmi, urpmq, urpmf
1189 o "--media foo" and "--searchmedia foo" use medium "foo"
1190 even if "foo" is flagged "ignore" (#27745)
1191 - urpmi.addmedia
1192 o new option "--probe-rpms" which replaces "-f -f"
1193 o fix using dir "/foo/bar boo" and no hdlist (using *.rpm)
1194 o when using "--distrib <url>", have "xxx" instead of "xxx1"
1195 for the medium name (eg: "Main" instead of "Main1")
1196 o when using --distrib, add noauto media with flag ignore
1197 so that someone can easily use them by removing ignore
1198 (nb: debug_for and srpm media are not added though)
1199 (cf bug #28050)
1200
1201 Version 4.9.11 - 12 December 2006, by Pascal "Pixel" Rigaux
1202
1203 - urpmi
1204 o when "urpmi --auto-select" needs to restart urpmi because of a
1205 priority-upgrade, ensure it doesn't prompt an unneeded choice before
1206 restarting (#27527)
1207 (nb: the problem can still occur on "urpmi rpmdrake")
1208 - urpmi.removedia
1209 o "urpmi.removedia -a" when urpmi.cfg has no entry still warn the user,
1210 but exits with status 0
1211
1212 Version 4.9.10 - 7 December 2006, by Pascal "Pixel" Rigaux
1213
1214 - urpmi.addmedia
1215 o fix using "--virtual --distrib ..."
1216
1217 Version 4.9.9 - 6 December 2006, by Pascal "Pixel" Rigaux
1218
1219 - urpmi
1220 o fix "rpmdb: environment reference count went negative"
1221 when syslog service is down
1222 o fix having more than "hdlist" flag in urpmi.cfg
1223 - gurpmi2 (and rpmdrake)
1224 o fix crash when syslog service is down (#26256)
1225
1226 Version 4.9.8 - 6 December 2006, by Pascal "Pixel" Rigaux
1227
1228 - urpmi.addmedia, urpmi
1229 o use "hdlist" just like "synthesis" when forcing only hdlist usage
1230 o "hdlist" is valid with "virtual"
1231 - urpmi
1232 o don't say "Package foo-1.1 already installed"
1233 when in fact it is "Package foo-1.2 already installed".
1234 Still display "Package foo-1.1 can not be installed" until we can do
1235 better (#27176)
1236 - gurpmi (tvignaud)
1237 o don't ignore exceptions in callbacks
1238 o fix crash and really lock the urpm db
1239
1240 Version 4.9.7 - 4 December 2006, by Pascal "Pixel" Rigaux
1241
1242 - bug fix release
1243 - urpmi.addmedia
1244 o fix --probe-hdlist
1245 o fix "... with hdlist.cz" (only "... with synthesis.hdlist.cz" was working)
1246 - urpmi
1247 o add the long version of -q/-v (ie --quiet/--verbose)
1248 o --quiet is really quiet (#14538)
1249
1250 Version 4.9.6 - 31 November 2006, by Pascal "Pixel" Rigaux
1251
1252 - bug fix release
1253 - urpmf:
1254 o handle --urpmi-root
1255 - urpmi.addmedia:
1256 o fix downloading synthesis which is done twice when remote
1257 o fix downloading pubkey in media_info/
1258
1259 Version 4.9.5 - 30 November 2006, by Pascal "Pixel" Rigaux
1260
1261 - all tools:
1262 o new option --urpmi-root that is similar to --root but also use rooted
1263 urpmi db
1264 - urpmi:
1265 o handle buggy "list: xxx" in urpmi.cfg (when the list can't be found)
1266 o handle no "synthesis" together with "with_hdlist: synthesis.hdlist.cz"
1267 - urpmi.cfg:
1268 o new per-medium field "media_info_dir:" which replaces "with_hdlist:" in
1269 most cases. It allows using either hdlist & synthesis when nor
1270 "hdlist:" nor "synthesis" is set (#16232)
1271 - urpmi.update:
1272 o not so verbose by default, only display
1273 'medium "foo" is up-to-date' or 'medium "foo" updated'
1274 - urpmi.removemedia:
1275 o not so verbose by default, only display 'removing medium "foo"'
1276 o do not allow both "-a" and <name>, fix usage
1277 - urpmi.addmedia:
1278 o not so verbose by default, only display 'adding medium "foo"'
1279 o do not add "hdlist: hdlist.<name>.cz" lines in urpmi.cfg,
1280 compute it from <name> (one can still enforce a file name)
1281 o do not default to --probe-synthesis but use both hdlist/synthesis
1282
1283 Version 4.9.4 - 24 November 2006, by Pascal "Pixel" Rigaux
1284
1285 - urpmi.addmedia:
1286 o fix random ordering of media (using --distrib on a non-remote medium)
1287 o now inserting non-remote medium after first non-remote medium
1288 (instead of adding it as first medium)
1289 - urpmi, urpme, urpmq:
1290 o add option --probe-synthesis (allowed with --use-distrib)
1291
1292 Version 4.9.3 - 24 November 2006, by Pascal "Pixel" Rigaux
1293
1294 - bug fix release:
1295 - fix handling multiple virtual hdlist files
1296 (the second pass was not done...)
1297
1298 Version 4.9.2 - 24 November 2006, by Pascal "Pixel" Rigaux
1299
1300 - bug fix release:
1301 - /foo/@86875:bar.src.rpm is not a url with protocol /foo/@86875
1302 - /foo/chroot_tmp/... is not a url with protocol /foo/chroot
1303
1304 Version 4.9.1 - 23 November 2006, by Pascal "Pixel" Rigaux
1305
1306 - cleanup locks handling, log locking, and don't say "urpmi database locked"
1307 when it's the rpm database that is locked
1308 - urpmi:
1309 o add --nokeep (which overrides urpmi.cfg global option "keep")
1310
1311 Version 4.9.0 - 22 November 2006, by Pascal "Pixel" Rigaux
1312
1313 - urpmi:
1314 o don't fork on multiple transactions
1315 o fix buggy print "::logger_id::" (#27026)
1316 - gurpmi2 (tvignaud):
1317 o fix unvisible content
1318 o prevent a dialog to have a height of several scores of thousands pixels
1319 o add support of --root
1320 - urpmi.update:
1321 o don't write urpmi.cfg unless really needed
1322 o don't write md5sum in urpmi.cfg (bugfix)
1323 - urpmi.addmedia:
1324 o drop support for "list" file
1325 (now you must have a hdlist/synthesis on remote server)
1326 o drop support for searching recursively rpms when there is no
1327 hdlist/synthesis. Only search in given directory (ie $url/*.rpm)
1328 o do not use list.<media_name> to store passwords, use /etc/urpmi/netrc
1329 instead. Also do have the url in urpmi.cfg, only the password is removed
1330 o change the format of list.<media_name>, it contains only rpm files
1331 relative to the medium url
1332 o deprecate "... with <relative hdlist/synthesis>". It is not useful anymore
1333 (nb: if you want to force using hdlist or synthesis, use --probe-hdlist or
1334 --probe-synthesis)
1335 o don't write urpmi.cfg twice
1336 o do not look for hdlist/synthesis in ../media_info/hdlist$suffix.cz (nb:
1337 with media.cfg, it will still use hdlist from media/media_info/, but it
1338 will simply use the hdlist$suffix.cz given by media.cfg )
1339 o --norebuild is by default (and deprecated): when the local
1340 hdlist/synthesis is buggy, do not discard it and go searching for *.rpm.
1341 Make it an error instead
1342 o fix building synthesis when using *.rpm (ie no hdlist/synthesis)
1343 - urpmi.removemedia: much faster (since it doesn't parse hdlist/synthesis anymore)
1344 - handle "empty" hdlist/synthesis
1345 - generate names.<media_name> only when the medium is created/updated
1346 - major splitting of urpm.pm in many modules
1347 - major splitting of functions in smaller functions
1348 (eg: update_media was 988 lines long, has been splitted in functions shorter
1349 than 105 lines)
1350 - big code cleanup/rework
1351 - perl_checker compliance (very useful for such big code rework)

  ViewVC Help
Powered by ViewVC 1.1.30