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.4 Date: Sat, 06 Aug 2022 07:18:17 +0000 Message-ID: <4a6e37cc-524c-0b47-d29b-fa78dbc9c382@ipfire.org> In-Reply-To: <20220805203201.3768010-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0915646125976188464==" List-Id: --===============0915646125976188464== 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 > "Changes between v6.3 and v6.4: > ------------------------------ >=20 > Benno Schulenberg (24): > bump version numbers and add a news item for the 6.4 release > display: remember text and column positions when softwrapping a line > docs: concisely describe how the linter behaves > docs: remove the two notices about the changed defaults > docs: rename README.GIT to README.hacking, so it's clearer what is me= ant > docs: stop mentioning the obsoleted keywords that were removed > files: designate the root directory with a simple "/", not with "//" > formatter: instead of leaving curses, use full_refresh() to wipe mess= ages > gnulib: update to its current upstream state > help: reshuffle two shortcuts so that more help-line items are paired > options: stop accepting -z, as --suspendable has been dropped too > rcfile: remove five obsolete or deprecated keywords > syntax: default: do not colorize a square or angle bracket after a URL > syntax: perl: add missing keywords, and reduce the length of some lin= es > syntax: python: mention an alternative linter in a comment > tweaks: add a missing word to a news item > tweaks: add a translator hint > tweaks: improve a comment, and reshuffle two functions plus some lines > tweaks: put each regex on separate line, to better show many keywords > tweaks: rename a variable, to not be the same as a function name > tweaks: rename two variables, to not contain the name of another > tweaks: reshuffle a description and rewrap another > tweaks: reshuffle a few lines, to group things better > version: condense the copyright message, to not dominate the output >=20 > LIU Hao (1): > build: ignore errors from `git describe`" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index 05e63528c..5dc6981b0 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 6.3 > +VER =3D 6.4 > =20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 92ef2acac0dacebc0bf8364bfee928a8394d8e4323e622ad6ba9= d35bebd18d3976ab0ca747f7c9b5597874775b44ba4b5560e7392606aa68736158c2bda62b92 > +$(DL_FILE)_BLAKE2 =3D b59ff7a741ce4c8b31afdbbfaf1d704cccbceddcd7f1421f30a6= dd40495ec456ca891aeb9777c070c6cce4e9c594f83798ff0cdacdfe06e81b0aa0b700033da3 > =20 > install : $(TARGET) > =20 --===============0915646125976188464==--