Changeset d0b334a


Ignore:
Timestamp:
07/10/2004 12:34:27 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
68fc894
Parents:
3216ee4
Message:
  • Updated TODO to list things blocking the release
  • Updated version string to (hopefully) fix the rendering of unstable & testing

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r3216ee4 rd0b334a  
    1  - Mention --enable-kernel=... where appropriate.
    2  - POSIX compliance patches (aka, removing the coreutils hack).
    3  - Pass --enable-const (and maybe --enable-widec) to ncurses.
    4  - Use that E2fsprogs patch to include Readline support in debugfs.
    5  - See about removing some things from Chapter 5, like patch. We can build
    6    those at the beginning of chapter 6 and have one less package to compile.
    7    We need to be sure this doens't break the pureness though.
    8  - Check for pureness and fix any occurrences of breakage.
    9  - Add more index terms to hotplug page.
    10  - Convert some patches to seds (only sane ones, though).
     1 - Apply Jim's iproute2 patch & remove net-tools
     2   http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2004-July/047121.html
     3
     4 - remove ed (it's in BLFS now)
     5
     6 - Fix the print stylesheet to meet the publishers' requirements
     7   http://archives.linuxfromscratch.org/mail-archives/lfs-dev/2004-July/047225.html
     8
     9 - udev documentation based (loosely) on
     10   http://www.linuxfromscratch.org/~matthew/lfs_udev.txt
     11
     12 - kernel documentation/chapter 8 rewrite based on
     13   http://wiki.linuxfromscratch.org/index.php?pagename=BuildingHostKernel,
     14   http://wiki.linuxfromscratch.org/index.php?pagename=BuildingKernel &
     15   http://wiki.linuxfromscratch.org/index.php?pagename=BuildingUdevKernel
     16
     17 - "What is LFS" & "What Packages in LFS" rewrite based on
     18    http://wiki.linuxfromscratch.org/index.php?pagename=WhatIsLFS &
     19    http://wiki.linuxfromscratch.org/index.php?pagename=WhatPackagesInLFS
     20
     21 - Update the Acknowledgements based on
     22   http://wiki.linuxfromscratch.org/index.php?pagename=LFS-Acknowledgements
     23
     24 - update the LFS development web page reflecting how we *should* use the
     25   testing & unstable trees
  • general.ent

    r3216ee4 rd0b334a  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20040705">
    3 <!ENTITY releasedate "July 5, 2004">
     2<!ENTITY version "6.0-testing-200407010">
     3<!ENTITY releasedate "July 10, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.