Changeset 2f5c01ff


Ignore:
Timestamp:
05/01/2009 05:29:58 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
034f653
Parents:
462878e4
Message:

Update to doxygen-1.5.9

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7817 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r462878e4 r2f5c01ff  
    44-->
    55
    6 <!ENTITY day          "09">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "01">                   <!-- Always 2 digits -->
     7<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "April &day;th, &year;">
     12<!ENTITY releasedate  "May &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    214214<!-- Chapter 12 -->
    215215<!ENTITY dejagnu-version              "1.4.4">
    216 <!ENTITY doxygen-version              "1.5.8">
     216<!ENTITY doxygen-version              "1.5.9">
    217217<!ENTITY expect-version               "5.43.0">
    218218<!ENTITY gc-version                   "6.8">
  • general/prog/doxygen.xml

    r462878e4 r2f5c01ff  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "7438b7ff875d522f02860eea39261953">
    10   <!ENTITY doxygen-size          "3.9 MB">
    11   <!ENTITY doxygen-buildsize     "44 MB">
     9  <!ENTITY doxygen-md5sum        "33c5598fa6d24cbc55849eaf89652557">
     10  <!ENTITY doxygen-size          "4.0 MB">
     11  <!ENTITY doxygen-buildsize     "46 MB">
    1212  <!ENTITY doxygen-time          "1.6 SBU (includes building the GUI frontend)">
    1313]>
  • introduction/welcome/changelog.xml

    r462878e4 r2f5c01ff  
    4242-->
    4343    <listitem>
     44      <para>May 1st, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Updated to doxygen-1.5.9.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>April 9th, 2009</para>
    4554      <itemizedlist>
  • kde/core/kdelibs.xml

    r462878e4 r2f5c01ff  
    145145
    146146      <para><emphasis>The usual building the API documentation in this package
    147       will run forever because of a bug in
    148       <application>doxygen</application>.</emphasis>  There is a symbolic link
    149       in the <filename class='directory'>kdeprint</filename> directory that is
    150       not handled properly.  To fix this, delete the link, generate the
     147      will run forever because of a bug in <application>doxygen</application>
     148      versions 1.5.8 and earlier.</emphasis>  There is a symbolic link in the
     149      <filename class='directory'>kdeprint</filename> directory that is not
     150      handled properly.  To fix this, either update to the current version of
     151      <application>doxygen</application> or delete the link, generate the
    151152      documentation, and recreate the symbolic link:</para>
    152153
Note: See TracChangeset for help on using the changeset viewer.