blob: bb789a2f09b373405d1d3c11fc6de5256c9ff81e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
2000-03-26 Pixel <pixel@mandrakesoft.com>
* autoirpm.update: adapted to new hdlist format.
use perl version of dirname and mkdir -p (for speed)
- urpmi can handle package files given on command line. It finds
out the dependencies if possible.
- don't try nodeps if file is missing
- new group
- adapted urpmi.addmedia to new hdlist's / multi-cd
- adapted autoirpm.update-all to new rpmlib
2000-02-28 Pixel <pixel@mandrakesoft.com>
* autoirpm.update-all.cc: s/FILENAMES/OLDFILENAMES/
* urpmi: unset $BASH_ENV
2000-02-10 Pixel <pixel@mandrakesoft.com>
* urpmi: unset $ENV to please -U
* urpmi: now really handle multiple args
* urpmi: new option ``-a'' to install all the proposed packages
* urpmi: add ability to --nodeps and --force in case of install errors
2000-01-20 Pixel <pixel@mandrakesoft.com>
* urpmi: fix regexp not allowing `.' in release
2000-01-10 Pixel <pixel@mandrakesoft.com>
* urpmi: bug fix from Brian J. Murrell
2000-01-07 Pixel <pixel@mandrakesoft.com>
* urpmi: tty question now defaults to yes and acts that way!
2000-01-06 Pixel <pixel@mandrakesoft.com>
* urpmi: tty question now defaults to yes (y/N -> N/y)
2000-01-04 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* rpmf: use egrep.
2000-01-04 Pixel <pixel@mandrakesoft.com>
* urpmi.addmedia: replaced hdlist2files by hdlist2names
* rpmf: created
|