File: ChangeLog

package info (click to toggle)
tcllib 1.10-dfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,708 kB
  • ctags: 6,122
  • sloc: tcl: 106,354; ansic: 9,205; sh: 8,707; xml: 1,766; yacc: 753; makefile: 115; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (89 lines) | stat: -rw-r--r-- 2,692 bytes parent folder | download
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
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>

	* multiplexer.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-29  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* multiplexer.test: Accept anything matching 127.*.*.* as
	  ip-address for localhost.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-01-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* multiplexer.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* multiplexer.test: Hooked into the new common test support code.

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 ========================
	* 

2004-02-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* multiplexer.man: This package is can be used with Tcl
	* pkgIndex.tcl:    8.2. Documented as such.

	* multiplexer.test: One test uses the 8.3'ism 'file
	  channels'. Added constraint and skipping it when under Tcl
	  8.2. Changed initialization code to ensure that the local
	  multiplexer package is loaded, and not an installed one.

2003-05-20  Andreas Kupries  <andreask@activestate.com>

	* multiplexer.man: Cleaned up the documentation of the three hooks
	  which can be set per multiplexer instance (access, data, exit).

	* multiplexer.tcl: Made sendtoorigin a true boolean flag, instead
	  of just 0/1.

2003-05-19  David N. Welton  <davidw@dedasys.com>

	* multiplexer.tcl (NewClient): Added access denied debug message
	for accessfilter.

	* multiplexer.man: Minor cleanups.

	* multiplexer.test: Added several tests.

	* multiplexer.tcl: Adding updated multiplexer to tcllib.  It is
	now possible to run multiple multiplexer instances, and it uses
	the logger package for logging.

	* multiplexer.man: New file, still needs cleaning up.  Content
	taken from old multiplexer.n.

	* multiplexer.test: Added a few initial tests.  Working on more.