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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30