2008
splitvt (1.6.6-7) unstable; urgency=medium
* QA upload. * Fix bashisms (Closes: #489663) * Bump standard version
-- Julien Danjou <acid@debian.org> Sun, 03 Aug 2008 14:19:50 +0200
splitvt (1.6.6-6) unstable; urgency=low
* Orphaned the package.
-- Joey Hess <joeyh@debian.org> Sat, 05 Jul 2008 17:32:15 -0400
splitvt (1.6.6-5) unstable; urgency=low
* debhelper v7; rules file minimisation * Looks like I had forgotten to call dh_md5sums before.
-- Joey Hess <joeyh@debian.org> Wed, 14 May 2008 19:46:03 -0400
splitvt (1.6.6-4) unstable; urgency=low
* Add homepage field. * Fix security hole in safe_popen; it neglected to setgid.
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2008 12:57:27 -0500
2007
splitvt (1.6.6-3) unstable; urgency=low
* Support nostrip builds. Closes: #438047
-- Joey Hess <joeyh@debian.org> Wed, 15 Aug 2007 13:37:34 -0400
splitvt (1.6.6-2) unstable; urgency=low
* Hack config.c to not link with libnet if it's on the system. Linux's
libnet is not used by splitvt.
* Ditto libnsl.
-- Joey Hess <joeyh@debian.org> Thu, 19 Jul 2007 14:09:33 -0400
splitvt (1.6.6-1) unstable; urgency=low
* It's been 5 years, so right on sechedule, new upstream release.
-- Joey Hess <joeyh@debian.org> Thu, 12 Apr 2007 17:38:41 -0400
2005
splitvt (1.6.5-9) unstable; urgency=low
* Ensure that -upper and -lower have arguemnts. Closes: #319091
-- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2005 17:50:32 -0400
splitvt (1.6.5-8) unstable; urgency=low
* Patch from Andreas Jochens to fix building with gcc 4.0. Closes: #294620
-- Joey Hess <joeyh@debian.org> Fri, 15 Jul 2005 17:38:09 +0300
splitvt (1.6.5-7) unstable; urgency=low
* Many changes to make it build cleanly with -Wall. This included some
missing headers that probably caused it to crash on amd64.
* Disabled vttest, since its read from the console to try to detect a vt100
terminal was responsible for startup hang on sparc. Closes: #273330
-- Joey Hess <joeyh@debian.org> Wed, 26 Jan 2005 20:32:34 -0500
2003
splitvt (1.6.5-6) unstable; urgency=low
* Rebuilt to update to current policy on /usr/doc links &etc.
-- Joey Hess <joeyh@debian.org> Sat, 8 Feb 2003 12:32:25 -0500
2002
splitvt (1.6.5-5) unstable; urgency=low
* Updated to debhelper v4.
-- Joey Hess <joeyh@debian.org> Thu, 13 Jun 2002 16:30:04 -0400
2001
splitvt (1.6.5-4) unstable; urgency=low
* Updated patch to not break resizing.
-- Joey Hess <joeyh@debian.org> Fri, 5 Oct 2001 20:09:25 -0400
splitvt (1.6.5-3) unstable; urgency=low
* Patch from Robert de Bath <robert$@mayday.cix.co.uk> that has a doc fix
and also fixes a splitvt segfault when one uses the CSI ? 3 h to got o
132 column mode. Closes: #113868 (also sent upstream)
-- Joey Hess <joeyh@debian.org> Sat, 29 Sep 2001 16:44:25 -0400
splitvt (1.6.5-2) unstable; urgency=HIGH
* New upstream version, with a format string hole fixed, and several
possible buffer overfllows fixed.
- Of those, only (I think) the format string attack and two of the
buffer overflows can affect the debian package.
- Luckily, my last release of the package back in June 2000 made
it only need to be sgid tty.
- Total possible impact: attacker could possibly crack the tty group.
* Goofed up version number because this source is already in the
archives.
-- Joey Hess <joeyh@debian.org> Wed, 17 Jan 2001 23:39:09 -0800
2000
splitvt (1.6.4-4) unstable; urgency=low
* Drop setgid first. Very doubtful this effects anything, but it's the
right way to do things.
-- Joey Hess <joeyh@debian.org> Thu, 15 Jun 2000 11:37:48 -0700
splitvt (1.6.4-3) unstable; urgency=low
* Modified to use glibc's sys4-ish pty routines; devpts, grantpt, etc.
* Modified to drop sgid bit properly.
* Now I can make it just sgid utmp, rather than suid root, and it
continues to work just as before. Beaujolais! Closes: #65227
* Removed no-longer-needed glibc stdion/stdout fix patch.
-- Joey Hess <joeyh@debian.org> Wed, 14 Jun 2000 14:13:30 -0700
splitvt (1.6.4-2) unstable; urgency=low
* Corrected build-depends, Closes: #65584
-- Joey Hess <joeyh@debian.org> Tue, 13 Jun 2000 11:42:02 -0700
splitvt (1.6.4-1) unstable; urgency=high
* New upstream release with security fix (already applied in the previous
version, I'm just syncing up with upstream).
* Added homepage to copyright file.
* Added some more files to docs.
* Now under the GPL explicitly, some updates to the copyright file.
-- Joey Hess <joeyh@debian.org> Sun, 11 Jun 2000 21:42:41 -0700
splitvt (1.6.3-7.0slink1) stable; urgency=high
* Security fix.
-- Daniel Jacobowitz <dan@debian.org> Sat, 3 Jun 2000 17:56:33 -0400
1999
splitvt (1.6.3-7) unstable; urgency=low
* Build dep.
-- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 16:21:35 -0800
splitvt (1.6.3-6) unstable; urgency=low
* FHS
-- Joey Hess <joeyh@debian.org> Sat, 11 Sep 1999 01:27:49 -0700
1998
splitvt (1.6.3-5) unstable; urgency=low
* vtmouse.c: Don't use stdin/stdout as initializers. Instead, in
event_getc(), set xt_input and xt_output to stdin and stdout if
they are not yet set. This is for the ports to other architectures.
(#29597)
-- Joey Hess <joeyh@debian.org> Tue, 17 Nov 1998 15:50:53 -0800
splitvt (1.6.3-4) unstable; urgency=low
* Built with newest debhelper to change how the suid binary is registered.
-- Joey Hess <joeyh@debian.org> Tue, 27 Oct 1998 21:59:05 -0800
splitvt (1.6.3-3) unstable; urgency=low
* Hacked in a -f flag, that allows you to resize one of the splitvt
windows down to 1 line tall. This is particularly useful for ticker.
-- Joey Hess <joeyh@debian.org> Mon, 7 Sep 1998 19:56:53 -0700
splitvt (1.6.3-2) unstable; urgency=low
* Fixed package description spelling (#18990).
-- Joey Hess <joeyh@debian.org> Thu, 5 Mar 1998 17:00:19 -0800
1997
splitvt (1.6.3-1) unstable; urgency=low
* First release. * Write to author and clarified copyright. * Change /etc/utmp to /var/run/utmp
-- Joey Hess <joeyh@debian.org> Wed, 1 Oct 1997 16:19:01 -0400