Author: randy Date: 2007-03-17 10:58:53 -0600 (Sat, 17 Mar 2007) New Revision: 6669
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/python.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Python-2.5 Modified: trunk/BOOK/general/prog/python.xml =================================================================== --- trunk/BOOK/general/prog/python.xml 2007-03-16 22:08:10 UTC (rev 6668) +++ trunk/BOOK/general/prog/python.xml 2007-03-17 16:58:53 UTC (rev 6669) @@ -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 "0ba90c79175c017101100ebf5978e906"> - <!ENTITY python-size "7.8 MB"> - <!ENTITY python-buildsize "110 MB"> - <!ENTITY python-time "1.0 SBU (additional 2.6 SBU to run the test suite)"> + <!ENTITY python-md5sum "ddb7401e711354ca83b7842b733825a3"> + <!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)"> ]> <sect1 id="python" xreflabel="Python-&Python-version;"> @@ -113,11 +113,11 @@ <segtitle>Installed Directories</segtitle> <seglistitem> - <seg>pydoc, python, python2.4, smtpd.py, and optionally if + <seg>pydoc, python, python2.5, smtpd.py, and optionally if <application>Tk</application> is installed, idle</seg> - <seg>libpython2.4.so and numerous modules installed in - /usr/lib/python2.4/lib-dynload</seg> - <seg>/usr/include/python2.4 and /usr/lib/python2.4</seg> + <seg>libpython2.5.so and numerous modules installed in + /usr/lib/python2.5/lib-dynload</seg> + <seg>/usr/include/python2.5 and /usr/lib/python2.5</seg> </seglistitem> </segmentedlist> @@ -159,13 +159,13 @@ </listitem> </varlistentry> - <varlistentry id="python2.4"> - <term><command>python2.4</command></term> + <varlistentry id="python2.5"> + <term><command>python2.5</command></term> <listitem> <para>is a version-specific name for the <command>python</command> program.</para> - <indexterm zone="python python2.4"> - <primary sortas="b-python2.4">python2.4</primary> + <indexterm zone="python python2.5"> + <primary sortas="b-python2.5">python2.5</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-03-16 22:08:10 UTC (rev 6668) +++ trunk/BOOK/general.ent 2007-03-17 16:58:53 UTC (rev 6669) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "16"> <!-- Always 2 digits --> +<!ENTITY day "17"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> @@ -194,7 +194,7 @@ <!ENTITY NASM-version "0.98.39"> <!ENTITY pdl-version "2.4.2"> <!ENTITY php-version "5.1.4"> -<!ENTITY Python-version "2.4.4"> +<!ENTITY Python-version "2.5"> <!ENTITY pyxml-version "0.8.4"> <!ENTITY ruby-version "1.8.5"> <!ENTITY tcl-version "8.4.14"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-03-16 22:08:10 UTC (rev 6668) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-03-17 16:58:53 UTC (rev 6669) @@ -42,6 +42,15 @@ --> <listitem> + <para>March 17th, 2007</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to Python-2.5.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 16th, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
