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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30