diff --git a/ed-1.20.1.tar.xz b/ed-1.20.1.tar.xz new file mode 100644 index 0000000..11f7099 --- /dev/null +++ b/ed-1.20.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad6055417cd3063df0c3e251b5068aacf97c71b42172da1bc18b2c5d65463e2 +size 69648 diff --git a/ed-1.20.tar.xz b/ed-1.20.tar.xz deleted file mode 100644 index 68e6e81..0000000 --- a/ed-1.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70 -size 69588 diff --git a/ed.changes b/ed.changes index 8b7fcef..8e3dcab 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Feb 16 15:50:41 UTC 2024 - Andreas Stieger + +- GNU ed 1.20.1: + * New command-line options '+line', '+/RE', and '+?RE' have been + implemented to set the current line to the line number + specified or to the first or last line matching the regular + expression 'RE'. + * File names containing control characters 1 to 31 are now + rejected unless they are allowed with the command-line option + '--unsafe-names'. + * File names containing control characters 1 to 31 are now + printed using octal escape sequences. + * Ed now rejects file names ending with a slash. + * Intervening commands that don't set the modified flag no longer + make a second 'e' or 'q' command fail with a 'buffer modified' + warning. + * Tilde expansion is now performed on file names supplied to + commands; if a file name starts with '~/', the tilde (~) is + expanded to the contents of the variable HOME. + * Ed now warns the first time that a command modifies a buffer + loaded from a read-only file. + * It has been documented that 'e' creates an empty buffer if + file does not exist. + * It has been documented that 'f' sets the default filename, + whether or not its argument names an existing file. + * The description of the exit status has been improved in + '--help' and in the manual. + ------------------------------------------------------------------- Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger diff --git a/ed.spec b/ed.spec index 1733ba2..69d3a68 100644 --- a/ed.spec +++ b/ed.spec @@ -18,7 +18,7 @@ Name: ed -Version: 1.20 +Version: 1.20.1 Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later