source: chapter01/changelog.xml@ 1fca9db

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v3_1 v3_2 v3_3 v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 1fca9db was 1fca9db, checked in by Mark Hymers <markh@…>, 23 years ago

Add new flex script

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<sect1 id="ch01-changelog">
2<title>Changelog</title>
3<?dbhtml filename="changelog.html" dir="chapter01"?>
4
5<para>&version; - &releasedate;</para>
6
7<itemizedlist>
8
9<listitem><para>Added:
10
11<itemizedlist>
12<listitem><para>reiserfsprogs-3.x.0j</para></listitem>
13</itemizedlist>
14
15</para></listitem>
16
17<listitem><para>Updated to:
18
19<itemizedlist>
20<listitem><para>e2fsprogs-1.25</para></listitem>
21<listitem><para>gettext-0.10.40</para></listitem>
22<listitem><para>libtool-1.4.2</para></listitem>
23<listitem><para>lilo-22.0.2</para></listitem>
24<listitem><para>linux-2.4.10</para></listitem>
25<listitem><para>man-pages-1.40</para></listitem>
26<listitem><para>modutils-2.4.10</para></listitem>
27<listitem><para>sysvinit-2.83</para></listitem>
28<listitem><para>util-linux-2.11l</para></listitem>
29<listitem><para>vim-6.0</para></listitem>
30</itemizedlist>
31
32</para></listitem>
33
34<listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
35script instead of link to flex following comment on lfs-dev. (This is
36similar to what we do with bison and yacc).</para></listitem>
37
38<listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
39Shouldn't affect the book text or layout. If it does, something has
40gone wrong!</para></listitem>
41
42<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
43reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
44
45<listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
46spelling errors which were reported.</para></listitem>
47
48<listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
49explanation as to why we copy the kernel headers rather than symlink
50them.</para></listitem>
51
52<listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
53uncompress to the gunzip description as it was
54missing.</para></listitem>
55
56<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
57Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
58util-linux-2.11l.</para></listitem>
59
60<listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
61--datadir option, kbd's default is set properly already.</para></listitem>
62
63<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
64the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt">http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt</ulink>
65lfs-hint</para></listitem>
66
67<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
68installation instructions to fix a bug in vim-6.0's
69<filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
70to specify the global vimrc file as
71<filename>/etc/vimrc</filename></para></listitem>
72
73<listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
74libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
75util-linux-2.11l and vim-6.0</para></listitem>
76
77<listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
78reference to the LFS Counter at
79<ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi">
80http://linuxfromscratch.org/cgi-bin/lfscounter.cgi</ulink></para></listitem>
81
82<listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
83Added reference to the news server</para></listitem>
84
85<listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
86--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
87instructions. The reason for the change is that a value of / will cause
88symlinks and installation paths to use things like //lib instead of
89just /lib. This isn't bad perse, it just doesn't look
90nice.</para></listitem>
91
92<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
93e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
94util-linux-2.11i.</para></listitem>
95
96<listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
97descriptions into alphabetical order.</para></listitem>
98
99</itemizedlist>
100
101</sect1>
102
Note: See TracBrowser for help on using the repository browser.