Changeset f2abc73


Ignore:
Timestamp:
08/09/2020 04:34:34 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2ca5a3b
Parents:
d3dab74f
Message:

Remove mention of a deleted file from mc instructions.
Update to doxygen-1.8.19.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    rd3dab74f rf2abc73  
    77  <!ENTITY doxygen-download-http "http://doxygen.nl/files/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  " ">
    9   <!ENTITY doxygen-md5sum        "eda8e82fcc58970894029b0399776cb5">
     9  <!ENTITY doxygen-md5sum        "76e7362eb224ee57e3a3e1b60e449f85">
    1010  <!ENTITY doxygen-size          "4.9 MB">
    11   <!ENTITY doxygen-buildsize     "153 MB (with tests)">
    12   <!ENTITY doxygen-time          "0.8 SBU (using parallelism=4; with tests)">
     11  <!ENTITY doxygen-buildsize     "157 MB (with tests)">
     12  <!ENTITY doxygen-time          "1.3 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    142142
    143143    <para>
    144       To test the results, issue: <command>make tests</command>. One test,
    145       012_cite.dox, is known to fail.
     144      To test the results, issue: <command>make tests</command>.
    146145    </para>
    147146
  • general/sysutils/mc.xml

    rd3dab74f rf2abc73  
    124124    </para>
    125125
    126 <screen role="root"><userinput>make install &amp;&amp;
    127 cp -v doc/keybind-migration.txt /usr/share/mc</userinput></screen>
     126<screen role="root"><userinput>make install</userinput></screen>
    128127
    129128  </sect2>
     
    173172      </para>
    174173
    175       <note>
    176         <para>
    177           On 8.x versions of <application>mc</application>,
    178           keybind names used in mc.keymap.* files are changed.  This is
    179           described in <filename>keybind-migration.txt</filename>.
    180         </para>
    181       </note>
    182 
    183174    </sect3>
    184175
  • introduction/welcome/changelog.xml

    rd3dab74f rf2abc73  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Remove mention of a deleted file from mc instructions. Fixes
     49          <ulink url="&blfs-ticket-root;13899">#13890</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to doxygen-1.8.19. Fixes
     53          <ulink url="&blfs-ticket-root;13898">#13898</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[pierre] - Update to file-roller-3.36.3. Fixes
    4957          <ulink url="&blfs-ticket-root;13897">#13897</ulink>.</para>
  • packages.ent

    rd3dab74f rf2abc73  
    326326<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    327327<!ENTITY dejagnu-version              "1.6.2">
    328 <!ENTITY doxygen-version              "1.8.18">
     328<!ENTITY doxygen-version              "1.8.19">
    329329<!ENTITY elfutils-version             "0.170">
    330330<!ENTITY expect-version               "5.45.4">
Note: See TracChangeset for help on using the changeset viewer.