summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/changelo
blob: 2afd4f0550030f915d3a466603afed8b92b3f930 (plain)
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
Tue Apr 18 17:11:56 1995 Keith Vetter (keithv@fusion.com)

	* telnet.c: bug fix with saving/restoring delete versus backspace.

Fri Apr 7 15:14:07 1995 Keith Vetter (keithv@fusion.com)

	* telnet.c, wt-proto.h: port numbers better supported. You can
           now specify '<host> <port>' in the initial dialog. This gets
           saved in the ini file.

Wed Apr 5 16:18:30 1995 Keith Vetter (keithv@fusion.com)

	* screen.c, screen.h, dialog.h, telnet.rc: added an about 
           box with version number.

Fri Mar 31 16:24:52 1995 Keith Vetter (keithv@fusion.com)

	* telnet.c, wt-proto.h: added command line option to set port number
           so port is no longer wired to 13131.
        * auth.c: made the k4/k5 separation cleaner

Mon Mar 27 20:18:41 1995 Keith Vetter (keithv@fusion.com)

	* Initial release based upon the K4 version. 
        * K4 streams layer is replaced with no-ops in k5stream.c
        * only one-way authentication tested since a telnet daemon which
           does mutual is not available.
        * connect port is hard-wired to 13131 for now since that is the
           port of the only available K5 telnet daemon (tsx-11.mit.edu)