ed (0.2-19) unstable; urgency=high
* buf.c: argh; previous fix (in 97) was no fix at all. Really fix the
/tmp race by using tmpfile(3).
* ed.1: various fixes by Matt Kraai <kraai@alumni.carnegiemellon.edu>.
[#75509]
* debian/postinst: register ed as an editor alternative with a low
priority. [#49573]
* debian/prerm: de-register ed on removal.
-- James Troup <james@nocrew.org> Mon, 27 Nov 2000 02:02:36 +0000
ed (0.2-18) unstable; urgency=low
* debian/copyright: remove references to Linux. Update location of GPL.
* debian/postinst: create /usr/doc/ed symlink. Info docs are now in
/usr/share/info/; adjust call to install-info accordingly.
* debian/prerm: remove /usr/doc/ed symlink. Alter call to install-info
as above.
* debian/rules (binary-arch): install documentation into
/usr/share/{doc,man,info}.
* debian/control (Standards-Version): update to 3.1.1.1.
* debian/rules (binary-arch): install more documentation (README, POSIX,
NEWS, TODO and THANKS).
-- James Troup <james@nocrew.org> Sun, 2 Jan 2000 18:02:28 +0000
ed (0.2-17) unstable; urgency=low
* debian/control (Standards-Version): updated to 2.4.1.0.
* debian/control (Maintainer): new address.
* debian/copyright: ditto.
* debian/rules: force definition of HAVE_SIGSETJMP in config.h to work
around the problem of autoconf not detecting it (due to it being a
macro).
* Makefile.in: don't compile in libed.a as it's redundant old code
superseded by code in glibc. This reduces the ed binary by 23k.
Thanks to Topi Miettinen <Topi.Miettinen@ml.tele.fi> for the
suggestion.
* glbl.c (exec_global), io.c (read_stream, get_stream_line), main.c
(main, exec_command, get_matching_node_addr, strip_escapes), re.c
(get_compiled_pattern), sub.c (extract_subst_template,
substitute_matching_text): parentheses to quiet -Wall.
-- James Troup <james@nocrew.org> Thu, 8 Oct 1998 22:41:45 +0100
ed (0.2-16) unstable; urgency=low
* debian/control (Standards-Version): updated to 2.4.0.0.
* debian/copyright: correct the FSF's address.
* debian/rules (build) : compile with -Wall.
-- James Troup <jjtroup@comp.brad.ac.uk> Mon, 2 Mar 1998 23:11:52 +0000
ed (0.2-15) unstable; urgency=low
* debian/control: Standards-Version 2.3.0.1 [#16753].
* debian/copyright: reference to hello source package changed to reference
ed.
* debian/postinst: cleaned up.
* debian/prerm: ditto.
* debian/rules: cleaned up (no longer uses {,}).
* debian/rules: new target test, which runs ed's testsuite.
* debian/rules: binary-arch depends on test.
* debian/rules: clean the files from the testsuite in the clean target.
* debian/rules: compile ed with -g.
* Uses pristine upstream source.
-- James Troup <jjtroup@comp.brad.ac.uk> Sat, 10 Jan 1998 17:35:46 +0000
ed (0.2-14) unstable; urgency=low
* Rebuilt with libc6.
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 25 Jun 1997 13:37:46 +0100
ed (0.2-13) unstable; urgency=low
* Patched buf.c to use tempnam() (fixes bug #9202).
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 30 Apr 1997 00:34:02 +0100
ed (0.2-12) unstable; urgency=low
* New maintainer.
* Updated to Standards-Version 2.1.1.2 (fixes bug #3726).
* Removed Essential: tag.
-- James Troup <jjtroup@comp.brad.ac.uk> Thu, 30 Jan 1997 20:21:23 +0000
Changes for ed-0.2-10
elf package
* added dependency on libc5
Changes for ed-0.2-9
* rebuilt for elf
Changes for ed-0.2-8
Priority: Routine
Changes: Added texinfo file and Makefile in usr/doc/ed
Changes for ed-0.2-7
Priority: High
Changes: in /usr/bin, symlink red to /bin/ed
Changes for ed-0.2-6
Priority: High
Changes: install ed as /bin/ed instead of /usr/bin/ed
Changes for ed-0.2-5
Priority: Routine
Changes: Added "Essential: Yes" to control file
Changes for ed-0.2-4
1. Fixed error in debian.control VERSION and PACKAGE_REVISION fields.
Changes for ed-0.2-3
1. Reposition ed.1 into /usr/man/man1 instead of /usr/man.
Changes for ed-0.2-2
1. Added ed.info, inadvertantly left out of the .1 package.
2. Installed /usr/bin/red, inadvertantly left out of the .1 package.
3. Went to Ian Murdock style debian.rules file.
4. Cleaned up control file description and extended description.
5. Added --quiet option to install-info invocation in postrm script.
Changes for ed-0.2-1
Modifications to the GNU ed-0.2 package
Changes by Bill Mitchell <mitchell@mdd.comm.mot.com>
1. Added debian.* files
2. Changed CFLAGS and LDFLAGS in Makefile.in
Local variables:
mode: debian-changelog
End: