SHA256
6
0
forked from pool/ed

Accepting request 866542 from home:polslinux:branches:utilities

- Update to 1.17 
  * The commands 'q' and 'Q' now work in a global command.
  * The new option '-E, --extended-regexp' has been added. It tells
    ed to use extended regular expressions instead of the basic
    regular expressions mandated by POSIX
  * Print the file name in case of read or write error

OBS-URL: https://build.opensuse.org/request/show/866542
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=37
This commit is contained in:
2021-02-05 11:57:08 +00:00
committed by Git OBS Bridge
parent f55a69bdbb
commit 311b1ef7e6
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 25 10:34:49 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.17
* The commands 'q' and 'Q' now work in a global command.
* The new option '-E, --extended-regexp' has been added. It tells
ed to use extended regular expressions instead of the basic
regular expressions mandated by POSIX
* Print the file name in case of read or write error
-------------------------------------------------------------------
Fri Oct 16 09:46:50 UTC 2020 - Ludwig Nussel <lnussel@suse.de>