Changelog for
ed-debuginfo-1.9-14.1.i586.rpm :
Tue Jul 16 14:00:00 2013 mvyskocilAATTsuse.com
- update to 1.9
+ Testsuite no more feeds shell scripts to ed.
+ \"configure\" now accepts options with a separate argument.
Mon Jun 17 14:00:00 2013 cooloAATTsuse.com
- revert the use gpg-offline for bootstrap packages
Fri Apr 26 14:00:00 2013 mvyskocilAATTsuse.com
- update to 1.8
+ Ed now stops reading stdin when reaching real End Of File the first
time. (Before it needed to reach EOF twice).
+ Show the \"Try \'ed --help\' for more information.\" message if a bad
option is given in the command line.
+ Quote characters in messages have been changed as advised by GNU
Coding Standards.
+ The description of address offsets in the manual and a link to the
Bash manual have been fixed.
+ Displaying of null characters by the \"l\" command has been fixed.
+ The condition deciding when to show the message \"Newline appended\" has
been corrected.
+ The \"modified\" flag is now set when reading a non-empty file into
an empty buffer.
+ An error that prevented using NUL characters in regular expressions
has been fixed.
+ Ed now signals an error if it can\'t create a shell process when
executing a shell command.
+ Ed now flushes stdout/stderr before reading a new command.
+ Man page is now generated with \"help2man\". All command-line options
are now documented in the man page.
- use gpg-offline to verify the package tarball
- adapt the Summary and Description according current README
Tue Mar 26 13:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
Tue Oct 23 14:00:00 2012 cfarrellAATTsuse.com
- license update: GPL-3.0+ and LGPL-2.1+
Semicolon is ambiguous
Fri Feb 3 13:00:00 2012 rschweikertAATTsuse.com
- switch license to spdx format
- keep executable in /usr (UsrMerge project)
Mon Jan 2 13:00:00 2012 dlovaskoAATTsuse.com
- Update to 1.6 (bugfix release)
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/obsolete tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
Sun Sep 19 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 1.5:
+ The \"a\", \"c\" and \"i\" commands have been fixed. (When used in a
global command list, the commands following them in the list
were ignored).
+ The \"e\" command has been fixed. (It quitted when invoked a
second time with a modified buffer).
+ The new option \"--restricted\" has been added.
+ \"red\" has been converted to a script invoking \"ed
- -restricted\".
+ Description of ed in the manual has been changed.
+ Obsolete posix tests have been removed from testsuite.
- Remove AutoReqProv: it\'s default now.
Mon Nov 30 13:00:00 2009 mvyskocilAATTsuse.cz
- updated to latest upstream version 1.4 - major rewrite and bugfixes (see
Changelog for details)
- obsoleted all patches
Fri Oct 20 14:00:00 2006 lruppAATTsuse.de
- revert to 0.2: new version is broken (#212749)
Mon Oct 9 14:00:00 2006 agruenAATTsuse.de
- dash-option.diff: Fix `ed - filename\' invocation.
Mon Oct 9 14:00:00 2006 schwabAATTsuse.de
- Update to ed 0.3-pre2.
* The symlink vulnerability has been fixed using the \"tmpfile\" function.
* The manual has been updated.
* An extensive code cleanup has been done.
- Fix signal handing again.