forked from seanmiddleditch/libtelnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
50 lines (35 loc) · 919 Bytes
/
NEWS
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
Version 0.30.0
==============
* Convert build to CMake
Version 0.23
============
* Fixed release errors
Version 0.22
============
* EOL handling fixes
* allocation fixes to Q option states
* portability fixes
Version 0.21
============
* Visual C++ 2008/2010 compatibility, with solution files
* va_list versions of the printf helper functions
* fixes for ECHO, TTYPE IS, and flushing
* improved autotools build
Version 0.20
============
* added basic man pages
* major revamp of event API
* new APIs for ZMP, TERMINAL-TYPE, NEW-ENVIRON, and MSSP
* added a test suite
Version 0.12
============
* added pkg-config file
* telnet_t is now a private data structure
* telnet_init() allocates memory and returns a pointer
* renamed telnet_printf2() to telnet_raw_printf()
Version 0.11
============
* fix autoconf rules to find and use zlib
Version 0.10
============
* use automake/autoconf/libtool for building