Author: thomas
Date: Wed Jul 29 23:16:00 2020
New Revision: 23436

Log:
Upgrade nano-5-0

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/editors/nano.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jul 29 11:16:02 2020        (r23435)
+++ trunk/BOOK/general.ent      Wed Jul 29 23:16:00 2020        (r23436)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "29">                   <!-- Always 2 digits -->
+<!ENTITY day          "30">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "July 29th, &year;">
+<!ENTITY releasedate  "July 30th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 29 11:16:02 
2020        (r23435)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 29 23:16:00 
2020        (r23436)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>July 30th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[thomas] - Update to nano-5.0. Fixes
+          <ulink url="&blfs-ticket-root;13859">#13859</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 29th, 2020</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Jul 29 11:16:02 2020        (r23435)
+++ trunk/BOOK/packages.ent     Wed Jul 29 23:16:00 2020        (r23436)
@@ -66,7 +66,7 @@
 <!ENTITY gedit-version                "3.36.2">
 <!ENTITY joe-version                  "4.6">
 <!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
-<!ENTITY nano-version                 "4.9.3">
+<!ENTITY nano-version                 "5.0">
 <!ENTITY vim-version                  "8.2.1209">
 <!ENTITY vim-majmin                   "82">
 

Modified: trunk/BOOK/postlfs/editors/nano.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/nano.xml Wed Jul 29 11:16:02 2020        (r23435)
+++ trunk/BOOK/postlfs/editors/nano.xml Wed Jul 29 23:16:00 2020        (r23436)
@@ -5,9 +5,9 @@
   %general-entities;
 
   <!-- Note minor version in URL -->
-  <!ENTITY nano-download-http 
"https://www.nano-editor.org/dist/v4/nano-&nano-version;.tar.xz";>
+  <!ENTITY nano-download-http 
"https://www.nano-editor.org/dist/v5/nano-&nano-version;.tar.xz";>
   <!ENTITY nano-download-ftp  " ">
-  <!ENTITY nano-md5sum        "52137a960ae8b3ca6d7dab6767fe6e5f">
+  <!ENTITY nano-md5sum        "6afe46e78f8d6fcd8369d4d966617f47">
   <!ENTITY nano-size          "1.4 MB">
   <!ENTITY nano-buildsize     "19 MB">
   <!ENTITY nano-time          "0.2 SBU">
@@ -167,7 +167,9 @@
         E.g., for shell scripts, you can insert
         <option>include /usr/share/nano/sh.nanorc</option> in the personal or
         global configuration file. If you wish highlighting for all supported
-        files, use <option>include /usr/share/nano/*.nanorc</option>.
+        files, use <option>include /usr/share/nano/*.nanorc</option>. This
+        include does not descend into the <filename 
class="directory">extra</filename>
+        directory. Move required files one level up.
       </para>
 
     </sect3>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to