It was 2 bytes, not one. Amateurs.. humpf. ;-)
[tools/librpm-tizen.git] / TODO
1 The RPM TODO file.
2
3 Aug 7, 1998, Version 0.06.
4
5 This list is maintained by Alex deVries <adevries@engsoc.carleton.ca>.
6
7 RPM itself is maintained by Erik Troan <ewt@redhat.com> and Marc Ewing
8 <marc@redhat.com>.  Discussion of RPM development happens on the mailing
9 list,
10 rpm-list@redhat.com.  See www.rpm.org for more details.
11
12 People listed are done by initials:
13 ewt  Erik Troan <ewt@redhat.com>
14 adv  Alex deVries <adevries@engsoc.carleton.ca>
15 jbj  Jeff Johnson <jbj@jbj.org>
16 rg   Ralph Goers <Ralph_Goers@candle.com>
17
18 0. Bug fixes:
19 -------------
20
21 - cross building problems:
22    - --sign doesn't work properly with multiple platforms
23    - it rebuilds the source rpms, which is a problem
24
25
26 1. Stuff that are critical for future development:
27 --------------------------------------------------
28
29 - new macros for building, jbj
30
31 - fix RPM installation API to deal with sets of packages rather than
32   individual packages, ewt
33
34 - have configure check for db_185.h (rg)
35
36 2. Features that are of definite interest 
37 -----------------------------------------
38
39 - getting rid of all the arch specific macros in lib/rpmrc.c
40
41 - An RPM repository, with a database to store packages of different
42   versions and architectures.  This would facilite installation greatly,
43   and allow for packages to have registered repositories. The intended 
44   protocol is HTTP.  ewt, adv
45
46 - More flexible hardware and operating system tags, expanding the
47   current Arch and OS tags to include flexible support for things
48   like Arch version and OS version.  The intention is to build in 
49   boolean operators.
50
51 - redo dependancy checking to take file conflicts into account
52
53 - make package ordering during upgrades more robust (ewt)
54
55 - PGP 5.0 support
56
57 - bzip2 compression
58
59 3. No-hurry features that would be considered
60 ---------------------------------------------
61
62 - Fat RPM support, and a _seperate_ builder (partly done, adv)
63