Changeset 53adac3
- Timestamp:
- 03/18/2005 04:28:12 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5e97b51
- Parents:
- 851b984e
- Files:
-
- 1 added
- 7 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
r851b984e r53adac3 36 36 <para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para> 37 37 38 39 <!--40 <para>Redistribution and use in source and binary forms, with or without41 modification, are permitted provided that the following conditions are42 met:</para>43 44 <itemizedlist>45 <listitem><para>Redistributions in any form must retain the above copyright46 notice, this list of conditions and the following disclaimer.</para></listitem>47 48 <listitem><para>Neither the name of "Linux From Scratch" nor the names of49 its contributors may be used to endorse or promote products derived from50 this material without specific prior written permission.</para></listitem>51 52 <listitem><para>Any material derived from Linux From Scratch must contain53 a reference to the "Linux From Scratch" project.</para></listitem>54 </itemizedlist>55 56 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS57 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE58 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE59 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY60 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES61 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;62 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON63 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT64 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS65 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>66 67 -->68 69 38 <para><trademark class='registered'>Linux</trademark> is a registered trademark of 70 39 Linus Torvalds.</para> … … 77 46 <revnumber>&version;</revnumber> 78 47 <date>&pubdate;</date> 79 <revremark>Development release</revremark> 48 <revremark>Development Release</revremark> 49 </revision> 50 51 <revision> 52 <revnumber>&version;</revnumber> 53 <date>2005-03-17</date> 54 <revremark>Fourth release (Candidate 1)</revremark> 80 55 </revision> 81 56 … … 103 78 104 79 <para>This book follows on from the Linux From Scratch book. It introduces and 105 guides the reader through additions to the system including networking, X106 support, sound supportand printer and scanner support.</para>80 guides the reader through additions to the system including networking, graphical 81 interfaces, sound support, and printer and scanner support.</para> 107 82 108 83 </abstract> -
book/preface.xml
r851b984e r53adac3 90 90 BLFS Editor (June 2004–Present)</literallayout></blockquote> 91 91 92 93 <sect2> 94 <title>Preface to Version 6.0</title> 95 96 <para>Version 6.0 is a major milestone in the evolution of BLFS. This 97 version provides installation instructions for 357 packages and an additional 98 21 sections covering configuration and customization of different aspects 99 of your system.</para> 100 101 <para>Changes and upgrades to the individual packages are detailed in the 102 <xref linkend='intro-welcome-changelog'/>. There you will see literally hundreds of 103 changes made since the last edition. In this change log, one name that you 104 will see over and over is Randy McMurchy. Without his efforts this 105 release would not have been possible. I want to take this opportunity to thank 106 him for the hundreds of hours he has worked to produce this release. I 107 also want to thank the other editors, both past and present, whose insight 108 and effort have made this current version possible. Last, but certainly not least, 109 I want to thank our resident XSL wizard, Manuel Canales Esparcia, whose 110 ability to format a complicated document such as BLFS is truly amazing.</para> 111 112 <para>There are two other areas of change that are worthy of note. First, 113 the license that BLFS is released under has changed significantly. In 114 fact, it is now released under two licenses. The first license, the 115 <xref linkend='CC'/>, covers the descriptive text in the book. The second, the 116 <xref linkend='AFL'/>, covers the instructions actually used to build and 117 install the packages. These licenses, along with the book itself, represent 118 our ongoing commitment to open and free sofware.</para> 119 120 <para>The final area of change is the addition of an Index. This section of 121 the book is still incomplete, but as the book continues to be developed, 122 will become an excellent resource for finding programs, libraries, 123 configuration files, and references to kernel configuration requirements. I 124 hope you find it useful.</para> 125 126 <blockquote><literallayout>Bruce Dubbs 127 March 17, 2005</literallayout></blockquote> 128 129 130 </sect2> 131 132 133 92 134 </sect1> 93 135 -
general.ent
r851b984e r53adac3 1 <!ENTITY day "1 7">1 <!ENTITY day "18"> 2 2 <!ENTITY month "03"> 3 3 <!ENTITY year "2005"> -
introduction/introduction.xml
r851b984e r53adac3 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/version.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/mirrors.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/packages.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/changelog.xml"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/maillists.xml"/> -
introduction/welcome/changelog.xml
r851b984e r53adac3 6 6 ]> 7 7 8 <sect1 id="intro-welcome-changelog" role="dsssl" >8 <sect1 id="intro-welcome-changelog" role="dsssl" xreflabel='Change Log'> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername> … … 23 23 <itemizedlist> 24 24 25 <listitem><para>March 17th, 2005 [dj]: Added sed in Linux-PAM 26 instructions to fix modules manpages install path.</para></listitem> 27 28 <listitem><para>March 17th, 2005 [randy]: Changed cracklib from a required 29 dependency to recommended in the Linux-Pam instructions; updated to Zip-2.31 30 and CUPS-1.1.23; added the creation of an 'lp' user to the CUPS 31 instructions.</para></listitem> 32 33 <listitem><para>March 16th, 2005 [igor]: Updated to 34 ImageMagick-6.2.0-7 contributed by John Gnew.</para></listitem> 35 36 <listitem><para>March 15th, 2005 [igor]: Updated to 37 XFce-4.2.0.</para></listitem> 38 39 <listitem><para>March 14th, 2005 [igor]: Courier: removed redundant 40 configure switches.</para></listitem> 41 42 <listitem><para>March 13th, 2005 [bdubbs]: Update apache to 2.0.53 43 </para></listitem> 44 45 <listitem><para>March 13th, 2005 [bdubbs]: Update xorg to 6.8.2. 46 </para></listitem> 47 48 <listitem><para>March 13th, 2005 [bdubbs]: Update dhcp patch to really 49 delete addresses when taking interface down.</para></listitem> 50 51 <listitem><para>March 13th, 2005 [randy]: Removed the instructions to create 52 a /dev/cdrom symlink from the kdemultimedia instructions, as the default LFS 53 Udev configuration creates it.</para></listitem> 54 55 <listitem><para>March 13th, 2005 [bdubbs]: Update firewalling 56 section.</para></listitem> 57 58 <listitem><para>March 10th, 2005 [bdubbs]: Update iptables to 1.3.1. 59 </para></listitem> 60 61 <listitem><para>March 10th, 2005 [bdubbs]: Added introductory comments to 62 Chapters 10, 13, and 29.</para></listitem> 63 64 <listitem><para>March 10th, 2005 [randy]: Fixed FTP download URL in 65 XSane instructions, pointed out by Archaic.</para></listitem> 66 67 <listitem><para>March 8th, 2005 [bdubbs]: Updated ProFTP instructions 68 and explainations.</para></listitem> 69 70 <listitem><para>March 7th, 2005 [bdubbs]: Removed obsolete DSSSL section 71 referring to the BLFS rendering process.</para></listitem> 72 73 <listitem><para>March 7th, 2005 [bdubbs]: Updated comments 74 on Multimedia.</para></listitem> 75 76 <listitem><para>March 7th, 2005 [randy]: Updated to HTML Tidy-030505; 77 added prevent_PRE_newlines patch to HTML Tidy instructions; updated the 78 Qpopper instructions to correctly update the syslog config file; added 79 Advisory ID: PSF-2005-001 patch to Python instructions.</para></listitem> 80 81 <listitem><para>March 7th, 2005 [bdubbs]: Updated dhcp to 3.0.2. 82 Also indexed and updated note about kernel configuration.</para></listitem> 83 84 <listitem><para>March 6th, 2005 [bdubbs]: Placed a warning in CDRtools 85 to not have a copy of the kernel in /usr/src/linux.</para></listitem> 86 87 <listitem><para>March 6th, 2005 [randy]: Updated download URLs to TeX-2.0.2 88 packages; updated to cURL-7.13.1, Glib-2.6.3, Pango-1.8.1 and 89 GTK+-2.6.4.</para></listitem> 90 91 <listitem><para>March 5th, 2005 [randy]: Added a chmod command to the Glib-1 92 instructions to fix incorrect permissions on libgmodule.</para></listitem> 93 94 <listitem><para>March 4th, 2005 [randy]: Changed the order of a build 95 command in the AbiWord instructions to fix breakage, pointed out by 96 Andrew Benton; fixed Shadow download URL.</para></listitem> 97 98 <listitem><para>March 3rd, 2005 [randy]: Rearranged the note to build 99 dependencies and added OpenLDAP hooks to the Sendmail 100 instructions.</para></listitem> 101 102 <listitem><para>March 2nd, 2005 [randy]: Added 'status' option to the 103 portmap bootscript; updated to HTML Tidy-050301.</para></listitem> 104 105 <listitem><para>March 1st, 2005 [randy]: Fixed broken URL to libgcrypt in 106 libxslt instructions; modified Cyrus-SASL documentation installation 107 commands to include the version number.</para></listitem> 108 109 <listitem><para>February 28th, 2005 [randy]: Changed the tcp_wrappers 110 instructions to use a sed command instead of a GCC-34 patch; added more 111 MD5 sums and some additional commands/notes to the GCC 112 instructions.</para></listitem> 113 114 <listitem><para>February 27th, 2005 [randy]: Added dependencies and 115 instructions to run the test suite for GCC-3 and a minor update to J2SDK 116 dependencies description; added a cd command to the ALSA lib instructions to 117 prepare for installing the documentation.</para></listitem> 118 119 <listitem><para>February 26th, 2005 [randy]: Modified Linux-PAM and cracklib 120 instructions to correctly place the .so symlinks in /usr/lib; modified Courier 121 instructions to correctly identify the MySQL socket path; added a note to the 122 XFS instructions to ensure E2fsprogs or UUID is installed, suggested by 123 Stef Bon; added Linux-PAM configuration notes to Fcron.; updated to 124 Samba-3.0.11</para></listitem> 125 126 <listitem><para>February 25th, 2005 [randy]: Updated to Leafnode-1.10.8; 127 added additional indexing tags to X Window Configuration 128 instructions.</para></listitem> 129 130 <listitem><para>February 24th, 2005 [randy]: Updated to Enigmail-0.90.1 in 131 Mozilla and Thunderbird instructions.</para></listitem> 132 133 <listitem><para>February 23rd, 2005 [randy]: Added direct links to 134 XFree86 programs and descriptions (used by Xorg) and the Samba SWAT 135 configuration section (used by Stunnel).</para></listitem> 136 137 <listitem><para>February 22nd, 2005 [randy]: Added additional installed 138 directories to Linux-PAM descriptions.</para></listitem> 139 140 <listitem><para>February 17th, 2005 [randy]: Updated to Xpdf-3.00pl3; 141 changed absolute URL to the LFS book to a relative URL.</para></listitem> 142 143 <listitem><para>February 16th, 2005 [randy]: Added md5sums to Chapter 144 45 and 46 package instructions; minor modification to sed command in a2ps 145 instructions; added a sentence to GSView instructions that you can 146 symlink /usr/bin/netscape to your preferred browser.</para></listitem> 147 148 <listitem><para>February 15th, 2005 [randy]: Added md5sums to Chapter 149 41-44 package instructions; updated to LPRng-3.8.28.</para></listitem> 150 151 <listitem><para>February 14th, 2005 [randy]: Added md5sums to Chapter 37 152 through 40 package instructions; updated essential codecs to 20050115 in 153 MPlayer instructions; added a missing backslash to a command in the 154 compressdoc script, reported by Devan Lippman.</para></listitem> 155 156 <listitem><para>February 13th, 2005 [randy]: Added md5sums to AbiWord, 157 GnuCash, ALSA and Chapter 35-36 package instructions.</para></listitem> 158 159 <listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapters 22 160 through 27 package instructions; fixed download URL's in PostgreSQL 161 instructions; added hack to Configuring GNOME Packages section to properly 162 display all the panel icons; added new Xpdf security patch to kdegraphics 163 instructions.</para></listitem> 164 165 <listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para> 166 </listitem> 167 168 <listitem><para>February 11th, 2005 [randy]: Added md5sums to Chapter 18, 169 19, 20 and 21 package instructions; changed FTP download URL in NcFTP and Pine 170 instructions; added a note about using --enable-yydebug to libpcap 171 instructions.</para></listitem> 172 173 <listitem><para>February 10th, 2005 [larry]: Updated to emacs-21.4 and 174 fluxbox-0.9.12.</para></listitem> 175 176 <listitem><para>February 10th, 2005 [larry]: Added more descriptions to 177 MIT Kerberos and added db to PAM's dependancies.</para></listitem> 178 179 <listitem><para>February 10th, 2005 [randy]: Updated to WvStreams-4.0.1; 180 Fixed broken download URLs in RP-PPPoE instructions; added md5sums to 181 Chapter 17 packages.</para></listitem> 182 183 <listitem><para>February 9th, 2005 [larry]: Updated MIT krb5 to krb-1.4, 184 incorporated offical patches for autofs and moved cracklib to required in 185 Linux_PAM.</para></listitem> 186 187 <listitem><para>February 9th, 2005 [randy]: Added md5sums and index tags to 188 PPP.</para></listitem> 189 190 <listitem><para>February 8th, 2005 [randy]: Added md5sums to Chapter 12 191 packages.</para></listitem> 192 193 <listitem><para>February 7th, 2005 [randy]: Added md5sums to Chapter 9, 10 194 and 11 packages.</para></listitem> 195 196 <listitem><para>February 4th, 2005 [larry]: Updated to 197 zsh-4.2.4.</para></listitem> 198 199 <listitem><para>February 4th, 2005 [randy]: Added MD5sums to OpenSSL, 200 iptables, Tripwire-portable, Shadow, Linux-PAM, cracklib, MIT krb5, Heimdal, 201 Cyrus SASL, Stunnel, ReiserFS, XFS, Emacs, Vim, nano, JOE, Ed, ASH, popt, 202 slang, FAM, libxml2, libxslt, GMP and GDBM instructions; fixed MIT krb5 and 203 ZSH download URLs.</para></listitem> 204 205 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to 206 kdebase.</para></listitem> 207 208 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to 209 kdelibs.</para></listitem> 210 211 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to 212 aRts.</para></listitem> 213 214 <listitem><para>February 3rd, 2005 [dj]: Added index items to 215 Postfix.</para></listitem> 216 217 <listitem><para>February 3rd, 2005 [randy]: Updated to 218 GIMP-2.2.3.</para></listitem> 219 220 <listitem><para>February 2nd, 2005 [dj]: Added TLS patch to Postfix and 221 added section "configuring the build". Corrected PostgreSQL download 222 locations and added mention of --with-ldap in Cyrus-SASL 223 instructions.</para></listitem> 224 225 <listitem><para>February 2nd, 2005 [randy]: Updated to cURL-7.13.0 and 226 Dillo-0.8.4.</para></listitem> 227 228 <listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4, 229 GCC-3.4.1, Python and Nmap instructions; split long sed command in the Tcl 230 instructions to fit on the PDF book.</para></listitem> 231 232 <listitem><para>January 31st, 2005 [randy]: Updated to 233 XSane-0.97.</para></listitem> 234 235 <listitem><para>January 30th, 2005 [dj]: Fixed cracklib_dict_path check 236 in Linux_PAM configure. Added change to 237 Linux-PAM-linkage-2.patch.</para></listitem> 238 239 <listitem><para>January 30th, 2005 [randy]: Separated root installation 240 commands from build commands in packages already indexed; modified sed 241 in Xorg and XFree86 instructions to only comment out virgin 242 lines.</para></listitem> 243 244 <listitem><para>January 29th, 2005 [randy]: Added vulnerability fix patch to 245 Bind instructions and bumped version entities to 9.3.0p1; added MD5 sum to 246 DocBook-utils instructions; added program and library descriptions to 247 Apache Ant.</para></listitem> 248 249 <listitem><para>January 28th, 2005 [randy]: Updated to hdparm-5.8, 250 Mozilla-1.7.5 and Nail-11.20; updated Enigmail version in Thunderbird 251 instructions.</para></listitem> 252 253 <listitem><para>January 27th, 2005 [randy]: Updated to Heimdal-0.6.3 and 254 Ethereal-0.10.9; updated Glossary; added new Index division, "Kernel 255 Configuration"; added Autotools reconfiguration to 256 libusb instructions.</para></listitem> 257 258 <listitem><para>January 26th, 2005 [randy]: Updated J2SDK binary version to 259 1.4.2_07; updated J2SDK build entities; added download location and build 260 entities to Shadow instructions.</para></listitem> 261 262 <listitem><para>January 26th, 2005 [bdubbs]: Added directory reference 263 for xorg downloads.</para></listitem> 264 265 <listitem><para>January 26th, 2005 [bdubbs]: Fixed policy command line in 266 tripwire.</para></listitem> 267 268 <listitem><para>January 25th, 2005 [randy]: Modified dependency list and added 269 patches to Cdrdao so that the gcdmaster program will build; updated to 270 libxml2-2.6.17.</para></listitem> 271 272 <listitem><para>January 24th, 2005 [randy]: Updated to 273 HTML Tidy-050120.</para></listitem> 274 275 <listitem><para>January 23rd, 2005 [randy]: Updated to 276 Subversion-1.1.3.</para></listitem> 277 278 <listitem><para>January 22nd, 2005 [bdubbs]: Updated to libpopt-1.7-5 279 and updated download locations.</para></listitem> 280 281 <listitem><para>January 20th, 2005 [randy]: Updated to MPlayer-1.0pre6a, 282 xine Libraries-1.0 and xine User Interface-0.99.3.</para></listitem> 283 284 <listitem><para>January 19th, 2005 [randy]: Added installation of 285 HTML documentation to the FFmpeg instructions; added commands to create 286 symlinks to the moved libstdc++ library in the GCC3 287 instructions.</para></listitem> 288 289 <listitem><para>January 17th, 2005 [randy]: Updated to 290 AbiWord-2.2.3.</para></listitem> 291 292 <listitem><para>January 16th, 2005 [dj]: Updated to 293 Courier-0.47.</para></listitem> 294 295 <listitem><para>January 16th, 2005 [randy]: Clarified libao and cURL 296 dependencies in the Vorbis Tools instructions.</para></listitem> 297 298 <listitem><para>January 15th, 2005 [randy]: Updated to Doxygen-1.4.1 and 299 Sendmail-8.13.3.</para></listitem> 300 301 <listitem><para>January 13th, 2005 [bdubbs]: Fixed sed command 302 in tripwire.</para></listitem> 303 304 <listitem><para>January 13th, 2005 [randy]: Shortened line lengths in various 305 package instructions to fit in the viewable area of a PDF version of the 306 book; updated to Whois-4.6.26 and HTML Tidy-050110.</para></listitem> 307 308 <listitem><para>January 12th, 2005 [igor]: Updated to 309 lcms-1.14 and GIMP-2.2.2.</para></listitem> 310 311 <listitem><para>January 12th, 2005 [randy]: Moved OpenSSL instructions from 312 Chapter 8 to Chapter 4, suggested by Torsten Vollmann; shortened line lengths 313 in the compressdoc script.</para></listitem> 314 315 <listitem><para>January 11th, 2005 [randy]: Moved libgtkhtml, GNOME-Doc-Utils 316 and Yelp from GNOME-Addons to GNOME-Core; added Cdrtools to Nautilus-CD-Burner 317 dependencies, suggested by David Rosal; updated to 318 Nail-11.19.</para></listitem> 319 320 <listitem><para>January 10th, 2005 [larry]: Updated to mit 321 krb5-1.3.6.</para></listitem> 322 323 <listitem><para>January 10th, 2005 [igor]: Updated to 324 OpenLDAP-2.2.20 and Berkeley DB-4.3.27.</para></listitem> 325 326 <listitem><para>January 10th, 2005 [randy]: Updated to Sendmail-8.13.2; 327 added index tags to the ASH, ZSH, Tcsh, TeX and JadeTeX 328 instructions; fixed broken download links and added index tags to GCC3 329 instructions.</para></listitem> 330 331 <listitem><para>January 9th, 2005 [larry]: Updated to 332 GnuPG-1.4.0.</para></listitem> 333 334 <listitem><para>January 9th, 2005 [igor]: Updated to 335 PHP-5.0.3.</para></listitem> 336 337 <listitem><para>January 9th, 2005 [randy]: Updated to Manuel's newest PDF 338 stylesheets; updated Glossary; added new package FOP-0.20.5.</para></listitem> 339 340 <listitem><para>January 7th, 2005 [larry]: new links to cracklib 341 worklists, website no longer allows direct links.</para></listitem> 342 343 <listitem><para>January 6th, 2005 [randy]: Added new security patches 344 to kdelibs and kdegraphics instructions.</para></listitem> 345 346 <listitem><para>January 6th, 2005 [larry]: Updated to fluxbox-0.9.11, 347 commented out second index entry- breaks pdf - for now.</para></listitem> 348 349 <listitem><para>January 6th, 2005 [igor]: Updated to Python-2.4, 350 libglade-2.4.1, XScreenSaver-4.19, Subversion-1.1.2 and 351 MySQL-4.1.8a.</para></listitem> 352 353 <listitem><para>January 5th, 2005 [igor]: Updated to GLib-2.6.0, 354 Pango-1.8.0, ATK-1.9.0, libtiff-3.7.1, GTK+-2.6.0 and 355 Tcl/Tk-8.4.9.</para></listitem> 356 357 <listitem><para>January 5th, 2005 [randy]: Updated to 358 Stunnel-4.07.</para></listitem> 359 360 <listitem><para>January 4th, 2005 [randy]: Updated to HTML Tidy-041214 361 and cURL-7.12.3.</para></listitem> 362 363 <listitem><para>January 4th, 2005 [larry]: Updated to 364 ruby-1.8.2.</para></listitem> 365 366 <listitem><para>January 4th, 2005 [igor]: Updated to 367 libpng-1.2.8.</para></listitem> 368 369 <listitem><para>January 3rd, 2005 [randy]: Updated to GnuCash-1.8.10; 370 added a patch to the Guppi instructions.</para></listitem> 371 372 <listitem><para>January 3rd, 2005 [larry]: Updated to DocBook-xsl-1.67.2 373 and added alternative methods of using other versions.</para></listitem> 374 375 <listitem><para>January 3rd, 2005 [randy]: Updated GNOME-1.4 package 376 dependencies and build entities.</para></listitem> 377 378 <listitem><para>January 2nd, 2005 [randy]: Added commands to Imlib2 379 instructions to install documentation, suggested by David Jensen; updated 380 GNOME Print-0.37 instructions; added parameters to the make command in the 381 DB-3 instructions to properly link the pthread library; fixed broken FTP 382 link in the libdvdcss instructions; changed gst-plugins from an optional to 383 a required dependency in the GNOME Media instructions, reported by 384 Peter Steiger.</para></listitem> 385 386 <listitem><para>January 1st, 2005 [randy]: Added LWP, Date::Manip and 387 Finance::Quote Perl modules (dependencies of GnuCash); added FTP download 388 location and configuration information to the libao and Vorbis Tools 389 instructions.</para></listitem> 390 391 <listitem><para>December 31st, 2004 [randy]: Moved PDL Perl bundle to its 392 own BLFS page.</para></listitem> 393 394 <listitem><para>December 30th, 2004 [dj]: Simplified OOo instructions, 395 suggested by Anderson Lizardo.</para></listitem> 396 397 <listitem><para>December 30th, 2004 [randy]: Updated to 398 rsync-2.6.3.</para></listitem> 399 400 <listitem><para>December 29th, 2004 [dj]: Fixed desktop-file-utils 401 update instructions in openoffice installation and added a mention about 402 font permissions to x components.</para></listitem> 403 404 <listitem><para>December 27th, 2004 [randy]: Updated to Exim-4.43; modified 405 Exim bootscript to dispatch a queue runner every 15 minutes, instead of 406 every minute.</para></listitem> 407 408 <listitem><para>December 26th, 2004 [dj]: Updated to OpenOffice 1.1.4 409 and added iprout2 patch for rp-pppoe.</para></listitem> 410 411 <listitem><para>December 26th, 2004 [randy]: Updated dependencies, build 412 entities and MD5 sums to G-Wrap, GNOME Libraries-1.4.2, GDK Pixel 413 Buffer-0.22.0 and libxml-1.8.17.</para></listitem> 414 415 <listitem><para>December 25th, 2004 [randy]: Updated to 416 Transcode-0.6.14; added a command to the Avifile instructions to fix a 417 broken pkgconfig file.</para></listitem> 418 419 <listitem><para>December 24th, 2004 [randy]: Updated to 420 MPlayer-1.0pre6</para></listitem> 421 422 <listitem><para>December 22nd, 2004 [randy]: Updated to Gnumeric-1.4.1, 423 Dillo-0.8.3 and Avifile-0.7.41.</para></listitem> 424 425 <listitem><para>December 22nd, 2004 [igor]: Updated GCC-3.3.x to 426 3.3.4.</para></listitem> 427 428 <listitem><para>December 21st, 2004 [bdubbs]: Updated tripwire.</para></listitem> 429 430 <listitem><para>December 21st, 2004 [randy]: Updated to KOffice-1.3.5 and 431 cpio-2.6; added MD5 sums and updated dependencies to GNOME-1.4 packages; 432 spelling, grammar, tag and excessive whitespace corrections to various 433 package instructions.</para></listitem> 434 435 <listitem><para>December 20th, 2004 [bdubbs]: Updated license of book to 436 make compatible with OSI.</para></listitem> 437 438 <listitem><para>December 20th, 2004 [dj]: Fixed openoffice-gcc patch 439 name and added nptl patch.</para></listitem> 440 441 <listitem><para>December 20th, 2004 [igor]: Updated to 442 SDL-1.2.8.</para></listitem> 443 444 <listitem><para>December 19th, 2004 [dj]: Added gcc-3.3.3-linkonce patch 445 and updated to OpenOffice-1.1.3 and associated patches.</para></listitem> 446 447 <listitem><para>December 19th, 2004 [randy]: Updated FontConfig HTTP 448 download link.</para></listitem> 449 450 <listitem><para>December 18th, 2004 [randy]: Updated to LessTif-0.94.0; 451 updated Xpdf freetype patch.</para></listitem> 452 453 <listitem><para>December 15th, 2004 [randy]: Updated to KDE-3.3.2 and 454 Samba-3.0.9, added configuration section to desktop-file-utils; added 455 instruction to GNOME core configuration to run 456 update-desktop-database.</para></listitem> 457 458 <listitem><para>December 14th, 2004 [randy]: Updated to Mozilla-1.7.3, 459 Thunderbird-1.0 and Galeon-1.3.18; modified Firefox 460 instructions.</para></listitem> 461 462 <listitem><para>December 13th, 2004 [randy]: Added two acronyms 463 (NSS and NSPR) to the Glossary.</para></listitem> 464 465 <listitem><para>December 10th, 2004 [randy]: Added OpenSSL as an optional 466 dependency of the BIND Utilities; updated to Balsa-2.2.6.</para></listitem> 467 468 <listitem><para>December 9th, 2004 [randy]: Added a chown command to the 469 GStreamer instructions to fix incorrect permissions on installed 470 documentation; added Net::DNS Perl Module (and dependency modules); modified 471 BIND server instructions to build shared libraries and multi-threaded 472 binaries, install additional documentation, removed BDB dependency and 473 instructions to run the full test suite.</para></listitem> 474 475 <listitem><para>December 8th, 2004 [igor]: Changed ProFTPD login shell 476 to /usr/lib/proftpd/proftpdshell as suggested by Nathan 477 Coulson.</para></listitem> 478 479 <listitem><para>December 8th, 2004 [randy]: Updated to 480 Whois-4.6.25.</para></listitem> 481 482 <listitem><para>December 7th, 2004 [randy]: Fixed hicolor-icon-theme 483 and desktop-file-utils download locations; added FTP download location to 484 FontConfig, hicolor-icon-theme and shared-mime-info instructions; added DAG 485 as an optional dependency to the libpcap instructions; updated to 486 Nmap-3.75, Nail-11.17 and Ethereal-0.10.7.</para></listitem> 487 488 <listitem><para>December 5th, 2004 [igor]: Updated to 489 Guile-1.6.6.</para></listitem> 490 491 <listitem><para>December 5th, 2004 [bdubbs]: Modified /etc/bashrc to 492 source tinker-term.sh and xterm-titlebars.sh.</para></listitem> 493 494 <listitem><para>December 4th, 2004 [randy]: Added a sed command to the VTE 495 instructions to fix broken Home and End keys in the xterm termcap file, 496 contributed by David Jensen.</para></listitem> 497 498 <listitem><para>December 3rd, 2004 [randy]: Added MD5 sum entity to the GDM 499 instructions; added a sed command to the libbonoboui instructions to fix a 500 broken path; added a symlink to the GAIL instructions to satisfy a GTK+ 501 requirement; added new package libgail-gnome-1.1.0.</para></listitem> 502 503 <listitem><para>December 2nd, 2004 [randy]: Added new package 504 Java Access Bridge-1.4.2; added --disable-gtk-doc to the librsvg build 505 instructions which was inadvertently removed; updated to GNOME Speech-0.3.5, 506 Gnopernicus-0.9.18 and GOK-0.11.16; added MD5 sum entity to the GnomeMeeting 507 instructions.</para></listitem> 508 509 <listitem><para>December 1st, 2004 [randy]: Added a note to the 510 Apache Ant instructions to optionally build the Junit testing library 511 during the build.</para></listitem> 512 513 <listitem><para>November 30th, 2004 [randy]: Added new package 514 Apache Ant-1.6.2; removed note about a specific version of Bison from 515 OpenOffice instructions as LFS-6.0-testing's version is now 516 compatible.</para></listitem> 517 518 <listitem><para>November 29th, 2004 [randy]: Added command to AbiWord 519 instructions to fix incorrect permissions on help file directories; 520 added --localstatedir parameter to libgnome instructions to sync with GNOME 521 Games and properly record high scores, suggested by Nico Roeser; 522 updated to GPdf-2.8.0, GNOME Games-2.8.1, Zenity-2.8.1, AT SPI-1.6.0 and 523 GNOME Magnifier-0.11.10.</para></listitem> 524 525 <listitem><para>November 28th, 2004 [dj]: Added default logging lines to 526 named.conf, corrected IP for B.ROOT-SERVERS.NET and added note about 527 Internic's current copy of named.root; updated to Linux-PAM-0.78 and 528 added a note to the Shadow instructions to test the 529 installation; added command to disable root logins with ssh.</para></listitem> 530 531 <listitem><para>November 28th, 2004 [randy]: Updated to AbiWord-2.2.0, 532 GNOME Utilities-2.8.1, GNOME System Monitor-2.8.0, GNOME Media-2.8.0, 533 Nautilus Media-0.8.1, GNOME Netstatus-2.8.0, Epiphany-1.4.5, 534 gcalctool-4.4.20 and Nautilus CD Burner-2.8.5.</para></listitem> 535 536 <listitem><para>November 27th, 2004 [dj]: Added nptl patch to j2sdk 537 instructions and did minor cleanups on the instructions and 538 text.</para></listitem> 539 540 <listitem><para>November 26th, 2004 [randy]: Updated to GConf Editor-2.8.2, 541 GGV-2.8.0, File Roller-2.8.3 and gucharmap-1.4.2.</para></listitem> 542 543 <listitem><para>November 26th, 2004 [igor]: Updated to 544 hd2u-0.9.2.</para></listitem> 545 546 <listitem><para>November 25th, 2004 [randy]: Added a note to create an 547 environment variable in the libgnomeui instructions; added new package 548 GNOME Doc Utils-0.1; updated to Evolution-2.0.2, Yelp-2.6.4, bug-buddy-2.8.0, 549 gtksourceview-1.1.1, gedit-2.8.1, EOG-2.8.1 and 550 GNOME2 User Docs-2.8.1.</para></listitem> 551 552 <listitem><para>November 24th, 2004 [randy]: Added new package 553 pilot-link-0.11.8.</para></listitem> 554 555 <listitem><para>November 23rd, 2004 [randy]: Added new packages 556 libgnomecups-0.1.13 and Evolution Data Server-1.0.2; updated to 557 libgnomeprint-2.8.0.1, libgnomeprintui-2.8.0, GAL-2.2.3, GtkHTML-3.2.3 and 558 libsoup-2.2.1.</para></listitem> 559 560 <listitem><para>November 22nd, 2004 [randy]: Changed GConf dependency in 561 Metacity instructions to required, reported by Denis 562 Trofimenko.</para></listitem> 563 564 <listitem><para>November 22nd, 2004 [randy]: Updated to ORBit2-2.12.0, 565 libbonobo-2.8.0, GConf-2.8.1, GNOME MIME Data-2.4.1, GNOME VFS-2.8.3, 566 libgnome-2.8.0, libgnomecanvas-2.8.0, libbonoboui-2.8.0, 567 GNOME Icon Theme-2.8.0, gnome-keyring-0.4.0, libgnomeui-2.8.0, 568 GNOME Themes-2.8.1, GNOME Desktop-2.8.1, libwnck-2.8.1, GNOME Panel-2.8.1, 569 GNOME Session-2.8.1, GNOME Terminal-2.8.0, libgtop-2.8.1, GAIL-1.8.0, 570 GNOME Applets-2.8.1, EEL-2.8.2, Nautilus-2.8.2 and 571 Control Center-2.8.1.</para></listitem> 572 573 <listitem><para>November 21st, 2004 [igor]: Applied a bunch of fixes to 574 XScreenSaver, contributed by Randy.</para></listitem> 575 576 <listitem><para>November 21st, 2004 [igor]: NTP: removed setclock 577 symlinks in the install-ntp bootscripts target and provided the command 578 in the book instead.</para></listitem> 579 580 <listitem><para>November 21st, 2004 [igor]: Updated to 581 Fcron-2.9.5.1.</para></listitem> 582 583 <listitem><para>November 20th, 2004 [igor]: Downgraded to 584 LessTif-0.93.95b due to segmentation faults.</para></listitem> 585 586 <listitem><para>November 20th, 2004 [igor]: Added a sed command to 587 suppress Xorg messing with /etc, contributed by Anderson 588 Lizardo.</para></listitem> 589 590 <listitem><para>November 20th, 2004 [igor]: Updated to LessTif-0.93.97 591 and Xpdf-3.00pl1.</para></listitem> 592 593 <listitem><para>November 20th, 2004 [randy]: Updated to 594 Metacity-2.8.6; added recode as a requirement to the fortune-mod dependency 595 in the XScreenSaver instructions.</para></listitem> 596 597 <listitem><para>November 19th, 2004 [randy]: Updated to 598 GStreamer-0.8.7 and gst-plugins-0.8.5 and moved both packages from the 599 GNOME-2 section to Chapter 37 - Multimedia Libraries and 600 Drivers; updated to libxklavier-1.11.</para></listitem> 601 602 <listitem><para>Nobember 19th, 2004 [igor]: MPlayer: removed instructions for shared postprocessing 603 library as it's not needed, reported by Reimar Döffinger.</para></listitem> 604 605 <listitem><para>November 19th, 2004 [igor]: Updated to MySQL-4.1.7, 606 CVS-1.11.18 and ALSA-1.0.7.</para></listitem> 607 608 <listitem><para>November 18th, 2004 [igor]: Updated to 609 Subversion-1.1.1, libxslt-1.1.12 and HTML Tidy-041026.</para></listitem> 610 611 <listitem><para>November 17th, 2004 [igor]: Removed /bin/false from 612 /etc/shells and modified ProFTPD instructions to add its own login shell 613 instead, suggested by Nico R.</para></listitem> 614 615 <listitem><para>November 17th, 2004 [randy]: Updated to 616 FFmpeg-0.4.9-pre1 and xine-libs-1-rc7.</para></listitem> 617 618 <listitem><para>November 17th, 2004 [igor]: Updated to 619 libxml2-2.6.16 and added XScreenSaver-4.18.</para></listitem> 620 621 <listitem><para>November 17th, 2004 [igor]: Reverted to Berkeley 622 DB-4.2.52.2 due to API change.</para></listitem> 623 624 <listitem><para>November 16th, 2004 [igor]: Updated to Berkeley 625 DB-4.3.21.</para></listitem> 626 627 <listitem><para>November 16th, 2004 [randy]: Removed id3lib and added 628 DocBook-utils to FLAC dependencies.</para></listitem> 629 630 <listitem><para>November 16th, 2004 [igor]: Enabled building Xprint 631 libraries since some precompiled binaries are linked against them, 632 reported by Thomas Trepl.</para></listitem> 633 634 <listitem><para>November 16th, 2004 [igor]: OpenSSL: added a sed command 635 fixing non-existent libfips installation, contributed by David 636 Jensen.</para></listitem> 637 638 <listitem><para>November 15th, 2004 [igor]: Added freeglut-2.2.0 and 639 updated to Firefox-1.0.</para></listitem> 640 641 <listitem><para>November 15th, 2004 [randy]: Added NASM and Dmalloc 642 as optional dependencies of LZO; added MD5 sum and minor updates to the 643 VTE instructions.</para></listitem> 644 645 <listitem><para>November 15th, 2004 [igor]: Updated to 646 PPP-2.4.3.</para></listitem> 647 648 <listitem><para>November 14th, 2004 [randy]: Added MD5 sum, updated 649 dependencies and minor corrections to ScrollKeeper 650 instructions; updated to startup-notification-0.8.</para></listitem> 651 652 <listitem><para>November 14th, 2004 [igor]: Removed obsolete SCSI 653 information on MPlayer page, reported by Alexander E. 654 Patrakov.</para></listitem> 655 656 <listitem><para>November 14th, 2004 [randy]: Updated to 657 desktop-file-utils-0.10 as reported by Syaodzir; added MD5 sum 658 to GTK-Engines instructions.</para></listitem> 659 660 <listitem><para>November 13th, 2004 [randy]: Updated to 661 ImageMagick-6.1.3-7; added commands to ESPGS instructions to install 662 interface headers so that packages can link to libgs.so; corrected 663 SANE instructions to properly identify the saned daemon start method 664 as suggested by Alexander Patrakov.</para></listitem> 665 666 <listitem><para>November 12th, 2004 [randy]: Updated to 667 Enscript-1.6.4 and SANE-1.0.15.</para></listitem> 668 669 <listitem><para>November 11th, 2004 [randy]: Moved librsvg instructions to 670 Chapter 9 - Graphics and Font Libraries; changed GAIL from a required to an 671 optional dependency, modified build entities and added MD5 sum to the 672 libgtkhtml instructions; updated to GIMP-2.0.6.</para></listitem> 673 674 <listitem><para>November 10th, 2004 [randy]: Added new package 675 desktop-file-utils-0.9; removed GNOME dependencies and the reference to 676 gnomexmms from the XMMS instructions.</para></listitem> 677 678 <listitem><para>November 10th, 2004 [randy]: Updated to 679 libmikmod-3.1.11.</para></listitem> 680 681 <listitem><para>November 9th, 2004 [randy]: Added a note to the EsounD 682 instructions to optionally install the package documentation; updated build 683 entities for libogg and libvorbis; added pkgconfig as an optional dependency 684 of libvorbis.</para></listitem> 685 686 <listitem><para>November 9th, 2004 [randy]: Added optional dependencies and 687 additional instructions to Alsa Library; added PCM to the 688 Glossary.</para></listitem> 689 690 <listitem><para>November 8th, 2004 [randy]: Updated to libglade-2.4.0 and 691 moved the instructions to Chapter 8 - General Libraries.</para></listitem> 692 693 <listitem><para>November 8th, 2004 [larry]: Edited /etc/vimrc,~/.vimrc 694 page to reflect new /etc/vimrc in LFS.</para></listitem> 695 696 <listitem><para>November 8th, 2004 [randy]: Removed redundant 697 'make install-links' command from slang instructions.</para></listitem> 698 699 <listitem><para>November 7th, 2004 [randy]: Updated to 700 shared-mime-info-0.15; inserted a chmod command into the CDParanoia 701 instructions to turn on the execution bits for the shared 702 libraries; moved libgsf to Chapter 8 - General Libraries.</para></listitem> 703 704 <listitem><para>November 6th, 2004 [randy]: Updated intltool to 0.32.1 and 705 moved the instructions to Chapter 10 - General Utilities; added expat as 706 a dependency of the XML::Parser Perl Module.</para></listitem> 707 708 <listitem><para>November 6th, 2004 [randy]: Moved libart_lgpl to Chapter 9 - 709 Graphics and Font Libraries, libcroco and libIDL to Chapter 8 - 710 General Libraries and GTK-Doc to Chapter 10 - 711 General Utilities.</para></listitem> 712 713 <listitem><para>November 5th, 2004 [larry]: Corrected link errors in 714 krb5 install instructions.</para></listitem> 715 716 <listitem><para>November 4th, 2004 [randy]: Updated bootscript version 717 entity to create a new bootscript tarball.</para></listitem> 718 719 <listitem><para>November 3rd, 2004 [larry]: Updated to esound-0.2.35, 720 ALSA-1.06, where appropriate, and added md5sum for audiofile.</para></listitem> 721 722 <listitem><para>November 2nd, 2004 [randy]: Changed OpenSSL to a 723 required dependency in the Cyrus-SASL instructions as suggested 724 by Thomas Pegg.</para></listitem> 725 726 <listitem><para>November 2nd, 2004 [larry]: Updated to 727 imlib2-1.1.2.</para></listitem> 728 729 <listitem><para>October 31st, 2004 [igor]: Updated to 730 OpenSSL-0.9.7e.</para></listitem> 731 732 <listitem><para>October 30th, 2004 [randy]: Added new package 733 Doxygen-1.3.9.1.</para></listitem> 734 735 <listitem><para>October 30th, 2004 [igor]: Updated to 736 Firefox-1.0rc1.</para></listitem> 737 738 <listitem><para>October 29th, 2004 [randy]: Added chmod command to 739 libmng instructions.</para></listitem> 740 741 <listitem><para>October 29th, 2004 [larry]: Updated to 742 xine-lib-1-rc6a.</para></listitem> 743 744 <listitem><para>October 29th, 2004 [randy]: Updated to 745 Guile-1.6.5.</para></listitem> 746 747 <listitem><para>October 28th, 2004 [larry]: Updated to 748 FLAC-1.1.1.</para></listitem> 749 750 <listitem><para>October 28th, 2004 [randy]: Added GCC to librep 751 dependencies; added additional parameters to configure and added dependencies 752 to Ruby instructions.</para></listitem> 753 754 <listitem><para>October 28th, 2004 [randy]: Updated to 755 Samba-3.0.7.</para></listitem> 756 757 <listitem><para>October 27th, 2004 [randy]: Added new package 758 Stunnel-4.05.</para></listitem> 759 760 <listitem><para>October 25th, 2004 [igor]: Added aspell, pkgconfig, HTML 761 Tidy, Net-SNMP, SQLite, Cyrus SASL and Dmalloc dependencies and a 762 configure switch utilizing readline to PHP instructions, thanks to 763 Randy's research.</para></listitem> 764 765 <listitem><para>October 25th, 2004 [randy]: Updated to 766 OpenLDAP-2.2.17.</para></listitem> 767 768 <listitem><para>October 25th, 2004 [randy]: Updated to 769 Cyrus-SASL-2.1.20.</para></listitem> 770 771 <listitem><para>October 24th, 2004 [igor] : Changed Screen socket 772 directory to /var/run/screen.</para></listitem> 773 774 <listitem><para>October 24th, 2004 [randy]: Updated to 775 CUPS-1.1.21; added Ada back to the GCC instructions.</para></listitem> 776 777 <listitem><para>October 23rd, 2004 [randy]: Updated to 778 Aspell-0.60.</para></listitem> 779 780 <listitem><para>October 23rd, 2004 [igor]: Removed DirectFB and 781 SVGAlib.</para></listitem> 782 783 <listitem><para>October 23rd, 2004 [randy]: Updated to 784 PostgreSQL-7.4.6.</para></listitem> 785 786 <listitem><para>October 21st, 2004 [randy]: Updated to 787 cURL-7.12.2.</para></listitem> 788 789 <listitem><para>October 20th, 2004 [igor]: Added giflib-4.1.3 and 790 updated to libungif-4.1.3 and Imlib-1.9.15.</para></listitem> 791 792 <listitem><para>October 20th, 2004 [randy]: Renamed libtiff patch as suggested 793 by Nico Roeser; added optional dependencies to TeX; updated build entities 794 for MySQL and Glib2; added program descriptions to Glib2.</para></listitem> 795 796 <listitem><para>October 20th, 2004 [dj]: Updated to bind-9.3.0; 797 moved subversion to use FSFS backend; added PRINTIP and PRINTALL 798 to dhcpcd config file.</para></listitem> 799 800 <listitem><para>October 20th, 2004 [randy]: Updated to 801 libtiff-3.7.0.</para></listitem> 802 803 <listitem><para>October 19th, 2004 [igor]: Updated to 804 PHP-5.0.2.</para></listitem> 805 806 <listitem><para>October 19th, 2004 [randy]: Rearranged build order in 807 Thunderbird instructions to correct a minor build problem; updated to 808 Subversion-1.1.0.</para></listitem> 809 810 <listitem><para>October 19th, 2004 [larry]: Updated to 811 xfs-2.6.25, reiserfs-3.6.19, nano-1.2.3 and krb5-1.3.5.</para></listitem> 812 813 <listitem><para>October 18th, 2004 [randy]: Added optional dependency 814 to HTML Tidy; updated to Apache-2.0.52.</para></listitem> 815 816 <listitem><para>October 18th, 2004 [randy]: Updated to 817 DocBook XSL Stylesheets-1.66.1; modified DocBook-utils, FontConfig and 818 libusb instructions to account for the removal of the OpenSP SGML catalog 819 definitions; modified sed commands in JadeTeX instructions; removed 820 redundant copy command from DSSSL Stylesheets; updated OpenJade and 821 OpenSP build entities; removed chmod command which installed incorrect 822 permissions from SGML 3.1 and 4.3 DTD instructions.</para></listitem> 823 824 <listitem><para>October 18th, 2004 [larry]: Added autofs-4.1.3 to 825 postlfs/config.</para></listitem> 826 827 <listitem><para>October 18th, 2004 [igor]: Updated to 828 Fcron-2.9.5.</para></listitem> 829 830 <listitem><para>October 18th, 2004 [igor]: Removed redundant PCRE make 831 variables for Postfix installation, reported by Stefan 832 Morrell.</para></listitem> 833 834 <listitem><para>October 17th, 2004 [igor]: Updated to 835 slrn-0.9.8.1.</para></listitem> 836 837 <listitem><para>October 17th, 2004 [igor]: Added OpenLDAP and PostgreSQL 838 to Postfix dependencies.</para></listitem> 839 840 <listitem><para>October 16th, 2004 [larry]: Updated to 841 proftpd-1.2.10 and fluxbox-0.9.10.</para></listitem> 842 843 <listitem><para>October 16th, 2004 [igor]: Updated to libogg-1.1.2 and 844 libvorbis-1.1.0.</para></listitem> 845 846 <listitem><para>October 15th, 2004 [randy]: Updated to 847 GMP-4.1.4 and OpenSSH-3.9p1; removed instructions to install/update 848 SGML catalogs from OpenSP.</para></listitem> 849 850 <listitem><para>October 15th, 2004 [randy]: Updated to 851 libxml2-2.6.14 and libxslt-1.1.11; added optional dependency to 852 Python.</para></listitem> 853 854 <listitem><para>October 15th, 2004 [igor]: Updated to 855 Firefox-0.10.1.</para></listitem> 856 857 <listitem><para>October 14th, 2004 [igor]: Updated to GLib-2.4.7, 858 Pango-1.6.0, ATK-1.8.0, GTK+-2.4.13 and libIDL-0.8.4.</para></listitem> 859 860 <listitem><para>October 14th, 2004 [randy]: Updated optional dependencies 861 and package entities for Lynx; syncronized configure commands between 862 different build methods and added additional command explanation to 863 Qt instructions as suggested by Nico Roeser (bug #1008).</para></listitem> 864 865 <listitem><para>October 13th, 2004 [randy]: Updated to 866 Tcl-8.4.7, Tk-8.4.7, HTML Tidy-041005, Sendmail-8.13.1 867 and Nail-11.11.</para></listitem> 868 869 <listitem><para>October 13th, 2004 [igor]: Added a patch for XFree86 870 which fixes libXpm security vulnerability, reported by Alexander E. 871 Patrakov.</para></listitem> 872 873 <listitem><para>October 13th, 2004 [igor]: Updated to 874 libdv-0.103.</para></listitem> 875 876 <listitem><para>October 13th, 2004 [igor]: Updated to 877 blfs-bootscripts-20041013 (NTP corrections).</para></listitem> 878 879 <listitem><para>October 12th, 2004 [igor]: Changed MySQL instructions to 880 compile without NPTL patch.</para></listitem> 881 882 <listitem><para>October 12th, 2004 [igor]: Updated mouse configuration 883 for XFree86 and removed information about installing XFree86's DRI 884 modules.</para></listitem> 885 886 <listitem><para>October 12th, 2004 [dj]: Updated to 887 blfs-bootscripts-20041012.</para></listitem> 888 889 <listitem><para>October 11th, 2004 [igor]: Updated to 890 MySQL-4.0.21.</para></listitem> 891 892 <listitem><para>October 11th, 2004 [igor]: Reverted to ALSA-1.0.4 to 893 match the LFS-testing kernel drivers. Removed ALSA Driver 894 page.</para></listitem> 895 896 <listitem><para>October 10th, 2004 [igor]: Added download locations for 897 TrueType fonts and a note about editing font.alias file for i18n users, 898 contributed by Alexander E. Patrakov.</para></listitem> 899 900 <listitem><para>October 10th, 2004 [igor]: Updated to 901 Xorg-6.8.1.</para></listitem> 902 903 <listitem><para>October 9th, 2004 [igor]: Updated to libmng-1.0.8, 904 libgsf-1.10.1, librsvg-2.8.1 and GIMP-2.0.5.</para></listitem> 905 906 <listitem><para>October 8th, 2004 [igor]: Updated to Cdrtools-2.01 and 907 UDFtools-1.0.0b3 and removed obsolete kernel configuration for CD 908 writing section.</para></listitem> 909 910 <listitem><para>October 8th, 2004 [randy]: Updated to 911 w3m-0.5.1.</para></listitem> 912 913 <listitem><para>October 7th, 2004 [igor]: Added a patch which links 914 CVS against system zlib library.</para></listitem> 915 916 <listitem><para>October 7th, 2004 [randy]: Updated Zip and Unzip HTTP 917 download URL's as suggested by Stefan Morrell.</para></listitem> 918 919 <listitem><para>October 7th, 2004 [igor]: Updated to 920 Fontconfig-2.2.3.</para></listitem> 921 922 <listitem><para>October 7th, 2004 [igor]: Added G_FILENAME_ENCODING 923 environment variable to i18n startup file and lang archive to Vim page, 924 suggested by Alexander E. Patrakov (bug 909).</para></listitem> 925 926 <listitem><para>October 7th, 2004 [randy]: Modified configure switches 927 in Inetutils instructions to match LFS and added an optional dependency; 928 shortened sed command in XFree86 and Xorg instructions.</para></listitem> 929 930 <listitem><para>October 6th, 2004 [igor]: Updated to 931 expat-1.95.8.</para></listitem> 932 933 <listitem><para>October 5th, 2004 [igor]: Updated to 934 libpng-1.2.7.</para></listitem> 935 936 <listitem><para>October 4th, 2004 [igor]: Fixed replaceable tags and 937 removed a redundant CVSROOT export on the cvsserver 938 page.</para></listitem> 939 940 <listitem><para>October 2nd, 2004 [dj]: Added net-tools as a dependency 941 for RP-PPPoE. Made iproute2 patch optional for dhcp.</para></listitem> 942 943 <listitem><para>September 27th, 2004 [randy]: Modified Ethereal 944 configuration instructions as suggested by Bruce Dubbs; modified 945 iptables id entity.</para></listitem> 946 947 <listitem><para>September 26th, 2004 [randy]: Modified chown command in 948 Apache instructions to change ownership of more files.</para></listitem> 949 950 <listitem><para>September 26th, 2004 [randy]: Added new package 951 Ethereal-0.10.6.</para></listitem> 952 953 <listitem><para>September 24th, 2004 [larry]: Updated to 954 PCRE-5.0 and Postfix-2.1.5.</para></listitem> 955 956 <listitem><para>September 24th, 2004 [randy]: Updated to 957 XviD-1.0.2.</para></listitem> 958 959 <listitem><para>September 22nd, 2004 [randy]: Updated to 960 Nail-11.7.</para></listitem> 961 962 <listitem><para>September 21st, 2004 [randy]: Updated to 963 Apache-2.0.51; modified commands in Thunderbird instructions to fit on a 964 printed page.</para></listitem> 965 966 <listitem><para>September 20th, 2004 [randy]: Updated to 967 Thunderbird-0.8.</para></listitem> 968 969 <listitem><para>September 19th, 2004 [randy]: Updated to 970 Firefox-1.0 Preview Edition.</para></listitem> 971 972 <listitem><para>September 19th, 2004 [randy]: Added new package 973 HTML Tidy.</para></listitem> 974 975 <listitem><para>September 14th, 2004 [randy]: Updated DB-4 download location 976 and chown command as suggested by Nico Roeser.</para></listitem> 977 978 <listitem><para>September 13th, 2004 [randy]: Added an optional 979 dependency and a note to the Firefox build instructions.</para></listitem> 980 981 <listitem><para>September 12th, 2004 [dj]: Updated sizes and times for 982 xinetd, tcpwrappers, portmap and nfs-utils.</para></listitem> 983 984 <listitem><para>September 11th, 2004 [randy]: Updated to 985 Evolution-1.4.6.</para></listitem> 986 987 <listitem><para>September 10th, 2004 [randy]: Corrected OpenSP instructions 988 to fix hard-coded version (replaced with version entity) as suggested by 989 Nico Roeser; added optional dependencies and a note to fix a build problem 990 to the libsoup instructions.</para></listitem> 991 992 <listitem><para>September 10th, 2004 [randy]: Added gcc34 patch to 993 GNOME-Terminal to fix an LFS-6.0 build problem; added required 994 dependencies to GNOME-Print-0.37.</para></listitem> 995 996 <listitem><para>September 10th, 2004 [randy]: Updated to 997 hdparm-5.7.</para></listitem> 998 999 <listitem><para>September 9th, 2004 [randy]: Updated gcc patch 1000 in SVGAlib instructions.</para></listitem> 1001 1002 <listitem><para>September 8th, 2004 [randy]: Updated to 1003 SLIB-3a1; cleaned up G-Wrap dependencies; changed install to 1004 cp -d in UnZip instructions as suggested by David Jensen.</para></listitem> 1005 1006 <listitem><para>September 8th, 2004 [larry]: Updated to 1007 gnupg-1.2.6 and libpng-1.2.6.</para></listitem> 1008 1009 <listitem><para>September 8th, 2004 [randy]: Added optional dependencies, 1010 entity updates and minor corrections to the GnuCash instructions.</para> 1011 </listitem> 1012 1013 <listitem><para>September 7th, 2004 [randy]: Added optional dependencies 1014 and a gcc34 patch to Soup and GtkHTML-1.1.7 instructions.</para></listitem> 1015 1016 <listitem><para>September 7th, 2004 [randy]: Added gcc34 patch to Guppi 1017 instructions to fix a GCC-3.4.x related build issue.</para></listitem> 1018 1019 <listitem><para>September 6th, 2004 [randy]: Updated to 1020 Nmap-3.70 and Gnumeric 1.2.13.</para></listitem> 1021 1022 <listitem><para>September 5th, 2004 [randy]: Added optional dependencies 1023 and build/functionality fix patches to transcode instructions; updated 1024 SDL gcc34 patch.</para></listitem> 1025 1026 <listitem><para>September 5th, 2004 [randy]: Added gcc34 patch to 1027 libFAME instructions to fix broken library if compiled with 1028 GCC-3.4.x.</para></listitem> 1029 1030 <listitem><para>September 4th, 2004 [randy]: Updated to 1031 Whois-4.6.21 as suggested by Jeremy Utley; Updated to 1032 MPlayer-1.0pre5.</para></listitem> 1033 1034 <listitem><para>September 4th, 2004 [dj]: Added instructions to create 1035 /etc/sysconfig/nfs-server to NFS Server instructions.</para></listitem> 1036 1037 <listitem><para>September 3rd, 2004 [larry]: Removed /etc/inputrc from 1038 BLFS (moved to LFS). Bash Shell Startup Files, like vimrc is expansive to 1039 the LFS chapter.</para></listitem> 1040 1041 <listitem><para>September 2nd, 2004 [larry]: Added a page for GCC-3.3 to 1042 allow j2sdk to be built. Stop Gap measure until patches 1043 appear.</para></listitem> 1044 1045 <listitem><para>September 2nd, 2004 [randy]: Updated to 1046 Dillo-0.8.2.</para></listitem> 1047 1048 <listitem><para>September 1st, 2004 [randy]: Added patches (fixes build 1049 problems) and optional dependencies to Avifile.</para></listitem> 1050 1051 <listitem><para>September 1st, 2004 [randy]: Added sed command to 1052 fix an LFS-6.0 build problem, modified existing sed commands to 1053 in-place edits, added optional dependencies, enabled building 1054 shared library and added program descriptions to a2ps 1055 instructions.</para></listitem> 1056 1057 <listitem><para>August 31th, 2004 [igor]: Changed location of 1058 the CVS repository as suggested by FHS 2.3.</para></listitem> 1059 1060 <listitem><para>August 31th, 2004 [randy]: Updated to 1061 cURL-7.12.1 and xine-UI-0.99.2; modified sed command in PSUtils 1062 instructions (better readability).</para></listitem> 1063 1064 <listitem><para>August 31th, 2004 [randy]: Added gcc34 patch (fixes 1065 LFS-6.0 build problem) and optional dependencies to FFmpeg.</para> 1066 </listitem> 1067 1068 <listitem><para>August 30th, 2004 [randy]: Updated to 1069 libxklavier-1.03 and Imlib2-1.1.1; minor wording changes about 1070 dependencies in the GCC instructions.</para></listitem> 1071 1072 <listitem><para>August 30th, 2004 [randy]: Added tcpwrappers as an 1073 optional dependency of GNOME session.</para></listitem> 1074 1075 <listitem><para>August 29th, 2004 [randy]: Added new package 1076 DejaGnu-1.4.4; added instructions to DocBook-utils to create alternate 1077 names for the scripts; added linkonce patch to GCC instructions.</para> 1078 </listitem> 1079 1080 <listitem><para>August 29th, 2004 [randy]: Updated to 1081 GCC-3.4.1.</para></listitem> 1082 1083 <listitem><para>August 28th, 2004 [randy]: Removed kernel_2.6 patch from 1084 cdrtools; removed build_fix patch from iptables.</para></listitem> 1085 1086 <listitem><para>August 27th, 2004 [randy]: Added kernel_2.6 patch to 1087 cdrtools to fix a build problem; added mii_ioctl patch to net-tools 1088 to fix the mii-tool program.</para></listitem> 1089 1090 <listitem><para>August 27th, 2004 [randy]: Updated to 1091 koffice-1.3.2.</para></listitem> 1092 1093 <listitem><para>August 26th, 2004 [randy]: Added new package Expect-5.42.1; 1094 added libpaper as an optional dependency of Xpdf; added instructions to Lynx 1095 to correct improper file ownership.</para></listitem> 1096 1097 <listitem><para>August 26th, 2004 [randy]: Modified libusb instructions 1098 as suggested by Alexander Patrakov.</para></listitem> 1099 1100 <listitem><para>August 24th, 2004 [randy]: Added instructions to 1101 PostgreSQL and DB-3.3 to correct improper ownership of documentation 1102 files.</para></listitem> 1103 1104 <listitem><para>August 24th, 2004 [igor]: Updated to PHP-5.0.1.</para></listitem> 1105 1106 <listitem><para>August 22nd, 2004 [randy]: Updated to 1107 Qt-3.3.3 and KDE-3.3.0.</para></listitem> 1108 1109 <listitem><para>August 22nd, 2004 [randy]: Added gcc34 patch to libmpeg3 1110 to fix an LFS-6.0 build problem.</para></listitem> 1111 1112 <listitem><para>August 19th, 2004 [randy]: Updated to 1113 XSane-0.95.</para></listitem> 1114 1115 <listitem><para>August 19th, 2004 [randy]: Updated to AbiWord-2.0.10; 1116 added gcc34 patch to fix an LFS-6.0 build problem and added additional 1117 optional dependencies to kdegraphics.</para></listitem> 1118 1119 <listitem><para>August 18th, 2004 [randy]: Added gcc34 patch to GNOME 1120 VFS-1 to fix an LFS-6.0 build problem.</para></listitem> 1121 1122 <listitem><para>August 18th, 2004 [randy]: Added fhs_docs patch, fixed 1123 guile-tools script and added Tex as an optional dependency to the 1124 Guile instructions.</para></listitem> 1125 1126 <listitem><para>August 17th, 2004 [larry]: Updated to 1127 zsh-2.4.1.</para></listitem> 1128 1129 <listitem><para>August 17th, 2004 [randy]: Modified the usbfs mounting 1130 instructions in the libusb configuration as suggested by Alexander E. 1131 Patrakov.</para></listitem> 1132 1133 <listitem><para>August 16th, 2004 [randy]: Updated to 1134 GIMP-2.0.4 and ImageMagick-6.0.5-2.</para></listitem> 1135 1136 <listitem><para>August 16th, 2004 [randy]: Updated to 1137 Sysstat-5.0.6; minor modifications to libgsf and libcroco 1138 instructions.</para></listitem> 1139 1140 <listitem><para>August 15th, 2004 [randy]: Bumped portmap-compilation_fixes 1141 patch to -3 version as suggested by Kevin Fleming; added gcc34 patch to 1142 OpenQuicktime instructions; added documentation build instructions to 1143 Fontconfig and libusb as suggested by Nico R.</para></listitem> 1144 1145 <listitem><para>August 15th, 2004 [randy]: Added GPM as an optional 1146 dependency to AAlib.</para></listitem> 1147 1148 <listitem><para>August 13th, 2004 [randy]: Minor modifications to 1149 kdeadmin and kdepim.</para></listitem> 1150 1151 <listitem><para>August 13th, 2004 [randy]: Minor modifications to 1152 kdebase and kdenetwork.</para></listitem> 1153 1154 <listitem><para>August 12th, 2004 [randy]: Updated to 1155 KDE-3.2.3 (note: not all package download and build sizes, SBUs 1156 and ancillary instructions have been updated); updated Glossary.</para> 1157 </listitem> 1158 1159 <listitem><para>August 11th, 2004 [randy]: Fixed typo in libmikmod 1160 instructions as suggested by Nico R.; updated to 1161 xine Libraries-1-rc5</para></listitem> 1162 1163 <listitem><para>August 11th, 2004 [randy]: Added gcc34 patch and 1164 optional dependencies to SDL; clarified need for kernel patch in 1165 Net-tools instructions; modified passing LIBS=-lm and added 1166 optional dependencies to FLAC.</para></listitem> 1167 1168 <listitem><para>August 10th, 2004 [randy]: Added patches to 1169 CDParanoia to build against LFS-6.0; updated to LAME-3.96.1.</para></listitem> 1170 1171 <listitem><para>August 8th, 2004 [randy]: Minor corrections to 1172 Perl Modules instructions; added ESP Ghostscript to Sendmail 1173 optional dependencies; added FTP download location and minor changes 1174 to ESP Ghostscript.</para></listitem> 1175 1176 <listitem><para>August 7th, 2004 [randy]: Updated to 1177 Gimp-Print-4.2.7</para></listitem> 1178 1179 <listitem><para>August 7th, 2004 [randy]: Minor changes to Fam 1180 instructions.</para></listitem> 1181 1182 <listitem><para>August 6th, 2004 [randy]: Updated to 1183 OpenLDAP-2.2.13 and Speex-1.0.4; added patches and modified build 1184 instructions for Net-tools; updated Glossary.</para></listitem> 1185 1186 <listitem><para>August 5th, 2004 [igor]: Updated to 1187 Firefox-0.9.3.</para></listitem> 1188 1189 <listitem><para>August 5th, 2004 [bdubbs]: Updated to libpng-1.2.6rc1 1190 for security problem.</para></listitem> 1191 1192 <listitem><para>August 5th, 2004 [archaic]: Added pcre as optional dep for 1193 postfix.</para></listitem> 1194 1195 <listitem><para>August 5th, 2004 [randy]: Added new package 1196 Cyrus SASL-2.1.19.</para></listitem> 1197 1198 <listitem><para>August 4th, 2004 [archaic]: Many textual changes to postfix and 1199 addition of mysql as opt. dep for postfix.</para></listitem> 1200 1201 <listitem><para>August 4th, 2004 [dj]: Updated to dhcp-3.0.1 and added 1202 patch for dhclient to use iproute2.</para></listitem> 1203 1204 <listitem><para>August 4th, 2004 [randy]: Added optional dependencies to 1205 PostgreSQL and Qt; added additional configuration information to Qt.</para> 1206 </listitem> 1207 1208 <listitem><para>August 3rd, 2004 [dj]: Gramar cleanups in svnserver and 1209 added note about running svnserve if unneeded. Also fixed lfs-root 1210 location.</para></listitem> 1211 1212 <listitem><para>August 3rd, 2004 [randy]: Removed erroneously added optional 1213 dependency 'pkgconfig' from various packages.</para></listitem> 1214 1215 <listitem><para>August 3rd, 2004 [archaic]: Added 'LOCKINGTEST=/tmp' to procmail 1216 make command.</para></listitem> 1217 1218 <listitem><para>August 2nd, 2004 [archaic]: Dropped 'BASENAME=/usr' from the 1219 procmail make command.</para></listitem> 1220 1221 <listitem><para>August 1st, 2004 [randy]: Changed sed command in traceroute 1222 instructions to in-place edit; updated to Whois-4.6.19 and Nmap-3.55; added 1223 FTP download location to libpcap.</para></listitem> 1224 1225 <listitem><para>August 1st, 2004 [randy]: Added pkgconfig as an optional 1226 dependency of libxml and Imlib; added configuration file information to 1227 Imlib; added sed command to enable finding PAM headers and added optional 1228 dependencies to CUPS.</para></listitem> 1229 1230 <listitem><para>July 31th, 2004 [randy]: Added pkgconfig as an optional 1231 dependency of GTK+, Audio File, EsoundD, libogg and libvorbis; changed Sysstat 1232 instructions to use the BLFS bootscripts; corrections and modifications to 1233 libvorbis instructions; added ALSA as an optional dependency and added chmod 1234 command to libmikmod instructions.</para></listitem> 1235 1236 <listitem><para>July 31th, 2004 [randy]: Added Lynx as an optional dependency 1237 and added command descriptions to LessTif; added patch to iptables to fix a 1238 build problem; updated Glossary; removed bison patch, added init script and 1239 added commands and descriptions to NAS.</para></listitem> 1240 1241 <listitem><para>July 30th, 2004 [igor]: Updated to PHP-5.0.0.</para></listitem> 1242 1243 <listitem><para>July 30th, 2004 [randy]: Updated to Mozilla-1.7.1 and 1244 GnuPG-1.2.5 and added patches to both packages to fix various build 1245 problems; fixed DocBook-utils build problem; added pkgconfig as an optional 1246 dependency of lcms; added configuration information and updated package 1247 contents for Pango.</para></listitem> 1248 1249 <listitem><para>July 29th, 2004 [bdubbs]: Updated svn bootscripts 1250 location.</para></listitem> 1251 1252 <listitem><para>July 28th, 2004 [dj]: Changed instructions surrounding 1253 network scripts to match the new networking setup.</para></listitem> 1254 1255 <listitem><para>July 28th, 2004 [randy]: Added flex patch and required 1256 dependency 'ed' to TeX instructions to build against LFS >5.1.1.</para> 1257 </listitem> 1258 1259 <listitem><para>July 28th, 2004 [randy]: Fixed MySQL instructions to 1260 build against NPTL and added optional dependencies and command 1261 explanations.</para></listitem> 1262 1263 <listitem><para>July 27th, 2004 [randy]: Added pkgconfig as an optional 1264 dependency of GTK-Doc, Glib-1.2.10 and ORBit; added tcpwrappers as an 1265 optional dependency of ORBit.</para></listitem> 1266 1267 <listitem><para>July 27th, 2004 [randy]: Added 'Contents', 'Description' and 1268 a note about setting environment variables to the Tk instructions; added 1269 pkgconfig as an optional dependency of libxml2 and libxslt; added chown 1270 command to DocBook XML DTD and DocBook XSL Stylesheets (files are installed 1271 owned by the user unpacking the tarball); added FTP download location to 1272 DocBook XSL Stylesheets.</para> 1273 </listitem> 1274 1275 <listitem><para>July 27th, 2004 [randy]: Added FTP download location to 1276 OpenSP; changed FTP download location and removed redundant sed command 1277 in DocBook-DTD-3.1 instructions; added UnZip as a required dependency and 1278 changed sed commands to in-place edits in DocBook-DTD instructions; added 1279 missing tags to OpenJade instructions; added FTP download location and 1280 added UnZip as a required dependency to DocBook XML DTD.</para> 1281 </listitem> 1282 1283 <listitem><para>July 27th, 2004 [randy]: Added pkgconfig as an optional 1284 dependency of XFree86 and Xorg; added gcc34 patch to OpenSP and Glib-1.2.10 1285 to fix a build problem with GCC-3.4.x.</para></listitem> 1286 1287 <listitem><para>July 25th, 2004 [randy]: Fixed patch name in ed 1288 instructions.</para></listitem> 1289 1290 <listitem><para>July 25th, 2004 [randy]: Added instructions to remove 1291 linux/config.h includes from source video driver files and made various 1292 fixes to XFree86 and Xorg.</para></listitem> 1293 1294 <listitem><para>July 24th, 2004 [randy]: Added instructions to install 1295 unformatted man pages and added a 'Command explanations' section to 1296 Sendmail.</para></listitem> 1297 1298 <listitem><para>July 24th, 2004 [randy]: Added pkgconfig as an optional 1299 dependency to libpng, Freetype2 and Fontconfig; clarified "Command 1300 explanations" section of libtiff; added check-0.8.4 as an optional 1301 dependency for expat.</para></listitem> 1302 1303 <listitem><para>July 23nd, 2004 [randy]: Updated to Nail-10.8 and added an 1304 optional dependency and additional configuration instructions to Sendmail. 1305 </para></listitem> 1306 1307 <listitem><para>July 22nd, 2004 [randy]: Updated Berkeley DB size entities 1308 and provided instructions to change ownership of the installed files to the 1309 root user.</para></listitem> 1310 1311 <listitem><para>July 21st, 2004 [dj]: Added 'background=YES' to vsftpd 1312 config file and fixed transposed manpages. Updated to subversion-1.0.6, 1313 added expat and pkgconfig to optional dependencies, and mentioned 1314 specific version of neon required.</para></listitem> 1315 1316 <listitem><para>July 21st, 2004 [randy]: Changed cp command to install for 1317 UnZip library installation; added optional dependencies to OpenSSL; added 1318 'Contents', 'Description' and a note about setting environment variables to 1319 the Tcl instructions.</para> 1320 </listitem> 1321 1322 <listitem><para>July 21st, 2004 [randy]: Added kernel_headers patch and 1323 additional optional dependencies to inetutils instructions. Added DARPA to 1324 the glossary. Added tcp_wrappers to xinetd optional dependencies.</para> 1325 </listitem> 1326 1327 <listitem><para>July 21st, 2004 [randy]: Fixed Shadow instructions: build 1328 using GCC-3.4.x, moving /usr/bin/passwd and added cracklib notes. 1329 </para></listitem> 1330 1331 <listitem><para>July 21st, 2004 [randy]: Added sgmltools-lite to Linux-PAM 1332 optional dependencies.</para></listitem> 1333 1334 <listitem><para>July 20th, 2004 [randy]: Fixed ambiguous path to cracklib 1335 word list installation instructions.</para></listitem> 1336 1337 <listitem><para>July 20th, 2004 [randy]: Fixed tcp_wrappers instructions to 1338 build using GCC-3.4.x.</para></listitem> 1339 1340 <listitem><para>July 18th, 2004 [archaic]: Added vsFTPD 1341 instructions</para></listitem> 1342 1343 <listitem><para>July 18th, 2004 [dj]: Added svn server 1344 instructions</para></listitem> 1345 1346 <listitem><para>July 15th, 2004 [igor]: Updated to 1347 Firefox-0.9.2, Apache-2.0.50 and PostgreSQL-7.4.3.</para></listitem> 1348 1349 <listitem><para>July 14th, 2004 [randy]: Removed moving and symlinking the 1350 libcomm_err libraries in the MIT Kerberos and Heimdal instructions as the 1351 current LFS installation puts these libraries in /lib.</para></listitem> 1352 1353 <listitem><para>July 14th, 2004 [larry]: Modified --sysconfig on librsvg 1354 to prevent second gdk-pixbuf.loaders file found by Andrew 1355 Benton.</para></listitem> 1356 1357 <listitem><para>July 14th, 2004 [igor]: Removed readline and all 1358 references in packages' dependencies, passed switches for readline 1359 support where it's not on by default.</para></listitem> 1360 1361 <listitem><para>July 13th, 2004 [larry]: Updated to MIT 1362 KRB5-1.3.4.</para></listitem> 1363 1364 <listitem><para>July 13th, 2004 [randy]: Added a note to the dhcpcd 1365 instructions advising the builder that dhcpcd will overwrite existing 1366 /etc configuration files.</para></listitem> 1367 1368 <listitem><para>July 13th, 2004 [randy]: Updated to 1369 libdv-0.102; updated Glossary.</para></listitem> 1370 1371 <listitem><para>July 12th, 2004 [randy]: Updated to 1372 Links-2.1pre15.</para></listitem> 1373 1374 <listitem><para>July 11th, 2004 [dj]: Added -lpthread to make line for db4 1375 to fix build against NPTL.</para></listitem> 1376 1377 <listitem><para>July 11th, 2004 [larry]: Updated to eel-2.6.2, 1378 gail-1.6.6, gnome-applets-2.6.2, gnome-desktop-2.6.2, 1379 gnome-icon-theme-1.2.3, gnome-media-2.6.2, gnome-netstatus-2.6.2, 1380 gnome-session-2.6.2, gnome-themes-2.6.2, gstreamer-0.8.3, 1381 libbonoboui-2.6.1, libcroco-0.6.0, libgsf-1.10.0, libgtkhtml-2.6.2, 1382 libwnck-2.6.2, nautilus-2.6.3 and vte-0.11.11.</para></listitem> 1383 1384 <listitem><para>July 11th, 2004 [igor]: Updated to WvStreams-3.75.0, 1385 WvDial-1.54.0, Postfix-2.1.4 and CVS-1.11.17.</para></listitem> 1386 1387 <listitem><para>July 10th, 2004 [igor]: Updated to FreeType-2.1.9, 1388 added FreeType patch to Firefox.</para></listitem> 1389 1390 <listitem><para>July 9th, 2004 [igor]: Added shrink compression 1391 method to UnZip.</para></listitem> 1392 1393 <listitem><para>July 8th, 2004 [larry]: Update to GConf-2.6.2, 1394 ORBit2-2.10.2 and libbonobo-2.6.2.</para></listitem> 1395 1396 <listitem><para>July 8th, 2004 [igor]: Described how to add LZW 1397 compression support to libtiff, suggested by Dan 1398 Osterrath.</para></listitem> 1399 1400 <listitem><para>July 8th, 2004 [igor]: Added switches to GTK+2 configure 1401 script to prevent it from stopping with an error if libtiff and libjpeg 1402 aren't installed, report by Miguel Bazdresch.</para></listitem> 1403 1404 <listitem><para>July 8th, 2004 [igor]: Migrated Ed and Net-tools 1405 from LFS to BLFS.</para></listitem> 1406 1407 <listitem><para>July 8th, 2004 [igor]: Added a note about optional 1408 Subversion switches to prevent overwriting of APR from 1409 Apache installation.</para></listitem> 1410 1411 <listitem><para>July 7th, 2004 [igor]: Updated to 1412 libxslt-1.1.8.</para></listitem> 1413 1414 <listitem><para>July 7th, 2004 [igor]: Added an optional command for 1415 installing PostgreSQL server-side headers.</para></listitem> 1416 1417 <listitem><para>July 6th, 2004 [randy]: Added X as an optional dependency 1418 of libungif-4.1.0b1 as mentioned by Thomas Pegg; modified optional Java 1419 parameter in DB-4 instructions; updated to libxml2-2.6.11; updated to Perl 1420 module PDL-2.4.1; added additional dependencies for Perl module 1421 PDL-2.4.1.</para></listitem> 1422 1423 <listitem><para>July 5th, 2004 [randy]: Updated to 1424 OpenOffice-1.1.2.</para></listitem> 1425 1426 <listitem><para>July 4th, 2004 [randy]: Updated to Perl module 1427 XML-Writer-0.510; changed ldconfig command in GPM instructions as 1428 suggested by Kevin Fleming.</para></listitem> 1429 1430 <listitem><para>July 2nd, 2004 [randy]: Added new package 1431 DocBook-utils-0.6.14.</para></listitem> 1432 1433 <listitem><para>July 2nd, 2004 [randy]: Created an entity for the LFS Perl 1434 version and replaced hard-coded version in Perl modules 1435 instructions.</para></listitem> 1436 1437 <listitem><para>July 2nd, 2004 [randy]: Added new package 1438 JadeTeX-3.13.</para></listitem> 1439 1440 <listitem><para>July 2nd, 2004 [randy]: Added optional dependencies and 1441 updated the package entities for TeX.</para></listitem> 1442 1443 <listitem><para>July 2nd, 2004 [randy]: Added Tk-804.027 Perl module 1444 (dependency of TeX).</para></listitem> 1445 1446 <listitem><para>July 1st, 2004 [igor]: Moved Fontconfig 1447 /etc/fonts/local.conf setup to X Components page.</para></listitem> 1448 1449 <listitem><para>July 1st, 2004 [randy]: Added SGMLSpm-1.03ii Perl module 1450 (dependency of docbook-utils).</para></listitem> 1451 1452 <listitem><para>July 1st, 2004 [randy]: Minor modifications to Heimdal; 1453 added IANA to Glossary.</para></listitem> 1454 1455 <listitem><para>June 30th, 2004 [randy]: Minor clean-up to GnuPG and 1456 Tripwire.</para></listitem> 1457 1458 <listitem><para>June 30th, 2004 [randy]: Updated to iptables-1.2.11; added 1459 missing tags in various package instructions.</para></listitem> 1460 1461 <listitem><para>June 29th, 2004 [randy]: Added "Additional downloads" section 1462 to aspell instructions.</para></listitem> 1463 1464 <listitem><para>June 29th, 2004 [dj]: Removed duplicate dep in 1465 subversion.</para></listitem> 1466 1467 <listitem><para>June 29th, 2004 [randy]: Added i18n section to Bash Shell 1468 Startup Files as suggested by Alexander E. Patrakov.</para></listitem> 1469 1470 <listitem><para>June 28th, 2004 [randy]: Changed hardcoded version numbers 1471 to entities in various packages.</para></listitem> 1472 1473 <listitem><para>June 28th, 2004 [randy]: Renamed OpenOffice JDK 1474 patch.</para></listitem> 1475 1476 <listitem><para>June 27th, 2004 [randy]: Modified Sysstat bootscript 1477 instructions.</para></listitem> 1478 1479 <listitem><para>June 27th, 2004 [randy]: Updated optional dependencies for 1480 Apache-2.0.49 and Lynx-2.8.5.</para></listitem> 1481 1482 <listitem><para>June 26th, 2004 [randy]: Added new package Sysstat-5.0.5, 1483 updated Glossary.</para></listitem> 1484 1485 <listitem><para>June 26th, 2004 [igor]: Linked libFLAC with libm 1486 (fixes kdemultimedia FLAC detection) as suggested by Ryan 1487 Reich.</para></listitem> 1488 1489 <listitem><para>June 25th, 2004 [randy]: Clarified and repaired the Enigmail 1490 instructions in the Mozilla-1.7 section.</para></listitem> 1491 1492 <listitem><para>June 25th, 2004 [randy]: Updated to 1493 Leafnode-1.10.0.</para></listitem> 1494 1495 <listitem><para>June 25th, 2004 [randy]: Added patch instructions and 1496 command explanations for DB-3.</para></listitem> 1497 1498 <listitem><para>June 25th, 2004 [igor]: Added Screen-4.0.2, 1499 contributed by Andreas Pedersen.</para></listitem> 1500 1501 <listitem><para>June 24th, 2004 [randy]: Added RW to the 1502 Glossary.</para></listitem> 1503 1504 <listitem><para>June 24th, 2004 [randy]: Fixed redundant "Command Explanations" 1505 section in WVSteams.</para></listitem> 1506 1507 <listitem><para>June 24th, 2004 [randy]: Renamed several package's patch names 1508 to conform with the patch naming guidelines.</para></listitem> 1509 1510 <listitem><para>June 24th, 2004 [randy]: Fixed gcc-2.95.3 1511 instructions.</para></listitem> 1512 1513 <listitem><para>June 23rd, 2004 [bdubbs]: Updated to mozilla 1.7.</para></listitem> 1514 1515 <listitem><para>June 23rd, 2004 [randy]: Updated to 1516 libesmtp-1.0.3r1.</para></listitem> 1517 1518 <listitem><para>June 23rd, 2004 [randy]: Added missing download locations to 1519 aspell, XFS, libxml2, GMP and FAM; renamed Tripwire patch.</para></listitem> 1520 1521 <listitem><para>June 22nd, 2004 [dj]: Changed Subversion deps and separated 1522 for client and server. Added template for Subversion server, and changed 1523 xreflabel for cvsserver to match page title.</para></listitem> 1524 1525 <listitem><para>June 22nd, 2004 [randy]: Updated to 1526 Sendmail-8.13.00.</para></listitem> 1527 1528 <listitem><para>June 22nd, 2004 [bdubbs]: Fixed test for files in profile 1529 instructions.</para></listitem> 1530 1531 <listitem><para>June 22nd, 2004 [dj]: Added Subversion-1.0.5 cleint 1532 instructions.</para></listitem> 1533 1534 <listitem><para>June 22nd, 2004 [randy]: Updated to 1535 Whois-4.6.16.</para></listitem> 1536 1537 <listitem><para>June 20th, 2004 [bdubbs]: Fixed profile script to initialize 1538 PATH properly.</para></listitem> 1539 1540 <listitem><para>June 20th, 2004 [randy]: Added FTP download location to 1541 Tcsh.</para></listitem> 1542 1543 <listitem><para>June 19th, 2004 [bdubbs]: Fixed css to display navigational links 1544 properly.</para></listitem> 1545 1546 <listitem><para>June 19th, 2004 [bdubbs]: Updated foreword and acknowledgements. 1547 </para></listitem> 1548 1549 <listitem><para>June 19th, 2004 [randy]: Added HTML download location to 1550 PCRE-4.5.</para></listitem> 1551 1552 <listitem><para>June 19th, 2004 [randy]: Updated to 1553 ImageMagick-6.0.2-7.</para></listitem> 1554 1555 <listitem><para>June 19th, 2004 [randy]: Misc. corrections and 1556 fixes.</para></listitem> 1557 1558 <listitem><para>June 18th, 2004 [randy]: Updated to 1559 Cdrdao-1.1.9.</para></listitem> 1560 1561 <listitem><para>June 18th, 2004 [larry]: Updated to GLib-2.4.2 and 1562 GTK+-2.4.3.</para></listitem> 1563 1564 <listitem><para>June 18th, 2004 [randy]: Updated to 1565 AbiWord-2.0.7.</para></listitem> 1566 1567 <listitem><para>June 18th, 2004 [randy]: Renamed Python patch.</para></listitem> 1568 1569 <listitem><para>June 18th, 2004 [randy]: Updated to lcms-1.13.</para></listitem> 1570 1571 <listitem><para>June 18th, 2004 [randy]: Fixed link to FreeType patch, 1572 reported by Jeremy Utley</para></listitem> 1573 1574 <listitem><para>June 17th, 2004 [randy]: updated to 1575 Python-2.3.4.</para></listitem> 1576 1577 <listitem><para>June 17th, 2004 [randy]: replaced all non-breaking spaces 1578 (&nbsp;) with regular spaces inside <pre> tags.</para></listitem> 1579 1580 <listitem><para>June 17th, 2004 [randy]: updated to 1581 GIMP-2.0.2.</para></listitem> 1582 1583 <listitem><para>June 17th, 2004 [randy]: updated to vim-6.3.</para></listitem> 1584 1585 <listitem><para>June 17th, 2004 [randy]: updated Glossary to include 1586 OS.</para></listitem> 1587 1588 <listitem><para>June 17th, 2004 [randy]: updated to 1589 hd2u-0.9.1.</para></listitem> 1590 1591 <listitem><para>June 16th, 2004 [larry]: updated to libxml2-2.6.10 and 1592 libxslt-1.1.7; returned 'make validate' to checking entities.</para></listitem> 1593 1594 <listitem><para>June 16th, 2004 [dj]: updated to xine-lib-1-rc4a and 1595 xine-ui-0.99.1. Added GPMOPTS to gpm config file.</para></listitem> 1596 1597 <listitem><para>June 15th, 2004 [dj]: updated to alsa packages to version 1.0.5.</para></listitem> 1598 1599 <listitem><para>June 12th, 2004 [dj]: added end quotes to EOFs when creating 1600 courier's pam.d config files.</para></listitem> 1601 1602 <listitem><para>June 11th, 2004 [larry]: added our new co-editor; 1603 updated to Joe-3.1 and ReeiserFS-3.6.17.</para></listitem> 1604 1605 <listitem><para>June 6th, 2004 [bdubbs]: Misc grammar corrections.</para></listitem> 1606 1607 <listitem><para>June 6th, 2004 [bdubbs]: Removed spaces from .bash_profile variable 1608 assignment.</para></listitem> 25 <listitem><para>March 17th, 2005 [bdubbs]: Released Version 26 6.0-pre1.</para></listitem> 1609 27 1610 28 </itemizedlist> 1611 29 1612 <para>5.1 - June 5th, 2004</para>1613 1614 30 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.