Author: rthomsen Date: 2012-08-27 12:07:27 -0600 (Mon, 27 Aug 2012) New Revision: 10594
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/cmake.xml trunk/BOOK/introduction/welcome/changelog.xml Log: CMake 2.8.9 Modified: trunk/BOOK/general/prog/cmake.xml =================================================================== --- trunk/BOOK/general/prog/cmake.xml 2012-08-27 17:21:40 UTC (rev 10593) +++ trunk/BOOK/general/prog/cmake.xml 2012-08-27 18:07:27 UTC (rev 10594) @@ -6,9 +6,9 @@ <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> <!ENTITY cmake-download-ftp " "> - <!ENTITY cmake-md5sum "ba74b22c788a0c8547976b880cd02b17"> - <!ENTITY cmake-size "5.4 MB"> - <!ENTITY cmake-buildsize "262 MB (including tests)"> + <!ENTITY cmake-md5sum "801f4c87f8b604f727df5bf1f05a59e7"> + <!ENTITY cmake-size "5.7 MB"> + <!ENTITY cmake-buildsize "274 MB (including tests)"> <!ENTITY cmake-time "1.8 SBU (additional 6.5 SBU for the test suite)"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-08-27 17:21:40 UTC (rev 10593) +++ trunk/BOOK/general.ent 2012-08-27 18:07:27 UTC (rev 10594) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "26"> <!-- Always 2 digits --> +<!ENTITY day "27"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "August 26th, &year;"> +<!ENTITY releasedate "August 27th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -423,7 +423,7 @@ <!-- Chapter 13 --> <!ENTITY bazaar-version "2.5.0"> <!ENTITY check-version "0.9.8"> -<!ENTITY cmake-version "2.8.8"> +<!ENTITY cmake-version "2.8.9"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5"> <!ENTITY doxygen-version "1.8.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-08-27 17:21:40 UTC (rev 10593) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-08-27 18:07:27 UTC (rev 10594) @@ -44,6 +44,16 @@ --> <listitem> + <para>August 27th, 2012</para> + <itemizedlist> + <listitem> + <para>[rthomsen] - Update to CMake 2.8.9. Fixes + <ulink url="&blfs-ticket-root;3494">#3494</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 26th, 2012</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
