minidlna support now Samsung TV C550/C650 (thx amir909)
[tomato.git] / release / src / router / pptp-client / NEWS
blob0c2db05f7405ea97511d438afaff8496c1203c00
1 Release 1.7.1: (13th February 2006)
3 - use prctl(2) to set process name [Cameron]
4 - add --version option [Cameron]
5 - remove superfluous sigset [Cameron/Gono]
6 - default options file to not require MPPE (#166394) [Howarth]
7 - add PROTOCOL-SECURITY discussion [Cameron/Mueller]
9 Release 1.7.0: (27th July 2005)
11 - silently discard packets not for the call [Cameron/Jenkins]
12 - adopt sigpipe for use with SIGALRM on control connection [Wolter/Cameron]
13 - fixes known valgrind heap violations in 1.6.0 [Cameron/Thorne]
14 - properly report control connection echo reply loss [Wolter]
16 Release 1.6.0: (18th February 2005)
18 - fix double-free on stop control connection reply [Kivity]
19 - add --idle-wait option [Cameron]
20 - fix segfault on fatal connection error [Kivity]
21 - prevent a possible signal race [Kivity]
22 - prevent kill of init [Shurdeek]
23 - portability fix for non-Linux systems [Quinot]
24 - rename package from pptp-linux to pptp [Cameron]
26 Release 1.5.0: (22nd June 2004)
28 - fix statistics when buffering disabled [Wilson]
29 - do not inherit the GRE socket [Cameron]
30 - fix a case of non-shutdown of call manager [Klazes]
31 - add --nobuffer option to eliminate all buffering of packets [Wilson]
32 - fix corruption of command line as shown by ps [Howarth]
33 - fix CPU loop after pppd killed [Cameron]
34 - fix compile for ARM architecture [Hopf]
35 - add documentation for command-line options [Wilson]
36 - do not hang when a connection is refused [McCurdy]
37 - better describe a cause of EMSGSIZE [Cameron]
39 Release 1.4.0: (2nd January 2004)
41 - support options before hostname [Wilson]
42 - defer OCRQ until after SCCRP [Cameron]
43 - include uninstall target [Pieter]
44 - only issue a warning if sync mode is different to pppd [Klazes]
45 - reformat and tidy code [Klazes]
46 - reduce transmitted ack-only packets from 40% to 0.8% [Klazes]
48 Release 1.3.1: (11th June 2003)
50 - fixed bug introduced since 1.2.0 that prevented simultaneous tunnels.
52 Release 1.3.0: (10th June 2003)
54 - rewrite command usage text.
55 - increase call disconnect notification log message verbosity.
56 - inherit more make command line options.
57 - remove execute permissions on man page.
58 - fixed inefficient acknowledgement immediately followed by data packet.
59 - added statistics for link quality monitoring.
60 - remove include of callmgr, do separate compile.
61 - remove duplicate messages caused by code in header file.
62 - compilation fixes for Apple MacOS X.
63 - support multiple clients on alias IP addresses.
65 Release 1.2.0: (14th February 2003)
67 - subsecond packet timeout to improve performance on fast links.
68 - rewrite INSTALL.
69 - add man page to install target.
70 - fix response to dropped packets.
71 - fix man page, address must be before options.
72 - adopt man page contributed by Thomas Quinot.
73 - close stderr to prevent holding open ssh sessions.
74 - minor hint added in case of EIO on read() of pty.
75 - support synchronous HDLC ppp encoding. Synchronous mode results in an
76   important improvement of the CPU efficiency.
77 - handle out-of-order packets arriving on the GRE socket by buffering.
78 - bind GRE socket early to prevent ICMP Unreachable response by client.
80 Release 1.1.0: (20th March 2002)
82 - New release engineer.
83 - allow activation as a psuedo-tty child process from pppd.
84   This allows on demand pptp links or automatically reconnect.
85 - ADSL modem quirks handler by mulix@actcom.co.il.
86   Workarounds for Orckit ADSL modem.
87 - workaround for Cisco PIX connection drop after 60 seconds.
88 - enhance bad FCS error message.
89 - ported to FreeBSD and NetBSD.
90 - integrated call manager into pptp binary.
91 - many bugfixes improving stability.
93 Release 1.0.3: (7th May 2001)
95 - New maintaining team.
96 - Various bug fixes from the Debian package and FreeBSD port.
97 - Incorporate patch to support erroneous return code with
98   Alcatel ADSL 1000 modems.
99 - Fix incorrect call id error.
100 - New command line option: --phone (specify phone number).
101   (Needed by the Dutch Mxstream ADSL service.)
102   Contributed by Rein Klazes <rklazes@xs4all.nl>
104 Release 1.0.2:
106 - Fixed some warnings.
107 - glibc patches by Christoph Lameter <christoph@lameter.com>
108 - Race condition fix by Gordon Chaffee <chaffee@HOME.COM>
110 Release 1.0.1:
112 - Added versioning information to sources and makefile.
113 - Bugfixes to pptp_ctrl.c.
115 Release 1.0.0:
117 - This is the first public release of the pptp-linux package.
119 $Id: NEWS,v 1.48 2006/02/13 03:06:25 quozl Exp $