From: Andreas K. <aku...@sh...> - 2002-01-20 22:17:41
|
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=7097 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Changes since the last release 1.1: 2002-01-20 Andreas Kupries <and...@us...> * Tagging branch tcllib-1-2-0 as subbranch of RELEASES now. This fixes the release. * Tagged branch RELEASES. control/rswitch is not officially released according to Don Porter, and thus not part of this branch. Additional documentation about its usage will be added to the HEAD branch. * control 0.1 was never released, bumping version back to this. 2002-01-18 Andreas Kupries <and...@us...> * Bumped version to 1.2, new release. Summary of changes here. See the individual Changelogs to see the detailed changes in each module. New modules: calendar, crc, doctools, irc, smtpd, and stooop. calendar: Version is 0.1 crc: Version is 1.0 doctools: Version is 1.0 irc: Version is 0.1 smtpd: Version is 1.0 stooop: Version is 4.3 Changed modules: base64, comm, control, csv, fileutil, ftp, html, math, mime, ncgi, nntp, pop3, struct, textutil, and uri. base64: Version stays @ 2.2, but got new subpackage. comm: Version up to 3.7.1 control: Version up to 0.2 csv: Version up to 0.2 fileutil: Version up to 1.3 ftp: Version up to 2.3 html: Version up to 1.2 math: Version up to 1.2 mime: Version up to 1.3.1 ncgi: Version up to 1.2.1 nntp: Version up to 0.2 pop3: Version up to 1.5.1 struct: Version up to 1.2 textutil: Version up to 0.4 uri: Version up to 1.1 2002-01-18 Andreas Kupries <and...@us...> * Makefile.in (dist): Fixed bug #495976. 2002-01-17 Pat Thoyts <pat...@us...> * crc module: added sum manual page * base64 module: added uuencode manual page 2002-01-17 Andreas Kupries <and...@us...> * examples/csv/csvdiff: New example for csv module. FR #485717. * mime: Fixed bug #499242. 2002-01-16 Andreas Kupries <and...@us...> * mime: Implemented FR #503336 * ftp: Fixed bug #503471. * nntp: Fixed bug #502250 2002-01-16 Pat Thoyts <pat...@us...> * base64 module: added uuencode package * crc module: added sum and cksum packages. 2002-01-11 Pat Thoyts <pat...@us...> * mkInstallScripts.tcl: * Makefile.in: Added crc and smtpd modules to the installation files. 2002-01-11 Kevin Kenny <ke...@us...> * mkInstallScripts.tcl: Changed the installation process for Windows to avoid the unimplemented [file permissions] in favor of [file attributes]. 2002-01-11 Kevin Kenny <ke...@us...> * New module: calendar. 2002-01-11 Pat Thoyts <pat...@us...> * New module: crc. From patch #501339 2002-01-11 Andreas Kupries <and...@us...> * Makefile.in (install-doc): Fixed bug #500655. Using the code from the tcl "Makefile.in" as template equivalent code for tcllib was created and added to the file "Makefile.in". The modified makefile now includes the contents of "man.macros" into every installed manpage. * html: Applied patch #484117. 2001-12-14 Andreas Kupries <and...@us...> * New module: doctools. FR #492234. 2001-12-13 Andreas Kupries <and...@us...> * texturil: Applied patch #492156. 2001-12-11 Andreas Kupries <and...@us...> * pop3: Bugfix for item #490151. * textutil: Bugfix for item #476988. 2001-12-10 Andreas Kupries <and...@us...> * textutil: Update from William, 'evalcmd' callback. 2001-12-06 Andreas Kupries <and...@us...> * fileutil: Bugfix for item #486572. 2001-11-28 Reinhard Max <ma...@su...> * split.tcl: Speed improvement. 2001-11-23 Andreas Kupries <and...@us...> * struct.matrix: Implemented FR #481022. 2001-11-19 Andreas Kupries <and...@us...> * irc: Added IRC example to examples section. Patch #481479. * struct/graph: Applied patch #483125 * smtpd: Example consolidation: Moved the smtpd example to 'examples' directory. * ftp: Implemented FR #481161. * ftpd: Added example ftp server used for testing the functionality of FR #481161. 2001-11-17 Pat Thoyts <pat...@us...> * smtpd: New module. 2001-11-16 Andreas Kupries <and...@us...> * csv: Applied patch #482570. * comm: Fixed bug #480227. * ftp, uri: Implemented FR #476804. * ftp: Applied patch #428053. 2001-11-12 Andreas Kupries <and...@us...> * irc: New module. Internet protocol handling. Internet Relay Chat (IRC). Author David N. Welton <da...@de...>. * examples/nntp: Moved example applications out of the nntp module into the example space. * examples/ftpd: Moved example applications out of the ftpd module into the example space. * examples/ftp: Moved example applications out of the ftp module into the example space. * csv: Implemented FR #481023. * textutil: Added 'expander' code by William H. Duquette <wi...@wj...>. Added option -strictlength to adjust. Code by Dan Kuchler <da...@ku...>. 2001-11-09 Joe English <jen...@us...> * comm: Replaced nroff macro trickery in comm.n manpage. 2001-11-07 Andreas Kupries <and...@us...> * mime: Fixed bug #479174. * mkInstallScripts.tcl: Added code to install tclIndex files. * Makefile.in (install-libraries, dist): Added commands to copy 'tclIndex' files into installation and distribution. This fixes the remainder of #475846. (dist): Fixed error in generation of tar/zip files too. 2001-11-07 Andreas Kupries <and...@us...> * examples/ftp/ftpvalid: New example, using ftp and uri modules. Validation of ftp urls. * fileutil: Accepted Patch #477805. * ftp: Accepted Patch #478478. 2001-11-07 Reinhard Max <ma...@su...> * control: added implementation for a 'do ... while/until' loop. 2001-11-04 Andreas Kupries <and...@us...> * ftp: Fixed bug #476729. 2001-11-01 Andreas Kupries <and...@us...> * mime: Fixed bugs #477088, #472009. 2001-10-21 Andreas Kupries <and...@us...> * uri: Accepted patch #470211. 2001-10-20 Andreas Kupries <and...@us...> * ncgi: Fixed bug #464560. * ftp: Fixed bug #466746. -- Sincerely, Andreas Kupries <aku...@sh...> Developer @ <http://www.activestate.com/> Private <http://www.purl.org/NET/akupries/> ------------------------------------------------------------------------------- |