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

Contents of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7751 - (show annotations) (download)
Mon Apr 1 13:45:57 2013 UTC (11 years ago) by tv
File size: 149534 byte(s)
fix package count when a package has a %pretrans scriptlet

(spot by Colin on installing a minimal system with urpmi)

callback_open got called one too much (it got called twice for first
package which is actually filesystem), thus we bump the index one too
much.

the call chain is:
rpmtsRun() -> runTransScripts() -> rpmteProcess() which says:
    /* Dont bother opening for elements without pre/posttrans scripts */

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

  ViewVC Help
Powered by ViewVC 1.1.30