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

Annotation of /rpm/urpmi/branches/2/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30