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

Contents of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30