Author: bdubbs Date: Sun Aug 9 09:34:34 2020 New Revision: 23482 Log: Remove mention of a deleted file from mc instructions. Update to doxygen-1.8.19.
Modified: trunk/BOOK/general/prog/doxygen.xml trunk/BOOK/general/sysutils/mc.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general/prog/doxygen.xml ============================================================================== --- trunk/BOOK/general/prog/doxygen.xml Sun Aug 9 02:44:25 2020 (r23481) +++ trunk/BOOK/general/prog/doxygen.xml Sun Aug 9 09:34:34 2020 (r23482) @@ -6,10 +6,10 @@ <!ENTITY doxygen-download-http "http://doxygen.nl/files/doxygen-&doxygen-version;.src.tar.gz"> <!ENTITY doxygen-download-ftp " "> - <!ENTITY doxygen-md5sum "eda8e82fcc58970894029b0399776cb5"> + <!ENTITY doxygen-md5sum "76e7362eb224ee57e3a3e1b60e449f85"> <!ENTITY doxygen-size "4.9 MB"> - <!ENTITY doxygen-buildsize "153 MB (with tests)"> - <!ENTITY doxygen-time "0.8 SBU (using parallelism=4; with tests)"> + <!ENTITY doxygen-buildsize "157 MB (with tests)"> + <!ENTITY doxygen-time "1.3 SBU (using parallelism=4; with tests)"> ]> <sect1 id="doxygen" xreflabel="Doxygen-&doxygen-version;"> @@ -141,8 +141,7 @@ make</userinput></screen> <para> - To test the results, issue: <command>make tests</command>. One test, - 012_cite.dox, is known to fail. + To test the results, issue: <command>make tests</command>. </para> <para> Modified: trunk/BOOK/general/sysutils/mc.xml ============================================================================== --- trunk/BOOK/general/sysutils/mc.xml Sun Aug 9 02:44:25 2020 (r23481) +++ trunk/BOOK/general/sysutils/mc.xml Sun Aug 9 09:34:34 2020 (r23482) @@ -123,8 +123,7 @@ Now, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make install && -cp -v doc/keybind-migration.txt /usr/share/mc</userinput></screen> +<screen role="root"><userinput>make install</userinput></screen> </sect2> @@ -172,14 +171,6 @@ MC</application> shell. Consult the mc(1) man page for details. </para> - <note> - <para> - On 8.x versions of <application>mc</application>, - keybind names used in mc.keymap.* files are changed. This is - described in <filename>keybind-migration.txt</filename>. - </para> - </note> - </sect3> </sect2> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 9 02:44:25 2020 (r23481) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Aug 9 09:34:34 2020 (r23482) @@ -45,6 +45,14 @@ <para>August 9th, 2020</para> <itemizedlist> <listitem> + <para>[bdubbs] - Remove mention of a deleted file from mc instructions. Fixes + <ulink url="&blfs-ticket-root;13899">#13890</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to doxygen-1.8.19. Fixes + <ulink url="&blfs-ticket-root;13898">#13898</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Update to file-roller-3.36.3. Fixes <ulink url="&blfs-ticket-root;13897">#13897</ulink>.</para> </listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Sun Aug 9 02:44:25 2020 (r23481) +++ trunk/BOOK/packages.ent Sun Aug 9 09:34:34 2020 (r23482) @@ -325,7 +325,7 @@ <!ENTITY cmake-minor-version "1"> <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> <!ENTITY dejagnu-version "1.6.2"> -<!ENTITY doxygen-version "1.8.18"> +<!ENTITY doxygen-version "1.8.19"> <!ENTITY elfutils-version "0.170"> <!ENTITY expect-version "5.45.4"> <!ENTITY gcc-version "10.2.0"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
