/[soft]/rpm/urpmi/trunk/NEWS
ViewVC logotype

Contents of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6231 - (show annotations) (download)
Mon Oct 15 15:14:43 2012 UTC (11 years, 6 months ago) by tv
File size: 145620 byte(s)
fix previous commit: add bug ID and be more descriptive
1 - do not use aria2 deprecated option (Sam Bailey, mga#7781)
2
3 Version 7.9 - 11 October 2012, by Thierry Vignaud
4
5 - drop again urpmi.recover
6 (no more possible since rpm 4.6 which doesn't handle --repackage)
7 - drop --repackage option (non working since 2009)
8 - gurpmi:
9 o add scrollbar for long one liner messages (mga#5118)
10 o wrap big messages (mga#5118)
11 - library:
12 o enhanced doc
13 - urpm[fq]:
14 o make --use-distrib works as user (mga#1225)
15
16 Version 7.8.3 - 04 October 2012, by Thierry Vignaud
17
18 - fix urpmq --whatrequires regression introduced in 7.8.2 (#7706)
19
20 Version 7.8.2 - 26 September 2012
21
22 - adapt to URPM-4.15
23 - remove long deprecated & unused functions
24
25 Version 7.8.1 - 8 September 2012
26
27 - fix urpmq -h (mga#7390)
28
29 Version 7.8 - 7 September 2012
30
31 - add urpm::check_cache_dir() for mgaonline (mga#6083)
32
33 Version 7.7 - 5 September 2012
34
35 - use xz instead of lzma in order to read metadata
36
37 Version 7.6 - 1 September 2012
38
39 - translation updates
40
41 Version 7.5 - 31 August 2012
42
43 - fix testsuite
44 - library:
45 o drop urpm::download::sync() (obsolete for years)
46 o enhanced doc
47 o internal cleanup (needs new drakx/rpmdrake)
48 - security:
49 o downgrade missing medium key check question to a warning for virtual media
50 without keys when using urpmi --use-distrib
51 o downgrade missing signature check for local packages from a question to a
52 warning
53 o honor per medium "verify-rpm" option for missing signature check
54 o media have keys, not signatures
55 o prefix some messages with "SECURITY:"
56 o warn about packages we don't check even if not using -v
57 - unrequested package list management (for orphans) (mga#7167):
58 o do not wrongly tell we updated the unrequested package list when we didn't
59 (eg: when not having the proper rights such as running urpmq as !root)
60 o only write the unrequested package list file if the list actually changed
61 - urpmi.addmedia:
62 o add --(no-)verify-rpm options
63 - urpmq: minor documentation fix (mga#7166)
64
65 Version 7.4 - 24 August 2012
66
67 - decrease total package count when some files are missing
68 - fix installing a package if user acks bogus signature
69 (regression introduced in 7.0)
70 - security:
71 o warn about missing signatures on packages from media without signatures
72 o warn when a medium has no signature
73 o warn when signature checking is disabled per medium
74
75 Version 7.3 - 24 August 2012
76
77 - only search for README.urpmi files in doc files (needs URPM >= 4.13)
78
79 Version 7.2 - 29 June 2012
80
81 - urpme: simplify traversing DB (needs URPM >= 4.10)
82
83 Version 7.1 - 13 June 2012
84
85 - adapt to URPM-4.2
86
87 Version 7.0 - 8 June 2012
88
89 - adapt to perl-5.16.0
90 - adapt to rpm-4.10.0
91 - enhance man pages caption (inspirated by mdv)
92 - fix testsuite regressions
93 - o make 'basename' option work again for rpmdrake
94 - urpmi:
95 o do not try to run gmessage as gtkdialogs is not packaged in Mga
96 o drop support for --gui (no more used by drakx)
97 o heavy refactorization
98 - urpmi.cfg:
99 o support --download-all as an option (Pavel Shved)
100 - urpmf:
101 o fix -m option not showing media names (mga#5916)
102
103 Version 6.48.1 - 23 April 2012
104
105 - urpmi:
106 o do not print orphans message when no package is orphan (mga#4715)
107 - kill mdv reference in man pages (#5277)
108
109 Version 6.48 - 26 March 2012
110
111 - fix a debug message
112 - fix downloading twice noarch packages on x86_64 with --download-all (mga#4867)
113 - gurpmi:
114 o install perl-{Glib,Gtk2} as priority upgrades prior to restart (mga#5066)
115 - updated translations
116
117 Version 6.47 - 19 March 2012
118
119 - bash completion:
120 o bump available packages list speed (mga#373)
121 o fix installed packages completion (mga#4937)
122 - urpmi:
123 o fix column headers alignment to the columns values in package list
124
125 Version 6.46 - 5 March 2012
126
127 - explicitely close the RPM DB after each transaction
128 - fix circular dependency that defeats perl's GC
129 - warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)
130
131 Version 6.45 - 27 February 2012
132
133 - urpmi:
134 o downgrade from rpm-4.9 to 4.8 db when installing mga1 in a chroot from
135 mga2+ (mga#4590)
136 o fix urpmi failing silently and with exit status 0 when package
137 installation fails due to either conflicts (mdv#63072) or to
138 unselecting package (mdv#63940)
139 o kill unused DUDF support (mga#4493)
140 o return the proper error code in some cases when failing to install some
141 packages
142 o --test: do not display "More information on package"
143 o --test: do not update /var/lib/rpm/installed-through-deps.list
144 - urpmi.addmedia:
145 o fix $ARCH and $VERSION keyword substition in media URL
146 - urpmq:
147 o non-zero exit code if .rpm file was not found (POK, mdv#64969)
148
149 Version 6.44 - 07 February 2012
150
151 - fix package count when using -a and when some packages exist in several
152 repositories (eg: noarch packages) (mga#4322)
153 - translation updates
154
155 Version 6.43.1 - 23 January 2012
156
157 - do not test urpm::dudf
158 - kill a minor GC cycle
159
160 Version 6.43 - 6 January 2012
161
162 - urpmf, urpmq:
163 o fix using xml info files with quotes in medium name
164 - urpmi
165 o do not compute orphan packages when handling priority upgrades
166 o disable dudf support (we've nothing server side)
167 o fix checking available space of mount point (mga#1342)
168 o fix reading unrequested packages list when chrooted
169 o fix already installed noarch packages are listed twice on x86_64 (mga#4038)
170
171 Version 6.42 - 05 November 2011
172
173 - urpmi.addmedia:
174 o do not pick rsync medium if rsync is not installed (mga#3557)
175 - urpmi.update:
176 o document that -a only works on enabled media (mga#3190)
177
178 Version 6.41 - 14 October 2011
179
180 - add infrastructure for rpmdrake (#920)
181 - add infrastructure so that GUIes can offer not to ask anymore about missing
182 or bad packages
183 - fix broken 'urpmi --no-md5sum' (pok, mga#62557)
184 - use rsync to download from rsync-mirrors (Alexander Barakin, mga#2518)
185
186 Version 6.40 - 07 May 2011
187
188 - compress sources with xz instead of bzip2
189 - fix (g)urpmi --auto-select --update defaulting to all media when
190 there're no update media (#1024)
191
192 Version 6.39 - 21 November 2010
193
194 - install zeroconf documentation and example files.
195 - resurrect urpmi.recover now that the required functionality has been brought
196 back with rpm5.
197
198 Version 6.38 - 18 June 2010
199
200 - add --zeroconf support in urpmi.addmedia
201
202 Version 6.37 - 28 May 2010
203 - urpmq
204 o fix listing of groups when listing all packages (also fixes #59321)
205
206 Version 6.36 - 26 May 2010
207
208 - urpmq
209 o allow to use -g with --list
210
211 Version 6.35 - 23 April 2010
212
213 - urpmi.addmedia:
214 o disable non-free repository by default for Free edition (#40033)
215 -urpmi:
216 o when using --update, allow package dependencies to be fetched from
217 non-update media (#51268)
218 o don't confuse media/media keys when a package is available from different
219 media (eg CDROM/network)
220
221 Version 6.34 - 25 January 2010
222
223 - don't crash when parsing an invalid media.cfg file in
224 /etc/urpmi/mediacfg.d
225 - fix being unable to run a second transaction set in rpmdrake (#54842)
226
227 Version 6.33 - 12 January 2010
228
229 - invalidate mirror list cache when it's an old format (ie one which does not
230 store the time of product.id)
231 - fix urpmq --sources documentation (in --help)
232 - do not advise to reboot when inside a chroot
233 - do not cache media.cfg from the media when using a virtual one (ie a
234 medium for which we don't want to cache metadata)
235 - ignore gpg_pubkey packages in urpmq --not-available
236 - fix not being able to remove orphan kernels due to dkms packages (#53414)
237 - allow use of $RELEASE/$ARCH with urpmi.addmedia --distrib
238 - fix media redirection (was broken when trying to fix #52276)
239 - fix bash completion script (#55716)
240
241 Version 6.32 - 29 October 2009
242
243 - if package B obsoletes package A and if A is in potential orphans and B is
244 already installed, don't unconditionally mark B as a potential orphan,
245 fixes #54590
246 - make aria2 disabling work in all cases, should fix #53434 for good.
247
248 Version 6.31 - 21 October 2009
249
250 - don't use aria2 when loading mirrorlist from api.mandriva.com, fixes #53434
251 - add --not-available option to urpmq to get a list of packages that are
252 installed but not available from any configured media (Pascal Terjan,
253 fixes #51418)
254
255 Version 6.30.1 - 19 October 2009
256
257 - add --download-all option to gurpmi too
258
259 Version 6.30 - 16 October 2009
260
261 - unbreak kernel orphans management (broken by #53425 fix)
262 - improve messages asking to restart system/session (#53126)
263 - add --download-all option to download all packages before attempting
264 to start installation
265 - fix priviledge escalation in rurpmi and rurpme (#54568)
266 - when the database is locked, print the PID of the processus locking it
267 (#38923, Pascal Terjan)
268
269 Version 6.29 - 5 October 2009
270
271 - downgrade skipped package log message to debug message
272 - make sure we don't check certificate in aria2 except when we want to
273 - exclude kernel-source from orphan processing (#53426)
274 - do not list as orphans kernel packages which where not installed through
275 dependencies (#53425)
276
277 Version 6.28.1 - 3 September 2009
278
279 - prevent creating empty "/url" (#53097)
280
281 Version 6.28 - 31 August 2009
282
283 - urpmi.addmedia:
284 o use https when downloading the mirror list from api.mandriva.com, and
285 - orphans handling
286 o do not offer to remove current kernel (even if it's not a official
287 kernel
288 o offer to remove old kernels (excluding the running one)
289 (also do not do anything regarding kernels if we failed to detect
290 the running one (ie: chroot))
291
292 Version 6.27.1 - 18 August 2009
293
294 - make sure error messages are displayed (was broken as part of fix #50776)
295 - don't attempt to expand empty URLs, fixes bug #52860
296 - append a reason to api.mandriva.com queries when we are doing it because
297 the cache is outdated
298
299 Version 6.27 - 13 August 2009
300
301 - prevent garbaging text installer screen (#50776)
302 - urpmq:
303 o -a option was ignored when using --src (fixes #52672)
304 - urpmi.addmedia:
305 o properly expand $RELEASE, $ARCH and $HOST in media URLs (fixes #52276)
306 o add support for /etc/urpmi/mediacfg.d which stores the media.cfg files
307 for the media entries in urpmi.cfg
308
309 Version 6.26.1 - 31 July 2009
310
311 -urpmi
312 o minor dudf fixes
313
314 Version 6.26 - 30 July 2009
315
316 - urpmi.addmedia:
317 o properly invalidate mirror cache when the distro version changes
318 (ie when product.id changes). Fixes bug #52133, patch from
319 Aurélien Lefebvre
320 - urpmi:
321 o allow bash-completion to complete to .spec files as well
322 o adjust parsing of aria2 output for aria2 1.4, fixes bug #51354
323 (patch from Funda Wang)
324 o use urpmi log API for the transaction failed message instead of
325 printing it on the console so that installer can save each error
326 with each transaction log instead of only having a summary at end
327 o inform user when selected packages conflict instead of silently
328 dropping one (Anssi Hannula)
329 o add optionnal dudf module to send dudf data to the mancoosi
330 research project (Olivier Rosello)
331
332 Version 6.25.5 - 23 April 2009
333
334 - gurpmi:
335 o do not advise to restart in --auto mode
336 o log bad signatures on stderr
337
338 Version 6.25.4 - 20 April 2009
339
340 - add NoDisplay=true to gurpmi.desktop
341
342 Version 6.25.3 - 18 April 2009
343
344 - fix gurpmi.desktop (#50047)
345
346 Version 6.25.2 - 15 April 2009
347
348 - translation updates
349
350 Version 6.25.1 - 31 March 2009
351
352 - prevent rpmdrake from crashing (#49354), side effect of #49226 fix
353
354 Version 6.25 - 31 March 2009
355
356 - downgrade cryptic log message to debug message, fixes #49226
357 - enable installer to cancel installation
358
359 Version 6.24 - 27 March 2009
360
361 - return error code when user aborts gurpmi/gurpmi2
362
363 Version 6.23 - 25 March 2009
364
365 - log user interactions to stdout in gurpmi2
366 - exit with non 0 error code when failing to add a media, fixes bug #47952
367 - when using urpme -a, properly report when no packages could be removed,
368 fixes bug #48506
369 - return a non 0 error code when the user stops the install when an upgrade
370 would remove some packages (because of dependencies issues)
371 - fix a circular reference that was causing rpmdb to be opened many
372 times in installer
373
374 Version 6.22.4 - 9 March 2009
375
376 - change installer API (in order to fix detecting whether installing ackages
377 succedded or not)
378
379 Version 6.22.3 - 5 March 2009
380
381 - urpmi
382 o fix verifying packages signatures in chrooted environments (especially
383 important for installer where there's no rpmdb in / (really /var/lib/rpm)
384 and thus no keys to check against)
385
386 Version 6.22.2 - 4 March 2009
387
388 - close another fd leak (needed for drakx)
389
390 Version 6.22.1 - 4 March 2009
391
392 - explicitely close the RPM DB on comleting transaction (needed for drakx)
393
394 Version 6.22 - 3 March 2009
395
396 - drop support for /etc/urpmi/media.d/*.cfg
397 (was partially broken, non documented and hopefully unused)
398 - add more callbacks for installer
399 - fix reading descriptions with --env=
400 - only load LDAP binding if needed (saves a couple MB in rpmdrake)
401 - gurpmi:
402 o warn when rebooting is needed after installing packages
403
404 Version 6.21 - 13 January 2009
405
406 - drop urpmi.recover
407 (no more possible with rpm 4.6 which doesn't handle --repackage)
408
409 Version 6.20 - 13 January 2009
410
411 - urpmi
412 o --auto: do not prompt for "retry" on aria2 download failure
413 (regression introduced in 6.18)
414 o add aria2 to the priority list of packages that need to be updated
415 before restarting urpmi
416 o fix issue with urpmi sometimes using the wrong key when checking
417 signatures when the same package is available from different media
418 o remove packages from installed-through-deps.list when they are explicitly
419 requested using urpmi (even if they were already installed) (#45054)
420 - urpmi_rpm-find-leaves
421 o do not list suggested packages as unrequested packages (#46326)
422 - urpmq
423 o fix urpmq -i on local RPMs
424
425 Version 6.19 - 24 November 2008
426
427 - urpmi
428 o in --auto, do display an error message when rpms are missing
429 o in --auto, do not allow to install a package substring match
430 (you can use -a to force it)
431 o revert --auto-update behaviour in case of media update failures (#45417)
432 o ensure download when updating media (with --auto-update) is quiet
433 - urpmi.update
434 o updated "ignore"d medium should not become non "ignore"d (#45457)
435 (regression introduced in 6.18)
436
437 Version 6.18 - 28 October 2008
438
439 - urpmi, gurpmi
440 o prompt for "retry" on aria2 download failure
441 o retry once on aria2 versioned-file download failure
442 o allow setting aria2-options in urpmi.cfg
443 - urpmi
444 o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ;
445 urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not
446 remove firefox (cf #45058)
447 (this is especially bad for DrakX/rpmsrate)
448 o fix --auto-update ignoring --media and default-media (#45097)
449 - gurpmi
450 o display the download errors
451 o log all urpmi logs
452 o fix answering yes to questions on error
453 - urpmi.update
454 o fix --force-key (#45094)
455 - urpmi.addmedia
456 o do not allow "/" in media name (#44765)
457 - urpmi.update, urpmi.addmedia
458 o exit on failing media instead of ignoring them
459 (esp. for urpmi.addmedia --distrib).
460 exceptions: "urpmi.update -a" and "urpmi.update --update"
461 for backward compatibility
462
463 Version 6.17 - 14 October 2008
464
465 - urpmi
466 o diskspace issues are now a fatal error (need perl-URPM 3.20)
467 (no use going on with the other transactions)
468 - gurpmi
469 o add support for --clean
470 - urpmi.update, urpmi.addmedia, urpmi.removemedia:
471 o do not check wether the media are valid,
472 it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work
473 (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported)
474 - aria2:
475 o do not use --max-file-not-found=3 when downloading rpms
476 (since rpms are "versioned")
477 o use it even if nearest mirror is rsync
478 - library:
479 o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version
480
481 Version 6.16 - 8 October 2008
482
483 - urpmi:
484 o fix displaying "bad signature" in non-utf8 (#44587)
485 - gurpmi:
486 o overall progress-bar, display the download speed, nicer looking
487 o [bugfix for 6.15] re-allow to continue on bad signature
488
489 Version 6.15 - 7 October 2008
490
491 - urpmi, rpmdrake:
492 o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing
493 on bad signature (#44575)
494 - urpmi, gurpmi:
495 o handle --replacefiles (will be used by mdkonline)
496 (require perl-URPM 3.19)
497 - gurpmi:
498 o do not exit in --auto mode at end of installation which prevents
499 restarting after priority upgrade
500 o fix using --rpm-root & --urpmi-root
501 o just do not ask for confirmation before removing packages in
502 --auto mode,
503
504 Version 6.14 - 23 September 2008
505
506 - use "versioned" media_info files
507 (needed for aria2 to handle mirrors not having some media_info/*)
508 - urpmi.addmedia, urpmi.update:
509 o for remote media, instead of first checking reconfig.urpmi, try MD5SUM.
510 If it fails try reconfig.urpmi
511 o only look for "descriptions" in media_info/
512 o do not get "descriptions" on non update media since it's useless and
513 potentially slow
514 - urpmi.addmedia:
515 o --distrib: do not skip "debug_for=" media
516 (debug media will be added with flag "ignore" if noauto=1)
517 o for remote media, do not probe for media_info files in "./", do it only in
518 "media_info/"
519 - aria2:
520 o use --ftp-pasv (as suggested by aria2 developer)
521 o use --connect-timeout 6 seconds (instead of 3)
522
523 Version 6.13 - 18 September 2008
524
525 - aria2:
526 o use new option --connect-timeout (need aria2 20080918 snapshot)
527 o abort download after not finding a file on 3 servers
528 o reduce from 16 to 8 servers for each file in metalink
529
530 Version 6.12 - 17 September 2008, Pascal "Pixel" Rigaux
531
532 - when using --bug,
533 o copy /root/.rpmdrake too
534 o copy updates descriptions too
535
536 Version 6.11 - 11 September 2008, Pascal "Pixel" Rigaux
537
538 - library:
539 o create urpm::select::conflicting_packages_msg() for rpmdrake
540
541 Version 6.10 - 9 September 2008, Thierry Vignaud
542
543 - library:
544 o enable rpmdrake to support --debug, --env, -q & -v options
545 o fix urpm::download::sync() return value (used by rpmdrake) (#43639)
546
547 Version 6.9 - 9 September 2008, Pascal "Pixel" Rigaux
548
549 - urpmi
550 o after installing in chroot, migrate back rpmdb db version to one
551 compatible with the rpm in the chroot
552 o fix orphans handling: an already installed pkg must not become
553 "unrequested" because a new version of it is required
554 - fix display of downloaded urls with aria2 and metalinks
555 - fix handling --downloader when using mirrorlist (it was forcing aria2)
556
557 Version 6.8 - 4 September 2008, Pascal "Pixel" Rigaux
558
559 - fix proxy parameter for aria2
560 - remove rsync mirrors when calling aria2
561 - urpmi
562 o enhance --bug: copy installed-through-deps.list in bug report
563 - gurpmi, gurpmi2:
564 o silence perl warnings (ie remove "use warnings")
565 - library:
566 o modify urpm::download::get_content() to work as non-superuser
567
568 Version 6.7 - 3 September 2008, Pascal "Pixel" Rigaux
569
570 - really call aria2 with --max-tries=1
571 (it helps a lot when trying to download some files (eg: reconfig.urpmi))
572
573 Version 6.6 - 2 September 2008, Pascal "Pixel" Rigaux
574
575 - call aria2 with brand-new --uri-selector=adaptive
576
577 Version 6.5 - 1 September 2008, Pascal "Pixel" Rigaux
578
579 - all tools
580 o use metalink/aria2 by default (when available) when using a mirrorlist
581 - urpmi, urpmq
582 o do not display all substring matches on stderr, only a subset of them, and
583 suggest to use "-a" to use all matches (#38956)
584 - urpmi
585 o do not write useless "foo (obsoletes foo-xxx)" in
586 installed-through-deps.list (#42167)
587 - urpmi.addmedia
588 o instead of discarding --update when using --distrib, give it a meaning:
589 only add media flagged "update"
590 o handle $URPMI_ADDMEDIA_REASON
591 (special reason to give to api.mandriva.com/mirrors/... to allow statistics)
592 - gurpmi2
593 o nicer default window size
594 o render nicely under matchbox during install
595 o handle --update
596
597 Version 6.4 - 14 August 2008, Thierry Vignaud
598
599 - gurpmi
600 o fix exit code if canceling when requested to select a choice
601 o fix exit code if refusing to insert the proper media
602 o notify callers when installation is canceled (#40358)
603
604 Version 6.3 - 14 August 2008, Thierry Vignaud
605
606 - gurpmi
607 o better handle closing dialogs
608 o fix not asking questions on error
609
610 Version 6.2 - 7 August 2008, Thierry Vignaud
611
612 - gurpmi
613 o handle --justdb and --noscripts
614 o fix/manage --urpmi-root
615 - urpme
616 o add --justdb
617 o sort the list of orphans
618
619 Version 6.1 - 10 July 2008, by Pascal "Pixel" Rigaux
620
621 - all tools
622 o fix broken ssh:// (regression introduced in 6.0)
623 - urpmi, urpme, urpmq:
624 o fix orphans handling: suggested packages must not be detected as orphans
625 - urpmi:
626 o handle README.urpmi in utf8 (but not other encodings) (#41553)
627 o handle --debug-librpm
628 o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi)
629 o fix --parallel --auto-select when one box is up-to-date but not the others (#41924)
630 o fix creation of chroot with --root by using /var/lib/rpm/installed-through-deps.list
631 (instead of having it in /var/lib/urpmi)
632 - urpmi.addmedia:
633 o make --mirrorlist with no url equivalent to --mirrorlist '$MIRRORLIST' (#40283)
634 o --interactive: fix selecting "noauto" media (#39522)
635 - urpmq:
636 o --suggests now displays the suggested packages, see --allow-suggests for
637 previous behaviour (#39726)
638 o add --obsoletes
639 - urpme:
640 o --test: display "Removal is possible" if no pb (#40584)
641
642 Version 6.0 - 8 July 2008, by Pascal "Pixel" Rigaux
643
644 - all tools:
645 o handle "unrequested orphans" (similar to "deborphan")
646 o statedir files are now in /var/lib/urpmi/<medium-name>/
647 for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now
648 /var/lib/urpmi/<medium-name>/synthesis.hdlist.cz
649 it allows easier medium update without using urpmi.update (#31893)
650 (but with --urpmi-root, old statedir files are used to allow compatibility
651 with older urpmi)
652 o fix handling --urpmi-root <relative dir>
653 - gurpmi:
654 o do cancel when pressing the 'No' button (#41648)
655 - urpmi:
656 o "missing file" and "bad rpms" errors are reported asap
657 and are fatal errors unless the user wants to go on anyway (or --force)
658 o display a message "Package foo is already installed" when asking
659 "urpmi foo bar" and only installing bar (#41593)
660 (requires perl-URPM 3.18)
661 o set connection timeout for rsync as well (Anssi)
662 o fix --replacepkgs when a same package appears more than once in urpmi db
663 o fix displaying "files are missing" (regression introduced in 5.6)
664 o tell bash-completion urpmi handles file names (#41699) (guillomovitch)
665 - urpmi.addmedia, urpmi.update:
666 o fix --no-md5sum (regression introduced in 5.20) (#41237)
667 - urpme:
668 o indent the packages to be removed
669 o enhance error message "Removing the following package will break your system"
670
671 Version 5.20 - 2 June 2008, by Pascal "Pixel" Rigaux
672
673 - urpmi:
674 o --auto-update should behave like urpmi.update when mirrorlist is outdated
675 (cf http://forum.mandriva.com/viewtopic.php?t=86837)
676 o fix --replacepkgs when a package appears more than once in urpmi db (#40893)
677 (need perl-URPM 3.14)
678 - urpmi.addmedia:
679 o add missing mark in "Do you want to add media '%s'?" message (from Nikos)
680 - urpmi.addmedia, urpmi.update:
681 o fix checking synthesis MD5SUM
682 o check downloaded synthesis/MD5SUM is not invalid HTML code, and try
683 another mirror from mirrorlist (#39918)
684 (useful for servers not returning a valid HTTP error)
685
686 Version 5.19 - 3 April 2008, by Pascal "Pixel" Rigaux
687
688 - urpmq:
689 o --suggests is currently misleading, introduce --allow-suggests and explain
690 the user that --suggests really means --allow-suggests (#39726)
691
692 Version 5.18 - 1 April 2008, by Pascal "Pixel" Rigaux
693
694 - urpmi.addmedia, urpmi.update:
695 o correctly handle media with no xml-info when using "xml-info: always"
696 (#39521)
697 - urpmi.addmedia:
698 o --mirrorlist: if the retrieved media.cfg is broken, try another mirror
699 (#39591, it also workarounds #39592)
700 - urpmf:
701 o check usage of -a, -! and the like instead of displaying the ugly
702 "Internal error: syntax error ..."
703 o in some cases (iso on disk), the hdlist is not available in
704 media/xxx/media_info/, but we can use the statedir copy. So use it
705
706 Version 5.17 - 28 March 2008, by Pascal "Pixel" Rigaux
707
708 - urpmi:
709 o nice error message when hal daemon is not running and is needed (#39327)
710 - urpmq:
711 o do not use rpms on removable cdrom media (#39396)
712 - urpmf, urpmq:
713 o display an error message when /etc/urpmi/proxy.cfg can't be read
714 - urpmi.update, urpmi.addmedia:
715 o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain
716 passwords (#39434)
717
718 Version 5.16 - 25 March 2008, by Pascal "Pixel" Rigaux
719
720 - urpmi:
721 o fix getting rpms from different media on same DVD
722 o handle displaying utf8 download progression in non-utf8 terminal
723 (ie clean the full line when we can't be sure of the number of characters
724 that will be displayed)
725 - urpmq:
726 o fix --list -r (#39287) (regression introduced in 5.7)
727 - bash-completion (guillomovitch):
728 o don't complete on available packages if completed item is clearly a file
729 o only select available packages for selected medias
730 o fix rurpmi completion
731
732 Version 5.15 - 18 March 2008, by Pascal "Pixel" Rigaux
733
734 - urpmi.addmedia, urpmi.update:
735 o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist:
736 you can specify a mirror to use inside a local network, but it will
737 default to standard mirrors when the local mirror is not available.
738
739 Version 5.14 - 17 March 2008, by Pascal "Pixel" Rigaux
740
741 - urpmi:
742 o tell the user to "restart system" when it is needed
743 o nicer error message when database is locked (#38923)
744
745 Version 5.13 - 17 March 2008, by Pascal "Pixel" Rigaux
746
747 - gurpmi:
748 o handle provides (spotted by salem)
749 o handle -p and -P like urpmi
750 - urpmi:
751 o never suggest --install-src for spec file (#38876)
752 o do not allow "urpmi --install-src foo.spec"
753
754 Version 5.12 - 11 March 2008, by Thierry Vignaud
755
756 - gurpmi:
757 o ensure rpm error message are always in UTF-8
758 o ensure urpmi messages are always in UTF-8
759 o handle --force
760 o return 1 like urpmi if package doesn't exist
761 o return urpmi error code
762 o translate usage
763
764 Version 5.11 - 11 March 2008, by Pascal "Pixel" Rigaux
765
766 - gurpmi:
767 o fix breakage introduced with priority upgrades support (#38738) (tvignaud)
768 - bash-completion:
769 o restore available-pkgs completion using "urpmq --list" by default
770 (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now)
771 - urpmi:
772 o have a nicer error message when perl-Hal-Cdroms is missing (#38778)
773 o do handle suggests in priority upgrades (#38778)
774
775 Version 5.9 - 7 March 2008, by Thierry Vignaud
776
777 - modify infrastructure so that rpmdrake doesn't select all updates by
778 default (#38611)
779
780 Version 5.8.1 - 6 March 2008, by Thierry Vignaud
781
782 - add infrastructure so that rpmdrake doesn't select all updates by
783 default (#38611)
784
785 Version 5.8 - 5 March 2008, by Thierry Vignaud
786
787 - add infrastructure so that gurpmi & rpmdrake can handle priority
788 upgrade list
789 - add callbacks so that rpmdrake can reuse more urpmi code
790 - gurpmi:
791 o handle priority upgrade list
792 - urpmi:
793 o do not pretend removing packages from cache when there's nothing
794 to remove
795
796 Version 5.7 - 3 March 2008, by Pascal "Pixel" Rigaux
797
798 - all tools:
799 o cdrom:// replaces removable://
800 o use hal to wait-for/mount cdroms:
801 you can now use more than one cdrom drive (#37363)
802 o fix download progression using wget
803 o restore generation of /var/lib/urpmi/names.<medium>, but it is now done in
804 urpmq/urpmi/urpmf (and so only if used as root)
805 - gurpmi:
806 o exit immediately on success in automatic mode
807 o fix --auto-select option
808 o fix --root option
809 o give the focus to buttons (Emmanuel Blindauer, #38047)
810 o handle --allow-medium-change (needed for drakxtools)
811 o handle --expect-install (needed for drakxtools)
812 o handle --test
813 o reuse common shared code of urpmi
814 - urpmf, urpmq:
815 o never display raw downloader output, otherwise output is very messy (#38125)
816 o do not try to download xml-info if it's not available (#38125)
817 - urpmi.addmedia:
818 o fix --distrib for cdroms (#30613)
819 - urpmi:
820 o fix --expect-install (broken since 4.9.30!)
821 o fix using proxy with curl (#38143)
822 o do not copy rpms from cdrom if only one cdrom is used (#28083)
823 - urpmf:
824 o fix searching for more than one pattern (#38286)
825 - urpmq:
826 o --list: speed it up (2.5x faster, and 6x faster with names.<medium>)
827
828 Version 5.6 - 26 February 2008, by Pascal "Pixel" Rigaux
829
830 - urpmq:
831 o add --conflicts
832 o --requires now display the raw requires, use --requires-recursive to get
833 the old behaviour (#29176)
834 o make "urpmq --list xxx" display "use -l to list files" and exit on error
835 - urpmf:
836 o fix mirrorlist handling
837 o fix fallback on hdlist when xml-info not found
838 - urpmi, urpmi.addmedia, urpmi.update:
839 o have fatal errors on some errors that must not happen (eg: moving rpm from
840 download dir to cachedir)
841 o handle variables $ARCH/$RELEASE in mirrorlist
842 - urpmi:
843 o display "%s of packages will be retrieved."
844 (need perl-URPM 3.10 and synthesis built with @filesize@)
845 o do not say "files are missing" when the downloaded rpm is corrupted
846 o --test: only display "Installation is possible" when it is the case (#29837)
847 o fix "using one big transaction" that occurs when using --keep
848 (#30198) (part of the fix is in perl-URPM 3.09)
849 - bash-completion:
850 o restore available-pkgs completion using "urpmq --list" (guillomovitch)
851 (but only if COMP_URPMI_HDLISTS is set since it's slow)
852
853 Version 5.5 - 23 February 2008, by Pascal "Pixel" Rigaux
854
855 - all tools:
856 o handle mirrorlist
857 (need perl-Zone-TimeInfo patched for geolocalisation)
858 - urpmf
859 o fallback on hdlist when xml-info not found (useful for old distribs)
860 - urpmi handles /etc/urpmi/media.d/*.cfg
861 as an alternative to using urpmi.addmedia
862 - urpmi.update, urpmi.addmedia:
863 o handle --virtual for remote media
864 (a better name would be "auto-update") (a la yum)
865 o do not parse synthesis (relying on MD5SUM for corruption detection)
866 o drop /var/lib/urpmi/names.<medium> (was used by bash-completion)
867 - urpmi.addmedia
868 o don't fail on remaining statedir files (#36267)
869 (especially useful when using media.d/*.cfg)
870
871 Version 5.4 - 5 February 2008, by Pascal "Pixel" Rigaux
872
873 - bug fix release
874 - urpmi, urpme, urpmq, urpmf:
875 o fix --use-distrib
876
877 Version 5.3 - 4 February 2008, by Pascal "Pixel" Rigaux
878
879 - urpmi.cfg:
880 o "media_info_dir: media_info" is the default
881 o "no-media-info" is used for media for which media_info must be built from
882 rpms
883 - urpme, urpmi:
884 o add basesystem-minimal to prohibit-remove
885 - urpme:
886 o enhance pkg list formatting for "The following packages contain %s: %s"
887 error message (#29178)
888 - urpmf:
889 o fix --synthesis (it may break urpmq/urpmi --synthesis)
890 - urpmq:
891 o add --no-suggests
892 - library:
893 o since any_xml_info can be slow, add a "callback" option (#37264)
894
895 Version 5.2 - 18 January 2008, by Pascal "Pixel" Rigaux
896
897 - urpmi:
898 o --buildrequires deprecate --src, --src is kept for compatibility but its
899 behaviour is changed a little (it doesn't download src.rpm anymore)
900 o --install-src as user now works for remote medium
901 o --install-src will remove succesfully installed src.rpm from
902 /var/cache/urpmi/rpms/* (unless post-clean is 0)
903 - urpmf:
904 o add special code for --files simple case, it makes urpmf 3x faster for
905 this often used case
906 o display a warning when searching "xxx(yyy)" since it is handled as a
907 regexp and so the parentheses are useless. suggest using --literal
908 - urpmq:
909 o add --provides
910 o fix option -a : display packages of all compatible archs (#36942)
911 - all tools:
912 o deprecate --curl and --wget in favor of --downloader curl
913 and --downloader --wget
914 o fix displaying error message when failing to lock (regression in 5.1)
915
916 Version 5.1 - 16 January 2008, by Pascal "Pixel" Rigaux
917
918 - urpmf, urpmq:
919 o fix using xml info files with spaces in medium name
920 - urpmf:
921 o fix --license
922 - urpmq:
923 o add --sourcerpm
924 o deprecate "urpmq --requires", "urpmq -R" and "urpmq -RR"
925 o fix --list (regression introduced in 5.0) (#36742)
926
927 Version 5.0 - 11 January 2008, by Pascal "Pixel" Rigaux
928
929 - urpmf, urpmq:
930 o use xml info instead of hdlist when possible
931 o "urpmq -l" is faster (3x)
932 o "urpmf -l" is slower (1.5x)
933 o "urpmf --sourcerpm" is much faster
934 o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded
935 o new require: perl module XML::LibXML
936 - urpmq:
937 o use rpm file instead of hdlist/xml-info when file is local
938 o use URPM::Package->changelogs (need perl-URPM 3.06)
939 - urpmf
940 o fix an *old* bug (since december 2002) making urpmf keeps parsed
941 hdlist files in memory (was fixed for multitags, but not for simple tags)
942 - all tools:
943 o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>
944 (this will allow checking xml media_info is up-to-date even if we don't
945 update it at the same time as synthesis is updated)
946 - urpmi.update, urpmi.addmedia, urpmi.removemedia:
947 o drop hdlist support replaced with xml media_info
948 (this imply file-deps are correctly handled, see genhdlist2(1))
949 o drop option "-c" which used to clean /var/cache/urpmi/headers
950 o enhancement: only parse updated synthesis
951 - urpmi.addmedia
952 o do check md5sum of downloaded synthesis
953 (the check was only done on urpmi.update)
954 o new --xml-info option
955 - urpmi:
956 o do remove __db* on priority-upgrade
957 (fix regression introduced in 4.10.15)
958 o always prompt before doing a priority-upgrade transaction, even if there
959 is only one priority upgrade package (since there will be more packages to
960 install after restarting urpmi)
961
962 Version 4.10.19 - 12 December 2007, by Pascal "Pixel" Rigaux
963
964 - urpmi:
965 o fix handling "post-clean: 0" in urpmi.cfg
966 (#36082, regression introduced in 4.10.16)
967 - library:
968 o urpm::media::read_config() doesn't read urpmi.cfg global options anymore,
969 use urpm->get_global_options or urpm->new_parse_cmdline
970
971 Version 4.10.18 - 11 December 2007, by Pascal "Pixel" Rigaux
972
973 - urpmi:
974 o handle --suggests (to override urpmi.cfg global option "no-suggests")
975 - urpmi.update:
976 o exit code 1 when a (selected) medium can't be updated (#35952)
977 o leave early with error if no medium were successfull updated
978 - drop translated man pages (they are too old)
979 - urpmi.addmedia:
980 o exit code 1 when a medium can't be added
981 o enhance parsing of urls with login:password for logins with "@"
982 so that password doesn't end up in urpmi.cfg
983 o adapt to perl-URPM 3.00 API to parse pubkey files
984 (nb: $urpm->{keys} is not used anymore)
985
986 Version 4.10.17 - 30 November 2007, by Pascal "Pixel" Rigaux
987
988 - urpmi:
989 o fix regression introduced in 4.10.15:
990 "urpmi --force valid invalid" should warn about "invalid" but still
991 install "valid"
992
993 Version 4.10.16 - 28 November 2007, by Pascal "Pixel" Rigaux
994
995 - urpmi:
996 o small transactions should have at least 8 packages
997 (ie --split-length is now 8 by default)
998 o do not do a big transaction if installing less than 20 packages
999 (ie --split-level is now 1 by default)
1000 - urpmq:
1001 o new option --requires-recursive (alias of option -d)
1002 o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches
1003
1004 Version 4.10.15 - 26 November 2007, by Pascal "Pixel" Rigaux
1005
1006 - all tools:
1007 o exit with code 1 after displaying usage (instead of exit code 0)
1008 - urpmi:
1009 o with rsync, use --copy-links (to have the same behaviour as http/ftp, and
1010 so allow symlinks on the server)
1011 o fix "urpmi --install-src" (regression introduced in 4.10.9) (#35164)
1012 o fix --limit-rate (regression introduced in 4.9.12)
1013 o --auto-update is quite unsafe, but at least now it should be cleaner
1014 (ensure $urpm doesn't have media twice) (#36134)
1015
1016 Version 4.10.14 - 4 October 2007, by Pascal "Pixel" Rigaux
1017
1018 - library:
1019 o urpm::media::add_distrib_media: add option "only_updates" for rpmdrake
1020
1021 Version 4.10.13 - 3 October 2007, by Pascal "Pixel" Rigaux
1022
1023 - urpmi
1024 o remove prefix/var/lib/rpm/__db* after installing pkgs rooted
1025
1026 Version 4.10.12 - 27 September 2007, by Pascal "Pixel" Rigaux
1027
1028 - urpm::media::update_media:
1029 o ensure a second pass is done even if media has not been modified
1030 (useful for the %trigger trick done in urpmi to rebuild synthesis with
1031 suggests)
1032 - urpmf
1033 o fix -a and -o
1034
1035 Version 4.10.11 - 24 September 2007, by Pascal "Pixel" Rigaux
1036
1037 - create /var/tmp in chroots too
1038 - fixed nb.po
1039
1040 Version 4.10.10 - 17 September 2007, by Pascal "Pixel" Rigaux
1041
1042 - fix using already downloaded rpms (from /var/cache/urpmi/rpms) (#33655)
1043 - improve retrieving update descriptions API
1044
1045 Version 4.10.9 - 13 September 2007, by Pascal "Pixel" Rigaux
1046
1047 - urpmi, urpme
1048 o default to selecting all the prefered packages according to installed
1049 locales (need perl-URPM 2.00 to work)
1050 o do not prompt questions if not waiting for user answer
1051 (for urpmi --force or urpme --force)
1052 - urpmf
1053 o fix --synthesis
1054
1055 Version 4.10.8 - 10 September 2007, by Pascal "Pixel" Rigaux
1056
1057 - urpmi
1058 o enhance "columns" display of packages to install (esp. fit on 80 columns)
1059 o do not use netrc for protocol ssh
1060
1061 Version 4.10.7 - 6 September 2007, by Pascal "Pixel" Rigaux
1062
1063 - urpmi
1064 o fix rpmdb locking with --root
1065 o handle --searchmedia <media1>,...,<mediaN>
1066 o do auto upgrade mandriva kernels (ie remove kernel*-latest to skip.list)
1067 o display size that will be installed - removed with a nice message (#32022)
1068 o display packages which are going to installed with name-version-release
1069 info in columns
1070 - urpmi, urpme
1071 o use best unit (KB, MB...) to display size will be installed - removed
1072
1073 Version 4.10.6 - 28 August 2007, by Pascal "Pixel" Rigaux
1074
1075 - urpmi
1076 o fix --bug when there is no /etc/urpmi/prefer.list file
1077 o new option --justdb (new perl-URPM 1.76)
1078 o do not verify signature of .spec files (#32824)
1079 o handle changes in priority-upgrade list between old and new urpmi (#32925)
1080 - urpmf
1081 o display "usage" when no <pattern-expression> is given (#32658)
1082
1083 Version 4.10.5 - 14 August 2007, by Pascal "Pixel" Rigaux
1084
1085 - urpmi
1086 o keep_all_tags for now to avoid rpm saying file conflicts when the content
1087 is the same
1088 o restart after upgrading 'meta-task' because of /etc/urpmi/prefer.vendor.list
1089
1090 Version 4.10.4 - 13 August 2007, by Pascal "Pixel" Rigaux
1091
1092 - urpmi
1093 o bugfix 4.10.0: a circular reference was causing rpmdb to be opened many times
1094 o --urpmi-root: if <root>/etc/urpmi/*.list are available, use them.
1095 otherwise defaults to /etc/urpmi/*.list
1096
1097 Version 4.10.3 - 13 August 2007, by Thierry Vignaud
1098
1099 - urpmi
1100 o do not default to --nolock when using --root (reverting rafael
1101 commit on 2006-01-11 13:17)
1102 o do try to umount removable media when using --nolock (fixing
1103 rafel's commit r15048 on 2005-06-09)
1104 o try harder to explain why a package is removed
1105 o try harder to explain why we cannot select a package (eg: because
1106 i586 package is already installed on x86_64)
1107
1108 Version 4.10.2 - 13 August 2007, by Thierry Vignaud
1109
1110 - gurpmi:
1111 o reuse common shared code of urpmi/rpmdrake
1112 o umount removable media as soon as possible
1113 o unlock RPM & URPMI dbs locks as soon as possible like rpmdrake
1114 - urpmi
1115 o when using --urpmi-root, load <root>/etc/rpm/macros
1116 o enable GUIes to display already installed & not installable RPMs
1117 o enable GUIes to display uninstallations
1118 - urpmi.cfg
1119 o really add global option no-suggests
1120
1121 Version 4.10.1 - 12 August 2007, by Pascal "Pixel" Rigaux
1122
1123 - library
1124 o urpm::select: new function get_preferred() replacing sort_choices()
1125 (for drakx)
1126
1127 Version 4.10.0 - 11 August 2007, by Pascal "Pixel" Rigaux
1128
1129 - new major release (motivation: urpmi has many new features)
1130 - urpmi
1131 o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
1132 (need perl-URPM 1.73)
1133 o fix --quiet (regression introduced in 4.9.28)
1134 o handle preferred choices (through --prefer, /etc/urpmi/prefer.list
1135 and /etc/urpmi/prefer.vendor.list)
1136 - all tools
1137 o new option --wait-lock (#13025)
1138
1139 Version 4.9.30 - 10 August 2007, by Pascal "Pixel" Rigaux
1140
1141 - urpmi (thanks to Thierry Vignaud)
1142 o move some code to new module urpm::main_loop to share it with rpmdrake
1143
1144 Version 4.9.29 - 9 August 2007, by Pascal "Pixel" Rigaux
1145
1146 - urpmi
1147 o explicit error when using "urpmi ---install-src" as user with remote media
1148 o add support for "suggests": a newly suggested package is installed as if
1149 required, but one can remove it afterwards, or use --no-suggests
1150 (need perl-URPM 1.69)
1151 - urpmf
1152 o handle --suggests
1153
1154 Version 4.9.28 - 3 August 2007, by Pascal "Pixel" Rigaux
1155
1156 - urpmi
1157 o handle README.<version>.upgrade.urpmi and
1158 README.<version>-<release>.upgrade.urpmi: the content is displayed
1159 when upgrading from rpm older than <version> (#30187)
1160 (need perl-URPM 1.68)
1161 - urpmf
1162 o handle --license
1163 - urpmi.update
1164 o handle -q option (#31890)
1165 - urpmq
1166 o --whatrequires: fix skipping packages through provides provided by other
1167 packages, when the other package is the same pkg name (#31773)
1168 - library
1169 o urpm::install: export %readmes so that rpmdrake can access it
1170
1171 Version 4.9.27 - 18 June 2007, by Pascal "Pixel" Rigaux
1172
1173 - urpmi.addmedia --distrib, urpmi/urpme/urpmf/urpmq --use-distrib
1174 o media.cfg per media field hdlist=hdlist_xxx.cz is not used anymore,
1175 xxx/media_info/hdlist.cz is used instead. To get previous behaviour, use
1176 option --use-copied-hdlist or use_copied_hdlist=1 in media.cfg
1177 - urpmi
1178 o for long package names, ensure progression of installation (####...) is
1179 still properly indented (#28639)
1180 - urpmi.addmedia
1181 o fix reconfig.urpmi use
1182 - urpmi.update
1183 o only copy previous hdlist in cache dir for rsync, don't do it for wget/curl
1184 (it's useless and potentially dangerous when used with "resume")
1185 - urpmf
1186 o bug fix -m (#31452)
1187 - all tools
1188 o 4.9.26 is broken when downloading with wget since it creates hdlist.cz.1
1189 files. fixing using --force-clobber option (! need a patched wget !)
1190 o hide rsync errors by default to hide false positives,
1191 but allow getting them with --debug
1192
1193 Version 4.9.26 - 14 June 2007, by Pascal "Pixel" Rigaux
1194
1195 - urpmf
1196 o add option --use-distrib
1197 - urpmq
1198 o allow using --use-distrib as non-root
1199 - all tools
1200 o don't use time-stamping when downloading with wget
1201 (useless and slow since it forces to download the whole directory listing)
1202 (as suggested by Andrey Borzenkov on cooker)
1203
1204 Version 4.9.25 - 8 June 2007, by Pascal "Pixel" Rigaux
1205
1206 - all tools
1207 o --debug now implies --verbose
1208 - urpmi.addmedia
1209 o [bugfix] fix using "with synthesis.hdlist.cz" (#31081)
1210 o don't overwrite existing urpmi.cfg with an empty file
1211 when disk is full (#30945)
1212 - urpmi
1213 o prefer best architecture over exact name
1214 (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel)
1215 o [bugfix] fix urpmi --parallel (#30996)
1216 o [bugfix] fix plural handling in "Packages foo can not be installed" (#31229)
1217 o fix "Argument list too long" when calling curl/wget/proz
1218 (things should work even in case of one big transaction) (#30848)
1219 - urpmf
1220 o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
1221 files in memory
1222
1223 Version 4.9.24 - 9 May 2007, by Pascal "Pixel" Rigaux
1224
1225 - urpmi
1226 o display "removing package ..." when removing an obsolete or conflicting
1227 package (need perl-URPM 1.63), and not before
1228 o in verbose mode, display "removing upgraded package ..."
1229 (should make it more understandable by users)
1230 - urpmi.addmedia
1231 o [bugfix] fix removable://... (#30257)
1232 o [bugfix] look for media/$media_dir/media_info/pubkey instead of
1233 media/$media_dir/pubkey
1234 o [bugfix] with --distrib, don't use previous media's pubkey if a pubkey is
1235 missing (eg: use pubkey_main for media "Main Updates" when
1236 pubkey_main_updates is missing)
1237
1238 Version 4.9.23 - 3 May 2007, by Pascal "Pixel" Rigaux
1239
1240 - urpmi
1241 o always upgrade (-U) packages instead of installing (-i) them,
1242 except for inst.list packages. This change is needed to fix
1243 "b--obsoletes-->a and c--conflicts-->a prompting for upgrading a"
1244 in perl-URPM 1.61
1245 o fix displaying README.*urpmi when using --root or --urpmi-root
1246 o fix displaying README.install.urpmi when installing a package conflicting
1247 with an available package
1248 o display "removing package ..." when removing, not before.
1249 o display "removing package ..." when upgrading package
1250 (may be too verbose though)
1251 o display "In order to satisfy the '%s' dependency, one of the following
1252 packages is needed:" so that user can understand what dependency is used
1253 (need perl-URPM 1.62)
1254 - for rpmdrake
1255 o make translate_why_removed() safe to call (cf bug #28613)
1256
1257 Version 4.9.21 - 27 March 2007, by Pascal "Pixel" Rigaux
1258
1259 - urpmi
1260 o add kernel-source-latest to skip.list
1261 (to be coherent with other kernel*latest) (#29933)
1262 - urpmi.addmedia
1263 o do display download progression by default (be coherent with other tools),
1264 use -q to hide it
1265 - urpmi.update
1266 o do not display download progression with -q
1267
1268 Version 4.9.20 - 15 March 2007, by Pascal "Pixel" Rigaux
1269
1270 - all tools
1271 o be failsafe when module encoding is not there
1272 (ie when only perl-base is installed) (#29387)
1273 - gurpmi:
1274 o fix displaying size of packages
1275 o fix displaying only the first package in "you're about to..." dialog
1276 o prevent downloading/installing dialog from resizing
1277 - urpmi-parallel-ka-run:
1278 o fix parsing the output of rshp2 (only rshp output was successfully parsed)
1279
1280 Version 4.9.19 - 8 March 2007, by Pascal "Pixel" Rigaux
1281
1282 - urpmi
1283 o fix priority-upgrade broken on some x86_64 (#29125)
1284 (bug introduced in urpmi 4.9.11)
1285 - gurpmi
1286 o use same translation routines as urpmi, fixing various encoding issues (#29248)
1287 - urpmq
1288 o remove duplicated warning for "urpmq -l" when a rpm header is missing (#29174)
1289
1290 Version 4.9.17 - 6 March 2007, by Pascal "Pixel" Rigaux
1291
1292 - urpmq
1293 o add --whatprovides (doing same as -p) (#29175)
1294 - urpmi
1295 o don't auto upgrade mandriva kernels (ie add kernel*-latest to skip.list)
1296 o add perl-MDV-Distribconf to priority upgrade packages
1297 o display translated summaries
1298
1299 Version 4.9.16 - 2 March 2007, by Pascal "Pixel" Rigaux
1300
1301 - urpmi
1302 o fix crash asking for medium
1303 - urpmf
1304 o do not display invalid error at the end when using removable media (#28905)
1305 - urpmq
1306 o --whatrequires-recursive: fix debug message explaining why a package
1307 is added, and enhance the verbose message explaining why some package are
1308 skipped
1309
1310 Version 4.9.15 - 6 February 2007, by Pascal "Pixel" Rigaux
1311
1312 - urpmi.update
1313 o add --probe-rpms to replace -f -f
1314 o -f -f should be allowed (#28500)
1315 - urpmq
1316 o --whatrequires will now handle virtual package requires
1317 (eg: bash is now returned by "urpmq --whatrequires glibc")
1318 (#28367)
1319 - german translation
1320 o don't use non iso-8859-15 chars otherwise perl segfaults (#28537)
1321 (perl bug #41442)
1322
1323 Version 4.9.14 - 25 January 2007, by Pascal "Pixel" Rigaux
1324
1325 - urpmi
1326 o fix encoding issue with "--bug ..." introduced in previous version (#28387)
1327 - urpmi, ...
1328 o workaround no locale (eg: LC_ALL=C): when encoding is "ascii",
1329 do not try to convert strings to this encoding, any encoding will do
1330 (#28367)
1331 - urpmq
1332 o rename option -R into --whatrequires
1333 o rename option -RR into --whatrequires-recursive,
1334 and don't go through virtual packages which are provided by another
1335 package, eg: "skipping package(s) required by db1-devel via devel(libdb),
1336 since that virtual package is provided by libdb2-devel"
1337 (#27814)
1338 o do not document option -P (which is the default)
1339
1340 Version 4.9.13 - 19 January 2007, by Pascal "Pixel" Rigaux
1341
1342 - urpmi, ...
1343 o fix encoding/codeset mess (using the magical
1344 Locale::gettext::bind_textdomain_codeset(..., "UTF-8") from new
1345 perl-Locale-gettext)
1346 o fix translating rpmlib messages (using URPM::bind_rpm_textdomain_codeset())
1347 - gurpmi2
1348 o do display installation failed on file conflicts (#22131)
1349 - urpmi.addmedia
1350 o do not display in clear text the password (when using -v or --debug)
1351 - urpmq
1352 o when using synthesis do not download packages to get information.
1353 before this modification, it was downloaded iff one medium was using hdlist (#16772)
1354 o when using synthesis fix using local rpms to get information
1355 before this modification, local rpm was used iff one medium was using hdlist
1356 o display a warning about no hdlist only for needed media,
1357 adapt the warning to the option (for "-i", synthesis can still help),
1358 and tell which rpms and impacted
1359
1360 Version 4.9.12 - 10 January 2007, by Pascal "Pixel" Rigaux
1361
1362 - urpmi
1363 o fix handling removable media (bug introduced in 4.9.x) (#27854)
1364 o with "-v", display the package file copied to disk
1365 o use P (ie ngettext) to handle plurals
1366 o re-allow "urpmi --clean" with no arguments
1367 (broken on january 2006, commit r36390) (#27747)
1368 o be more verbose with "-v"
1369 - urpmi, urpmq, urpmf
1370 o "--media foo" and "--searchmedia foo" use medium "foo"
1371 even if "foo" is flagged "ignore" (#27745)
1372 - urpmi.addmedia
1373 o new option "--probe-rpms" which replaces "-f -f"
1374 o fix using dir "/foo/bar boo" and no hdlist (using *.rpm)
1375 o when using "--distrib <url>", have "xxx" instead of "xxx1"
1376 for the medium name (eg: "Main" instead of "Main1")
1377 o when using --distrib, add noauto media with flag ignore
1378 so that someone can easily use them by removing ignore
1379 (nb: debug_for and srpm media are not added though)
1380 (cf bug #28050)
1381
1382 Version 4.9.11 - 12 December 2006, by Pascal "Pixel" Rigaux
1383
1384 - urpmi
1385 o when "urpmi --auto-select" needs to restart urpmi because of a
1386 priority-upgrade, ensure it doesn't prompt an unneeded choice before
1387 restarting (#27527)
1388 (nb: the problem can still occur on "urpmi rpmdrake")
1389 - urpmi.removedia
1390 o "urpmi.removedia -a" when urpmi.cfg has no entry still warn the user,
1391 but exits with status 0
1392
1393 Version 4.9.10 - 7 December 2006, by Pascal "Pixel" Rigaux
1394
1395 - urpmi.addmedia
1396 o fix using "--virtual --distrib ..."
1397
1398 Version 4.9.9 - 6 December 2006, by Pascal "Pixel" Rigaux
1399
1400 - urpmi
1401 o fix "rpmdb: environment reference count went negative"
1402 when syslog service is down
1403 o fix having more than "hdlist" flag in urpmi.cfg
1404 - gurpmi2 (and rpmdrake)
1405 o fix crash when syslog service is down (#26256)
1406
1407 Version 4.9.8 - 6 December 2006, by Pascal "Pixel" Rigaux
1408
1409 - urpmi.addmedia, urpmi
1410 o use "hdlist" just like "synthesis" when forcing only hdlist usage
1411 o "hdlist" is valid with "virtual"
1412 - urpmi
1413 o don't say "Package foo-1.1 already installed"
1414 when in fact it is "Package foo-1.2 already installed".
1415 Still display "Package foo-1.1 can not be installed" until we can do
1416 better (#27176)
1417 - gurpmi (tvignaud)
1418 o don't ignore exceptions in callbacks
1419 o fix crash and really lock the urpm db
1420
1421 Version 4.9.7 - 4 December 2006, by Pascal "Pixel" Rigaux
1422
1423 - bug fix release
1424 - urpmi.addmedia
1425 o fix --probe-hdlist
1426 o fix "... with hdlist.cz" (only "... with synthesis.hdlist.cz" was working)
1427 - urpmi
1428 o add the long version of -q/-v (ie --quiet/--verbose)
1429 o --quiet is really quiet (#14538)
1430
1431 Version 4.9.6 - 31 November 2006, by Pascal "Pixel" Rigaux
1432
1433 - bug fix release
1434 - urpmf:
1435 o handle --urpmi-root
1436 - urpmi.addmedia:
1437 o fix downloading synthesis which is done twice when remote
1438 o fix downloading pubkey in media_info/
1439
1440 Version 4.9.5 - 30 November 2006, by Pascal "Pixel" Rigaux
1441
1442 - all tools:
1443 o new option --urpmi-root that is similar to --root but also use rooted
1444 urpmi db
1445 - urpmi:
1446 o handle buggy "list: xxx" in urpmi.cfg (when the list can't be found)
1447 o handle no "synthesis" together with "with_hdlist: synthesis.hdlist.cz"
1448 - urpmi.cfg:
1449 o new per-medium field "media_info_dir:" which replaces "with_hdlist:" in
1450 most cases. It allows using either hdlist & synthesis when nor
1451 "hdlist:" nor "synthesis" is set (#16232)
1452 - urpmi.update:
1453 o not so verbose by default, only display
1454 'medium "foo" is up-to-date' or 'medium "foo" updated'
1455 - urpmi.removemedia:
1456 o not so verbose by default, only display 'removing medium "foo"'
1457 o do not allow both "-a" and <name>, fix usage
1458 - urpmi.addmedia:
1459 o not so verbose by default, only display 'adding medium "foo"'
1460 o do not add "hdlist: hdlist.<name>.cz" lines in urpmi.cfg,
1461 compute it from <name> (one can still enforce a file name)
1462 o do not default to --probe-synthesis but use both hdlist/synthesis
1463
1464 Version 4.9.4 - 24 November 2006, by Pascal "Pixel" Rigaux
1465
1466 - urpmi.addmedia:
1467 o fix random ordering of media (using --distrib on a non-remote medium)
1468 o now inserting non-remote medium after first non-remote medium
1469 (instead of adding it as first medium)
1470 - urpmi, urpme, urpmq:
1471 o add option --probe-synthesis (allowed with --use-distrib)
1472
1473 Version 4.9.3 - 24 November 2006, by Pascal "Pixel" Rigaux
1474
1475 - bug fix release:
1476 - fix handling multiple virtual hdlist files
1477 (the second pass was not done...)
1478
1479 Version 4.9.2 - 24 November 2006, by Pascal "Pixel" Rigaux
1480
1481 - bug fix release:
1482 - /foo/@86875:bar.src.rpm is not a url with protocol /foo/@86875
1483 - /foo/chroot_tmp/... is not a url with protocol /foo/chroot
1484
1485 Version 4.9.1 - 23 November 2006, by Pascal "Pixel" Rigaux
1486
1487 - cleanup locks handling, log locking, and don't say "urpmi database locked"
1488 when it's the rpm database that is locked
1489 - urpmi:
1490 o add --nokeep (which overrides urpmi.cfg global option "keep")
1491
1492 Version 4.9.0 - 22 November 2006, by Pascal "Pixel" Rigaux
1493
1494 - urpmi:
1495 o don't fork on multiple transactions
1496 o fix buggy print "::logger_id::" (#27026)
1497 - gurpmi2 (tvignaud):
1498 o fix unvisible content
1499 o prevent a dialog to have a height of several scores of thousands pixels
1500 o add support of --root
1501 - urpmi.update:
1502 o don't write urpmi.cfg unless really needed
1503 o don't write md5sum in urpmi.cfg (bugfix)
1504 - urpmi.addmedia:
1505 o drop support for "list" file
1506 (now you must have a hdlist/synthesis on remote server)
1507 o drop support for searching recursively rpms when there is no
1508 hdlist/synthesis. Only search in given directory (ie $url/*.rpm)
1509 o do not use list.<media_name> to store passwords, use /etc/urpmi/netrc
1510 instead. Also do have the url in urpmi.cfg, only the password is removed
1511 o change the format of list.<media_name>, it contains only rpm files
1512 relative to the medium url
1513 o deprecate "... with <relative hdlist/synthesis>". It is not useful anymore
1514 (nb: if you want to force using hdlist or synthesis, use --probe-hdlist or
1515 --probe-synthesis)
1516 o don't write urpmi.cfg twice
1517 o do not look for hdlist/synthesis in ../media_info/hdlist$suffix.cz (nb:
1518 with media.cfg, it will still use hdlist from media/media_info/, but it
1519 will simply use the hdlist$suffix.cz given by media.cfg )
1520 o --norebuild is by default (and deprecated): when the local
1521 hdlist/synthesis is buggy, do not discard it and go searching for *.rpm.
1522 Make it an error instead
1523 o fix building synthesis when using *.rpm (ie no hdlist/synthesis)
1524 - urpmi.removemedia: much faster (since it doesn't parse hdlist/synthesis anymore)
1525 - handle "empty" hdlist/synthesis
1526 - generate names.<media_name> only when the medium is created/updated
1527 - major splitting of urpm.pm in many modules
1528 - major splitting of functions in smaller functions
1529 (eg: update_media was 988 lines long, has been splitted in functions shorter
1530 than 105 lines)
1531 - big code cleanup/rework
1532 - perl_checker compliance (very useful for such big code rework)
1533
1534 * Thu Sep 21 2006 rafael
1535
1536 Fix a bug in urpmi.addmedia for removable media
1537
1538 * Wed Sep 20 2006 rafael
1539
1540 . Hack to minimize file descriptor leak when upgrading from 2006
1541 . Don't read ~/.curlrc (Nicolas Melay)
1542 . Don't ignore other media when using --auto-update
1543
1544 * Wed Sep 13 2006 rafael
1545
1546 Fix bug in handling updates_for keyword in media.cfg
1547
1548 * Tue Sep 12 2006 rafael
1549
1550 . Add support for updates_for keyword in media.cfg
1551 . translation updates
1552
1553 Version 4.8.24 - Sep 06 2006, by rafael
1554
1555 . fixes gurpmi file association
1556 . output bugs fixed
1557 . urpmi -q is more quiet
1558 . translations updated
1559 . reap ssh processes
1560
1561 * Tue Sep 05 2006 rafael
1562
1563 Fix the new menu so gurpmi is run when double-clicking on an rpm
1564 (bug #25148)
1565
1566 * Sat Aug 12 2006 rafael
1567
1568 - New manpage: urpmihowto
1569 - Misc. doc fixes
1570 - Use --anyauth with curl downloads
1571 - urpmi.removemedia and urpmi.addmedia now return a proper exit status
1572 - bash completions fixes by Guillaume Rousse
1573
1574 * Sat Aug 12 2006 rafael
1575
1576 Reapply revision #55291
1577
1578 Version 4.8.22 - Jul 12 2006, by Rafael Garcia-Suarez
1579
1580 - Update docs and translations
1581 - Allow to install deps of an srpm via rurpmi (Pascal Terjan)
1582 - Add an -f option to rpm-find-leaves
1583
1584 Version 4.8.21 - Jun 21 2006, by Rafael Garcia-Suarez
1585
1586 - New command rurpme
1587 - Forbid rurpmi --noscripts
1588 - Don't ignore unselected media with --auto-update
1589 - Remove old rpmdb log files at restart
1590
1591 Version 4.8.20 - Jun 13 2006, by Rafael Garcia-Suarez
1592
1593 - New options to urpmi.addmedia: --interactive and --all-media (Olivier Thauvin)
1594 - urpmi.addmedia --distrib now uses media.cfg instead of hdlists (Olivier Thauvin)
1595 - Use global proxy settings when adding a media (Vincent Panel, bug #22000)
1596 - New urpmf option: -I. Also, make it handle "--" on command line
1597 - Don't restart urpmi when started with --root (bug #22509)
1598 - Misc. fixes to urpmi --bug
1599 - Misc. fixes to gurpmi
1600 - Don't sync to disk when closing rpmdb
1601 - Doc fixes
1602
1603 Version 4.8.19 - Apr 21 2006, by Rafael Garcia-Suarez
1604
1605 - Fix running rurpmi with curl/wget, could have tainting errors
1606 - Repackaging counter is prettier
1607 - Several fixes in gurpmi by Thierry Vignaud
1608
1609 Version 4.8.18 - Apr 06 2006, by Rafael Garcia-Suarez
1610
1611 - Fix noisy output on http media update
1612 - Translation updates
1613
1614 Version 4.8.17 - Apr 04 2006, by Rafael Garcia-Suarez
1615
1616 - urpmi.recover --list-safe
1617 - proper handling of SIGINT in urpmi.addmedia
1618 - make gurpmi clean the download cache
1619 - fix urpmq --synthesis
1620 - make gurpmi test directly if file argument exists (Warly)
1621 - fix ssh download as non-root (Michael Scherer)
1622 - print more reports on download errors
1623 - doc updates
1624
1625 Version 4.8.16 - Mar 22 2006, by Rafael Garcia-Suarez
1626
1627 - Fix again transaction counter (and make it prettier)
1628 - More docs
1629
1630 Version 4.8.15 - Mar 21 2006, by Rafael Garcia-Suarez
1631
1632 - Lock the urpmi db when adding a media
1633 - Correct transaction count, even when repackaging, and better readability
1634 - Enhance a couple of error messages
1635
1636 Version 4.8.14 - Mar 20 2006, by Rafael Garcia-Suarez
1637
1638 - Add --auto-select, --media and --searchmedia options to gurpmi
1639 - Various gurpmi fixes (Thierry Vignaud)
1640 - Fix installation of srpms by urpmi
1641 - Portability enhancements (Buchan Milne)
1642 - Warn on downloader change (Michael Scherer)
1643 - Reuse ssh connection if possible (Michael Scherer)
1644 - Add French man page (Christophe Berthelé)
1645
1646 Version 4.8.13 - Mar 03 2006, by Rafael Garcia-Suarez
1647
1648 - Doc
1649 - Fix cache cleanup (bug #17913)
1650 - Require latest perl-URPM
1651
1652 Version 4.8.12 - Feb 28 2006, by Rafael Garcia-Suarez
1653
1654 - Less verbosity with urpmi -q
1655 - Translation and doc updates
1656 - avoid a perl warning in urpmi.recover
1657
1658 Version 4.8.11 - Feb 17 2006, by Rafael Garcia-Suarez
1659
1660 - New option, urpmi.recover --disable
1661 - Docs fixes
1662 - Miscellaneous bash completions fixes
1663 - Let "ignoresize" be configurable in urpmi.cfg
1664
1665 Version 4.8.10 - Feb 14 2006, by Rafael Garcia-Suarez
1666
1667 - New tool: urpmi.recover (in its own rpm)
1668 - urpmi: clean cache more aggressively (bug #17913)
1669 - Don't log to /var/log/urpmi.log anymore, use syslog
1670 - urpme and urpmi.recover use syslog too
1671 - New config file urpmi.recover.macros
1672 - Add new option --repackage to urpmi and urpme
1673 - Add new option --ignorearch to urpmi and urpmq
1674 - Fix --no-verify-rpm with gurpmi
1675 - Fix usage of global urpmi.cfg options in gurpmi
1676 - Various useability fixes in urpme
1677 - Doc improvements
1678
1679 Version 4.8.9 - Feb 02 2006, by Rafael Garcia-Suarez
1680
1681 - Fix call of --limit-rate option with recent curls
1682 - Fix some explanations on biarch environments
1683 - Fix error recovery on download of description files (Shlomi Fish)
1684 - Docs and translation updates
1685
1686 Version 4.8.8 - Jan 25 2006, by Rafael Garcia-Suarez
1687
1688 - urpmi can now install specfile dependencies
1689 - Escape media names in urpmq --dump-config (Michael Scherer)
1690 - Require latest perl-URPM
1691 - Better docs
1692
1693 Version 4.8.7 - Jan 13 2006, by Rafael Garcia-Suarez
1694
1695 - Allow to install SRPMs as a non-root user (Pascal Terjan)
1696 - Better diagnostics in a few cases
1697 - Doc improvements; document --nolock option
1698 - Don't lock when installing into a chroot
1699 - Code cleanup in download routines
1700
1701 Version 4.8.6 - Jan 04 2006, by Rafael Garcia-Suarez
1702
1703 - rurpmi now doesn't install packages with unmatching signatures
1704 - Fix MD5SUM bug
1705 - Count correctly transactions even when some of them failed
1706 - Don't update media twice when restarting urpmi
1707
1708 Version 4.8.5 - Dec 23 2005, by Rafael Garcia-Suarez
1709
1710 - New urpmi option, --auto-update
1711 - New urpme option, --noscripts
1712
1713 Version 4.8.4 - Dec 08 2005, by Rafael Garcia-Suarez
1714
1715 - urpmi.addmedia doesn't reset proxy settings anymore
1716 - urpmi.removemedia now removes corresponding proxy settings
1717 - Fix installation of packages that provide and obsolete older ones
1718 - Remove the urpmq --headers option
1719
1720 Version 4.8.3 - Dec 05 2005, by Rafael Garcia-Suarez
1721
1722 - New configuration option, default-media
1723 - New options --wget-options, --curl-options and --rsync-options
1724 - Fix /proc/mount parsing to figure out if a fs is read-only (Olivier Blin)
1725 - Use a symlink for rpm-find-leaves (Thierry Vignaud)
1726 - Better error checking when generating names file
1727 - Manpage updates
1728 - Translation updates
1729 - Bash completion updates
1730
1731 Version 4.8.2 - Nov 25 2005, by Rafael Garcia-Suarez
1732
1733 - Now build urpmi using MakeMaker.
1734 - Some basic regression tests.
1735 - Non-english man pages are not installed by default anymore. They were not at
1736 all up to date with the development of the last years.
1737 - English man pages are now in POD format.
1738 - Correctly search for package names that contain regex metacharacters.
1739
1740 Version 4.8.1-2mdk - Nov 17 2005, by Rafael Garcia-Suarez
1741
1742 - urpmi: Move summary of number of packages / size installed at the end
1743 - Don't require ka-run directly, use virtual package parallel-tools
1744 - Message updates
1745
1746 Version 4.8.1 - Nov 17 2005, by Rafael Garcia-Suarez
1747
1748 - Display README.urpmi only once
1749 - Add a --noscripts option to urpmi
1750 - Install uninstalled packages as installs, not as upgrades
1751 - Make urpmi::parallel_ka_run work with taktuk2
1752
1753 Version 4.8.0 - Nov 14 2005, by Rafael Garcia-Suarez
1754
1755 - Allow to put rpm names on the gurpmi command-line
1756 - Make --no-verify-rpm work for gurpmi
1757 - Improve some error messages in urpmi and gurpmi (bug #19060)
1758 - Fail earlier and more aggressively when downloading fails
1759 - Fix download with rsync over ssh
1760 - Use the --no-check-certificate option for downloading with wget
1761 - Use MDV::Packdrakeng; avoid requiring File::Temp, MDK::Common and packdrake
1762 - Build process improvements
1763 - Reorganize urpmq docs; make urpmq more robust; make urpmq require less locks
1764
1765 Version 4.7.18 - Oct 27 2005, by Rafael Garcia-Suarez
1766
1767 - gurpmi now expands .urpmi files given on command-line, just like urpmi
1768 - urpmi.addmedia --raw marks the newly added media as ignored
1769
1770 Version 4.7.17 - Oct 21 2005, by Rafael Garcia-Suarez
1771
1772 - Complete urpmf overhaul
1773 - Fix verbosity of downloader routines
1774
1775 Version 4.7.16 - Oct 12 2005, by Rafael Garcia-Suarez
1776
1777 - New urpmi option --ignoresize
1778 - urpmq, urpmi.addmedia and urpmi.update now abort on unrecognized options
1779 - Add glibc to the priority upgrades
1780
1781 Version 4.7.15 - Sep 15 2005, by Rafael Garcia-Suarez
1782
1783 - Fix --gui bug with changing media
1784 - Message updates
1785
1786 Version 4.7.14 - Sep 08 2005, by Rafael Garcia-Suarez
1787
1788 - Optimize utf-8 operations
1789 - Don't decode utf-8 text when the locale charset is itself in utf-8
1790 - Message updates
1791
1792 Version 4.7.13 - Sep 06 2005, by Rafael Garcia-Suarez
1793
1794 - Really make Date::Manip optional
1795
1796 Version 4.7.12 - Sep 02 2005, by Rafael Garcia-Suarez
1797
1798 - Fix urpmi --gui when changing CD-ROMs
1799 - Fix a case of utf-8 double encoding
1800
1801 Version 4.7.11-3mdk - Sep 01 2005, by Rafael Garcia-Suarez
1802
1803 - suppress wide character warnings
1804
1805 Version 4.7.11-2mdk - Aug 31 2005, by Rafael Garcia-Suarez
1806
1807 - message updates
1808 - decode utf-8 on output
1809
1810 Version 4.7.11 - Aug 20 2005, by Rafael Garcia-Suarez
1811
1812 - MD5 for hdlists weren't checked with http media
1813 - Don't print twice unsatisfied packages
1814 - gurpmi: allow to cancel when gurpmi asks to insert a new media
1815
1816 Version 4.7.10-2mdk - Jul 19 2005, by Rafael Garcia-Suarez
1817
1818 - Message and manpage updates
1819
1820 Version 4.7.10 - Jul 02 2005, by Rafael Garcia-Suarez
1821
1822 - Fix rurpmi --help
1823 - Patch by Pascal Terjan for bug 16663 : display the packages names urpmi
1824 guessed when it issues the message 'all packages are already installed'
1825 - Allow to cancel insertion of new media in urpmi --gui
1826 - Message updates
1827
1828 Version 4.7.9 - Jun 30 2005, by Rafael Garcia-Suarez
1829
1830 - Add rurpmi, an experimental restricted version of urpmi (intended
1831 to be used by sudoers)
1832
1833 Version 4.7.8 - Jun 29 2005, by Rafael Garcia-Suarez
1834
1835 - Allow to select more than one choice in alternative packages to be installed
1836 by urpmi
1837 - Add LDAP media at the end
1838 - Doc and translations updated
1839
1840 Version 4.7.7 - Jun 14 2005, by Rafael Garcia-Suarez
1841
1842 - Fix documentation for urpmq --summary/-S and urpmf -i (Olivier Blin)
1843 - urpmq: extract headers only once
1844
1845 Version 4.7.6 - Jun 11 2005, by Rafael Garcia-Suarez
1846
1847 - Fix bug on urpmi-parallel-ssh on localhost with network media
1848
1849 Version 4.7.5 - Jun 10 2005, by Rafael Garcia-Suarez
1850
1851 - urpmi-parallel-ssh now supports 'localhost' in the node list and is a bit
1852 better documented
1853
1854 Version 4.7.4 - Jun 08 2005, by Rafael Garcia-Suarez
1855
1856 - Implement basic support for installing delta rpms
1857 - Fix bug #16104 in gurpmi: choice window wasn't working
1858 - Implement -RR in urpmq to search through virtual packages as well (bug 15895)
1859 - Manpage updates
1860
1861 Version 4.7.3-2mdk - May 18 2005, by Rafael Garcia-Suarez
1862
1863 - Previous release was broken
1864
1865 Version 4.7.3 - May 18 2005, by Rafael Garcia-Suarez
1866
1867 - Introduce urpmi-ldap (thanks to Michael Scherer)
1868 - Don't pass bogus -z option to curl
1869 - Add descriptions to the list of rpms to be installed in gurpmi
1870
1871 Version 4.7.2 - May 05 2005, by Rafael Garcia-Suarez
1872
1873 - Adaptations for rpm 4.4.1 (new-style key ids)
1874 - Add a "nopubkey" global option in urpmi.cfg and a --nopubkey switch to
1875 urpmi.addmedia
1876
1877 Version 4.7.1 - Apr 29 2005, by Rafael Garcia-Suarez
1878
1879 - Fix a long-standing bug when copying symlinked hdlists over nfs
1880 - Minor rewrites in the proxy handling code
1881
1882 Version 4.7.0 - Apr 27 2005, by Rafael Garcia-Suarez
1883
1884 - urpmi.addmedia: new option --raw
1885 - remove time stamps from rewritten config files
1886 - new config option: "prohibit-remove" (Michael Scherer)
1887 - urpmi: don't remove basesystem or prohibit-remove packages when installing
1888 other ones
1889 - new config option: "static" media never get updated
1890 - gurpmi: correctly handle several rpms at once from konqueror
1891 - urpmi: new option --no-install (Michael Scherer)
1892 - urpmi: allow relative pathnames in --root (Michael Scherer)
1893 - urpmi: handle --proxy-user=ask, so urpmi will ask user for proxy credentials
1894 - improve man pages
1895 - po updates
1896
1897 Version 4.6.24-3mdk - Apr 12 2005, by Rafael Garcia-Suarez
1898
1899 - Change the default URL for the mirrors list file
1900
1901 Version 4.6.24-2mdk - Apr 07 2005, by Rafael Garcia-Suarez
1902
1903 - po updates
1904
1905 Version 4.6.24 - Mar 31 2005, by Rafael Garcia-Suarez
1906
1907 - More fixes related to ISO and removable media
1908
1909 Version 4.6.23-5mdk - Mar 25 2005, by Rafael Garcia-Suarez
1910
1911 - Fixes related to ISO media
1912
1913 Version 4.6.23-4mdk - Mar 24 2005, by Rafael Garcia-Suarez
1914
1915 - Disable --gui option when $DISPLAY isn't set
1916
1917 Version 4.6.23-3mdk - Mar 23 2005, by Rafael Garcia-Suarez
1918
1919 - Add a --summary option to urpmq (Michael Scherer)
1920
1921 Version 4.6.23-2mdk - Mar 11 2005, by Rafael Garcia-Suarez
1922
1923 - error checking was sometimes not enough forgiving
1924
1925 Version 4.6.23 - Mar 10 2005, by Rafael Garcia-Suarez
1926
1927 - new urpmi option, --retry
1928 - better system error messages
1929
1930 Version 4.6.22-2mdk - Mar 09 2005, by Rafael Garcia-Suarez
1931
1932 - Warn when a chroot doesn't has a /dev
1933
1934 Version 4.6.22 - Mar 08 2005, by Rafael Garcia-Suarez
1935
1936 - Fix addition of media with passwords
1937 - More verifications on local list files
1938
1939 Version 4.6.21 - Mar 07 2005, by Rafael Garcia-Suarez
1940
1941 - Output log messages to stdout, not stderr.
1942 - Fix spurious tags appearing in urpmi.cfg
1943 - Documentation nits and translations
1944 - Menu fix for gurpmi (Frederic Crozat)
1945
1946 Version 4.6.20 - Feb 25 2005, by Rafael Garcia-Suarez
1947
1948 - Output takes now into account the locale's charset
1949 - Fix log error in urpmi-parallel
1950 - Docs, language updates
1951
1952 Version 4.6.19 - Feb 21 2005, by Rafael Garcia-Suarez
1953
1954 - Document /etc/urpmi/mirror.config, and factorize code that parses it
1955
1956 Version 4.6.18 - Feb 17 2005, by Rafael Garcia-Suarez
1957
1958 - Work around bug 13685, bug in display of curl progress
1959 - Fix bug 13644, urpmi.addmedia --distrib was broken
1960 - Remove obsoleted and broken --distrib-XXX command-line option
1961
1962 Version 4.6.17 - Feb 16 2005, by Rafael Garcia-Suarez
1963
1964 - Remove curl 7.2.12 bug workaround, and require at least curl 7.13.0
1965 - Fix parsing of hdlists file when adding media with --distrib
1966
1967 Version 4.6.16-2mdk - Feb 14 2005, by Rafael Garcia-Suarez
1968
1969 - Don't call rpm during restart to avoid locking
1970
1971 Version 4.6.16 - Feb 14 2005, by Rafael Garcia-Suarez
1972
1973 - Patch by Michael Scherer to allow to use variables in media URLs
1974 - Fix retrieval of source packages (e.g. urpmq --sources) with alternative
1975 dependencies foo|bar (Pascal Terjan)
1976 - Fix --root option in urpme
1977 - Require latest perl-URPM
1978
1979 Version 4.6.15 - Feb 04 2005, by Rafael Garcia-Suarez
1980
1981 - Add ChangeLog in docs
1982 - Message updates
1983 - gurpmi now handles utf-8 messages
1984 - print help messages to stdout, not stderr
1985 - rpm-find-leaves cleanup (Michael Scherer)
1986 - man page updates
1987
1988 Version 4.6.14 - Jan 31 2005, by Rafael Garcia-Suarez
1989
1990 - urpmi.addmedia and urpmi now support ISO images as removable media
1991 - "urpmq -R" will now report far less requires, skipping virtual packages.
1992 - Improve bash-completion for media names, through new options to urpmq
1993 --list-media (by Guillaume Rousse)
1994
1995 Version 4.6.13 - Jan 25 2005, by Rafael Garcia-Suarez
1996
1997 - urpme now dies when not run as root
1998 - improve error reporting in urpmi-parallel
1999 - perl-base is no longer a priority upgrade by default
2000 - factor code in gurpmi.pm; gurpmi now supports the --no-verify-rpm option
2001 - "urpmi --gui" will now ask with a GUI popup to change media. Intended to be
2002 used with --auto (so other annoying dialogs are not shown).
2003
2004 Version 4.6.12 - Jan 19 2005, by Rafael Garcia-Suarez
2005
2006 - perl-base is now a priority upgrade by default
2007 - gurpmi has been split in two programs, so users can save rpms without being root
2008
2009 Version 4.6.11 - Jan 10 2005, by Rafael Garcia-Suarez
2010
2011 - Add an option to urpmi, --expect-install, that tells urpmi to return with an
2012 exit status of 15 if it installed nothing.
2013 - Fix 'urpmf --summary' (Michael Scherer)
2014 - Language updates
2015
2016 Version 4.6.10 - Jan 06 2005, by Rafael Garcia-Suarez
2017
2018 - Langage updates
2019 - urpmi now returns a non-zero exit status il all requested packages were
2020 already installed
2021 - fix a small bug in urpmq with virtual media (Olivier Blin)
2022 - fail if the main filesystems are mounted read-only
2023
2024 Version 4.6.9 - Dec 17 2004, by Rafael Garcia-Suarez
2025
2026 - Fix urpmi --skip
2027 - Tell number of packages that will be removed by urpme
2028 - Remove gurpm module, conflict with older rpmdrakes
2029
2030 Version 4.6.8 - Dec 13 2004, by Rafael Garcia-Suarez
2031
2032 - Adding a media should not fail when there is no pubkey file available
2033 (bug #12646)
2034
2035 Version 4.6.7 - Dec 10 2004, by Rafael Garcia-Suarez
2036
2037 - Fix a problem in finding pubkeys for SRPM media.
2038 - Fix a problem in detecting download ends with curl [Bug 12634]
2039
2040 Version 4.6.6-2mdk - Dec 08 2004, by Rafael Garcia-Suarez
2041
2042 - Improvements to gurpmi: scrollbar to avoid windows too large, interface
2043 refreshed more often, less questions when unnecessary, fix --help.
2044
2045 Version 4.6.6 - Dec 07 2004, by Rafael Garcia-Suarez
2046
2047 - gurpmi has been reimplemented as a standalone gtk2 program.
2048 - As a consequence, urpmi --X doesn't work any longer.
2049
2050 Version 4.6.5 - Dec 03 2004, by Rafael Garcia-Suarez
2051
2052 - Add --ignore and -­no-ignore options to urpmi.update
2053 - Reduce urpmi redundant verbosity
2054
2055 Version 4.6.4-4mdk - Dec 02 2004, by Rafael Garcia-Suarez
2056
2057 - Minor fix in urpmi.addmedia (autonumerotation of media added with --distrib)
2058
2059 Version 4.6.4-3mdk - Dec 01 2004, by Rafael Garcia-Suarez
2060
2061 - Internal API additions
2062 - urpmi wasn't taking into account the global downloader setting
2063
2064 Version 4.6.4-2mdk - Nov 30 2004, by Rafael Garcia-Suarez
2065
2066 - Fix package count introduced in previous release
2067
2068 Version 4.6.4 - Nov 29 2004, by Rafael Garcia-Suarez
2069
2070 - From now on, look for descriptions files in the media_info subdirectory.
2071 This will be used by the 10.2 update media.
2072 - Recall total number of packages when installing.
2073
2074 Version 4.6.3 - Nov 26 2004, by Rafael Garcia-Suarez
2075
2076 - urpmq -i now works as non root
2077 - translations and man pages updated
2078 - more curl workarounds
2079
2080 Version 4.6.2 - Nov 25 2004, by Rafael Garcia-Suarez
2081
2082 - when passing --proxy to urpmi.addmedia, this proxy setting is now saved for the
2083 new media
2084 - New option --search-media to urpmi and urpmq (Olivier Thauvin)
2085 - work around a display bug in curl for authenticated http sources
2086 - when asking for choices, default to the first one
2087
2088 Version 4.6.1 - Nov 19 2004, by Rafael Garcia-Suarez
2089
2090 - reconfig.urpmi on mirrors must now begin with a magic line
2091 - don't create symlinks in /var/lib/urpmi, this used to mess up updates
2092 - warn when MD5SUM file is empty/malformed
2093 - use proxy to download mirror list
2094 - Cleanup text mode progress output
2095
2096 Version 4.6-2mdk - Nov 12 2004, by Rafael Garcia-Suarez
2097
2098 - New error message: "The following packages can't be installed because they
2099 depend on packages that are older than the installed ones"
2100
2101 Version 4.6 - Nov 09 2004, by Rafael Garcia-Suarez
2102
2103 - New option --norebuild to urpmi, urpmi.update and urpmi.addmedia.
2104 - New --strict-arch option to urpmi
2105 - Fix ownership of files in /var/lib/urpmi
2106 - Fix bash completion for media names with spaces (Guillaume Rousse)
2107 - Fix parallel_ssh in non-graphical mode
2108 - Small fixes for local media built from directories containing RPMs
2109 - Fix search for source rpm by name
2110 - Translation updates, man page updates, code cleanup
2111
2112 Version 4.5-28mdk - Sep 30 2004, by Rafael Garcia-Suarez
2113
2114 - New urpmf option, -m, to get the media in which a package is found
2115 - Silence some noise in urpmq
2116
2117 Version 4.5-27mdk - Sep 29 2004, by Rafael Garcia-Suarez
2118
2119 - Change description
2120 - Add a "--" option to urpmi.removemedia
2121 - Better error message in urpmi.update when hdlists are corrupted
2122
2123 Version 4.5-26mdk - Sep 18 2004, by Rafael Garcia-Suarez
2124
2125 - urpmi.addmedia should create urpmi.cfg if it doesn't exist.
2126
2127 Version 4.5-25mdk - Sep 15 2004, by Rafael Garcia-Suarez
2128
2129 - Don't print the urpmf results twice when using virtual media.
2130 - Translations updates.
2131
2132 Version 4.5-24mdk - Sep 10 2004, by Rafael Garcia-Suarez
2133
2134 - Remove deprecation warning.
2135 - Translations updates.
2136
2137 Version 4.5-23mdk - Sep 03 2004, by Rafael Garcia-Suarez
2138
2139 - Handle new keywords in hdlists file.
2140 - Translations updates.
2141
2142 Version 4.5-22mdk - Aug 31 2004, by Rafael Garcia-Suarez
2143
2144 - Fix download with curl with usernames that contains '@' (for mandrakeclub)
2145 - Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia.
2146 - Re-allow transaction split with --allow-force or --allow-nodeps
2147
2148 Version 4.5-21mdk - Aug 26 2004, by Rafael Garcia-Suarez
2149
2150 - new --root option to rpm-find-leaves.pl (Michael Scherer)
2151 - add timeouts for connection establishments
2152 - Language and manpages updates (new manpage, proxy.cfg(5))
2153
2154 Version 4.5-20mdk - Aug 12 2004, by Rafael Garcia-Suarez
2155
2156 - Language updates
2157 - Fix urpmi.addmedia --distrib with distribution CDs
2158 - Fix taint failures with gurpmi
2159 - Display summaries of packages when user is asked for choices (Michael Scherer)
2160 - Update manpages
2161
2162 Version 4.5-19mdk - Jul 31 2004, by Rafael Garcia-Suarez
2163
2164 - Add --more-choices option to urpmi
2165 - Fix urpmi --excludedocs
2166 - Make urpmi.addmedia --distrib grok the new media structure
2167 - and other small fixes
2168
2169 Version 4.5-18mdk - Jul 28 2004, by Rafael Garcia-Suarez
2170
2171 - Better error handling for copy failures (disk full, etc.)
2172 - Better handling of symlinks (Titi)
2173 - New noreconfigure flag in urpmi.cfg: ignore media reconfiguration (Misc)
2174 - More robust reconfiguration
2175 - Preserve media order in urpmi.cfg, add local media at the top of the list
2176 - file:/// urls may now be replaced by bare absolute paths.
2177 - New urpmq option: -Y (fuzzy, case-insensitive)
2178 - New options for urpmi.addmedia, urpmi.removemedia and urpmi.update:
2179 -q (quiet) and -v (verbose).
2180 - Updated bash completion.
2181 - Message and documentation updates.
2182
2183 Version 4.5-17mdk - Jul 24 2004, by Rafael Garcia-Suarez
2184
2185 - Make --use-distrib support new media layout.
2186 - Update manpages.
2187
2188 Version 4.5-16mdk - Jul 23 2004, by Rafael Garcia-Suarez
2189
2190 - Automagically reconfigure NFS media as well. (duh.)
2191
2192 Version 4.5-15mdk - Jul 21 2004, by Rafael Garcia-Suarez
2193
2194 - Support for automatic reconfiguration of media layout
2195 - Remove setuid support
2196 - Minor fixes and language updates
2197
2198 Version 4.5-14mdk - Jul 13 2004, by Rafael Garcia-Suarez
2199
2200 - Simplified and documented skip.list and inst.list
2201 - Add an option -y (fuzzy) to urpmi.removemedia
2202
2203 Version 4.5-13mdk - Jul 10 2004, by Rafael Garcia-Suarez
2204
2205 - Support for README.*.urpmi
2206 - add a --version command-line argument to everything
2207 - Deleting media now deletes corresponding proxy configuration
2208 - Code cleanups
2209
2210 Version 4.5-12mdk - Jul 06 2004, by Rafael Garcia-Suarez
2211
2212 - Disallow two medias with the same name
2213 - urpmi.removemedia no longer performs a fuzzy match on media names
2214
2215 Version 4.5-11mdk - Jul 01 2004, by Rafael Garcia-Suarez
2216
2217 - Methods to change and write proxy.cfg
2218 - Language updates
2219
2220 Version 4.5-10mdk - Jun 30 2004, by Rafael Garcia-Suarez
2221
2222 - Rewrite the proxy.cfg parser
2223 - Let the proxy be settable per media (still undocumented)
2224
2225 Version 4.5-9mdk - Jun 29 2004, by Rafael Garcia-Suarez
2226
2227 - Rewrite the urpmi.cfg parser
2228 - Make the verify-rpm and downloader options be settable per media in urpmi.cfg
2229
2230 Version 4.5-8mdk - Jun 24 2004, by Rafael Garcia-Suarez
2231
2232 - Emergency fix on urpmi.update
2233
2234 Version 4.5-7mdk - Jun 24 2004, by Rafael Garcia-Suarez
2235
2236 - Message and man page updates
2237 - Minor fixes
2238
2239 Version 4.5-6mdk - May 28 2004, by Stefan van der Eijk <stefan@eijk.nu>
2240
2241 - fixed Fedora build (gurmpi installed but unpackaged files)
2242
2243 Version 4.5-5mdk - May 22 2004, by Rafael Garcia-Suarez
2244
2245 - locale and command-line fixes
2246 - urpmf now warns when no hdlist is used
2247 - improve docs, manpages, error messages
2248 - urpmi.addmedia doesn't search for hdlists anymore when a 'with' argument
2249 is provided
2250
2251 Version 4.5-4mdk - May 05 2004, by Rafael Garcia-Suarez
2252
2253 - urpmi.addmedia no longer probes for synthesis/hdlist files when a
2254 "with" argument is provided
2255 - gurpmi was broken
2256 - skip comments in /etc/fstab
2257 - better bash completion (O. Blin)
2258 - fix rsync download (O. Thauvin)
2259
2260 Version 4.5-3mdk - Apr 29 2004, by Rafael Garcia-Suarez
2261
2262 - Fix message output in urpme
2263 - Fix input of Y/N answers depending on current locale
2264
2265 Version 4.5-2mdk - Apr 29 2004, by Rafael Garcia-Suarez
2266
2267 - Bug fixes : locale handling, command-line argument parsing
2268 - Add new French manpages from the man-pages-fr package
2269
2270 Version 4.5 - Apr 27 2004, by Rafael Garcia-Suarez
2271
2272 - Refactorization, split code in new modules, minor bugfixes
2273
2274 Version 4.4.5-10mdk - Mar 17 2004, by Warly
2275
2276 - do not display the urpmi internal name when asking for a media insertion
2277 (confusing people with extra cdrom1, cdrom2 which does not refer to cdrom but hdlists)
2278
2279 Version 4.4.5-9mdk - Mar 16 2004, by Frederic Crozat
2280
2281 - fix mimetype in menu file (correct separator is , not ;)
2282
2283 Version 4.4.5-8mdk - Feb 22 2004, by François Pons
2284
2285 - fix bug 8110 (urpmq -y automatically uses -a).
2286 - gurpm.pm: allow to pass options to ugtk2 object (so that we can set
2287 transient_for option, fixes #8146) (gc)
2288 - From Olivier Thauvin <thauvin@aerov.jussieu.fr>
2289 - Own /usr/lib/perl5/vendor_perl/5.8.8/urpm
2290 - fix bug #6749 (man pages)
2291
2292 Version 4.4.5-7mdk - Feb 20 2004, by David Baudens
2293
2294 - Revert menu entry from needs="x11" to needs="gnome" and needs="kde"
2295
2296 Version 4.4.5-6mdk - Feb 19 2004, by David Baudens
2297
2298 - Fix menu entry
2299
2300 Version 4.4.5-5mdk - Feb 11 2004, by Olivier Blin
2301
2302 - send download errors to error output instead of log output
2303 (in order to display them in non-verbose mode too)
2304 - From Guillaume Cottenceau :
2305 - gurpmi: don't escape "," in translatable string, do it after translation
2306
2307 Version 4.4.5-4mdk - Feb 09 2004, by Guillaume Cottenceau
2308
2309 - fix bug #7472: progressbar forced to be thicker than default
2310 - gurpmi: when cancel button is destroyed forever from within
2311 rpmdrake (after all downloads completed) ask gtk to recompute
2312 size of toplevel window to not end up with an ugly void space
2313 - gurpmi: say that we support application/x-urpmi mimetype as well
2314 - gurpmi: handle case where user clicked on a src.rpm, suggest
2315 user is misleaded, allow to do nothing, really install, or
2316 save on disk
2317 - gurpmi: allow installing or saving binary rpm as well
2318
2319 Version 4.4.5-3mdk - Feb 03 2004, by François Pons
2320
2321 - fixed bug of reference of ../ in hdlists file.
2322 - fixed bug 6834.
2323
2324 Version 4.4.5-2mdk - Feb 03 2004, by Guillaume Cottenceau
2325
2326 - convert some gurpmi dialogs to UTF8 as they should (part of
2327 bug #7156, needs latest change in perl-Locale-gettext as well)
2328
2329 Version 4.4.5 - Jan 30 2004, by Olivier Blin
2330
2331 - add --resume and --no-resume options in urpmi
2332 (to resume transfer of partially-downloaded files)
2333 - add resume option in global config section
2334
2335 Version 4.4.4 - Jan 28 2004, by Olivier Blin
2336
2337 - fix --wget and --curl in urpmi.update
2338
2339 Version 4.4.3 - Jan 21 2004, by Olivier Blin
2340
2341 - add downloader option in global config section
2342 - better error reporting for curl
2343 - fix urpmq -i on media with synthesis hdlist
2344 - fix --limit-rate in man pages (it's in bytes/sec)
2345 - really fix urpme --root
2346 - support --root in bash_completion (Guillaume Rousse)
2347 - perl_checker fixes
2348
2349 Version 4.4.2 - Jan 15 2004, by Olivier Blin
2350
2351 - print updates description in urpmq -i when available
2352 - add auto and keep options in global config section
2353 - urpmq -l (list files), urpmq --changelog
2354 - lock rpm db even in chroot for urpmq
2355 - enhance urpmq -i for non root user (fetch Description field)
2356 - fix urpmq --sources for non root user (do not give a wrong url)
2357 - fix urpme --root
2358 - / can be used as root, it's not a particular case
2359 - lock rpm db in chroot, and urpmi db in /
2360 - ask to be root to use auto-select in urpmi
2361 - ask to be root to install binary rpms in chroot
2362 - From Guillaume Cottenceau :
2363 - more graphical feedback in urpmi --parallel --X (status, progress, etc)
2364 - From Pascal Terjan :
2365 - $root =~ s!/*!! to avoid root detection issue
2366 - From Olivier Thauvin <thauvin@aerov.jussieu.fr> :
2367 - add --use-distrib
2368 - fix urpmq for virtual medium
2369 - add --root in man/--help (thanks Zborg for english help)
2370 - fix issue using virtual medium and --bug
2371 - update error message if --bug dir exist
2372
2373 Version 4.4.1 - Jan 12 2004, by Guillaume Cottenceau
2374
2375 - add ability to cancel packages downloads from within rpmdrake
2376 (subsubversion increase)
2377 - don't explicitely provide perl(urpm) and perl(gurpm), it's unneeded
2378
2379 Version 4.4-52mdk - Jan 09 2004, by Warly
2380
2381 - provides perl(gurpm) in gurpmi
2382
2383 Version 4.4-51mdk - Jan 06 2004, by Pixel
2384
2385 - provide perl(urpm) (needed by rpmdrake)
2386
2387 Version 4.4-50mdk - Jan 05 2004, by Abel Cheung <deaddog@deaddog.org>
2388
2389 - Remove bash-completion dependency
2390
2391 Version 4.4-49mdk - Jan 04 2004, by Olivier Thauvin <thauvin@aerov.jussieu.fr>
2392
2393 - apply Guillaume Rousse patch
2394 - Fix bug #6666
2395
2396 Version 4.4-48mdk - Dec 24 2003, by Olivier Thauvin <thauvin@aerov.jussieu.fr>
2397
2398 - urpmi.update: add --force-key
2399 - urpmq: add --list-url and --dump-config
2400
2401 Version 4.4-46mdk - Dec 14 2003, by François Pons
2402
2403 - fixed improper restart and possible loop of restart.
2404
2405 Version 4.4-45mdk - Dec 09 2003, by François Pons
2406
2407 - added compability with RH 7.3.
2408
2409 Version 4.4-44mdk - Dec 05 2003, by François Pons
2410
2411 - fixed bug 6013, 6386, 6459.
2412 - fixed restart of urpmi in test mode which should be avoided.
2413 - added executability if perl-Locale-gettext is missing.
2414
2415 Version 4.4-43mdk - Nov 05 2003, by Guillaume Cottenceau
2416
2417 - urpmi: fix exitcode always true when running in gurpmi mode, by
2418 using _exit instead of exit, probably some atexit gtk stuff in the way
2419
2420 Version 4.4-41mdk - Oct 30 2003, by François Pons
2421
2422 - added the Erwan feature (update rpm, perl-URPM or urpmi first and
2423 restart urpmi in such case).
2424 - added contributors section in man page (please accept I may have
2425 forget you, so ask to authors in such case).
2426
2427 Version 4.4-40mdk - Oct 22 2003, by François Pons
2428
2429 - fixed invalid signature checking when using --media on first
2430 package listed.
2431
2432 Version 4.4-39mdk - Oct 08 2003, by François Pons
2433
2434 - fixed names.XXX file not always regenerated.
2435
2436 Version 4.4-38mdk - Sep 24 2003, by François Pons
2437
2438 - fixed md5sum or copy of hdlist of virtual media uneeded.
2439 - fixed bug 5807 for names.XXX files still present after removing
2440 medium XXX.
2441 - fixed bug 5802 about exotic character recognized as default answer.
2442 - fixed bug 5833 about urpme having Y for removing packages by default.
2443 - fixed parallel urpme on some cases.
2444
2445 Version 4.4-37mdk - Sep 17 2003, by François Pons
2446
2447 - fixed virtual media examination of list file.
2448
2449 Version 4.4-36mdk - Sep 16 2003, by François Pons
2450
2451 - fixed virtual media examination of descriptions or pubkey files.
2452 - fixed adding medium on a directory directly under root, as in
2453 file://tmp for example.
2454 - removing stale logs.
2455
2456 Version 4.4-35mdk - Sep 10 2003, by François Pons
2457
2458 - get back skipping warning as log (so disabled by default for urpmi).
2459 - make sure one package is only displayed once for skipping and
2460 installing log.
2461 - translation and cs man pages updates.
2462 - fixed urpmf man pages.
2463
2464 Version 4.4-34mdk - Sep 08 2003, by François Pons
2465
2466 - make sure --force will answer yes for all question (except
2467 choosing a package and changing removable media, this means that
2468 signature checking is also disabled).
2469 - force second pass if virtual media using hdlist are used.
2470 - improved probing files for hdlist or synthesis.
2471
2472 Version 4.4-33mdk - Sep 06 2003, by François Pons
2473
2474 - added automatic generation of /var/lib/urpmi/names.<medium>
2475 for completion to be faster.
2476 - skipped or installed entries are first tested against
2477 compatible arch.
2478
2479 Version 4.4-32mdk - Sep 05 2003, by François Pons
2480
2481 - fixed symlink in current working directory.
2482 - added fixes from gc (signature checking improvement and
2483 basename usage).
2484 - fixed bad reason with standalone star in text.
2485 - skipping log are now always displayed.
2486
2487 Version 4.4-31mdk - Sep 04 2003, by François Pons
2488
2489 - removed obsoleted and no more used -d of urpmi.update.
2490 - fixed --bug to handle local pakcages and virtual media.
2491 - added -z option to urpmi, urpmi.addmedia and urpmi.update for
2492 handling on the fly compression if possible, only handled for
2493 rsync:// and ssh:// protocol currently.
2494 - removed -z option by default for rsync:// protocol.
2495 - avoid trying locking rpmdb when using --env.
2496 - fixed media updating on second pass when a synthesis
2497 virtual medium is used.
2498
2499 Version 4.4-30mdk - Sep 02 2003, by François Pons
2500
2501 - improved checking to be safer and smarter.
2502 - added urpm::check_sources_signatures.
2503
2504 Version 4.4-29mdk - Sep 01 2003, by François Pons
2505
2506 - fixed @EXPORT of *N to be N only (avoid clashes with rpmdrake
2507 or others, and fix #5090)
2508 - added urpmi.cfg man page in section 5.
2509 - fixed bug 5058.
2510
2511 Version 4.4-28mdk - Aug 28 2003, by François Pons
2512
2513 - fixed transaction number restarting at 1 in split mode.
2514 - updated C and fr man pages.
2515 - added urpme man page.
2516
2517 Version 4.4-27mdk - Aug 28 2003, by François Pons
2518
2519 - update /var/lib/urpmi/MD5SUM for managing md5sum of files.
2520 - make sure cwd is changed when downloading to cache directory.
2521
2522 Version 4.4-26mdk - Aug 26 2003, by François Pons
2523
2524 - added -z for rsync:// protocol by default.
2525 - fixed some cosmetic log glitches when progressing download.
2526 - fixed multiple removable device management.
2527 - fixed urpmi not locking urpmi db.
2528
2529 Version 4.4-25mdk - Aug 22 2003, by François Pons
2530
2531 - automatically fork transaction if they are multiple.
2532
2533 Version 4.4-24mdk - Aug 21 2003, by François Pons
2534
2535 - updated with newer perl-URPM (changes in URPM::Signature).
2536
2537 Version 4.4-23mdk - Aug 20 2003, by François Pons
2538
2539 - fixed bad key ids recognized from pubkey during update of media.
2540 - simplified list and pubkey location to be more compatible with
2541 previous version and avoid probing too many files.
2542 - simplified log to be more explicit when a key is imported.
2543
2544 Version 4.4-22mdk - Aug 19 2003, by François Pons
2545
2546 - fixed MD5SUM and pubkey management for local media.
2547 - fixed post deadlock with rpm < 4.2.
2548
2549 Version 4.4-21mdk - Aug 11 2003, by François Pons
2550
2551 - added -a flag for urpmq (so that urpmq -a -y -r will do what
2552 is requested more or less).
2553 - fixed rsync:// and ssh:// protocol with integer limit-rate not
2554 multiple of 1024.
2555
2556 Version 4.4-20mdk - Aug 11 2003, by François Pons
2557
2558 - fixed bug 4637 and add reason for removing package in urpme.
2559 - fixed handling of pubkey file.
2560 - fixed proxy typo when using curl (Guillaume).
2561
2562 Version 4.4-19mdk - Aug 06 2003, by François Pons
2563
2564 - fixed local package not found when using curl and without an
2565 absolute path.
2566 - added signature support on distant media (in pubkey file).
2567 - fixed bug 4519.
2568 - fixed bug 4513 (--no-md5sum added for test purpose, workaround).
2569
2570 Version 4.4-18mdk - Aug 01 2003, by François Pons
2571
2572 - fixed shared locks management by simple user.
2573
2574 Version 4.4-17mdk - Aug 01 2003, by François Pons
2575
2576 - fixed shared locks management (were always exclusive).
2577
2578 Version 4.4-16mdk - Jul 31 2003, by François Pons
2579
2580 - fixed transaction number when split is active.
2581 - fixed transaction which should not be splited in parallel mode.
2582 - use a regular file opened in write mode for locking.
2583 - added shared lock for urpmi, urpmq and urpmf (exclusive lock
2584 are done by urpmi.addmedia, urpmi.removemedia and urpmi.update).
2585
2586 Version 4.4-15mdk - Jul 29 2003, by François Pons
2587
2588 - fixed urpme --parallel --auto still asking the user.
2589 - fixed --keep for parallel mode.
2590
2591 Version 4.4-14mdk - Jul 29 2003, by François Pons
2592
2593 - fixed urpme --auto disabling fuzzy report.
2594 - fixed urpme --parallel which was not handling log.
2595 - fixed urpme to always ask user in parallel mode.
2596 - fixed urpme --parallel when one node has not a package.
2597 - make package compilable and workable directly on
2598 Mandrake Clustering which is a 9.0 based distribution.
2599
2600 Version 4.4-13mdk - Jul 28 2003, by François Pons
2601
2602 - fixed trying to promote ARRAY(...) message.
2603 - fixed output of urpmq to be sorted.
2604 - added support for --keep in urpmi and urpmq to give an hint
2605 for resolving dependencies about trying to keep existing
2606 packages instead of removing them.
2607 - added some translations to french man page of urpmi.
2608
2609 Version 4.4-12mdk - Jul 28 2003, by François Pons
2610
2611 - avoid spliting transaction if --test is used.
2612
2613 Version 4.4-11mdk - Jul 28 2003, by François Pons
2614
2615 - fixed bug 4331.
2616 - printing error again at the end of installation when multiple
2617 transaction failed.
2618
2619 Version 4.4-10mdk - Jul 25 2003, by François Pons
2620
2621 - added urpme log and urpmi removing log (bug 3889).
2622 - fixed undefined subroutine ...N... when using parallel
2623 mode (bug 3982).
2624 - fixed moving of files inside the cache (bug 3833).
2625 - fixed not obvious error message (bug 3436).
2626 - fixed parallel installation of local files.
2627
2628 Version 4.4-9mdk - Jul 17 2003, by François Pons
2629
2630 - fixed error code reporting after installation.
2631 - fixed if packages have not been found on some cases.
2632
2633 Version 4.4-8mdk - Jun 26 2003, by François Pons
2634
2635 - fixed urpmq -d not working if package given has unsatisfied
2636 dependencies as backtrack is active, now -d use nodeps.
2637 - added @unsatisfied@ info with -c of urpmq.
2638 - fixed lock database error when upgrading urpmi.
2639 - added hack to avoid exiting installation with --no-remove
2640 if --allow-force is given, avoid removing packages in such
2641 cases.
2642
2643 Version 4.4-7mdk - Jun 26 2003, by François Pons
2644
2645 - fixed building of hdlist.
2646
2647 Version 4.4-6mdk - Jun 20 2003, by François Pons
2648
2649 - fixed --virtual to work with synthesis source.
2650
2651 Version 4.4-5mdk - Jun 19 2003, by François Pons
2652
2653 - fixed everything already installed annoying message.
2654 - added --virtual to urpmi.addmedia to handle virtual media.
2655 - added promotion message reason for backtrack.
2656
2657 Version 4.4-4mdk - Jun 18 2003, by François Pons
2658
2659 - added --env to urpmq and urpmf (simplest to examine now).
2660 - fixed --allow-nodeps and --allow-force no more taken into
2661 account (bug 4077).
2662
2663 Version 4.4-3mdk - Jun 18 2003, by François Pons
2664
2665 - changed --split-level behaviour to be a trigger (default 20).
2666 - added --split-length to give minimal transaction length (default 1).
2667 - added missing log for unselected and removed packages in auto mode.
2668
2669 Version 4.4-2mdk - Jun 17 2003, by François Pons
2670
2671 - fixed parallel handler with removing.
2672 - fixed glitches with gurpmi.
2673 - fixed bad test report.
2674 - fixed bad transaction ordering and splitting on some cases.
2675
2676 Version 4.4 - Jun 16 2003, by François Pons
2677
2678 - added preliminary support for small transaction set.
2679 - internal library changes (compabilility should have been kept).
2680
2681 Version 4.3-15mdk - Jun 13 2003, by François Pons
2682
2683 - fixed incorrect behaviour when no key_ids options are set.
2684 - created retrieve methods and translation methods for packages
2685 unselected or removed.
2686
2687 Version 4.3-14mdk - Jun 13 2003, by François Pons
2688
2689 - added key_ids global and per media option to list authorized
2690 key ids.
2691 - improved signature checking by sorting packages list and give
2692 reason as well as signature results (may be hard to read but
2693 very fine for instance).
2694 - need perl-URPM-0.90-10mdk or newer for signature handling.
2695
2696 Version 4.3-13mdk - Jun 05 2003, by François Pons
2697
2698 - added patch from Michaël Scherer to add --no-uninstall
2699 (or --no-remove) and assume no by default when asking to
2700 remove packages.
2701 - updated urpmq with newer perl-URPM 0.90-4mdk and better.
2702 - fixed bad display of old package installation reason.
2703
2704 Version 4.3-12mdk - May 26 2003, by François Pons
2705
2706 - updated for newer perl-URPM 0.90 series.
2707 - give reason of package requested not being installed.
2708
2709 Version 4.3-11mdk - May 16 2003, by François Pons
2710
2711 - try to handle resume connection (do not always remove previous
2712 download, only works for hdlist or synthesis using rsync).
2713 - updated for perl-URPM-0.84 (ask_remove state hash simplified).
2714
2715 Version 4.3-10mdk - May 13 2003, by Pons François
2716
2717 - updated to use latest perl-URPM (simplified code, no interface
2718 should be broken).
2719
2720 Version 4.3-9mdk - May 12 2003, by Guillaume Cottenceau
2721
2722 - internalize grpmi in gurpm.pm so that we can share graphical
2723 progression of download and installation between gurpmi and
2724 rpmdrake
2725
2726 Version 4.3-8mdk - Apr 25 2003, by François Pons
2727
2728 - added -i in urpmq --help (fix bug 3829).
2729 - fixed many urpmf options: --media, --synthesis, -e.
2730 - added --excludemedia and --sortmedia to urpmf.
2731 - fixed --sortmedia not working properly.
2732 - slightly modified cache management for rpms, not always use
2733 partial subdirectory before transfering to rpms directory.
2734 - improved --list-aliases, --list-nodes and --list-media to be
2735 much faster than before.
2736
2737 Version 4.3-7mdk - Apr 24 2003, by François Pons
2738
2739 - added -v to urpme and removed default log.
2740 - avoid curl output to be seen.
2741 - make require of Date::Manip optional (urpmi manage to continue
2742 evan if Date::Manip is not there of fail due to unknown TZ).
2743
2744 Version 4.3-6mdk - Apr 23 2003, by François Pons
2745
2746 - added more log when installing packages.
2747 - urpmf: added --sourcerpm, --packager, --buildhost, --url, --uniq
2748 and -v, -q, -u (as alias to --verbose, --quiet, --uniq).
2749
2750 Version 4.3-5mdk - Apr 22 2003, by François Pons
2751
2752 - improved output of urpmq -i (with packager, buildhost and url).
2753 - fixed output of download informations (without callback).
2754 - fixed error message of urpmi.update and urpmi.removemedia when
2755 using -h or --help.
2756 - fixed urpmq -i to work on all choices instead of the first one.
2757
2758 Version 4.3-4mdk - Apr 18 2003, by François Pons
2759
2760 - added urpmq -i (the almost same as rpm -qi).
2761
2762 Version 4.3-3mdk - Apr 17 2003, by François Pons
2763
2764 - fixed readlink that make supermount sloowwwwwiiiinnnngggg.
2765 - improved find_mntpoints to follow symlink more accurately
2766 but limit to only one mount point.
2767 - fixed media which are loosing their with_hdlist ramdomly.
2768
2769 Version 4.3-2mdk - Apr 16 2003, by François Pons
2770
2771 - added --sortmedia option to urpmi and urpmq.
2772 - improved MD5SUM file for hdlist or synthesis management, added
2773 md5sum in /etc/urpmi/urpmi.cfg for each media when needed.
2774 - improved output when multiple package are found when searching.
2775
2776 Version 4.3 - Apr 14 2003, by François Pons
2777
2778 - avoid scanning all urpmi cache for checking unused rpm files.
2779 - added smarter skip.list support (parsed before resolving requires).
2780 - added --excludemedia options to urpmi and urpmq.
2781 - obsoleted -h, added --probe-synthesis, --probe-hdlist,
2782 --no-probe, now --probe-synthesis is by default.
2783 - added --excludedocs option.
2784 - fixed --excludepath option.
2785
2786 Version 4.2-34mdk - Mar 27 2003, by Guillaume Cottenceau
2787
2788 - fix MandrakeClub downloads problem: take advantage of
2789 --location-trusted when available (available in curl >=
2790 7.10.3-2mdk)
2791
2792 Version 4.2-33mdk - Mar 13 2003, by François Pons
2793
2794 - fix bug 3258 (use curl -k only for https for curl of 9.0).
2795
2796 Version 4.2-32mdk - Mar 12 2003, by François Pons
2797
2798 - added https:// protocol. (avoid curl limitation and fix bug 3226).
2799
2800 Version 4.2-31mdk - Mar 10 2003, by François Pons
2801
2802 - try to be somewhat perl_checker compliant.
2803 - strict require on urpmi.
2804
2805 Version 4.2-29mdk - Mar 06 2003, by François Pons
2806
2807 - reworked po generation completely due to missing translations
2808 now using perl_checker. (pablo)
2809 - changed library exports (now N function is always exported).
2810
2811 Version 4.2-28mdk - Mar 04 2003, by Guillaume Cottenceau
2812
2813 - fixed french translations.
2814 - fix bug 2680.
2815
2816 Version 4.2-27mdk - Mar 03 2003, by François Pons
2817
2818 - avoid mounting or unmounting a supermounted device.
2819 - updated french translations (some from Thévenet Cédric).
2820
2821 Version 4.2-26mdk - Feb 28 2003, by Pons François
2822
2823 - added sanity check of list file used (fix bug 2110 by providing
2824 a reason why there could be download error).
2825
2826 Version 4.2-25mdk - Feb 28 2003, by François Pons
2827
2828 - fixed callback behaviour for rpmdrake.
2829
2830 Version 4.2-24mdk - Feb 27 2003, by François Pons
2831
2832 - fixed removable devices not needing to be umouting if
2833 supermount is used.
2834 - umount removable devices after adding or updating a medium.
2835
2836 Version 4.2-23mdk - Feb 24 2003, by François Pons
2837
2838 - fixed bug 2342 (reported exit code 9 for rpm db access failure)
2839
2840 Version 4.2-22mdk - Feb 21 2003, by François Pons
2841
2842 - fixed callback not sent with wget if a file is not downloaded.
2843 - fixed rsync:// protocol to support :port inside url.
2844 - simplified propagation of download callback, always protect
2845 filename for password.
2846 - added newer callback mode for rpmdrake.
2847
2848 Version 4.2-21mdk - Feb 20 2003, by François Pons
2849
2850 - modified --test output to be consistent about the same
2851 message displayed if installation is possible whatever
2852 verbosity (fixed bug 1955).
2853
2854 Version 4.2-20mdk - Feb 20 2003, by François Pons
2855
2856 - fixed bug 1737 and 1816.
2857
2858 Version 4.2-19mdk - Feb 17 2003, by François Pons
2859
2860 - fixed bug 1719 (ssh distributed mode not working).
2861 - fixed english typo.
2862
2863 Version 4.2-18mdk - Feb 14 2003, by François Pons
2864
2865 - fixed bug 1473 and 1329.
2866 - fixed bug 1608 (titi sucks).
2867
2868 Version 4.2-17mdk - Feb 12 2003, by François Pons
2869
2870 - added some perl_checker suggestions (some from titi).
2871 - help urpmf probe if this is a regexp or not (only ++ checked).
2872
2873 Version 4.2-16mdk - Jan 29 2003, by François Pons
2874
2875 - fixed limit-rate and excludepath causing error in urpmi.cfg.
2876 - take care of limit-rate in urpmi.update and urpmi.addmedia.
2877
2878 Version 4.2-15mdk - Jan 28 2003, by François Pons
2879
2880 - fixed verify-rpm (both in urpmi.cfg or command line).
2881 - fixed default options activated.
2882 - fixed error message about unknown options use-provides and
2883 post-clean.
2884
2885 Version 4.2-14mdk - Jan 27 2003, by François Pons
2886
2887 - added more global options to urpmi.cfg: verify-rpm, fuzzy,
2888 allow-force, allow-nodeps, pre-clean, post-clean, limit-rate,
2889 excludepath.
2890
2891 Version 4.2-13mdk - Jan 27 2003, by François Pons
2892
2893 - simplified portage to perl 5.6.1, because the following
2894 open F, "-|", "/usr/bin/wget", ... are 5.8.0 restrictive.
2895 - fixed problem accessing removable media.
2896
2897 Version 4.2-12mdk - Jan 27 2003, by François Pons
2898
2899 - fixed stupid typo using curl.
2900
2901 Version 4.2-11mdk - Jan 24 2003, by François Pons
2902
2903 - add --limit-rate option to urpmi, urpmi.addmedia and
2904 urpmi.update.
2905 - add preliminary support for options in urpmi.cfg, only
2906 verify-rpm is supported yet, format is as follow
2907 {
2908 verify-rpm : on|yes
2909 verify-rpm
2910 no-verify-rpm
2911 }
2912
2913 Version 4.2-10mdk - Jan 23 2003, by François Pons
2914
2915 - added download log support for rsync and ssh protocol.
2916 - make log not visible in log file instead url.
2917
2918 Version 4.2-9mdk - Jan 23 2003, by François Pons
2919
2920 - fix bug 994 according to Gerard Patel.
2921 - added download log for urpmi.addmedia and urpmi.update.
2922 - fixed wget download log with total size available.
2923
2924 Version 4.2-8mdk - Jan 22 2003, by François Pons
2925
2926 - add callback support for download (fix bug 632 and 387).
2927
2928 Version 4.2-7mdk - Jan 20 2003, by François Pons
2929
2930 - fixed bug 876.
2931
2932 Version 4.2-6mdk - Jan 16 2003, by François Pons
2933
2934 - fixed bug 778 (in cvs since January 11 but not uploaded).
2935 - more translations.
2936
2937 Version 4.2-5mdk - Jan 10 2003, by François Pons
2938
2939 - added a reason for each removed package.
2940
2941 Version 4.2-4mdk - Jan 08 2003, by François Pons
2942
2943 - updated english man pages and french version of urpmi.
2944
2945 Version 4.2-3mdk - Jan 06 2003, by François Pons
2946
2947 - fixed -q to avoid a message.
2948 - made -q and -v opposite.
2949 - added -i to urpmf.
2950 - check rpmdb open status (should never fails unless...) in order
2951 to give a better error message.
2952 - added et man pages.
2953
2954 Version 4.2-2mdk - Dec 19 2002, by François Pons
2955
2956 - added log for package download if verbose.
2957 - fixed using hdlist if no synthesis available or invalid.
2958
2959 Version 4.2 - Dec 18 2002, by François Pons
2960
2961 - fixed file:// protocol now checking file presence.
2962 - added distributed urpme (both ka-run and ssh module).
2963 - updated perl-URPM and urpmi requires on version (major
2964 fixes in perl-URPM-0.81 and extended urpme in urpmi-4.2).
2965
2966 Version 4.1-18mdk - Dec 13 2002, by François Pons
2967
2968 - fixed urpmf so that if callback is not compilable display help.
2969 - fixed urpmq and urpmi call without parameter to display help.
2970 - added donwload lock to avoid clashes from urpmi.update.
2971
2972 Version 4.1-17mdk - Dec 13 2002, by François Pons
2973
2974 - added mput or scp exit code checking.
2975 - temporaly using hdlist file for --summary of urpmf.
2976 - fixed perl warning (useless code which was not really useless but
2977 by side effects in fact).
2978
2979 Version 4.1-16mdk - Dec 13 2002, by François Pons
2980
2981 - fixed warning message from distributed module for local rpms.
2982 - fixed bad test including a 0 for distributed install.
2983
2984 Version 4.1-15mdk - Dec 11 2002, by François Pons
2985
2986 - improve speed of urpmf dramatically if no --files (default if
2987 no flags given) nor --description are given.
2988 - removed not coded --prereqs of urpmf (use --requires with [*]
2989 instead).
2990
2991 Version 4.1-14mdk - Dec 11 2002, by François Pons
2992
2993 - changed fuzzy search on provides to be deactived by default,
2994 use --fuzzy for that now (previous behaviour of --fuzzy is kept).
2995 - fixed urpmf --provides, --requires, ...
2996 - added -f to urpmf (as used by urpmq).
2997
2998 Version 4.1-13mdk - Dec 11 2002, by François Pons
2999
3000 - fixed error management about missing files after download.
3001 - fixed urpme dependencies output to be user friendly.
3002
3003 Version 4.1-12mdk - Dec 11 2002, by François Pons
3004
3005 - fix symlink download with wget.
3006 - urpme now print possible errors.
3007
3008 Version 4.1-11mdk - Dec 10 2002, by François Pons
3009
3010 - fixed source installation in / when installing dependencies.
3011 - added --install-src to avoid probing on root/user mode.
3012 - fixed no log available when user mode.
3013 - changed obsoleted -c of urpmq to complete output with package
3014 to removes (needed for parallel distributed urpme).
3015 - allow distribution of local files.
3016 - fixed small typos in urpme.
3017
3018 Version 4.1-10mdk - Dec 06 2002, by François Pons
3019
3020 - fixed indexation when using --distrib-XXX for urpmi.addmedia.
3021 - fixed wget output to be far more quietly.
3022
3023 Version 4.1-9mdk - Dec 06 2002, by François Pons
3024
3025 - improved urpmf from sh to perl, now a lot of options and
3026 support of synthesis only media.
3027 - make medium name mandatory when adding a source with
3028 --distrib-XXX using urpmi.addmedia.
3029 - fix parallel installation when one node is already up-to-date.
3030 - improved callback usage of urpm::configure to use newer
3031 perl-URPM interface (much faster and smart with memory, but
3032 unstable).
3033
3034 Version 4.1-8mdk - Dec 03 2002, by François Pons
3035
3036 - added --excludepath option (fix bug 577).
3037 - fixed missing options given to parallel plugins.
3038 - fixed missing files not given to user.
3039
3040 Version 4.1-7mdk - Dec 02 2002, by François Pons
3041
3042 - fixed rsync:// protocol, now it really works, tested.
3043
3044 Version 4.1-6mdk - Dec 02 2002, by François Pons
3045
3046 - fixed mutliple second or more medium being ignored when not
3047 using a list file.
3048 - fixed problem of package not found when not using list file.
3049 - fixed urpmi --auto.
3050
3051 Version 4.1-5mdk - Nov 29 2002, by François Pons
3052
3053 - changed urpmi.addmedia behaviour to use /etc/urpmi/mirror.config
3054 and allow it to parse urpmi.setup mirror configuration as
3055 well as Mandrake (old) mirror configuration.
3056 - allow blank url to be given to get all mirror for a given version
3057 and architecture.
3058
3059 Version 4.1-4mdk - Nov 29 2002, by François Pons
3060
3061 - allow urpmi <url> to work with rpm filename with all supported
3062 protocols (ftp, http, ssh, rsync).
3063 - fixed rsync:// protocol not to use rsync with -e along with
3064 an rsync server.
3065 - fixed missing list creation update.
3066
3067 Version 4.1-3mdk - Nov 28 2002, by François Pons
3068
3069 - added mirrors management for urpmi.addmedia, so added
3070 --distrib-XXX, --from, --version, --arch options. <url>
3071 is now just a regex for choosing a mirror, and <name>
3072 will have an numeric index appended to it.
3073 anyway for more info, look in the code or guess with
3074 --help ;-) too late here in Paris ...
3075 - urpmi.addmedia now delete failing media to create.
3076 - added --update option to urpmi.update, guess for what ?
3077
3078 Version 4.1-2mdk - Nov 28 2002, by François Pons
3079
3080 - allow creating medium without list file.
3081 - better handling of url without password to be displayed
3082 in urpmi.cfg.
3083 - fixed remaining list file in partial cache causing bad list file
3084 generation.
3085
3086 Version 4.1 - Nov 27 2002, by François Pons
3087
3088 - fixed checking md5 of rpm files in cache.
3089 - allow rpm files to be downloaded from alternate site.
3090 - allow medium to not use a list file.
3091
3092 Version 4.0-25mdk - Nov 13 2002, by François Pons
3093
3094 - fixed --noclean not really completely noclean.
3095 - avoid possible lost of with_hdlist parameter on some case
3096 when updating a medium.
3097
3098 Version 4.0-24mdk - Nov 07 2002, by François Pons
3099
3100 - fixed still present debug output of urpmq -R.
3101 - fixed bad use of cached list file for file or nfs media.
3102
3103 Version 4.0-23mdk - Oct 29 2002, by François Pons
3104
3105 - added MD5SUM file support for downloading hdlist/synthesis.
3106 - added -R option to urpmq to search what may provide packages.
3107
3108 Version 4.0-22mdk - Oct 24 2002, by François Pons
3109
3110 - fixed online help of tools to be more consistent.
3111 - added some times missing --help options.
3112 - fixed bad version displayed by urpmq.
3113 - added --list-aliases to list parallel aliases.
3114 - fixed bad rpm in cache by checking only MD5 signature.
3115
3116 Version 4.0-21mdk - Oct 16 2002, by François Pons
3117
3118 - fixed bad copy of files when a relative symlink is used.
3119 - added minimal README documentation files for distributed modules.
3120 - fixed urpmi -P with package name already used by provides of
3121 other package.
3122
3123 Version 4.0-20mdk - Sep 17 2002, by François Pons
3124
3125 - gc: fixed curl proxy management.
3126
3127 Version 4.0-19mdk - Sep 16 2002, by François Pons
3128
3129 - fixed possible problem with http proxy for wget.
3130 - umount removable device automatically mounted.
3131
3132 Version 4.0-18mdk - Sep 13 2002, by François Pons
3133
3134 - removed apache2-conf from skip.list as it doesn't work
3135 when trying to install apache2.
3136
3137 Version 4.0-17mdk - Sep 12 2002, by François Pons
3138
3139 - fixed possible no clean of distributed module.
3140 - added apache2-conf to skip.list by default.
3141 - fixed gurpmi usability.
3142
3143 Version 4.0-16mdk - Sep 11 2002, by François Pons
3144
3145 - improved ka-run distributed module to copy all files with one
3146 invocation (newly supported in ka-run-2.0-15mdk).
3147 - daouda: InitialPreference for gurpmi (clicking on a rpm under
3148 konqueror should launch gurpmi instead of kpackage).
3149
3150 Version 4.0-15mdk - Sep 06 2002, by François Pons
3151
3152 - fixed previous fix not correctly fixed.
3153
3154 Version 4.0-14mdk - Sep 06 2002, by François Pons
3155
3156 - fixed ka-run distributed module.
3157
3158 Version 4.0-13mdk - Sep 05 2002, by François Pons
3159
3160 - simplified --proxy usage (http:// leading now optional).
3161 - fixed --proxy and --proxy-user or urpmq.
3162
3163 Version 4.0-12mdk - Sep 05 2002, by François Pons
3164
3165 - fixed bad englist message.
3166 - updated translation.
3167
3168 Version 4.0-11mdk - Aug 30 2002, by François Pons
3169
3170 - fixed no post-clean when testing or if errors occured.
3171
3172 Version 4.0-10mdk - Aug 30 2002, by François Pons
3173
3174 - fixed cache management (there could exist some files left in cache
3175 which were never deleted).
3176 - added default cache management to post-clean (remove files of
3177 package correctly installed), it is still possible to keep old
3178 behaviour with "--pre-clean --no-post-clean".
3179 - added --clean options to urpmi to clean cache completely.
3180 - improved urpme to no more use rpm executable.
3181 - (fcrozat) Move gurpmi to /usr/sbin and add consolehelper support for it
3182 and register it to handle application/x-rpm mimetype.
3183
3184 Version 4.0-9mdk - Aug 29 2002, by François Pons
3185
3186 - added --list-nodes to list nodes used when in parallel mode.
3187 - moved some initialisation for parallel mode to allow user
3188 execution of --list-nodes.
3189 - updated man pages with newer options.
3190
3191 Version 4.0-8mdk - Aug 29 2002, by François Pons
3192
3193 - added --parallel option to urpmq.
3194 - allowed test upgrade in parallel mode.
3195 - improved first choices in parallel mode a little.
3196
3197 Version 4.0-7mdk - Aug 28 2002, by François Pons
3198
3199 - added --list-media to urpmq.
3200 - fixed old package not upgraded.
3201
3202 Version 4.0-6mdk - Aug 27 2002, by François Pons
3203
3204 - fixed skip.list new format.
3205
3206 Version 4.0-5mdk - Aug 27 2002, by François Pons
3207
3208 - fixed urpmq --auto-select disabling its selection.
3209 - open read-only rpmdb when testing installation (--test).
3210 - added reverse media parameter from parallel configuration.
3211 - improved error management of parallel extension module.
3212
3213 Version 4.0-4mdk - Aug 26 2002, by François Pons
3214
3215 - english typo fixed.
3216 - improved skip.list contents to provides using sense and regexp
3217 on package fullname.
3218 - added --test options to urpmi to test installation.
3219 - made --verify-rpm the default (use --no-verify-rpm to avoid).
3220 - fixed command line not seen in log.
3221 - improved parallel module to check installation on all nodes before
3222 doing it effectively.
3223
3224 Version 4.0-3mdk - Aug 23 2002, by Warly
3225
3226 - fix urpme '/' pb
3227
3228 Version 4.0-2mdk - Aug 23 2002, by François Pons
3229
3230 - added ssh parallel module extension.
3231 - fixed check of capabilities of distant urpmi.
3232 - fixed wrong installation of extension modules.
3233
3234 Version 4.0 - Aug 23 2002, by François Pons
3235
3236 - added --parallel options for distributed urpmi.
3237 - added urpmi module extensions support (only --parallel).
3238 - added --synthesis options for urpmq/urpmi to use a specific
3239 environment.
3240 - use cache files even if no medium have been defined (for use
3241 with --synthesis).
3242
3243 Version 3.9-8mdk - Aug 13 2002, by François Pons
3244
3245 - fixed development log still done for progression status, now
3246 removed.
3247 - ignore noauto: hdlists flags.
3248
3249 Version 3.9-7mdk - Aug 12 2002, by François Pons
3250
3251 - fixed --auto not taken into account for removing or unselecting
3252 packages in urpmi.
3253 - fixed modified flag ignored in urpmi.cfg (may cause side effects
3254 as remove media not asked next time urpmi.removemedia is called).
3255 - added --verify-rpm to urpmi in order to check rpm signature.
3256
3257 Version 3.9-6mdk - Aug 06 2002, by François Pons
3258
3259 - added --allow-nodeps and --allow-force option to urpmi.
3260 - globing multiple media name select them all instead of error.
3261 - answering no to remove package cause urpmi to exit immediately.
3262 - added support for X for asking user to unselect package or to
3263 remove package.
3264
3265 Version 3.9-5mdk - Jul 26 2002, by François Pons
3266
3267 - fixed man pages typo.
3268 - sorted package to remove list.
3269 - always copy rpm if using supermount on a cdrom (avoid being too slow).
3270
3271 Version 3.9-4mdk - Jul 25 2002, by François Pons
3272
3273 - fixed urpmq -u.
3274
3275 Version 3.9-3mdk - Jul 24 2002, by François Pons
3276
3277 - added more log.
3278 - use perl-URPM-0.50-4mdk or better for correct generation of
3279 synthesis file for unresolved provides when packages are
3280 multiply defined.
3281
3282 Version 3.9-2mdk - Jul 23 2002, by François Pons
3283
3284 - updated urpme to use perl-URPM and speed it up (no more
3285 rpm -e --test ...).
3286 - updated rpm-find-leaves to use perl-URPM.
3287
3288 Version 3.9 - Jul 23 2002, by François Pons
3289
3290 - updated to use perl-URPM >= 0.50.
3291
3292 Version 3.8-3mdk - Jul 22 2002, by François Pons
3293
3294 - fixed ldconfig cannot be installed.
3295 - added translation support on error.
3296
3297 Version 3.8-2mdk - Jul 22 2002, by François Pons
3298
3299 - fixed no dependencies or forced install error.
3300
3301 Version 3.8 - Jul 19 2002, by François Pons
3302
3303 - removing, installing and upgrading packages is done in only
3304 one transaction.
3305 - changed installation progress to look like rpm one.
3306
3307 Version 3.7-6mdk - Jul 17 2002, by François Pons
3308
3309 - fixed uncatched die, now produce error message.
3310
3311 Version 3.7-5mdk - Jul 16 2002, by François Pons
3312
3313 - fixed no progression of download.
3314 - fixed bad proxy support on command line.
3315
3316 Version 3.7-4mdk - Jul 12 2002, by Pixel
3317
3318 - fix problem with no proxy
3319
3320 Version 3.7-3mdk - Jul 11 2002, by François Pons
3321
3322 - incorporated proxy patch of Andre Duclos <shirka@wanadoo.fr>.
3323 - added tempory error message (before message and translation are
3324 done).
3325
3326 Version 3.7 - Jul 08 2002, by François Pons
3327
3328 - added new methods to handle directly installation of package (no
3329 more rpm binary needed).
3330 - fixed some english typo (thanks to Mark Walker).
3331
3332 Version 3.6-5mdk - Jul 02 2002, by Pixel
3333
3334 - use perl-Locale-gettext instead of perl-gettext
3335 (ie. Locale::gettext instead of Locale::GetText)
3336
3337 Version 3.6-4mdk - Jun 28 2002, by François Pons
3338
3339 - increase retry count to 10 instead of 3 for rsync and ssh protocol.
3340 - support preferred tools to download files (grpmi only handles ftp
3341 and http protocol currently).
3342 - change behaviour of no answered to remove package to simply ignore
3343 remove instead of exiting.
3344
3345 Version 3.6-3mdk - Jun 28 2002, by François Pons
3346
3347 - fix deadlock on removing package.
3348 - fix rsync download for mulitples files.
3349
3350 Version 3.6-2mdk - Jun 27 2002, by François Pons
3351
3352 - added rsync:// and ssh:// protocol to urpmi.
3353
3354 Version 3.6 - Jun 27 2002, by François Pons
3355
3356 - removed no more used methods in urpm module.
3357 - make sure absent synthesis force synthesis regeneration.
3358 - add initial support to remove package wich will breaks upgrade
3359 for urpmi only (ignored in urpmq).
3360
3361 Version 3.5-8mdk - Jun 20 2002, by François Pons
3362
3363 - added back version lost for some time (Guillaume Rousse).
3364 - added --list to urpmq to list package.
3365 - added regression test (explicit make test for instance).
3366
3367 Version 3.5-7mdk - Jun 19 2002, by François Pons
3368
3369 - fixed urpmq to no more use old resolution methods in urpm.pm.
3370 - fixed urpmq to take care of choices correctly (no default selection).
3371
3372 Version 3.5-6mdk - Jun 18 2002, by François Pons
3373
3374 - fixed --bug on required file not provided for generating rpmdb.cz.
3375
3376 Version 3.5-5mdk - Jun 17 2002, by François Pons
3377
3378 - fixed urpmi --auto-select with no update and question asked.
3379 - fixed urpmq --auto-select with error on HASH...
3380
3381 Version 3.5-4mdk - Jun 17 2002, by François Pons
3382
3383 - fixed urpmq --headers on some cases.
3384
3385 Version 3.5-3mdk - Jun 13 2002, by François Pons
3386
3387 - fixed --auto-select and skip.list.
3388
3389 Version 3.5-2mdk - Jun 13 2002, by François Pons
3390
3391 - added --env option to urpmi to replay bug report.
3392
3393 Version 3.5 - Jun 13 2002, by François Pons
3394
3395 - use perl-URPM >= 0.04-2mdk for new require resolution algorithms.
3396
3397 Version 3.4-9mdk - Jun 10 2002, by François Pons
3398
3399 - fixed no output if root.
3400 - use message function as most as possible. (why it wasn't used ?)
3401 - fix message to output more if bug report.
3402 - list of package is LF separated instead of space separated.
3403
3404 Version 3.4-8mdk - Jun 10 2002, by François Pons
3405
3406 - added --bug option to report bug report.
3407 - fixed --auto-select and skip.list.
3408
3409 Version 3.4-7mdk - Jun 07 2002, by François Pons
3410
3411 - fixed still present log on standard output.
3412
3413 Version 3.4-6mdk - Jun 07 2002, by François Pons
3414
3415 - fixed skip.list to skip according provides (even not the best).
3416 - fixed package id 0 always selected (generally ldconfig or lsbdev).
3417
3418 Version 3.4-5mdk - Jun 05 2002, by François Pons
3419
3420 - fixed fuzzy search on package (error in urpm.pm around line 1404-1409).
3421
3422 Version 3.4-4mdk - Jun 05 2002, by François Pons
3423
3424 - fixed urpmq.
3425 - fixed incomplete requires on some cases.
3426 - fixed reading of rpm files.
3427
3428 Version 3.4-3mdk - Jun 05 2002, by François Pons
3429
3430 - avoid sub of sub with different level of variable closure in perl,
3431 this cause the interpreter to lose its memory usage.
3432
3433 Version 3.4-2mdk - Jun 05 2002, by François Pons
3434
3435 - fix rpmdb non closed when traversing it.
3436 - fix ftp and http medium with bad list generation.
3437 - improved urpmi.update to avoid two pass all the time.
3438
3439 Version 3.4 - Jun 04 2002, by François Pons
3440
3441 - use URPM perl module instead of rpmtools.
3442
3443 Version 3.3-25mdk - Apr 11 2002, by François Pons
3444
3445 - fixed a problem for searching package according to name when
3446 nothing should be found but other package are proposed.
3447
3448 Version 3.3-24mdk - Apr 10 2002, by François Pons
3449
3450 - fixed package that need to be upgraded but which is provided
3451 by another package (Mesa and XFree86-libs).
3452
3453 Version 3.3-23mdk - Apr 10 2002, by François Pons
3454
3455 - fixed diff_provides on unversioned property not taken into
3456 account (libbinutils2 with binutils).
3457 - fixed virtual version only requires against virtual version and
3458 release provides when resolver try to check release
3459 (libgtk+-x11-2.0_0-devel with gtk+2.0-backend-devel).
3460
3461 Version 3.3-22mdk - Mar 11 2002, by François Pons
3462
3463 - added --wget/--curl support to urpmq (needed by rpmdrake).
3464
3465 Version 3.3-21mdk - Mar 07 2002, by François Pons
3466
3467 - fix --wget and --curl for urpmi.addmedia.
3468
3469 Version 3.3-20mdk - Mar 07 2002, by François Pons
3470
3471 - fixed when console has been closed and urpmi ask for changing
3472 medium (currently it open/eject the device).
3473
3474 Version 3.3-19mdk - Mar 05 2002, by François Pons
3475
3476 - fixed parse_synthesis when a the src package is following its
3477 binary counterpart (overidding its description).
3478
3479 Version 3.3-18mdk - Mar 04 2002, by François Pons
3480
3481 - added patch from Andrej Borksenkow modified.
3482
3483 Version 3.3-17mdk - Feb 28 2002, by François Pons
3484
3485 - added (undocumented) --root option to urpmi/urpmq to install in a
3486 given root.
3487 - rebuild with newer po.
3488
3489 Version 3.3-16mdk - Feb 27 2002, by François Pons
3490
3491 - fixed possible problem on urpmi update db (perl die workarounded).
3492
3493 Version 3.3-15mdk - Feb 25 2002, by François Pons
3494
3495 - fixed bad behaviour on src package as user (no message).
3496 - fixed src package listed on package to be installed (which is
3497 wrong).
3498 - removed kernel-source in inst.list which may breaks on some
3499 case (workaround).
3500
3501 Version 3.3-14mdk - Feb 21 2002, by François Pons
3502
3503 - build package as noarch as there is no more any binary inside.
3504 - fixed urpme to avoid removing base package.
3505
3506 Version 3.3-13mdk - Feb 21 2002, by François Pons
3507
3508 - removed staling debug log.
3509 - try to mount a removable device before examining if an available
3510 device is present.
3511
3512 Version 3.3-12mdk - Feb 20 2002, by François Pons
3513
3514 - fixed installing dependancies of given src.rpm filename.
3515 - fixed to keep removable device already mounted before asking
3516 user to change.
3517
3518 Version 3.3-11mdk - Feb 19 2002, by François Pons
3519
3520 - fixed obsoletes on direct requires when a sense is given.
3521 - added a tracking method in urpm library for allowing upgrade.
3522
3523 Version 3.3-10mdk - Feb 18 2002, by Pixel
3524
3525 - remove autoirpm until it's fixed (or used/advertised)
3526
3527 Version 3.3-9mdk - Feb 18 2002, by François Pons
3528
3529 - fixed requires resolution regression when old package provides
3530 property removed by newer (libification).
3531
3532 Version 3.3-8mdk - Feb 18 2002, by François Pons
3533
3534 - fixed too verbose erroneous output that may hurt the user.
3535 - fixed reduce_pathname with real url which reduce a bit
3536 too much.
3537
3538 Version 3.3-6mdk - Feb 14 2002, by François Pons
3539
3540 - use reduce_pathname even for downloading distant file.
3541 - fixed typo.
3542
3543 Version 3.3-5mdk - Feb 13 2002, by François Pons
3544
3545 - fixed source package given on command line in urpmi.
3546 - fixed management of obsoletes in --auto-select.
3547
3548 Version 3.3-4mdk - Feb 12 2002, by François Pons
3549
3550 - fixed bad method reference in urpmq (used by rpmdrake).
3551 - fixed urpmq -d behaviour.
3552 - fixed bad signal handler behaviour.
3553
3554 Version 3.3-3mdk - Feb 12 2002, by François Pons
3555
3556 - package installed (and not upgraded) are by default using --nodeps
3557 (typically kernel-source).
3558 - updated man pages.
3559
3560 Version 3.3-2mdk - Feb 11 2002, by François Pons
3561
3562 - fixed multiple mounts of removable device.
3563
3564 Version 3.3 - Feb 11 2002, by François Pons
3565
3566 - added --fuzzy as alias to -y (sorry Andrej to be late on this).
3567 - added --src (aliased to -s) to handle src rpm in medium.
3568 - added --noclean (only urpmi) to avoid cleaning the cache of rpm.
3569 - try handling src in medium (there is still weirdness for access
3570 right, need to be root first and user after).
3571
3572 Version 3.2-8mdk - Feb 07 2002, by François Pons
3573
3574 - fixed a requires resolution when a package C is upgraded which
3575 need a package A with a specific version and release, but a
3576 package B is already installed providing A with a better version
3577 and release, in such case urpmi doesn't think it is necessary
3578 to upgrade A.
3579
3580 Version 3.2-7mdk - Jan 31 2002, by François Pons
3581
3582 - fixed regexp in supermount fstab management.
3583 - simply kill urpmi logger which avoid losing 1 second.
3584 - early check of installed package.
3585 - fixed operator comparison when version are equal and operator
3586 is strict and release is present for conflicts, provides and
3587 requires tags elements.
3588
3589 Version 3.2-6mdk - Jan 30 2002, by François Pons
3590
3591 - fixed some case where removable device are not ejected.
3592
3593 Version 3.2-5mdk - Jan 29 2002, by François Pons
3594
3595 - added -y options to urpmi/urpmq to impose fuzzy search.
3596 - cleaned dependancy resolver algorithm.
3597 - fixed package asked to be installed but already installed (rare).
3598 - fixed TERM signal send to itself.
3599
3600 Version 3.2-4mdk - Jan 28 2002, by François Pons
3601
3602 - integrated patch for supermount from Andrej Borsenkow.
3603 - fixed --wget (or --curl) not used in urpmi.update.
3604 - try to manage .src.rpm file in a usable way.
3605 - fixed requires resolution on multiple requires with
3606 sense and without sense informations on the same
3607 package (menu bug).
3608 - fixed typo in po/fr.po (multiple -f for help page).
3609
3610 Version 3.2-3mdk - Jan 23 2002, by François Pons
3611
3612 - fixed possible conflicts management error.
3613 - fixed --mediums for upload of same package in different media.
3614 - changed --mediums to --media but kept --mediums.
3615
3616 Version 3.2-2mdk - Jan 17 2002, by François Pons
3617
3618 - added urpm.3 man pages.
3619 - improved urpmi.removemedia (help, added -c flag, noclean headers).
3620
3621 Version 3.2 - Jan 16 2002, by François Pons
3622
3623 - fixed bad use of update flag.
3624 - fixed urpmi_rpm-find-leaves to use rpm db directly.
3625 - added --mediums to urpmi/urpmq to select medium explicitely.
3626 - added workaround to make sure synthesis file are built,
3627 using specific rpmtools-4.0-4mdk and above parsehdlist.
3628 - release 3.2 (urpmi_rpm-find-leaves changes, --mediums flag).
3629
3630 Version 3.1-8mdk - Jan 16 2002, by François Pons
3631
3632 - improved dependencies resolution (typically XFree86 newer
3633 packages).
3634 - removed log on uploading with curl.
3635
3636 Version 3.1-7mdk - Jan 15 2002, by François Pons
3637
3638 - manage conflicts for dependencies resolution.
3639 - added conflicts tag and obsoletes tag in synthesis.
3640
3641 Version 3.1-6mdk - Jan 10 2002, by François Pons
3642
3643 - fixed distant list file support.
3644 - allow shadow approach of list file, the same list file (global)
3645 can be used for each intermediate medium, urpmi choose the right
3646 entry for each medium from the same source.
3647 - added /./ as string marker to probe url, this means the heading
3648 ./ of find . -name "*.rpm" -print should be kept.
3649
3650 Version 3.1-5mdk - Jan 09 2002, by François Pons
3651
3652 - added lock urpmi database features.
3653 - added support for distant list file.
3654
3655 Version 3.1-4mdk - Dec 20 2001, by François Pons
3656
3657 - make sure curl fail if http url does not exists.
3658 - added probe for http or ftp hdlist or synthesis when adding
3659 a medium (-h).
3660 - added probe for synthesis.hdlist2.cz (contrib medium).
3661 - added signal handler when opening rpm database to make sure
3662 it will be closed on SIGINT or SIGQUIT.
3663 - urpmi use -p by default.
3664 - allow urpmq to download rpm with http or ftp protocol when
3665 invoked with --headers (fix rpminst behaviour).
3666
3667 Version 3.1-3mdk - Dec 17 2001, by François Pons
3668
3669 - fixed choice listing.
3670 - somewhat fixed -p kernel.
3671 - fixed installation of package with naming convention changed to
3672 make upgrade identical to install (kernel and kernel-source).
3673 - allow not to use parsehdlist during --auto-select (now disabled
3674 by default)
3675 - fix curl support broken for http files and missing ftp files.
3676
3677 Version 3.1-2mdk - Dec 14 2001, by François Pons
3678
3679 - added time conditionnal download to curl interface for both http
3680 and ftp protocol (so need Date::Manip because urpm library use it
3681 for ftp as no support in curl).
3682 - updated urpm library version to 3.1.
3683
3684 Version 3.1 - Dec 13 2001, by François Pons
3685
3686 - added --distrib flag to urpmi.addmedia to add all media from the
3687 installation medium.
3688 - fixed update on removable medium (the second to more).
3689 - added probe on name to select media (urpmi.update and urpmi.removemedia).
3690 - added log when adding or removing media.
3691 - release 3.1 (interface change, removed method in urpm library).
3692
3693 Version 3.0-6mdk - Dec 12 2001, by François Pons
3694
3695 - fixed removable device probe for addition of medium.
3696 - fixed synthesis size checking.
3697 - added log when copying file (nfs).
3698 - removed error when description file is not retrieved successfully.
3699 - added -h option to urpmi.addmedia to probe for synthesis or hdlist.
3700 - modified --force of urpmi.update to behave smootly (given once to
3701 force copy of file, given twice to force regeneration of hdlist).
3702
3703 Version 3.0-5mdk - Dec 10 2001, by François Pons
3704
3705 - added kernel-source in /etc/urpmi/inst.list.
3706
3707 Version 3.0-4mdk - Dec 07 2001, by François Pons
3708
3709 - fixed in urpmq to handle --headers (needed by rpminst) when
3710 no hdlist are present.
3711
3712 Version 3.0-3mdk - Dec 07 2001, by François Pons
3713
3714 - fixed back /etc/urpmi/urpmi.cfg update.
3715 - fixed back synthesis source management.
3716 - fixed extraction of epoch tag for old synthesis.
3717
3718 Version 3.0-2mdk - Dec 07 2001, by François Pons
3719
3720 - removing sense data in provides (internally).
3721 - optimized depslist relocation for provides cleaning.
3722 - optimized synthesis parsing.
3723 - make sure /etc/urpmi/urpmi.cfg is written on modification.
3724
3725 Version 3.0 - Dec 06 2001, by François Pons
3726
3727 - 3.0 so urpm library interface change and method removal.
3728 - depslist*, compss, provides are obsoleted, synthesis file
3729 are now used instead (this will help rpmdrake caching).
3730
3731 Version 2.2-2mdk - Dec 06 2001, by François Pons
3732
3733 - fixed bad reference with -p.
3734 - changed -p ... to use choice instead of mutliple packages.
3735
3736 Version 2.2 - Dec 05 2001, by François Pons
3737
3738 - match rpmtools-4.0.
3739 - updated help on-line and fixed options invocation.
3740 - update translation (thierry)
3741
3742 Version 2.1-7mdk - Nov 29 2001, by François Pons
3743
3744 - fixed -p flag with choices.
3745 - fixed -p kernel which may glob another kernel package.
3746
3747 Version 2.1-6mdk - Nov 28 2001, by François Pons
3748
3749 - updated requires to webfetch.
3750
3751 Version 2.1-5mdk - Nov 28 2001, by François Pons
3752
3753 - fixed URL with trailing slashes.
3754 - added download log.
3755
3756 Version 2.1-4mdk - Nov 28 2001, by François Pons
3757
3758 - fixed incovation of sync method even when no files to sync.
3759 - fixed urpmq option management (-m|-M equ -du but necessary by default).
3760 - added small doc in /etc/urpmi/inst.list file.
3761
3762 Version 2.1-3mdk - Nov 27 2001, by François Pons
3763
3764 - added curl support (kept wget support).
3765 - updated help for urpmi, urpmi.update and urpmi.addmedia.
3766 - fixed bad check of urpmi.addmedium for existing name.
3767 - avoid some error message if description is missing (not all).
3768 - allow any prefix for url (especially removable://...).
3769
3770 Version 2.1-2mdk - Nov 27 2001, by François Pons
3771
3772 - removed old optimization to get existing depslist instead
3773 of rebuilding it.
3774
3775 Version 2.1 - Nov 26 2001, by François Pons
3776
3777 - removed obsoleted code in urpm module.
3778 - ignore -m, -M and -c flag of urpmi/urpmq.
3779 - fixed group display of urpmq.
3780 - added -f for urpmq to display full package name.
3781 - fixed -d of urpmq.
3782 - fixed --auto-select and files of package not obsoleted but
3783 present in other registered package (no more selected).
3784 - fixed call to grpmi (no more only installation).
3785
3786 Version 2.0-7mdk - Nov 21 2001, by François Pons
3787
3788 - fixed missing urpmi configuration file not read.
3789 - fixed bad output of rpm files to be installed or upgraded.
3790 - fixed bad check of missing rpm files.
3791
3792 Version 2.0-6mdk - Nov 19 2001, by François Pons
3793
3794 - fixed --auto-select and rpm file upload.
3795
3796 Version 2.0-5mdk - Nov 16 2001, by François Pons
3797
3798 - added /etc/urpmi/inst.list support.
3799
3800 Version 2.0-4mdk - Nov 15 2001, by François Pons
3801
3802 - first stable support for updating synthesis file.
3803
3804 Version 2.0-3mdk - Nov 12 2001, by François Pons
3805
3806 - added minimal support for updating synthesis file (untested).
3807 - fixed requires resolution bug (thanks to Borsenkow Andrej).
3808
3809 Version 2.0-2mdk - Nov 09 2001, by François Pons
3810
3811 - added error message if not root.
3812 - fixed some removable device bad regexp (to support new format).
3813 - avoid installing source package (downloaded but ignored).
3814
3815 Version 2.0 - Nov 06 2001, by François Pons
3816
3817 - no more need for removable device selection in URL (autoprobe but need removable://)
3818 but old description still accepted.
3819 - fix some mount/umount problem.
3820 - improve -m mode speed.
3821 - obsolete -M mode (-M is still recognized on command line but same as -m).
3822 - depslist is no more calculated with dependencies (now optional).
3823 - everything now as 2.0 version.
3824
3825 Version 1.7-15mdk - Oct 27 2001, by Pixel
3826
3827 - fix urpme with i18n (thanks to Andrej Borsenkow)
3828 - fix urpme with regexp-like arguments (mainly things with "++") (thanks to Alexander Skwar)
3829
3830 Version 1.7-14mdk - Sep 24 2001, by François Pons
3831
3832 - fixed stale rpm file (filesize set to 0) in urpmi cache.
3833
3834 Version 1.7-13mdk - Sep 19 2001, by François Pons
3835
3836 - avoid possible error on trying to remove package.
3837 - avoid error message which are more warning.
3838
3839 Version 1.7-12mdk - Sep 17 2001, by François Pons
3840
3841 - fixed urpmq usage of urpm library.
3842
3843 Version 1.7-11mdk - Sep 11 2001, by François Pons
3844
3845 - fixed unable to add a ftp or http medium when with_hdlist
3846 is set to a value without / inside.
3847
3848 Version 1.7-10mdk - Sep 11 2001, by François Pons
3849
3850 - fixed error about urpmi saying package already installed.
3851 - fixed wrong propagation of indirect updates (-m mode only).
3852
3853 Version 1.7-9mdk - Sep 10 2001, by François Pons
3854
3855 - moved depslist computation out of loop of reading.
3856
3857 Version 1.7-8mdk - Sep 03 2001, by François Pons
3858
3859 - avoid eject removable medium if --auto is given.
3860 - avoid stat in /dev directory.
3861
3862 Version 1.7-7mdk - Aug 31 2001, by François Pons
3863
3864 - added --allow-medium-change to urpmi.
3865 - moved autoirpm french man page to autoirpm package.
3866
3867 Version 1.7-6mdk - Aug 29 2001, by François Pons
3868
3869 - fixed multiple asking of same choices.
3870 - possibly fixed array error in resolving choices.
3871 - fixed wrong reference to fr man pages.
3872
3873 Version 1.7-4mdk - Jul 26 2001, by François Pons
3874
3875 - fixed tentative to always install package with -m mode.
3876
3877 Version 1.7-3mdk - Jul 25 2001, by François Pons
3878
3879 - really fix crazy behaviour of --auto-select.
3880 - fixed local packages install.
3881
3882 Version 1.7-2mdk - Jul 25 2001, by François Pons
3883
3884 - fixed crazy behaviour of --auto-select that try to select
3885 the whole word (no filtering of installed packages).
3886
3887 Version 1.7 - Jul 23 2001, by François Pons
3888
3889 - updated to use newer rpmtools 3.1.
3890
3891 Version 1.6-13mdk - Jul 14 2001, by Daouda Lo
3892
3893 - added urpmi logrotate file
3894 - more macroz
3895
3896 Version 1.6-12mdk - Jul 05 2001, by François Pons
3897
3898 - fixed wrong dependencies resolution for local packages
3899 in minimal mode.
3900 - improved urpmf.
3901 - updated man pages.
3902
3903 Version 1.6-11mdk - Jul 05 2001, by François Pons
3904
3905 - take care of local packages.
3906
3907 Version 1.6-10mdk - Jul 04 2001, by François Pons
3908
3909 - fixed bad packages installed on some cases.
3910
3911 Version 1.6-9mdk - Jul 02 2001, by François Pons
3912
3913 - fixed missing rpmtools reference in urpm library.
3914 - changed die in fatal error.
3915
3916 Version 1.6-8mdk - Jul 02 2001, by François Pons
3917
3918 - fixed typo by pixel.
3919 - fixed bad reference in urpm reported by Michael Reinsch.
3920 - fixed dependencies for closure with old packages.
3921 - added --update flag to urpmi.addmedia
3922
3923 Version 1.6-7mdk - Jun 28 2001, by François Pons
3924
3925 - added update flag to medium.
3926 - fixed -M algortihms with epoch (serial) uses.
3927
3928 Version 1.6-6mdk - Jun 27 2001, by François Pons
3929
3930 - fix problem interpreting serial.
3931
3932 Version 1.6-5mdk - Jun 27 2001, by François Pons
3933
3934 - take care of epoch (serial) for version comparison.
3935
3936 Version 1.6-4mdk - Jun 26 2001, by François Pons
3937
3938 - cleaned source package extraction algorithm.
3939
3940 Version 1.6-3mdk - Jun 25 2001, by François Pons
3941
3942 - reworked algorithms to search packages, added -p options to
3943 urpmi and urpmq.
3944
3945 Version 1.6-2mdk - Jun 21 2001, by François Pons
3946
3947 - finished i18n support for urpmi.*media.
3948
3949 Version 1.6 - Jun 20 2001, by François Pons
3950
3951 - simplified urpmf.
3952 - fix i18n support and allow l10n of all error message.
3953 - simplified error code of urpmi/urpmq.
3954
3955 Version 1.5-41mdk - Jun 14 2001, by François Pons
3956
3957 - build release for new rpm.
3958
3959 Version 1.5-40mdk - May 30 2001, by François Pons
3960
3961 - avoid including bad rpm filename or with src arch.
3962 - make sure not to reference basesystem if it does not exists.
3963 - fixed --auto to avoid user intervention.
3964
3965 Version 1.5-39mdk - May 29 2001, by François Pons
3966
3967 - fixed broken dependancies.
3968
3969 Version 1.5-38mdk - May 23 2001, by Pixel
3970
3971 - really remove all group urpmi
3972
3973 Version 1.5-37mdk - May 23 2001, by Pixel
3974
3975 - removed setuid bit, now stop yelling or go get f*
3976
3977 Version 1.5-36mdk - May 22 2001, by François Pons
3978
3979 - fixed warning if src rpm are in repository.
3980
3981 Version 1.5-35mdk - May 22 2001, by François Pons
3982
3983 - added synthesis file filtering.
3984 - added arch chekc support.
3985
3986 Version 1.5-34mdk - Apr 17 2001, by François Pons
3987
3988 - fixed sorting of list file.
3989
3990 Version 1.5-33mdk - Apr 17 2001, by François Pons
3991
3992 - make sure building of synthesis files are done.
3993 - return error if file given are wrong.
3994
3995 Version 1.5-32mdk - Apr 13 2001, by François Pons
3996
3997 - fixed typo on urpmf man pages.
3998 - fixed urpmi return exit code of grpmi on error.
3999 - fixed cancel on medium change dialog (gurpmi or --X).
4000
4001 Version 1.5-31mdk - Apr 10 2001, by François Pons
4002
4003 - fixed error on .listing file in rpms cache directory.
4004
4005 Version 1.5-30mdk - Apr 10 2001, by François Pons
4006
4007 - fixed header clean-up.
4008 - updated man pages.
4009
4010 Version 1.5-29mdk - Apr 09 2001, by François Pons
4011
4012 - fixed some missing requires for -m mode.
4013 - fixed bad search with version and release.
4014
4015 Version 1.5-28mdk - Apr 05 2001, by François Pons
4016
4017 - updated man pages.
4018 - fixed remove of synthesis file before update.
4019 - fixed remanent rpm file in cache.
4020
4021 Version 1.5-27mdk - Apr 03 2001, by François Pons
4022
4023 - added better error management.
4024 - fixed some typo for cache management (creating /partial).
4025
4026 Version 1.5-26mdk - Mar 27 2001, by François Pons
4027
4028 - added --WID=id
4029 - let grpmi make the upload of packages.
4030
4031 Version 1.5-25mdk - Mar 26 2001, by François Pons
4032
4033 - sort list file so that rpm are sorted when installed.
4034 - increase speed for --auto-select: implies -M by default.
4035 - added support for retrieving descriptions file.
4036
4037 Version 1.5-24mdk - Mar 26 2001, by François Pons
4038
4039 - fixed annoying message when adding a medium (cp).
4040
4041 Version 1.5-23mdk - Mar 23 2001, by François Pons
4042
4043 - added synthesis hdlist file support to speed up -m mode.
4044
4045 Version 1.5-22mdk - Mar 18 2001, by Pixel
4046
4047 - fix for gmessage and quotes
4048 - adapt autoirpm.update to new hdlists
4049
4050 Version 1.5-21mdk - Mar 15 2001, by Pixel
4051
4052 - update urpmi_rpm-find-leaves
4053
4054 Version 1.5-20mdk - Mar 09 2001, by François Pons
4055
4056 - check whatprovides by examining path too for mode -m.
4057 - fixed incorrect requires/provides association for mode -m.
4058
4059 Version 1.5-19mdk - Mar 07 2001, by François Pons
4060
4061 - fixed default -m mode for urpmq.
4062 - added log for getting packages (wget) and installing them.
4063 - avoid asking user if everything is already installed.
4064
4065 Version 1.5-18mdk - Mar 07 2001, by François Pons
4066
4067 - fixed last line not printed for rpm output.
4068
4069 Version 1.5-17mdk - Mar 05 2001, by François Pons
4070
4071 - fixed ask choices for urpmi -m mode.
4072 - changed default behaviour to abort transaction on error.
4073
4074 Version 1.5-16mdk - Mar 05 2001, by François Pons
4075
4076 - make sure to kill sub process that are doing log to
4077 avoid lock.
4078
4079 Version 1.5-15mdk - Mar 03 2001, by François Pons
4080
4081 - urpmi mode set to -m by default.
4082
4083 Version 1.5-14mdk - Mar 01 2001, by François Pons
4084
4085 - update with newer rpmtools interface.
4086
4087 Version 1.5-13mdk - Feb 27 2001, by François Pons
4088
4089 - fixed removable cdrom old format extraction.
4090 - fixed bad i18n usage.
4091
4092 Version 1.5-12mdk - Feb 27 2001, by François Pons
4093
4094 - removed use of tee, now forked.
4095
4096 Version 1.5-11mdk - Feb 27 2001, by François Pons
4097
4098 - fixed cohabitation of --auto-select and skip list.
4099 - added -m mode for urpmq.
4100 - added --sources flag for urpmq.
4101
4102 Version 1.5-10mdk - Feb 26 2001, by François Pons
4103
4104 - fixed auto-select flag to use dependancies resolver after.
4105
4106 Version 1.5-9mdk - Feb 26 2001, by François Pons
4107
4108 - fixed big bug of provides files completely read but only
4109 files should be extracted with no package description.
4110 - added log for depslist computation.
4111
4112 Version 1.5-8mdk - Feb 23 2001, by François Pons
4113
4114 - fix --auto-select and skip list.
4115
4116 Version 1.5-7mdk - Feb 23 2001, by François Pons
4117
4118 - added /etc/urpmi/skip.list for package that should not
4119 be upgraded.
4120 - remove -v option of urpmq to match -v as verbose.
4121
4122 Version 1.5-6mdk - Feb 19 2001, by François Pons
4123
4124 - fixed urpmq --headers with exotic rpm filename.
4125 - fixed closing using tee (need testing).
4126 - fixed missing dependancies resolution using -m mode.
4127
4128 Version 1.5-5mdk - Feb 19 2001, by François Pons
4129
4130 - fixed -m mode for prompting user if needed.
4131 - fixed -m mode with depandancies resolving.
4132 - avoid update urpmi db except if old urpmi.
4133
4134 Version 1.5-4mdk - Feb 16 2001, by François Pons
4135
4136 - fixed -m mode with failed depandancies.
4137
4138 Version 1.5-3mdk - Feb 16 2001, by François Pons
4139
4140 - added -m flag to urpmi for minimal upgrade.
4141 - fixed urpmq olding approach of local rpm (added --force too
4142 as in urpmi).
4143 - fixed some i18n usage.
4144
4145 Version 1.5-2mdk - Feb 14 2001, by François Pons
4146
4147 - removable medium are not automatically updated now.
4148 - remove need of number removable device when adding a new medium.
4149
4150 Version 1.5 - Feb 14 2001, by François Pons
4151
4152 - added --auto-select flag for urpmi and urpmq.
4153 - added --headers flag to urpmq.
4154 - changed help screen for both urpmi and urpmq.
4155
4156 Version 1.4-7mdk - Feb 05 2001, by François Pons
4157
4158 - fixed wrong probing of medium list file.
4159
4160 Version 1.4-6mdk - Feb 05 2001, by François Pons
4161
4162 - fixed missing mounting on non removable device like nfs.
4163 - flush STDERR and STDOUT before exiting.
4164
4165 Version 1.4-5mdk - Jan 30 2001, by François Pons
4166
4167 - added medium change code.
4168 - fixed urpmi with local file.
4169 - changed default option to verbose when invoking rpm.
4170
4171 Version 1.4-4mdk - Jan 25 2001, by François Pons
4172
4173 - added code to search for source rpms file to install.
4174 - modified manipulation of ignore flag, keep media name unique.
4175 - lot of fixes on urpm core library.
4176
4177 Version 1.4-3mdk - Jan 25 2001, by François Pons
4178
4179 - need rpmtools-2.1-9mdk or above for hdlist building extension.
4180 - introduced cache directory for medium and rpms manipulation.
4181
4182 Version 1.4-2mdk - Jan 17 2001, by François Pons
4183
4184 - fixed glitches in urpm.pm module about old format of urpmi.cfg.
4185
4186 Version 1.4 - Jan 16 2001, by François Pons
4187
4188 - extract urpmi/urpmq common code and newer code for medium
4189 management in perl module urpm.
4190 - rewrite tools to use the module.
4191
4192 Version 1.3-12mdk - Nov 27 2000, by François Pons
4193
4194 - fixed urpmi.addmedia if already added media are no more accessible.
4195
4196 Version 1.3-11mdk - Nov 16 2000, by François Pons
4197
4198 - fixed compilation problems.
4199
4200 Version 1.3-10mdk - Sep 25 2000, by François Pons
4201
4202 - updated urpme to depslist.ordered.
4203
4204 Version 1.3-9mdk - Sep 20 2000, by Guillaume Cottenceau
4205
4206 - in --auto under X, does not display anymore the sucking interactive dialog
4207 "everything already installed"
4208
4209 Version 1.3-8mdk - Sep 20 2000, by Guillaume Cottenceau
4210
4211 - added option --best-output that selects X if available
4212
4213 Version 1.3-7mdk - Sep 13 2000, by François Pons
4214
4215 - trusting root only readable file list.*, fixes gurpmi with
4216 mutlitple media examination.
4217 - removed setuid root on urpmq.
4218
4219 Version 1.3-6mdk - Sep 05 2000, by François Pons
4220
4221 - split query mode of urpmi into new tools urpmq.
4222 - fixed -v option of urpmi.
4223 - updated man pages of various tools.
4224
4225 Version 1.3-5mdk - Sep 03 2000, by François Pons
4226
4227 - fixed incorporation of media with already defined packages, choose the
4228 relocated one by rpmtools library.
4229
4230 Version 1.3-4mdk - Sep 01 2000, by François Pons
4231
4232 - fixed --auto usage (thanks to Garbage Collector).
4233 - fixed urpmi.addmedia with glob on rpm files only.
4234
4235 Version 1.3-3mdk - Aug 31 2000, by François Pons
4236
4237 - Oops, fixed typo in post.
4238
4239 Version 1.3-2mdk - Aug 31 2000, by François Pons
4240
4241 - added code to proper upgrade of urpmi 1.2.
4242 - added small correction in urpmi for basesystem selection.
4243 - fixed help invocation (thanks to Bryan Paxton).
4244 - modified urpmf not to use rpmtools-compat.
4245
4246 Version 1.3 - Aug 28 2000, by François Pons
4247
4248 - 1.3 of urpmi.
4249 - use rpmtools perl interface to access hdlist and build requires.
4250
4251 Version 1.2-4mdk - Aug 06 2000, by Pixel
4252
4253 - urpmi local_file only if local_file ends with .rpm
4254
4255 Version 1.2-3mdk - Jul 19 2000, by Pixel
4256
4257 - change versions of autoirpm and gurpmi
4258 - macroization, BM
4259
4260 Version 1.2 - Jun 29 2000, by Pixel
4261
4262 - nice fixes from diablero (mainly better generation of list.*)
4263
4264 Version 1.1-6mdk - May 04 2000, by Pixel
4265
4266 - urpmi: unset IFS
4267
4268 Version 1.1-5mdk - Apr 04 2000, by Pixel
4269
4270 - urpmi: add option --force to ignore errors
4271
4272 Version 1.1-4mdk - Mar 26 2000, by Pixel
4273
4274 - autoirpm.update: adapted to new hdlist format
4275
4276 Version 1.1-3mdk - Mar 26 2000, by Pixel
4277
4278 - urpmi can handle package files given on command line. It finds out the
4279 dependencies if possible.
4280 - added rpme (try it, you'll like it!)
4281 - don't try nodeps if file is missing
4282 - new group
4283 - adapted urpmi.addmedia to new hdlist's / multi-cd
4284 - adapted autoirpm.update-all to new rpmlib
4285
4286 Version 1.1-2mdk - Mar 16 2000, by Pixel
4287
4288 - increase version number of gurpmi and autoirpm
4289
4290 Version 1.1 - Mar 07 2000, by Pixel
4291
4292 - new version, compatible with new DrakX and new rpmtools
4293 - add man page for rpmf
4294
4295 Version 1.0-2mdk - Feb 28 2000, by Pixel
4296
4297 - unset $BASH_ENV
4298
4299 Version 1.0 - Feb 12 2000, by Pixel
4300
4301 - small urpmi man page change
4302
4303 Version 0.9-40mdk - Feb 10 2000, by Pixel
4304
4305 - unset $ENV to please -U
4306
4307 Version 0.9-39mdk - Feb 09 2000, by Pixel
4308
4309 - now really handle multiple args
4310 - new option ``-a'' to install all the proposed packages
4311 - add ability to --nodeps and --force in case of install errors
4312
4313 * Mon Jan 10 2000 Pixel
4314 - bug fix from Brian J. Murrell
4315
4316 * Fri Jan 07 2000 Pixel
4317 - urpmi: tty question now defaults to yes and acts that way!
4318 - add an example to urpmi.addmedia.8
4319
4320 * Thu Jan 06 2000 Pixel
4321 - urpmi: tty question now defaults to yes (y/N -> N/y)
4322
4323 Version 0.9-34mdk - Jan 04 2000, by Chmouel Boudjnah
4324
4325 - rpmf: use egrep.
4326
4327 * Tue Jan 04 2000 Pixel
4328 - urpmi.addmedia: replaced hdlist2files by hdlist2names
4329 - rpmf: created
4330
4331 * Mon Dec 27 1999 Pixel
4332 - fixed a bug in urpmi.addmedia
4333
4334 * Wed Dec 22 1999 Pixel
4335 - added urpmi_rpm-find-leaves
4336
4337 * Mon Dec 20 1999 Pixel
4338 - bug fix in autoirpm.update
4339
4340 * Sun Dec 19 1999 Pixel
4341 - bug fix for autoirpm (bad directory)
4342 - enhancement to urpmi (in place gzip'ing)
4343 - small cute enhancements
4344
4345 * Fri Dec 17 1999 Pixel
4346 - changed a message
4347
4348 * Thu Dec 16 1999 Pixel
4349 - added -follow to the find (thanx2(ti){2})
4350
4351 * Wed Dec 15 1999 Pixel
4352 - fixed a bug in dependencies
4353
4354 * Sat Dec 11 1999 Pixel
4355 - i18n using po-like style
4356
4357 * Wed Dec 08 1999 Pixel
4358 - fixed a bug (gmessage called with no double quotes and i18n)
4359
4360 * Thu Dec 02 1999 Pixel
4361 - better error output (both in /var/log/urpmi.* and stdout/stderr)
4362
4363 * Fri Nov 26 1999 Pixel
4364 - some bug fixes
4365
4366 * Tue Nov 23 1999 Pixel
4367 - include new man pages and doc from camille :)
4368
4369 * Mon Nov 22 1999 Pixel
4370 - s|sbin|bin| in requires (again) (wow already monday!)
4371
4372 * Sun Nov 21 1999 Pixel
4373 - autoirpm: added require gurpmi
4374
4375 * Sat Nov 20 1999 Pixel
4376 - urpmi.addmedia modified
4377
4378 * Wed Nov 17 1999 Pixel
4379 - corrected error in urpmi script
4380 - replaced dependency perl by /usr/bin/suidperl
4381
4382 * Mon Nov 15 1999 Pixel
4383 - changed the handling of urpmi, added urpmi.addmedia...
4384

  ViewVC Help
Powered by ViewVC 1.1.30