1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-03-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.man: Fixed all warnings due to use of now deprecated
commands. Added a section about how to give feedback.
2006-10-03 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.9 ========================
*
2005-10-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.8 ========================
*
2004-10-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.7 ========================
*
2004-05-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6.1 ========================
*
2004-02-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.6 ========================
*
2003-05-05 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.4 ========================
*
2003-04-11 Andreas Kupries <andreask@activestate.com>
* nntp.man:
* nntp.tcl:
* pkgIndex.tcl: Set version of the package to to 0.2.1
2003-02-24 David N. Welton <davidw@dedasys.com>
* nntp.tcl (::nntp::squirt): Use if, string match instead of
regsub.
2003-02-06 David N. Welton <davidw@dedasys.com>
* nntp.tcl (::nntp::fetch): Use 'string match' instead of regexp.
Use if string match ... string range instead of regsub (it's
about twice as fast in a small test I ran).
2003-01-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.man: More semantic markup, less visual one.
2002-08-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.man: Added example, updated reference from rfc 850 to rfc
1036. See Tcllib SF #597102, by Jussi Kuosa
<Jussi.Kuosa@tellabs.com>.
* nntp.n: Out of date. Deprecated.
2002-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.man: New file, doctools manpage.
2002-01-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* Bumped version to 0.2
2002-01-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.tcl: Fixed bug #502250 reported by Andreas Otto
<aotto@t-online.de> which caused the package to wrap each
message into braces, causing nntp servers to reject the data.
2001-07-10 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.tcl: Frink 2.2 run, fixed dubious code.
2001-06-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* nntp.tcl: Fixed dubious code reported by frink.
2000-06-20 Dan Kuchler <kuchler@ajubasolutions.com>
* Code cleanup and bug fixes
2000-06-18 Dan Kuchler <kuchler@ajubasolutions.com>
* Fixed documentation bug in man page for xpat
2000-06-16 Dan Kuchler <kuchler@ajubasolutions.com>
* rfc977.txt: RFC for NNTP
* pkgIndex.tcl
* nntp.tcl: Initial implementation of a nntp client package.
* nntp.n: Initial documentation for the package.
|