[go: up one dir, main page]

Menu

Tcllib 1.3.0 released

Tcllib resides at
http://sourceforge.net/projects/tcllib/

Please report bugs at
http://sourceforge.net/tracker/?group_id=12883&atid=112883

The distribution archives for this release are available at

http://sourceforge.net/project/showfiles.php?group_id=12883&release_id=94087

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changes since the last release 1.2.0:

* dns: Fixed SF bug #564670.

* all.tcl: Updated to use a default value for -modules if that
option is not present.

* install.tcl: New file, alternate installer for unix and
windows. Execute with any tclsh and tcllib 1.3 is installed in
the parent directory of the tcl script library
directory. Courtesy Gerald Lester
<gwlester@users.sourceforge.net>.

* Makefile.in (install-doc): Changed to use the doctools generated
nroff and html files instead of the manually written .n files.

* configure.in (MINOR_VERSION): Updated to version 1.3

* Makefile.in (doc): Removed tmml-doc from default set of
documentation.

* Makefile.in (dist, install): New target 'gen-main-index'
encapsulates the generation of the package index for
tcllib. This target is used by both the direct installation
(install) and during the generation of a source distribution
(dist).

* mkIndex.tcl: Rewritten to make use of 'pkg_mkIndex' to get the
list of all packages in tcllib. Added a message which deprecates
[package require tcllib] if it is used.

* math (calculus): Fixed SF Tcllib Bug #553773.

* ftpd:
* html:
* htmlparse:
* base64:
* uuencode: Updated version information.

* mime: Fixed SF Tcllib Bug #561416

* base64: Fixed SF Tcllib Bug #548354.

* doctools: Fixed bug #556509.
* fileutil: Fixed bug #556504.

* pop3d: Fixed bug #532216. All parts of pop3d now have a
testsuite.

* pop3d: Added testsuites for user database and simple mailbox
storage.

* fileutil: SF Bug #462015 closed. Proosed change rejected, added
new commands to perform the desired operation instead.

* doctools: Fixed bug #534334 (actually more a FR).

* examples/csv/csvdiff: Applied patch associated with tcllib SF
bug #551133. Bug reported by <lvirden@users.sourceforge.net>,
patch by <dgp@users.sourceforge.net>.

Accepted FR #551127 and added code implementing the feature.

* struct (tree): Accepted FR #552972.

* mime: Fixed bugs #539952, #553784.

* all.tcl: Show full stack trace when an error occurs sourcing
a test file.

* cmdline: Accepted patch #540313

* examples/ftp/hpupdate.tcl: Accepted patch #548221 by Larry
Virden <lvirden@users.sourceforge.net>.
Fixed bug #548224 (Touch).

* base64: Fixed bug #548112.

* doctools: Fixed bug #527025.

* smtp (mime): Fixed bug #547336.

* Makefile.in (dist): Ensured that the deprecated module 'stats'
is not distributed anymore. Use 'counter' instead.
(*-force): Enforced generation of documentation, for developers.

* Makefile.in (MODULES): Added irc module.

* mime: Fixed bug #533025.

* Makefile.in (doc_generate): Added 'touch' command to prevent
multiple execution of target.

* struct (matrix): Fixed bug #532791.

* doctools: Fixed SF Bug #535382.

* doctools: Implemented FR #530059 and FR #527029.

* Fixed minor formatting errors in several existing doctools
manpages.

* struct (matrix): Fixed bug #532783.

* ftpd: Fixed SF Bug #531799.

* New module: pop3d. A POP3 server.
* Makefile.in: Added pop3d.

* math: Update of calculus. #528434

* report, struct (matrix): Fixed bug #530207.

* textutil (expander): Fixed SF Bug #530056.

* doctools: Fixed bug #528390.

* struct (matrix): Accepted FR #524430 (-nocase).

* doctools: FR #527716 accepted. Bug #527025 partially fixed.

* Makefile.in (doc_generate): Added "TCLLIBPATH=$(srcdir)/modules"
in front of the mpexpand invocation so that it is forced to use
the "expander" package inside of the distribution. This fixes
Tcllib Bug #525007 reported by Don Porter
<dgp@users.sourceforge.net>.

* New module: dns
* Makefile.in: updated for new module

* doctools: Done FR #517599. FR #520269.

* mime: Fixed bug #519623.

* Makefile.in (install-doc): Changed code determining the files to
install to handle missing files better (use 'ls', suppress error
messages).

* exif: New module. FR 517066 accepted.

* Makefile.in (statcheck, frink, procheck): Added developer
targets to invoke two static code checkers.

* Ran frink over the package and corrected several minor problems.

* Makefile.in: Added target for generation of documentation in
various formats from .man pages

* mime: Applied patch 511692.

* Makefile.in (dist): Brought archive names and contents more in
sync with earlier releases. This comes from work on release 1.2.

Posted by Andreas Kupries 2002-06-11

Log in to post a comment.