head	1.23;
access;
symbols
	tcllib-1-13:1.23
	tcllib-1-12:1.21
	tklib-0-5:1.20
	tcllib-1-11-1:1.20
	tcllib-1-11:1.18
	tcllib-1-10:1.12
	tcllib-1-9:1.9
	tcllib-1-8:1.6
	tcllib-1-7:1.4;
locks; strict;
comment	@# @;


1.23
date	2011.01.25.06.06.38;	author andreas_kupries;	state Exp;
branches;
next	1.22;

1.22
date	2010.10.26.17.29.48;	author andreas_kupries;	state Exp;
branches;
next	1.21;

1.21
date	2009.12.07.17.39.22;	author andreas_kupries;	state Exp;
branches;
next	1.20;

1.20
date	2008.12.15.20.25.30;	author andreas_kupries;	state Exp;
branches;
next	1.19;

1.19
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.18;

1.18
date	2008.10.17.05.32.40;	author andreas_kupries;	state Exp;
branches;
next	1.17;

1.17
date	2008.06.14.23.30.39;	author andreas_kupries;	state Exp;
branches;
next	1.16;

1.16
date	2008.03.01.00.41.35;	author andreas_kupries;	state Exp;
branches;
next	1.15;

1.15
date	2008.02.29.23.57.12;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2008.02.27.20.11.25;	author patthoyts;	state Exp;
branches;
next	1.13;

1.13
date	2008.02.05.01.22.44;	author patthoyts;	state Exp;
branches;
next	1.12;

1.12
date	2007.09.12.16.29.46;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2007.03.25.01.29.24;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.12.22.53.24;	author patthoyts;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.04.02.56.05;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.19.23.36.17;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.20.15.02.10;	author patthoyts;	state Exp;
branches;
next	1.6;

1.6
date	2005.10.06.21.29.25;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2005.02.17.15.14.25;	author patthoyts;	state Exp;
branches;
next	1.4;

1.4
date	2004.10.06.14.36.05;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.19.13.40.18;	author patthoyts;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.19.09.22.16;	author patthoyts;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.17.21.36.05;	author patthoyts;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Tcllib 1.13 released
@
text
@2011-01-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2010-10-26  Andreas Kupries  <andreask@@activestate.com>

	* autoproxy.man: [Bug 3094654]: Made the spelling of options
	  consistent, all using their '-'.

2009-12-07  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2008-12-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-06-14  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* autoproxy.pcx: New file. Syntax definitions for the public
	  commands of the autoproxy package.

2008-02-29  Andreas Kupries  <andreask@@activestate.com>

	* autoproxy.tcl (::autoproxy::init, ::autoproxy::GetWin32Proxy):
	  Added tclchecker pragmas to suppress false non-portable command
	  warnings.

	* autoproxy.tcl (::autoproxy::cget): Removed bogus closing
	* autoproxy.man: bracket. Bumped version to 1.5.1
	* pkgIndex.tcl:

2008-02-27  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* autoproxy.tcl: Fix title usage in defAuthProc

2008-02-05  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* autoproxy.man: Increment version to 1.5 and document.
	* autoproxy.tcl: Fixed architectural problems that prevented the
	http registered command from having tls package options
	appended. This makes an incompatible change to the tls_connect
	command and the host and port must now be the last two options.
	* autoproxy.tcl: Re-organised the tls_connect code to split out
	the connect and the tls parts to create a tunnel_connect command
	that can form a non-SSL tunnel through a proxy.

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.
@


1.22
log
@
	* autoproxy.man: [Bug 3094654]: Made the spelling of options
	  consistent, all using their '-'.
@
text
@d1 6
@


1.21
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 5
@


1.20
log
@1.11.1 release.
@
text
@d1 6
@


1.19
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.18
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.17
log
@
	* autoproxy.pcx: New file. Syntax definitions for the public
	  commands of the autoproxy package.
@
text
@d1 6
@


1.16
log
@
	* autoproxy.tcl (::autoproxy::init, ::autoproxy::GetWin32Proxy):
	  Added tclchecker pragmas to suppress false non-portable command
	  warnings.
@
text
@d1 5
@


1.15
log
@
	* autoproxy.tcl (::autoproxy::cget): Removed bogus closing
	* autoproxy.man: bracket. Bumped version to 1.5.1
	* pkgIndex.tcl:
@
text
@d3 4
@


1.14
log
@Fix title usage in defAuthProc
@
text
@d1 6
@


1.13
log
@version 1.5: rearranged to support creating non-SSL tunnels. Support passing additional tls options for tls tunnels.
@
text
@d1 4
@


1.12
log
@Tcllib 1.10 tagged and released.
@
text
@d1 11
@


1.11
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 6
@


1.10
log
@	* 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
@
text
@d1 5
@


1.9
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 9
@


1.8
log
@
Updated version numbers of a number of packages.
@
text
@d1 6
@


1.7
log
@	* 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.
@
text
@d1 6
@


1.6
log
@	* Released and tagged Tcllib 1.8 ========================
@
text
@d1 7
@


1.5
log
@	* 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.
@
text
@d1 6
@


1.4
log
@Released and taggen Tcllib 1.7.

Manual merge of ftpd changes.

Last minute changes to ftpd, jpeg, updated README.

Moved version to 1.7, release version.
@
text
@d1 8
@


1.3
log
@	* 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.
@
text
@d1 6
@


1.2
log
@	* autoproxy.tcl: Fix the version number.
@
text
@d3 7
@


1.1
log
@	* autoproxy.tcl: Import of the wiki version.
	* autoproxy.man: Wrote a manual page.
@
text
@d1 4
@

