Skip to content

Debian Changelog libtool (1.4.2-4)

2002

libtool (1.4.2-4) unstable; urgency=medium

   * Applied patch from Roger Leigh <rl117@york.ac.uk> that fixes
     libtoolize's AC_CONFIG_AUX_DIR support when using new style
     `configure.ac'.  Patch has been sent upstream.  (Closes: #126374)
   * Applied patch from Daniel Kobras <kobras@debian.org> that fixes a
     segmentation fault due to a missing error check.  Patch has been sent
     upstream.  (Closes: #127083)
   * Applied patch from Sebastian Rittau <srittau@debian.org> that
     corrects misnamed plugin modules on Tru64.  Patch has been sent
     upstream.  (Closes: #126666)
   * Applied patch from Bill Allombert <ballombe@debian.org> that fixes
     incorrect assumption that ARM builds use glibc 2.1.1.  Bug report sent
     upstream.  (Closes: #120515)
   * Corrected typo in Libtool documentation.  Patch has been sent
     upstream.  (Closes: #127820)

 -- Ossama Othman <ossama@debian.org>  Wed, 9 Jan 2002 10:35:57 -0800

2001

libtool (1.4.2-3) unstable; urgency=high

   * Synchronized with upstream libtool 1.4.2 CVS bugfix branch.  This
     should hopefully (and finally) fix the infamous libtool install
     bug (debian bug 98342).  This upload is actually a libtool 1.4.2a
     pre-release.

 -- Ossama Othman <ossama@debian.org>  Thu, 29 Nov 2001 16:15:29 -0800

libtool (1.4.2-2) unstable; urgency=low

   * Applied patch from Mo DeJong  <supermo@bayarea.net> that fixes the
     relink during installation problem.  (Closes: #66135, #98342)
   * Merged patches from upstream libtool 1.4 patch branch.  (Closes: #115509)

 -- Ossama Othman <ossama@debian.org>  Sun, 11 Nov 2001 22:51:17 -0800

libtool (1.4.2-1) unstable; urgency=low

   * New upstream stable release.  (Closes: #113188, #110084, #109856, #111696)
   * Made libtool package arch "any" instead of "all."  The libtool script
     is no longer generated during installation.  Rather it is only built
     when the package is itself built.  The `libtoolize' script is actually
     architecture independent but it is not worth creating a seperate
     package for single small script.  (Closes: #111660)
   * Updated build dependencies in accordance with the fact that the libtool
     package is now architecture dependent.
   * Added depdemo to examples in libtool-doc package.

 -- Ossama Othman <ossama@debian.org>  Sat, 22 Sep 2001 16:19:51 -0700

libtool (1.4.1-1) unstable; urgency=low

   * New upstream stable release.  This release is actually based on
     the 1.4 code base, not the pending 1.5 code base.  Since the
     1.5-based code depends on Autoconf 2.50, many backward
     compatibility problems were introduced.  Hence, the need to go
     back to the 1.4-based code. (Closes: #106943, #107442, #111422, #107283,
     #107030, #107441)

 -- Ossama Othman <ossama@debian.org>  Wed, 5 Sep 2001 11:38:28 -0700

libtool (1.4b-3) unstable; urgency=low

   * Added missing architecture-specific build depencency on autotools-dev.
     Reported by Ryan Murray <rmurray@cyberhqz.com>.   (Closes: #108374)

 -- Ossama Othman <ossama@debian.org>  Sun, 12 Aug 2001 10:29:55 -0700

libtool (1.4b-2) unstable; urgency=low

   * Integrated patches from upstream CVS HEAD branch.
   * Pull config.{guess,sub} from the autotools-dev Debian package.
   * Added build dependencies on autotools-dev.
   * libtool 1.4b and higher require autoconf 2.50 or better.  Added a
     build dependency on it.
   * Patched libtool.m4 to require (via AC_PREREQ) autoconf 2.50.
     Patch has been sent upstream, and is pending approval.
   * Enable Debhelper 3 support in `rules' file.
   * Added another tagged configuration to the generated libtool script
     for the "c++" compiler. The compiler named "c++" is basically an
     alias for "g++."  Should correct "cannot infer tagged
     configuration..." from libtool.  (Closes: #107050)

 -- Ossama Othman <ossama@ece.uci.edu>  Wed, 1 Aug 2001 23:32:39 -0700

libtool (1.4b-1) unstable; urgency=low

   * New upstream alpha release that fixes many problems with libtool
     1.4.  According to Matt Zimmerman <mdz@debian.org>, it fixes the
     "install phase" bug.  (Closes: #98342)
   * Updated libtool.1 man page with descriptions of the new
     libtool-1.4b options.
   * Include the new "tagdemo" in the examples directory of the
     libtool-doc package.
   * Applied patch from Thomas Poindessous <poinde_t@epita.fr> that
     adds missing quotes around the "pic_mode" shell variable.  Patch
     has been included upstream.  (Closes: #105917)
   * Applied patch from Peter Moulder
     <pmoulder@longford.csse.monash.edu.au> that allows libtool to
     support pre-processed sources, i.e. *.{i,ii}.  Patch has been
     included upstream.  (Closes: #103282)

 -- Ossama Othman <ossama@ece.uci.edu>  Wed, 25 Jul 2001 16:50:30 -0700

libtool (1.4-1) unstable; urgency=low

   * Upload to unstable.  The libtool 1.4 packages in experimental fix
     some important bugs.  (Closes: #75357, #60007, #80001, #95912)

 -- Ossama Othman <ossama@debian.org>  Mon, 7 May 2001 14:15:54 -0700

libtool (1.4-0) experimental; urgency=low

   * New upstream.
   * Bumped soname in libltdl* packages from 0 to 3.  The major version
     of libltdl has changed to version 3.
   * Conflict libltdl3-dev with libltdl0-dev.  Both cannot be installed
     at the same time.
   * Updated `libtool.1' man page.
   * Updated libltdl* package descriptions in the control file.
   * Install libltdl's README into its `/usr/share/doc' directory.
   * Added a new copyright file for the libltdl3 package.
     `libltdl' is distributed under the terms of the LGPL, not the GPL.
   * No need to regenerate the libtool script and overwrite the one
     that was installed in /usr/bin.  This was causing MD5 checksum
     mismatches.

 -- Ossama Othman <ossama@debian.org>  Thu, 26 Apr 2001 15:15:27 -0700

libtool (1.3.5-5) unstable; urgency=low

   * Corrected "Section" field for the libtool-doc package.  It should
     be in "doc," not "devel."

 -- Ossama Othman <ossama@debian.org>  Wed, 11 Apr 2001 12:18:13 -0700

libtool (1.3.5-4) unstable; urgency=high

   * Updated config.guess and config.sub to the latest versions,
     i.e. those that recognize hppa and ia64 platforms. (closes: #92943)

 -- Ossama Othman <ossama@debian.org>  Tue, 10 Apr 2001 14:49:21 -0700

2000

libtool (1.3.5-3) unstable; urgency=high

   * Moved libtool-doc related build commands (call to texi2html and
     example archive creation) to the binary-indep target.  They aren't
     needed for the binary-arch target (#72767)
   * Added "file" package to list of build dependencies.  Libtool calls on
     the `file' command when it is being built.
   * Corrected build dependency separator.  Many thanks to Roman Hodek for
     pointing out that the proper delimiter is a comma, not a space.

 -- Ossama Othman <ossama@debian.org>  Fri, 29 Sep 2000 09:21:44 -0700

libtool (1.3.5-2) unstable; urgency=medium

   * Added missing Build-Depends-Indep and Build-Depends fields to the
     control file.
   * Force libltdl0-dev package to depend on the same version of the
     libltdl0 library package that it was built with.  (#67400, #69081)
   * Applied patch to ltconfig (and ltconfig.in) from Marcus Brinkmann
     <Marcus.Brinkmann@ruhr-uni-bochum.de> that corrects a problem with
     dropped library dependencies in GNU Hurd package builds.  (#72702)
   * Added `file' package as a dependency of the libtool package.  Libtool
     uses the `file' command when determining inter-library dependencies.

 -- Ossama Othman <ossama@debian.org>  Thu, 28 Sep 2000 10:01:52 -0700

libtool (1.3.5-1) unstable; urgency=low

   * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Sat, 27 May 2000 20:00:13 -0700

libtool (1.3.4-4) unstable; urgency=high

   * Updated `debian/rules' to use debhelper v2 support.  This fixes a
     problem that was occurring due to the fact that debhelper v1 had
     problems handling packages where the primary package was Arch: all and
     the secondary packages were Arch: any.  This change allowed the
     architecture dependent "dh_movefiles -a" to be moved back to the
     binary-arch target.  Many thanks to Roman Hodek
     <Roman.Hodek@informatik.uni-erlangen.de> for taking the time to
     explain the problem, and for providing a fix!   (#64319)
 
   * Renamed `postinst', `preinst' and `prerm' to `libtool.postinst',
     `libtool.preinst' and `libtool.prerm', respectively, to improve name
     consistency.  Switching to debhelper v2 support made this possible.
 
   * Removed alternative libc-dev dependency for libltdl0-dev.  If libltdl
     was built with a specific set of C library header then those should
     always be used for that particular build of libltdl.
 
   * Removed `usr/info' and `usr/man' from the `debian/dirs' file.  They
     are no longer used.

 -- Ossama Othman <ossama@debian.org>  Fri, 19 May 2000 12:11:06 -0700

libtool (1.3.4-3) unstable; urgency=low

   * Added the URL for the Libtool web site to the copyright file. (#57453)
   * Libtool should also depend on "libc6-dev | libc-dev" since many of its
     tests require it.  I was never able to reproduce this problem since
     libc6-dev is always installed on my system.  This should correct the
     installation problem users reported.  Many thanks to Joost Witteveen
     <joostje@debian.org> for figuring this out! (#48412)
   * Added libc-dev virtual package as alternative dependency for the
     libltdl0-dev package, in case there is every a C library development
     package with a name other than "libc6-dev."

 -- Ossama Othman <ossama@debian.org>  Wed, 16 Feb 2000 15:53:13 -0800

libtool (1.3.4-2) unstable; urgency=low

   * Patched libtool.m4 with patch sent in by from Chris Butler
     <chrisb@sandy.force9.co.uk>.  This fixes a libtool C compiler test on
     SCO when the test language is other than C.  The patch has been
     included upstream.  (#42530)
   * Rebuilt with correct archive times.  It turns out that the last
     package upload had the future archive time problem because the time
     on the host the package was built on and the host containing the
     NFS filesystem it was built on had different times.  (#55605)
   * Updated location of libtool license in copyright file.
   * Updated Standards Version to 3.1.1.1.
   * Patched ltmain.in so that it includes the "-s" strip argument to
     the install program when installing shared libraries with that
     argument.  Previously, the "-s" argument wasn't being used.  This
     is just a temporary patch since the current upstream CVS sources
     have a fix in place.  (#41904)

 -- Ossama Othman <ossama@debian.org>  Sun, 30 Jan 2000 14:55:23 -0800

libtool (1.3.4-1) unstable; urgency=low

   * New upstream.

 -- Ossama Othman <ossama@debian.org>  Tue, 18 Jan 2000 10:25:39 -0800

1999

libtool (1.3.3-6) unstable; urgency=low

   * Remove vestigial `libltdl.tar.gz' archive during libtool uninstall, if
     it exists.

 -- Ossama Othman <ossama@debian.org>  Tue, 26 Oct 1999 17:42:12 -0500

libtool (1.3.3-5) unstable; urgency=low

   * Linked libltdl0-dev documentation to libltdl0 documentation. (#47949)
   * Created a man page for libtool.
   * Removed all remnants of the patch I created in the "-3" debs.  I
     inadvertently left some in the last libtool deb revision.

 -- Ossama Othman <ossama@debian.org>  Sun, 24 Oct 1999 15:20:29 -0500

libtool (1.3.3-4) unstable; urgency=low

   * Reverted ltconfig.in back to unpatched upstream version.  There were
     too many good arguments against patching.  For now, maintainers will
     have to patch libtool manually.

 -- Ossama Othman <ossama@debian.org>  Wed, 20 Oct 1999 14:29:40 -0500

libtool (1.3.3-3) unstable; urgency=low

   * Changed the rpath hack to check if debuild is currently running and if
     DEB_BUILD_ARCH variable is of non-zero length.  If both conditions are
     satisfied, it should be safe to assume that libtool is being used in
     the middle of a Debian package build.
 
     This change allows Debian's libtool to retain the same behavior as the
     upstream libtool, and at the same time enforce Debian's policy of not
     encoding library paths into binaries.  Specifically, libtool will
     encode library paths into binaries only if a Debian package isn't
     being built.

 -- Ossama Othman <ossama@debian.org>  Tue, 19 Oct 1999 14:43:47 -0500

libtool (1.3.3-2) unstable; urgency=low

   * Patched ltconfig.in so that the generated ltconfig script will not
     generate commands to hardcode library paths since Debian policy
     mandates this.  Software packages that use Debian's patched libtool
     will no longer have to provide their own patches to conform to Debian
     policy.  (#46766)
 
   * Updated documentation directories to conform to FHS.

 -- Ossama Othman <ossama@debian.org>  Sun, 17 Oct 1999 13:57:44 -0500

libtool (1.3.3-1) unstable; urgency=low

   * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Wed, 7 Jul 1999 19:44:53 -0500

libtool (1.3.2-3) unstable; urgency=low

   * Moved the compiler check from the libtool package preinst script to
     the libtool package postinst script since compilers, such as gcc,
     should be configured by that stage of the installation.

 -- Ossama Othman <ossama@debian.org>  Tue, 22 Jun 1999 16:31:00 -0500

libtool (1.3.2-2) unstable; urgency=low

   * Improved libtool preinst script so that it fixes broken or missing C
     compiler alternatives that should point to gcc.  This fix should
     correct the problem of the C compiler alternative not being available
     until after gcc has been setup during a fresh installation.  The
     libtool installation will simply create the alternative.  gcc's
     postinst script won't have any problems since update-alternatives will
     just leave the existing alternative intact. (#39422)

 -- Ossama Othman <ossama@debian.org>  Tue, 22 Jun 1999 15:56:47 -0500

libtool (1.3.2-1) unstable; urgency=low

   * New upstream release.

 -- Ossama Othman <ossama@debian.org>  Thu, 27 May 1999 21:40:56 -0500

libtool (1.3-8) unstable; urgency=low

   * Patched config.sub with Christopher Chimelis' alpha patch.  Forwarded
     the patch upstream  (#37702)

 -- Ossama Othman <ossama@debian.org>  Sat, 15 May 1999 12:45:51 -0500

libtool (1.3-7) unstable; urgency=low

   * Updated libtool and libltdl0-dev dependencies to use `gcc | c-compiler'
     instead of just `c-compiler'.  (#37398)

 -- Ossama Othman <ossama@debian.org>  Mon, 10 May 1999 14:11:24 -0500

libtool (1.3-6) unstable; urgency=low

   * Patched libtool.m4 with upstream fix.  (Fixes the if/ifelse issue).
   * Fixed libtool-doc.doc-base so that the document ID is libtool-doc.
     This appears to make dh_installdocs happier.
   * Removed info file removal command from prerm since I accidentally
     left it there after I moved it to libtool-doc.prerm.

 -- Ossama Othman <ossama@debian.org>  Thu, 6 May 1999 21:18:32 -0500

libtool (1.3-5) unstable; urgency=low

   * Yet another correction.  :(
     libltdl's soname is libltdl.so.0 so the libltdl packages should be
     called libltdl0 and libltdl0-dev.

 -- Ossama Othman <ossama@debian.org>  Wed, 5 May 1999 12:43:41 -0500

libtool (1.3-4) unstable; urgency=low

   * Reverted my "correction" of the libltdl* package name.  The soname
     of the libltdl libraries is currently 0.1.1, therefore the libltdl
     packages should be named libltdl0.1, according to current Debian
     policy.
 
   * Bug fixes/suggestions from Thomas Tanner (thanks Thomas! :)
       - Created a seperate libtool-doc package.
       - Included ChangeLog.0 in the packages.
       - The latest libtool can take advantage of installed libtool
         archive (`*.la') files.  As such, included `libltdl.la' in
         the libltdl0.1-dev package.

 -- Ossama Othman <ossama@debian.org>  Tue, 4 May 1999 12:33:10 -0500

libtool (1.3-3) unstable; urgency=low

   * Added a Conflicts control field for autoconf (< 2.13) and
     automake (< 1.4).  Many thanks to Adam Di Carlo for pointing out
     that 'Conflicts' would provide the desired behavior.

 -- Ossama Othman <ossama@debian.org>  Mon, 3 May 1999 17:54:44 -0500

libtool (1.3-2) unstable; urgency=low

   * Updated "Suggests" control field to suggest autoconf >= 2.13, not just
     "autoconf" since libtool >= 1.2f requires autoconf >= 2.13.  Autoconf
     should not be a dependency since some users may use libtool in the
     stand-alone fashion, and so shouldn't be forced to install autoconf.
     Also updated automake suggestion to "automake (>= 1.4)."
     (#37086)

 -- Ossama Othman <ossama@debian.org>  Mon, 3 May 1999 12:14:54 -0500

libtool (1.3-1) unstable; urgency=low

   * New upstream release.
   * Corrected libltdl package versions.  The correct version is 1.0.
   * Updated control area to use doc-base instead of dhelp.

 -- Ossama Othman <ossama@debian.org>  Thu, 29 Apr 1999 12:04:12 -0500

libtool (1.2f-5) unstable; urgency=low

   * One `$echo' command was missing a backslash after it.  The text it is
     supposed to display is then incorrectly interpreted as a command.
     Patch forwarded to upstream maintainers.
     (#36282)

 -- Ossama Othman <ossama@debian.org>  Sun, 18 Apr 1999 16:44:14 -0500

libtool (1.2f-4) unstable; urgency=low

   * Accidentally removed libtool HTML documentation during chnage to
     debhelper style rules files and control area.

 -- Ossama Othman <ossama@debian.org>  Thu, 8 Apr 1999 20:40:53 -0500

libtool (1.2f-3) unstable; urgency=low

   * Added a preinst script that checks for an existing C compiler at
     `/usr/bin/cc'.  If one isn't there then it probably means that the
     C compiler alternatives got corrupted somehow.  ltconfig was
     choking during the postinst phase of the libtool installation
     on installations that had an invalid C compiler alternative even
     though the C compiler dependency was satisfied.  (#34676, #35619)

 -- Ossama Othman <ossama@debian.org>  Thu, 8 Apr 1999 11:46:09 -0500

libtool (1.2f-2) unstable; urgency=low

   * Updated debian/rules file to use debhelper.
   * Added README.Debian file for the sake of being consistent.
   * Created seperate packages for `libltdl'.
   * Added cdemo.tar.gz to /usr/doc/libtool/examples.
   * Accidentally included Makefile, config.log and config.cache in the
     Debian diff.  I removed them.
   * Updated libtoolize man page to include descriptions of the new
     --ltdl and --ltdl-tar command line options.

 -- Ossama Othman <ossama@debian.org>  Tue, 6 Apr 1999 15:38:46 -0500

libtool (1.2f-1) unstable; urgency=low

   * New upstream release  (#34644)
   * New maintainer upload.
   * Added `cpp' to the `Depends' list.

 -- Ossama Othman <ossama@debian.org>  Fri, 2 Apr 1999 20:06:14 -0600

libtool (1.2d-2) unstable; urgency=low

   * Correctly identify MSB Linux shared library magic (closes: #34069).
     From Roman Hodek.

 -- Gordon Matzigkeit <gord@debian.org>  Wed, 3 Mar 1999 11:23:53 -0600

libtool (1.2d-1) unstable; urgency=low

   * New upstream release. (closes: #31851)
   * Upstream release now incorporates shared library dependencies.
     (closes: #18233)
   * Add dhelp documentation index support. (closes: #31179)
   * Postinst script now handles standard options.
   * Move postrm to prerm.
   * Add mdemo.tar.gz to /usr/doc/libtool/examples.

 -- Gordon Matzigkeit <gord@debian.org>  Sat, 13 Feb 1999 08:36:20 -0600

libtool (1.2-3) frozen unstable; urgency=high

   * Make libtool package depend on c-compiler. (Fixes: #33105)

 -- Gordon Matzigkeit <gord@debian.org>  Mon, 8 Jan 1999 22:10:58 -0600

libtool (1.2-2) frozen unstable; urgency=high

   * Update config.guess and config.sub from latest glibc snapshots.
   (Fixes: #32384, #25779, #25815)
   * Exit normally at the end of the postinst script. (Fixes: #24522)

 -- Gordon Matzigkeit <gord@debian.org>  Sun, 31 Jan 1999 20:31:39 -0600

1998

libtool (1.2-1) unstable; urgency=low

   * new upstream release.

 -- Frederic Lepied <Lepied@debian.org>  Fri, 21 Aug 1998 11:27:43 +0200

libtool (1.0h-5) frozen unstable; urgency=high

   * upload to frozen too !!!

 -- Frederic Lepied <Lepied@debian.org>  Tue, 7 Jul 1998 05:33:17 +0200

libtool (1.0h-4) unstable; urgency=low

   * (postinst) build libtool from the /usr/share/libtool directory. Closes Bug#23884.

 -- Frederic Lepied <Lepied@debian.org>  Mon, 6 Jul 1998 19:49:15 +0200

libtool (1.0h-3) frozen unstable; urgency=high

   * (postinst) check if there is a /tmp/libtool. Closes Bug#23884.

 -- Frederic Lepied <Lepied@debian.org>  Mon, 29 Jun 1998 05:36:22 +0200

libtool (1.0h-2) unstable; urgency=low

   * Applied patch from Marcelo E. Magallón to enable Inter-library
   dependencies. Fixes Bug#18233.
   * Added a man page for libtoolize to correct a lintian error.

 -- Frederic Lepied <Lepied@debian.org>  Tue, 17 Feb 1998 06:00:58 +0100

libtool (1.0h-1) unstable; urgency=low

   * new upstream release (closes Bug#15938 Bug#14187).
   * do a make install instead of installing by hand (closes Bug#15592)

 -- Frederic Lepied <Lepied@debian.org>  Sun, 11 Jan 1998 13:41:05 +0100

1997

libtool (1.0c-1) unstable; urgency=low

   * new upstream release.

 -- Frederic Lepied <Lepied@debian.org>  Sun, 21 Sep 1997 19:37:01 +0200

libtool (1.0b-1) unstable; urgency=low

   * new maintainer.
   * new upstream version.

 -- Frederic Lepied <Lepied@debian.org>  Sat, 13 Sep 1997 23:56:38 +0200

libtool (1.0a-2) unstable; urgency=low

   * Corrected debian/rules and debian/control for architecture-independence
     (bug #12118).

 -- Karl Sackett <krs@debian.org>  Tue, 19 Aug 1997 10:12:50 -0500

libtool (1.0a-1) unstable; urgency=low

   * Latest upstream release.  Fixes bug #11177.
   * debian/rules: upstream changelog placed in /usr/doc/libtool/changelog.gz
     (bug #11596).

 -- Karl Sackett <krs@debian.org>  Tue, 29 Jul 1997 10:52:41 -0500

libtool (1.0-1) unstable; urgency=low

   * Latest upstream release.
   * debian/rules: installs all info pages, not just libtool.info.

 -- Karl Sackett <krs@debian.org>  Thu, 24 Jul 1997 10:09:46 -0500

libtool (0.9-2) unstable; urgency=low

   * config.sub: replaced with more current config.sub from autoconf
     2.12 (bug #11009).

 -- Karl Sackett <krs@debian.org>  Mon, 7 Jul 1997 09:25:58 -0500

libtool (0.9-1) unstable; urgency=low

   * Latest upstream release.

 -- Karl Sackett <krs@debian.org>  Thu, 3 Jul 1997 10:08:38 -0500

libtool (0.7-4) unstable; urgency=low

   * Incorporated Michael Dorman's patch to support recent versions
     of ld (bug #8816).

 -- Karl Sackett <krs@debian.org>  Mon, 28 Apr 1997 10:06:25 -0500

libtool (0.7-3) unstable; urgency=low

   * debian/rules: config.guess, config.sub, ltmain.sh moved to /usr
     /share/libtool.  libtool.m4 installed in /usr/share/aclocal.
   * debian/postinst: configure and install system-specific libtool.
   * debian/postrm: remove system-specific libtool.

 -- Karl Sackett <krs@debian.org>  Thu, 30 Jan 1997 08:21:52 -0600

libtool (0.7-2) unstable; urgency=low

   * debian/control: changed architecture to 'any'.

 -- Karl Sackett <krs@debian.org>  Tue, 14 Jan 1997 11:02:31 -0600

1996

libtool (0.7-1) unstable; urgency=low

   * First Debian release.

 -- Karl Sackett <krs@debian.org>  Mon, 30 Dec 1996 10:36:12 -0600