Changes between Version 12 and Version 13 of news
- Timestamp:
- Feb 12, 2012, 9:51:26 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
news
v12 v13 2 2 = CLFS News = 3 3 4 == Announcing CLFS 1. 0.0 Final Release - The "Bender" release ==4 == Announcing CLFS 1.2.0 Final Release == 5 5 6 The CLFS Development team is pleased to announce the final release of CLFS 1. 0.0, code-name 'Bender'. This release features Glibc 2.4, GCC 4.1.1, Binutils 2.17, and supports the x86, x86-64, SPARC, PowerPC, PPC64, MIPS, MIPS64, and Alpha, including multilib on those architectures that support it. Cross-building is also supported, even from non-Linux host systems such as Solaris, *BSD, and OS X.6 The CLFS Development team is pleased to announce the final release of CLFS 1.2.0. This release features Eglibc 2.13, GCC 4.6.0, Binutils 2.21.1a and Linux 2.6.39. CLFS 1.2.0 supports: x86, x86_64 Multilib, x86_64 Pure64, Sparc, Sparc64 Multilib, Sparc64 Pure 64, PowerPC, PowerPC64 Multilib and MIPS. 7 7 8 8 You may view the book online at: 9 9 10 [http://cross-lfs.org/view/ 1.0.0/ http://cross-lfs.org/view/1.0.0/]10 [http://cross-lfs.org/view/CLFS-1.2.0/] 11 11 12 and downloadable versions are available for most arch's at:12 Download the book here: 13 13 14 [http://cross-lfs.org/files/BOOK/1. 0.0/ http://cross-lfs.org/files/BOOK/1.0.0/]14 [http://cross-lfs.org/files/BOOK/1.2.0/] 15 15 16 This release is tagged in SVN at the following location, if you wish 17 to render it yourself: 16 If you wish to render it yourself you can download from git: 18 17 19 [http://svn.cross-lfs.org/svn/repos/cross-lfs/tags/1.0.0/ http://svn.cross-lfs.org/svn/repos/cross-lfs/tags/1.0.0/] 18 {{{ 19 git clone -b clfs-1.2 git://git.cross-lfs.org/cross-lfs.git CLFS-1.2.0 20 cd CLFS-1.2.0/BOOK 21 }}} 20 22 21 We thank you for your support!22 23 23 Th e CLFS Development Team24 Thank you for your support. 24 25 25 26 Jim Gifford - CLFS Co-leader[[BR]] 26 27 Ryan Oliver - CLFS Co-leader[[BR]] 27 Jeremy Utley - CLFS 1.x release manager[[BR]] 28 Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat, 29 Manuel Canales Esparcia, Nathan Coulson 28 Joe Ciccone - CLFS Co-leader[[BR]] 29 Jonathan Norman - CLFS 1.2 release manager 30 31 Nathan Coulson, Matt Darcy, Manuel Canales Esparcia, Justin Knierim, Ken Moffat, Chris Staub and Jeremy Utley.