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

Contents of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30