| 1 |
# ChangeLog for Gentoo Linux Installer
|
| 2 |
# Copyright 2004 Gentoo Technologies, Inc.
|
| 3 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.4 2004/03/26 18:43:09 npmccallum Exp $
|
| 4 |
|
| 5 |
*GLI-0.01 (9 Feb 2004)
|
| 6 |
|
| 7 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 8 |
|
| 9 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config
|
| 10 |
files without messing up all the other stuff in them. This will be used for making
|
| 11 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc...
|
| 12 |
|
| 13 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 14 |
|
| 15 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does
|
| 16 |
have a few basic things. I added two private methods. One is _depends(). This
|
| 17 |
will be used for dependency checking (ie. unpacking a tarball requires that
|
| 18 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact
|
| 19 |
same syntax as os.system(), however, instead of being run in the liveCD
|
| 20 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I
|
| 21 |
isolated the code. Hope to work more this week to get this class formed...
|
| 22 |
|
| 23 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 24 |
|
| 25 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for
|
| 26 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples
|
| 27 |
to allow for easier modification (mutable, rather than immutable objects). Updated
|
| 28 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse().
|
| 29 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references.
|
| 30 |
Added initial unit test code.
|
| 31 |
|
| 32 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 33 |
|
| 34 |
Added initial changelog. Setting up the basic structure of the CVS repository
|
| 35 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI
|
| 36 |
python module. Added misc files such news, authors, etc.
|