mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 06:28:02 +00:00
9b298522b3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
227 lines
8.7 KiB
XML
227 lines
8.7 KiB
XML
<sect1 id="ch01-changelog">
|
|
<title>Changelog</title>
|
|
<?dbhtml filename="changelog.html" dir="chapter01"?>
|
|
|
|
<para>&version; - &releasedate;</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>December 15th, 2001 [markh]: Finish Appendix merge. All
|
|
of the old appendices A, B and D are now in one (large) Appendix
|
|
A.</para></listitem>
|
|
|
|
<listitem><para>December 14th, 2001 [markh]: Merged appendices A and
|
|
B.</para></listitem>
|
|
|
|
<listitem><para>December 13th, 2001 [markh]: Appendix B: Changed dbhtml
|
|
tag so that the flex page is now created as flex.html instead of
|
|
flex</para></listitem>
|
|
|
|
<listitem><para>December 13th, 2001 [markh]: Appendix D: Moved
|
|
metalab.unc.edu and ftp.ibiblio.org references to the proper URL
|
|
ibiblio.org.</para></listitem>
|
|
|
|
<listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
|
|
the kbd patch to the default installation instructions; upgraded to
|
|
kbd-1.06-2.patch to fix installation of some programs; added the
|
|
descriptions for these programs; removed the loadkeys -d warning that
|
|
was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
|
|
|
|
<listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
|
|
cd $LFS before chroot" explanation.</para></listitem>
|
|
|
|
<listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
|
|
for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
|
|
to the lfs-dev list).</para></listitem>
|
|
|
|
<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
|
|
symlinks in bash, fileutils and gcc instructions to make the Chapter 6
|
|
instructions independent of those in chapter 5.</para></listitem>
|
|
|
|
<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
|
|
up the sed commands to use the backup file that was created earlier instead
|
|
of writing to an intermediate 'tmp~' file.</para></listitem>
|
|
|
|
<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
|
|
command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
|
|
This bug was reported by Greg Schafer.</para></listitem>
|
|
|
|
<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
|
|
configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
|
|
<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
|
|
with the installation instructions for the other packages, and the result
|
|
is identical to the old way.</para></listitem>
|
|
|
|
<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
|
|
Platform? section.</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
<para>3.1 - December 3rd, 2001</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>Added:
|
|
|
|
<itemizedlist>
|
|
<listitem><para>reiserfsprogs-3.x.0j</para></listitem>
|
|
</itemizedlist>
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>Updated to:
|
|
|
|
<itemizedlist>
|
|
<listitem><para>MAKEDEV-1.4</para></listitem>
|
|
<listitem><para>bash-2.05a</para></listitem>
|
|
<listitem><para>e2fsprogs-1.25</para></listitem>
|
|
<listitem><para>gettext-0.10.40</para></listitem>
|
|
<listitem><para>libtool-1.4.2</para></listitem>
|
|
<listitem><para>lilo-22.1</para></listitem>
|
|
<listitem><para>linux-2.4.16</para></listitem>
|
|
<listitem><para>man-1.5j</para></listitem>
|
|
<listitem><para>man-pages-1.43</para></listitem>
|
|
<listitem><para>modutils-2.4.12</para></listitem>
|
|
<listitem><para>sysvinit-2.83</para></listitem>
|
|
<listitem><para>util-linux-2.11m</para></listitem>
|
|
<listitem><para>vim-6.0</para></listitem>
|
|
</itemizedlist>
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>November 30th, 2001 [markh]: Chapter 6: Updated to
|
|
man-1.5j. Removed the sed which we had to use with the old version as
|
|
the new one detects awk properly.</para></listitem>
|
|
|
|
<listitem><para>November 30th, 2001 [markh]: Chapter 5: Added static
|
|
library explanation originally posted on lfs-apps (when it still
|
|
existed) by Plasmatic.</para></listitem>
|
|
|
|
<listitem><para>November 26th, 2001 [markh]: Chapter 5+6: Updated to
|
|
kernel-2.4.16 and modutils-2.4.12.</para></listitem>
|
|
|
|
<listitem><para>November 26th, 2001 [markh]: Chapter 6: Added FHS
|
|
compliance notes to the findutils installation.</para></listitem>
|
|
|
|
<listitem><para>November 19th, 2001 [markh]: Chapter 5+6: Updated to
|
|
bash-2.05a, lilo-22.1, MAKEDEV-1.4, man-pages-1.43 and
|
|
util-linux-2.11m.</para></listitem>
|
|
|
|
<listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
|
|
script instead of link to flex following comment on lfs-dev. (This is
|
|
similar to what we do with bison and yacc).</para></listitem>
|
|
|
|
<listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
|
|
Shouldn't affect the book text or layout. If it does, something has
|
|
gone wrong!</para></listitem>
|
|
|
|
<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
|
|
reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
|
|
|
|
<listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
|
|
spelling errors which were reported.</para></listitem>
|
|
|
|
<listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
|
|
explanation as to why we copy the kernel headers rather than symlink
|
|
them.</para></listitem>
|
|
|
|
<listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
|
|
uncompress to the gunzip description as it was
|
|
missing.</para></listitem>
|
|
|
|
<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
|
|
Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
|
|
util-linux-2.11l.</para></listitem>
|
|
|
|
<listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
|
|
--datadir option, kbd's default is set properly already.</para></listitem>
|
|
|
|
<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
|
|
the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt">http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt</ulink>
|
|
lfs-hint</para></listitem>
|
|
|
|
<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
|
|
installation instructions to fix a bug in vim-6.0's
|
|
<filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
|
|
to specify the global vimrc file as
|
|
<filename>/etc/vimrc</filename></para></listitem>
|
|
|
|
<listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
|
|
libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
|
|
util-linux-2.11l and vim-6.0</para></listitem>
|
|
|
|
<listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
|
|
reference to the LFS Counter at
|
|
<ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi">
|
|
http://linuxfromscratch.org/cgi-bin/lfscounter.cgi</ulink></para></listitem>
|
|
|
|
<listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
|
|
Added reference to the news server</para></listitem>
|
|
|
|
<listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
|
|
--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
|
|
instructions. The reason for the change is that a value of / will cause
|
|
symlinks and installation paths to use things like //lib instead of
|
|
just /lib. This isn't bad perse, it just doesn't look
|
|
nice.</para></listitem>
|
|
|
|
<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
|
|
e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
|
|
util-linux-2.11i.</para></listitem>
|
|
|
|
<listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
|
|
descriptions into alphabetical order.</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
<para>3.0 - September 21st, 2001</para>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>Updated to:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><para>e2fsprogs-1.24</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para></listitem>
|
|
|
|
<listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the
|
|
mailing list information to reflect the new ml
|
|
structure. The Ch7 change is that the rc and rcS scripts now ask people
|
|
to report problems to lfs-dev instead of lfs-discuss.</para></listitem>
|
|
|
|
<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC:
|
|
Added --enable-threads=posix to chapter 5, and changed --enable-threads to
|
|
--enable-threads=posix in chapter 6. Although the default is posix threads
|
|
when
|
|
not specified, it's clearer this way what's being
|
|
enabled.</para></listitem>
|
|
|
|
<listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc:
|
|
Added notes how to deal with psmisc's pidof symlink (in case sysvinit
|
|
isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's
|
|
configure script in order for the programs to be installed in /bin
|
|
rather than /usr/bin (bootscripts may use them, so they must be in
|
|
/bin).</para></listitem>
|
|
|
|
<listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux:
|
|
Added USRGAMES_DIR=/usr/bin to the make install routine so that
|
|
/usr/games isn't created for banner and it is installed in
|
|
/usr/bin.</para></listitem>
|
|
|
|
<listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs:
|
|
Updated to version 1.24.</para></listitem>
|
|
|
|
<listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added
|
|
missing && to 'done' and chmod the configure script to mode 755
|
|
instead of 700 (more of a default mode so people don't _have_ to be
|
|
running as the owner of that file).</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</sect1>
|
|
|