Author: randy Date: 2010-03-08 18:26:52 -0700 (Mon, 08 Mar 2010) New Revision: 8320
Modified: trunk/BOOK/basicnet/netlibs/curl.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to cURL-7.20.0 Modified: trunk/BOOK/basicnet/netlibs/curl.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/curl.xml 2010-03-08 00:53:18 UTC (rev 8319) +++ trunk/BOOK/basicnet/netlibs/curl.xml 2010-03-09 01:26:52 UTC (rev 8320) @@ -7,10 +7,10 @@ <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2"> <!--<!ENTITY curl-download-ftp "ftp://gd.tuwien.ac.at/utils/archivers/curl/curl-&curl-version;.tar.bz2">--> <!ENTITY curl-download-ftp " "> - <!ENTITY curl-md5sum "79a8fbb2eed5464b97bdf94bee109380"> - <!ENTITY curl-size "2.9 MB"> - <!ENTITY curl-buildsize "33 MB"> - <!ENTITY curl-time "0.5 SBU (additional 0.9 SBU to run the test suite)"> + <!ENTITY curl-md5sum "3dda78c4a808d9a779dc3a2ae81b47d8"> + <!ENTITY curl-size "2.0 MB"> + <!ENTITY curl-buildsize "30 MB"> + <!ENTITY curl-time "0.6 SBU (additional 0.9 SBU to run the test suite)"> ]> <sect1 id="curl" xreflabel="cURL-&curl-version;"> @@ -129,8 +129,8 @@ <para><command>find docs -name "Makefile*" -o -name "*.1" -o -name "*.3" | xargs rm</command>: This command removes man files - from the source tree that have already been installed by the - <command>make install</command> command.</para> + and makefiles from the doc source tree that will be installed by its + following commands.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-08 00:53:18 UTC (rev 8319) +++ trunk/BOOK/general.ent 2010-03-09 01:26:52 UTC (rev 8320) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "07"> <!-- Always 2 digits --> +<!ENTITY day "09"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2010"> <!ENTITY copyrightdate "2001-&year;"> @@ -384,7 +384,7 @@ <!ENTITY pppoe-version "3.8"> <!-- Chapter 16 --> -<!ENTITY curl-version "7.19.7"> +<!ENTITY curl-version "7.20.0"> <!ENTITY wvstreams-version "4.2.2"> <!ENTITY gnet-version "2.0.7"> <!ENTITY libproxy-version "0.2.3"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-08 00:53:18 UTC (rev 8319) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-09 01:26:52 UTC (rev 8320) @@ -42,6 +42,15 @@ --> <listitem> + <para>March 9th, 2010</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to cURL-7.20.0.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 7th, 2010</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
