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 (74 lines) | stat: -rw-r--r-- 2,430 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
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>

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

2007-03-12  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Removed even the demo reference to BWidgets to
	avoid confising the auto-dependency checker. Rearranged the tls
	connection code to permit use outside of the http package as
	tls_connect.
	* autoproxy.man: Documented the tls functions.
	* pkgIndex.tcl: Increment version to 1.4

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

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

2006-09-19  Andreas Kupries  <andreask@activestate.com>

	* autoproxy.man: Bumped version to 1.3
	* autoproxy.tcl:
	* pkgIndex.tcl:

2006-04-20  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Added a tls_socket procedure that can use
	                 registered as the protocol handler for https
	                 with the core http package and will do the right
	                 thing when a proxy is in use.

2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-02-17  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Dealt with the parsing requirements as mentioned
	* autoproxy.man: in bug #1099162. In theory we may have different
	* pkgIndex.tcl:  proxy settings for https and http (and other
	protocols) but to deal with these we will need to change the http
	package so we do not deal with them now.

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

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-07-19  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Removed the stuff for Digest and NTLM until it
	is working properly. Added an authProc configuration option to
	permit application code to specify a procedure to get
	authentication information from the user.
	
2004-07-19  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Fix the version number.

2004-07-17  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* autoproxy.tcl: Import of the wiki version.
	* autoproxy.man: Wrote a manual page.