From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 6.1 Date: Sat, 12 Feb 2022 13:44:13 +0000 Message-ID: <8e50b96b-15f5-2e18-e025-371c14bdc585@ipfire.org> In-Reply-To: <20220212132113.78343-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1017044958405145143==" List-Id: --===============1017044958405145143== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://www.nano-editor.org/news.php >=20 > "The behavior of ^K at a prompt has been enhanced: when there > is text after the cursor, just this text is erased. (In the usual > situation, however, when the cursor is at the end of the answer, > the behavior is as before: the whole answer is erased.) >=20 > At a prompt, M-6 copies the current answer into the cutbuffer. >=20 > Large external pastes into nano are handled more quickly." >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index d9a0dbfd6..16888fbee 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2021 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.0 > +VER =3D 6.1 > =20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D nano > -PAK_VER =3D 40 > +PAK_VER =3D 41 > =20 > DEPS =3D "" > =20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 5b6ff59f2490db80a3498c4cd3eda085 > +$(DL_FILE)_MD5 =3D 59ecd880ac645676e0a7543c8da3afd0 > =20 > install : $(TARGET) > =20 --===============1017044958405145143==--