Skip to content

Debian Changelog tcl8.4 (8.4.12-1.1)

2006

tcl8.4 (8.4.12-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * unix/tcl.m4: fix annoying underquoted definitions in tcl.m4, patch
     courtesy of Toby White (Closes: #277826).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 15 Jul 2006 11:49:52 +0200

tcl8.4 (8.4.12-1) unstable; urgency=low

   * New upstream release.

 -- Chris Waters <xtifr@debian.org>  Fri, 27 Jan 2006 04:22:19 -0800

tcl8.4 (8.4.11-1.1) unstable; urgency=low

   * NMU.
   * Fix syntax errors in unix/tcl.m4 and unix/configure.
     Closes: #343989.

 -- Daniel Schepler <schepler@debian.org>  Sun, 8 Jan 2006 11:51:22 +0100

2005

tcl8.4 (8.4.11-1) unstable; urgency=low

   * New upstream release.
   * Needed to fix mechanism for picking up SONAME.  Now uses special
     macro, TCL_SHLIB_LD_EXTRAS, and only for Linux, Hurd and DebianBSD.

 -- Chris Waters <xtifr@debian.org>  Tue, 6 Sep 2005 13:32:03 -0700

2004

tcl8.4 (8.4.9-1) unstable; urgency=low

   * New upstream release.
   * Removed old patch for integer conversion on 64-bit systems, as
     upstream seems to have created their own patch, which conflicts.
   * Added a new patch (courtesy of James Troup and Ubuntu) which fixes
     crashes on SMP machines, but may introduce some resource leakage on
     very unusual apps - this is, we hope, only a temporary patch until
     upstream comes up with a better solution (closes: #285062).
   * The old mechanism for renaming the man pages no longer worked, so I
     had to create a new one.

 -- Chris Waters <xtifr@debian.org>  Wed, 15 Dec 2004 18:48:10 -0800

tcl8.4 (8.4.7-1) unstable; urgency=low

   * New upstream release.
   * Removed patch files for tcl.m4, they were badly out-of-synch, and I
     don't actually use them for anything.

 -- Chris Waters <xtifr@debian.org>  Sat, 7 Aug 2004 20:42:08 -0700

tcl8.4 (8.4.6-1) unstable; urgency=low

   * New upstream release.
   * Removed the Tcl_Ungets patch, upstream has fixed the problem.

 -- Chris Waters <xtifr@debian.org>  Sat, 13 Mar 2004 15:10:00 -0800

2003

tcl8.4 (8.4.5-1) unstable; urgency=low

   * New upstream release (closes: #224162).
   * Add --enable-64bit configuration option to maximize the use of any
     available 64-bit options.

 -- Chris Waters <xtifr@debian.org>  Mon, 22 Dec 2003 17:48:23 -0800

tcl8.4 (8.4.4-1) unstable; urgency=low

   * New upstream release.
   * Re-enabled XIMPEEK which has been fixed to work with newer XFree86es.

 -- Chris Waters <xtifr@debian.org>  Thu, 31 Jul 2003 01:32:31 -0700

tcl8.4 (8.4.3-3) unstable; urgency=low

   * Rebuilt to not use XIMPEEK code, which doesn't work with newer
     versions of XFree86.  This really only affects Tk, but there's a
     passing reference to it in tcl.m4, so I'm removing it from there as
     well, just to make extra sure that it's gone.

 -- Chris Waters <xtifr@debian.org>  Tue, 24 Jun 2003 18:10:17 -0700

tcl8.4 (8.4.3-2) unstable; urgency=low

   * Changed -dev dependency from "libc6-dev" to "libc6-dev|libc-dev", for
     greater flexibility.

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

tcl8.4 (8.4.3-1) unstable; urgency=low

   * New upstream release, includes fix for zh_CN.GB2312 crashing problem
     (closes: #193284).
   * Added mention of threading support to description.

 -- Chris Waters <xtifr@debian.org>  Tue, 20 May 2003 22:38:26 -0700

tcl8.4 (8.4.2-1) unstable; urgency=low

   * New upstream release.
   * Tightened dependencies for -dev package.
   * Upstream no longer uses PATH_MAX, so hurd patch is simplified.
   * Added debian-netbsd patch from Joel Baker.

 -- Chris Waters <xtifr@debian.org>  Wed, 5 Mar 2003 19:53:44 -0800

2002

tcl8.4 (8.4.1-2) unstable; urgency=low

   * The -dev package no longer uses a symlink in /usr/share/doc.  Any
     pre-existing link now cleaned by preinst.
   * Added README.TCL_INC to -dev package.
   * Moved README.Debian to tcl8.4 package instead of tcl8.4-doc.
   * Updated source location in copyright file.
   * debian/rules: simplified the logic used to get the .sh and .m4 files
     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).
   * Applied new Hurd patch from Robert Millan, hacked up a bit after
     talking to upstream (closes: #170449).

 -- Chris Waters <xtifr@debian.org>  Mon, 16 Dec 2002 17:52:14 -0800

tcl8.4 (8.4.1-1) unstable; urgency=low

   * New upstream release.
   * debian/control: tcl8.4 to interpreters section, -doc to doc section.
   * Fleshed out the package descriptions a little.
   * Enabled thread support (needed for new aolserver) (closes: #164692).

 -- Chris Waters <xtifr@debian.org>  Sun, 17 Nov 2002 19:33:28 -0800

tcl8.4 (8.4.0-4) unstable; urgency=low

   * Removed the man page patch introduced in 8.4.0-2, as it was large, and
     didn't actually help.  Re-added the "ln" hack to mkLinks (as seen in
     earlier tcl packages).

 -- Chris Waters <xtifr@debian.org>  Fri, 11 Oct 2002 18:59:36 -0700

tcl8.4 (8.4.0-3) unstable; urgency=low

   * New maintainer.
   * Fixed man pages missed by earlier patch in -2 (closes: #162966).
   * Now builds with debhelper v3, did some associated cleanup.

 -- Chris Waters <xtifr@debian.org>  Thu, 10 Oct 2002 00:26:38 -0700

tcl8.4 (8.4.0-2) unstable; urgency=low

   * Patch to tcl.m4/mkLinks/Makefile.in to support compile-time
     specified manpage section (Closes: #161335)
   * Fixed paths in tclConfig.sh (Closes: #161458)

 -- Mike Markley <mike@markley.org>  Fri, 20 Sep 2002 20:14:09 -0700

tcl8.4 (8.4.0-1) unstable; urgency=low

   * New upstream TCL version.
   * Hurd support now integrated upstream
   * Patched mkLinks to call $ZIP -9

 -- Mike Markley <mike@markley.org>  Wed, 11 Sep 2002 21:53:22 -0700