Skip to content

Debian Changelog tk8.3 (8.3.5-6etch2)

2008

tk8.3 (8.3.5-6etch2) stable-security; urgency=high

   * Fix CVE-2008-0553.

 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 7 Feb 2008 23:53:37 +0100

2007

tk8.3 (8.3.5-6etch1) stable-security; urgency=high

   * Applied patches by Nico Golde which correctly fix security
     vulnerability CVE-2007-5137 arbitrary code execution via multi-frame
     interlaced GIF not introducing CVE-2007-5378.

 -- Sergei Golovan <sgolovan@debian.org>  Fri, 16 Nov 2007 13:39:49 +0300

2006

tk8.3 (8.3.5-6) unstable; urgency=low

   * Changed dependencies of -dev package to reflact split of xlibs
     (closes: #347164).

 -- Chris Waters <xtifr@debian.org>  Fri, 13 Jan 2006 13:05:39 -0800

tk8.3 (8.3.5-5) unstable; urgency=low

   * Fixed typo (extra single-quote) in tcl.m4 that was causing a FTBFS on
     some systems.
   * Fixed problem with trying to strip the library before the permissions
     have been set correctly.

 -- Chris Waters <xtifr@debian.org>  Sat, 7 Jan 2006 06:03:52 -0800

2003

tk8.3 (8.3.5-4) unstable; urgency=low

   * Added support for GNU/FreeBSD (closes: #200530).

 -- Chris Waters <xtifr@debian.org>  Sat, 9 Aug 2003 20:31:17 -0700

tk8.3 (8.3.5-3) unstable; urgency=low

   * Changed -dev dependency from "libc6-dev" to "libc6-dev|libc-dev", for
     greater flexibility.
   * Added tcl.m4 patch for debian-netbsd systems.

 -- Chris Waters <xtifr@debian.org>  Fri, 6 Jun 2003 00:09:39 -0700

tk8.3 (8.3.5-2) unstable; urgency=low

   * Got a new fix for the gb2312 problem from upstream (affects both tcl
     and tk packages) -- hopefully, this one will make everyone happy.
   * Added new patch from upstream for segfaults with postscript dump of
     canvas polygons (closes: #192302).

 -- Chris Waters <xtifr@debian.org>  Wed, 21 May 2003 16:48:26 -0700

tk8.3 (8.3.5-1) unstable; urgency=low

   * New upstream release (closes: #106680).
   * Removed xim and hurd patches, now incorporated upstream.  Updated
     tk_inc_dir patch to work with new release.
   * Added x-terminal-emulator to debian menu entry, and recommended it
     (closes: #182539).
   * Added fixed version of colors(3tk) man page, thanks to Ulrich Doehner
     (closes: #182540).

 -- Chris Waters <xtifr@debian.org>  Wed, 26 Feb 2003 04:40:26 -0800

2002

tk8.3 (8.3.3-10) unstable; urgency=low

   * debian/control: tk8.3-doc to doc section.
   * Fleshed out the package descriptions a little (closes: #164088).
   * The -dev package no longer uses a symlink in /usr/share/doc.  Any
     pre-existing link now cleared by preinst (closes: #111980, #125598).
   * Moved README.Debian to tk8.3 package instead of tk8.3-doc.
   * Updated souce location in copyright file.
   * Changed the font selection algorithm to prefer the first best-match,
     not the last.  Patch from Massimo Dal Zotto (closes: #156118).
   * debian/rules: simplified the logic used to get the .sh file into the
     -dev package.  No longer dependent on the order that dh_movefiles
     processes the packages, and no longer uses obscure globbing magic.
   * Include the actual upstream changelog file, as well as the file named
     "changes" (which is more of a user-oriented description).
   * Move images to /usr/share, with symlink from /usr/lib so things don't
     break.  (Check that symlink in preinst too.)  This may or may not make
     use FHS-compliant, but it at least shuts lintian up. :)

 -- Chris Waters <xtifr@debian.org>  Sat, 14 Dec 2002 16:43:11 -0800

tk8.3 (8.3.3-9) unstable; urgency=low

   * New maintainer.
   * Now builds with debhelper v3, did some associated cleanup.
   * Simplified man page setup.

 -- Chris Waters <xtifr@debian.org>  Sun, 13 Oct 2002 01:44:24 -0700

tk8.3 (8.3.3-8) unstable; urgency=low

   * Implemented a TK_INC_DIR in tkConfig.sh and aclocal.m4. This
     should make it easy for other stuff to automatically locate
     the header files. (Closes: #109870)

 -- Mike Markley <mike@markley.org>  Mon, 21 Jan 2002 02:46:06 -0800

2001

tk8.3 (8.3.3-7) unstable; urgency=low

   * Added -l to dh_shlibdeps (Closes: #117444)
   * Another fix to pkgIndex.tcl{,.in} for the path to the library.
     Closes: #118917

 -- Mike Markley <mike@markley.org>  Fri, 16 Nov 2001 23:51:21 -0800

tk8.3 (8.3.3-6) unstable; urgency=low

   * Fixed my broken silliness with the docs links (Closes: #117261)

 -- Mike Markley <mike@markley.org>  Sat, 27 Oct 2001 00:31:26 -0700

tk8.3 (8.3.3-5) unstable; urgency=low

   * Incorporated upstream XIM patch (Closes: #115974)
   * Patched mkLinks to generate symlinks instead of hard ones, eww

 -- Mike Markley <mike@markley.org>  Fri, 19 Oct 2001 01:03:06 -0700

tk8.3 (8.3.3-4) unstable; urgency=low

   * pkgIndex.tcl now generated with the correct library filename
     Closes: #115038

 -- Mike Markley <mike@markley.org>  Sun, 14 Oct 2001 23:58:26 -0700

tk8.3 (8.3.3-3) unstable; urgency=low

   * The removal of the plus patch also removed the install rule
     for pkgIndex.tcl; debian/rules now installs it (Closes: #115038)

 -- Mike Markley <mike@markley.org>  Tue, 9 Oct 2001 18:33:16 -0700

tk8.3 (8.3.3-2) unstable; urgency=low

   * Removed the plus patch... there have been entirely too many
     problems and its upstream doesn't seem to maintain it anymore
   * Ported over the HURD configure patch from tcl8.3
   * Re-fixed tkConfig.sh

 -- Mike Markley <mike@markley.org>  Sat, 22 Sep 2001 09:46:25 -0700

tk8.3 (8.3.3-1) unstable; urgency=low

   * New upstream version.
   * Loosened shlibs
   * Ported 8.3.2 plus patch
   * Reverted a few of the plus patch mods to tkTraverseWithinMenu
     in menu.tcl, as they were breaking alt keys for menus

 -- Mike Markley <mike@markley.org>  Sun, 5 Aug 2001 02:55:09 -0700

tk8.3 (8.3.2-5) unstable; urgency=low

   * Fixed defs in tkConfig.sh
   * No longer compressing examples (Closes: #95982)

 -- Mike Markley <mike@markley.org>  Mon, 26 Mar 2001 13:47:46 -0800

tk8.3 (8.3.2-4) unstable; urgency=low

   * Changed the default library extension back to .so and hacked
     the build process to use .so.1 in the soname, and to move the
     finished library around
   * Changed depends on tcl8.3-dev from xlib6g-dev to xlibs-dev
     (Closes: #82069)

 -- Mike Markley <mike@markley.org>  Wed, 28 Feb 2001 13:05:05 -0800

tk8.3 (8.3.2-3) unstable; urgency=high

   * Fix for broken library name & for the rpath definition
   * Also added soname

 -- Mike Markley <mike@markley.org>  Thu, 15 Feb 2001 16:38:21 -0800

tk8.3 (8.3.2-2) unstable; urgency=low

   * Binary uploaded so that the autobuilders and da-katie Do the Right
     Thing(tm)

 -- Mike Markley <mike@markley.org>  Wed, 3 Jan 2001 11:23:09 -0800

2000

tk8.3 (8.3.2-1) unstable; urgency=low

   * New upstream version.
   * TK now builds its shared lib as tk8.3.so; debian/rules renames to .1

 -- Mike Markley <mike@markley.org>  Mon, 11 Dec 2000 14:58:36 -0800

tk8.3 (8.3.1-2) unstable; urgency=low

   * New maintainer.

 -- Mike Markley <mike@markley.org>  Fri, 25 Aug 2000 19:06:35 -0700

tk8.3 (8.3.1-1) unstable; urgency=low

   * New upstream version.

 -- David Engel <david@debian.org>  Fri, 12 May 2000 21:35:01 -0500

tk8.3 (8.3.0-2) unstable; urgency=low

   * Changed to allow multiple tk*-dev packages.

 -- David Engel <david@debian.org>  Sun, 2 Apr 2000 21:01:52 -0500

tk8.3 (8.3.0-1) unstable; urgency=low

   * Initial packaging.
   * Applied plus patch.

 -- David Engel <david@debian.org>  Thu, 24 Feb 2000 22:13:48 -0600