Changeset 7ceb8d9


Ignore:
Timestamp:
11/27/2017 04:59:55 PM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
72772afe
Parents:
1740585
Message:

Version 2.9.0, fix #10044

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1740585 r7ceb8d9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
  • introduction/welcome/changelog.xml

    r1740585 r7ceb8d9  
    4343-->
    4444    <listitem>
     45      <para>November, 27th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to nano-2.9.0, fixes
     49          <ulink url="&blfs-ticket-root;10044">#10044</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 26th, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    r1740585 r7ceb8d9  
    7171<!ENTITY joe-version                  "4.5">
    7272<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    73 <!ENTITY nano-version                 "2.8.7">
     73<!ENTITY nano-version                 "2.9.0">
    7474<!ENTITY vim-version                  "8.0.586">
    7575<!ENTITY vim-majmin                   "80">
  • postlfs/editors/nano.xml

    r1740585 r7ceb8d9  
    66
    77  <!-- Note minor version in URL -->
    8   <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2.8/nano-&nano-version;.tar.xz">
     8  <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2.9/nano-&nano-version;.tar.xz">
    99  <!ENTITY nano-download-ftp  " ">
    10   <!ENTITY nano-md5sum        "733b3f80a0a2f44fb25de6c6d3a583cf">
     10  <!ENTITY nano-md5sum        "a7f0a70fea21431745aa07ee2c5c8d3a">
    1111  <!ENTITY nano-size          "1.4 MB">
    12   <!ENTITY nano-buildsize     "16 MB">
     12  <!ENTITY nano-buildsize     "17 MB">
    1313  <!ENTITY nano-time          "0.2 SBU">
    1414]>
     
    166166set smooth
    167167set suspend</literal></screen>
     168
     169      <para>You probably want to create the directory
     170        <filename class="directory">$HOME/.local/share/nano</filename>.
     171        This is where <application>Nano</application> will store search
     172        and position log files. Required only if you have either historylog
     173        and/or positionlog enabled. When using those settings in a system-wide
     174        configuration, you may want to update
     175        <filename class="directory">/etc/skel</filename> to make the
     176        directory available for all (new) users.
     177      </para>
    168178
    169179      <para>
Note: See TracChangeset for help on using the changeset viewer.