Author: bdubbs Date: 2009-04-30 23:29:58 -0600 (Thu, 30 Apr 2009) New Revision: 7817
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde/core/kdelibs.xml Log: Update to doxygen-1.5.9 Modified: trunk/BOOK/general/prog/doxygen.xml =================================================================== --- trunk/BOOK/general/prog/doxygen.xml 2009-04-09 06:01:57 UTC (rev 7816) +++ trunk/BOOK/general/prog/doxygen.xml 2009-05-01 05:29:58 UTC (rev 7817) @@ -6,9 +6,9 @@ <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz"> <!ENTITY doxygen-download-ftp "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz"> - <!ENTITY doxygen-md5sum "7438b7ff875d522f02860eea39261953"> - <!ENTITY doxygen-size "3.9 MB"> - <!ENTITY doxygen-buildsize "44 MB"> + <!ENTITY doxygen-md5sum "33c5598fa6d24cbc55849eaf89652557"> + <!ENTITY doxygen-size "4.0 MB"> + <!ENTITY doxygen-buildsize "46 MB"> <!ENTITY doxygen-time "1.6 SBU (includes building the GUI frontend)"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-04-09 06:01:57 UTC (rev 7816) +++ trunk/BOOK/general.ent 2009-05-01 05:29:58 UTC (rev 7817) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "09"> <!-- Always 2 digits --> -<!ENTITY month "04"> <!-- Always 2 digits --> +<!ENTITY day "01"> <!-- Always 2 digits --> +<!ENTITY month "05"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "April &day;th, &year;"> +<!ENTITY releasedate "May &day;st, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -213,7 +213,7 @@ <!-- Chapter 12 --> <!ENTITY dejagnu-version "1.4.4"> -<!ENTITY doxygen-version "1.5.8"> +<!ENTITY doxygen-version "1.5.9"> <!ENTITY expect-version "5.43.0"> <!ENTITY gc-version "6.8"> <!ENTITY gcc-version "4.1.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-04-09 06:01:57 UTC (rev 7816) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-05-01 05:29:58 UTC (rev 7817) @@ -41,6 +41,15 @@ --> <listitem> + <para>May 1st, 2009</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Updated to doxygen-1.5.9.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 9th, 2009</para> <itemizedlist> <listitem> Modified: trunk/BOOK/kde/core/kdelibs.xml =================================================================== --- trunk/BOOK/kde/core/kdelibs.xml 2009-04-09 06:01:57 UTC (rev 7816) +++ trunk/BOOK/kde/core/kdelibs.xml 2009-05-01 05:29:58 UTC (rev 7817) @@ -144,10 +144,11 @@ utilize <application>Doxygen</application>.</para> <para><emphasis>The usual building the API documentation in this package - will run forever because of a bug in - <application>doxygen</application>.</emphasis> There is a symbolic link - in the <filename class='directory'>kdeprint</filename> directory that is - not handled properly. To fix this, delete the link, generate the + will run forever because of a bug in <application>doxygen</application> + versions 1.5.8 and earlier.</emphasis> There is a symbolic link in the + <filename class='directory'>kdeprint</filename> directory that is not + handled properly. To fix this, either update to the current version of + <application>doxygen</application> or delete the link, generate the documentation, and recreate the symbolic link:</para> <screen><userinput>rm kdeprint/kdeprint && -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
