Author: randy Date: 2007-07-03 16:28:45 -0600 (Tue, 03 Jul 2007) New Revision: 6831
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/python.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Python-2.5.1 Modified: trunk/BOOK/general/prog/python.xml =================================================================== --- trunk/BOOK/general/prog/python.xml 2007-07-03 18:00:21 UTC (rev 6830) +++ trunk/BOOK/general/prog/python.xml 2007-07-03 22:28:45 UTC (rev 6831) @@ -6,10 +6,10 @@ <!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2"> <!ENTITY python-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/Python-&Python-version;.tar.bz2"> - <!ENTITY python-md5sum "ddb7401e711354ca83b7842b733825a3"> + <!ENTITY python-md5sum "70084ffa561660f07de466c2c8c4842d"> <!ENTITY python-size "9.3 MB"> - <!ENTITY python-buildsize "157 MB"> - <!ENTITY python-time "1.1 SBU (additional 2.8 SBU to run the test suite)"> + <!ENTITY python-buildsize "152 MB"> + <!ENTITY python-time "1.0 SBU (additional 2.6 SBU to run the test suite)"> ]> <sect1 id="python" xreflabel="Python-&Python-version;"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-03 18:00:21 UTC (rev 6830) +++ trunk/BOOK/general.ent 2007-07-03 22:28:45 UTC (rev 6831) @@ -200,7 +200,7 @@ <!ENTITY NASM-version "0.98.39"> <!ENTITY pdl-version "2.4.2"> <!ENTITY php-version "5.2.1"> -<!ENTITY Python-version "2.5"> +<!ENTITY Python-version "2.5.1"> <!ENTITY pyxml-version "0.8.4"> <!ENTITY ruby-version "1.8.6"> <!ENTITY tcl-version "8.4.14"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 18:00:21 UTC (rev 6830) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 22:28:45 UTC (rev 6831) @@ -45,6 +45,9 @@ <para>July 3rd, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to Python-2.5.1.</para> + </listitem> + <listitem> <para>[randy] - Updated to Shadow-4.0.18.1, which is the version used in LFS. Also modified the /etc/pam.d/login file as suggested by Jonathan Oksman to strengthen the login security.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
