File: NEWS

package info (click to toggle)
libtelnet 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,064 kB
  • sloc: ansic: 3,040; makefile: 82; sh: 33
file content (45 lines) | stat: -rw-r--r-- 862 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
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