Changeset 2970123
- Timestamp:
- 05/12/2008 01:00:55 PM (15 years ago)
- Branches:
- 6.3-rc1
- Parents:
- f51265c3 (diff), 2f22cf0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
rf51265c3 r2970123 43 43 <revhistory> 44 44 <revision> 45 <revnumber> &version;</revnumber>46 <date> &pubdate;</date>47 <revremark> Development Release</revremark>45 <revnumber>6.3-rc1</revnumber> 46 <date>2008-05-12</date> 47 <revremark>Seventh release</revremark> 48 48 </revision> 49 49 -
book/foreword.xml
rf51265c3 r2970123 14 14 </sect1info> 15 15 16 <title>Foreword to Version 6.2.0</title>16 <title>Foreword</title> 17 17 18 18 <!-- … … 78 78 --> 79 79 80 <para>Version 6.2.0 is the complement to the LFS 6.2 book. More time has 81 elapsed between the release of the previous version (6.1) and this one than 82 in any other release cycle. Much of this is due to the fact that LFS 6.2 83 took much longer to be released than was originally anticipated. Many new 84 packages have been introduced in the 6.2.0 version, as well as many 85 updates, refinements and additions to the existing packages.</para> 80 <para>BLFS version 6.3 is the complement to the LFS 6.3 book. It has been 81 15 months since the last release of BLFS and almost nine months since LFS-6.3 82 was released. Though we would like to release BLFS versions as quickly as 83 possible after an LFS release, this version lagged a bit due to Editor 84 inactivity. However, early on in 2008 several new Editors were brought on 85 board which helped stimulate a flurry of activity. Many new packages have 86 been introduced in the 6.3 version, as well as many updates, refinements and 87 additions to the existing packages.</para> 86 88 87 89 <para>The BLFS book now provides build and configuration instructions for 88 almost 400 packages. Some of the new packages introduced in this version are: 89 autotooled XOrg, HAL, D-BUS, GStreamer (now broken out into separate plugin 90 packages), usbutils, libquicktime, GraphViz, K3b, dvd+rw-tools, NSS, Libidn, 91 GAIM, Poppler, SeaMonkey, XChat, Audacious, cairo and unixODBC. Major updates 92 include GNOME-2.14.3 (with several new GNOME packages such as Totem, 93 gnome-mount and gnome-volume-manager), KDE-3.5.6, Firefox-1.5.x, 94 Thunderbird-1.5.x, and most of the mainline server packages. As always, the 95 list of packages that have been upgraded or added as well as configuration 96 and build command changes are annotated in the 97 <xref linkend="changelog"/>.</para> 98 99 <para>Unfortunately, BLFS activity was semi-stagnant for several months 100 after (and shortly before) the LFS 6.2 release. Therefore, many of the 101 packages are somewhat dated (compared to previous BLFS versions). This 102 brings us to why the versioning scheme has changed. This release is 6.2.0 103 as we fully anticipate releasing another version (6.2.1) just as soon as 104 possible. The 6.2.1 release will also be based on the LFS-6.2 book, but 105 will include updated packages, and fixes for any errors which may be 106 discovered in 6.2.0.</para> 90 over 500 packages (many more than that if you want to count each individual 91 package in the autotooled X Window instructions. Some of the new packages 92 introduced in this version are: 93 Dash, ksh, D-Bus bindings, Wireshark (formerly named Ethereal), rxvt-unicode, 94 Gutenprint (formerly name Gimp-Print), Pidgin (formerly name Gaim), GnuTLS 95 (and many of its dependencies), Qt version 4.x, GnuPG version 2.x, and 96 Amarok. Major updates include GNOME-2.18.3 (with several new GNOME packages), 97 KDE-3.5.9, Firefox-2.x, Thunderbird-2.x, and most (if not all) of the 98 mainline server packages. As always, the list of packages that have been 99 upgraded or added as well as configuration and build command changes are 100 annotated in the <xref linkend="changelog"/>.</para> 107 101 108 102 <para>As always, the main thrust of BLFS development will be to support 109 the changes in the current LFS development book, but any changes or 110 updates to the BLFS development book (that are compatible with LFS 6.2) 111 will also be merged into the BLFS 6.2 branch. This way, a 6.2.1 version 112 of BLFS should be released fairly soon, and should provide a very current 113 and stable Linux platform.</para> 103 the changes in the current LFS development book, but we're releasing this 104 version of BLFS so that builders of the stable LFS book can continue on 105 into BLFS with known good instructions that should be 100% compatible to 106 provide a semi current and very stable Linux platform.</para> 114 107 115 108 <para>Enjoy!</para> … … 117 110 <blockquote> 118 111 <literallayout>Randy McMurchy 119 January 31, 2007</literallayout>112 May 11th, 2008</literallayout> 120 113 </blockquote> 121 114 -
general.ent
rf51265c3 r2970123 7 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2008"> 9 <!ENTITY version " svn-&year;&month;&day;">9 <!ENTITY version "6.3-rc1"> 10 10 <!ENTITY releasedate "May &day;th, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 <!ENTITY blfs-version " svn"> <!-- svn|[release #] -->13 <!ENTITY lfs-version " development"> <!-- version|testing|unstable|development] -->12 <!ENTITY blfs-version "6.3-rc1"> <!-- svn|[release #] --> 13 <!ENTITY lfs-version "6.3"> <!-- version|testing|unstable|development] --> 14 14 <!ENTITY last-commit "$Date$"> <!-- Automatic update --> 15 15 … … 20 20 <!ENTITY maintainer-address "randy@&lfs-domainname;"> 21 21 22 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/ svn">22 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/6.3"> 23 23 <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> 24 <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/ svn">25 <!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/ svn">26 <!ENTITY files-anduin "http://anduin.&lfs-domainname;/files/BLFS/ svn">24 <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/6.3"> 25 <!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/6.3"> 26 <!ENTITY files-anduin "http://anduin.&lfs-domainname;/files/BLFS/6.3"> 27 27 <!ENTITY hints-root "http://www.&lfs-domainname;/hints"> 28 <!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/ svn">28 <!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/6.3"> 29 29 <!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/"> 30 30 <!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> --> -
introduction/welcome/changelog.xml
rf51265c3 r2970123 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Released BLFS-6.3-rc1.</para> 49 </listitem> 50 <listitem> 48 51 <para>[dj] - Removed JDK source installation instructions 49 52 because of unavailable security patches.</para> … … 1670 1673 <itemizedlist> 1671 1674 <listitem> 1672 <para>[ag] - Removed the extra-prompt.sh script . Avoid to export1673 the PS1 variable , and modified it. Thanks to David Jensen for the1675 <para>[ag] - Removed the extra-prompt.sh script and avoid exporting 1676 the PS1 variable. Thanks to David Jensen for the 1674 1677 suggestions and to Craig Jackson for the report.</para> 1675 1678 </listitem> 1676 1679 <listitem> 1677 <para>[ag] - Added a warning in mutt instructions, about linking mutt1678 against GnuTLS.</para>1680 <para>[ag] - Added a warning in the mutt instructions about linking 1681 mutt against GnuTLS.</para> 1679 1682 </listitem> 1680 1683 <listitem> -
introduction/welcome/credits.xml
rf51265c3 r2970123 175 175 176 176 <listitem> 177 <para>Fetchmail and WvDial:177 <para>Fetchmail:<!-- and WvDial: --> 178 178 <emphasis>Paul Campbell</emphasis></para> 179 179 </listitem> … … 265 265 <listitem> 266 266 <para>Archive::Zip, cracklib, JDK6, ksh, libdrm, libpcap, Mesa, 267 <!-- ncpfs, --> 268 netfs, OpenOffice-2, pppd (update), RP-PPPoE, Samba-3, Subversion,267 <!-- ncpfs, --> <!-- RP-PPPoE, --> 268 netfs, OpenOffice-2, PPP (update), Samba-3, Subversion, 269 269 Xorg-7 and xterm: 270 270 <emphasis>DJ Lucas</emphasis></para> … … 309 309 310 310 <listitem> 311 <para>Gutenprint (originally wasGimp-Print), libusb, FAAC, FAAD2311 <para>Gutenprint (originally named Gimp-Print), libusb, FAAC, FAAD2 312 312 and TIN: 313 313 <emphasis>Alexander E. Patrakov</emphasis></para> … … 336 336 <listitem> 337 337 <para>fontconfig, gcc, <!--jdk,--> seamonkey, nas, openoffice, ispell, 338 mailx , ImageMagick, hd2u, tcl, tk and bind-utils:338 mailx (formerly named Nail), ImageMagick, hd2u, tcl, tk and bind-utils: 339 339 <emphasis>Tushar Teredesai</emphasis></para> 340 340 </listitem> … … 376 376 </listitem> 377 377 378 < !-- <listitem>378 <listitem> 379 379 <para><emphasis>Archaic</emphasis> 380 380 for trouble shooting the mozilla section by performing multiple builds 381 381 and for providing a description of the various mozilla extensions.</para> 382 </listitem> -->382 </listitem> 383 383 384 384 <listitem> … … 485 485 </listitem> 486 486 487 <!--488 487 <listitem> 489 488 <para><emphasis>Billy O'Connor</emphasis> … … 491 490 his comments on that section.</para> 492 491 </listitem> 493 -->494 492 495 493 <listitem> -
introduction/welcome/version.xml
rf51265c3 r2970123 16 16 <title>Book Version</title> 17 17 18 <para>This is BLFS-BOOK version &version; dated &releasedate;. This is the 19 development branch of the BLFS book, currently targeting the LFS development 20 book. If this version (&version;) is older than a month, it's likely that 21 your mirror hasn't been synchronized recently and a newer version is probably 22 available for download or viewing. Check one of the mirror sites at 23 <ulink url="http://www.&lfs-domainname;/mirrors.html"/> for an updated 24 version.</para> 18 <para>This is BLFS-BOOK version &version; dated &releasedate;. This version 19 is intended as the complement to the LFS-&lfs-version; book.</para> 25 20 26 21 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.