Author: randy Date: 2006-03-23 17:54:38 -0700 (Thu, 23 Mar 2006) New Revision: 5741
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/pcre.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to PCRE-6.6 Modified: trunk/BOOK/general/genlib/pcre.xml =================================================================== --- trunk/BOOK/general/genlib/pcre.xml 2006-03-23 14:42:36 UTC (rev 5740) +++ trunk/BOOK/general/genlib/pcre.xml 2006-03-24 00:54:38 UTC (rev 5741) @@ -6,9 +6,9 @@ <!ENTITY pcre-download-http " "> <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> - <!ENTITY pcre-md5sum "c5c73e8767479e8a7751324b0aa32291"> - <!ENTITY pcre-size "554 KB"> - <!ENTITY pcre-buildsize "11.4 MB"> + <!ENTITY pcre-md5sum "61067f730c46cf6bdd0f8efe3f4f51b6"> + <!ENTITY pcre-size "557 KB"> + <!ENTITY pcre-buildsize "11.0 MB"> <!ENTITY pcre-time "0.3 SBU"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-03-23 14:42:36 UTC (rev 5740) +++ trunk/BOOK/general.ent 2006-03-24 00:54:38 UTC (rev 5741) @@ -1,8 +1,8 @@ -<!ENTITY day "23"> <!-- Always 2 digits --> +<!ENTITY day "24"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "March &day;rd, &year;"> +<!ENTITY releasedate "March &day;th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] --> @@ -72,7 +72,7 @@ <!-- Part III --> <!-- Chapter 8 --> -<!ENTITY pcre-version "6.4"> +<!ENTITY pcre-version "6.6"> <!ENTITY popt-version "1.7"> <!ENTITY slang-version "2.0.5"> <!ENTITY gamin-version "0.1.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-03-23 14:42:36 UTC (rev 5740) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-03-24 00:54:38 UTC (rev 5741) @@ -42,6 +42,15 @@ --> <listitem> + <para>March 24th, 2006</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to PCRE-6.6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 23rd, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
