NEWS 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. 1.4.0: released 2013-10-23
  2. - change GPL license FSF addresses [Cameron]
  3. - clean up unused return value warnings [Cameron]
  4. - don't leak memory on duplicate packet [Lauro]
  5. - clean up several compiler warnings [Lauro]
  6. - use pppd.h from ppp-dev [Teasdale]
  7. - do not drop connection on ENOBUFS [Curia]
  8. - fix binary trash when launching pppd [tevaum]
  9. - add remotenumber support [Tarasov / Poetters]
  10. - catch missing EOL at EOF [Biedl]
  11. - add bcrelay manual page [Trong]
  12. - fix segfault on invalid IP range [Naumov]
  13. - add support for VRFs through libvrf [Lamparter]
  14. - fix implementation of IDLE_WAIT [Douglass]
  15. - fix compilation with uclibc with legacy support disabled [Hiramoto]
  16. - avoid ipparam and logwtmp on BSD [Cameron]
  17. - compiler fix for pptp_gre_header [Naess]
  18. - suppress "ignored a SET LINK INFO packet with real ACCMs" [Cameron]
  19. - add missing logwtmp option on pptpd.conf manyal page [Cameron]
  20. - fix reordering some more [Oester]
  21. 1.3.4: released 2007-04-16
  22. - fix two release critical packet reordering bugs [Oester]
  23. - accept both types of domain delimiter [Cameron]
  24. - deprecate PPP_WAIT workaround in favour of turning off pty echo [Brady]
  25. 1.3.3: released 2006-09-05
  26. - add missing connections option in sample pptpd.conf [Cameron]
  27. - add message to indicate when constrained by IP range [Cameron]
  28. - fix segfault on -C option, Closes Gentoo Bug #132898 [Nastac]
  29. - support mixed architecture build on x86_64 [Gorlov]
  30. - fix configure --with and --without option processing again [Cameron]
  31. - include libutil in logwtmp build [Gorlov]
  32. - fix spec file [Howarth]
  33. 1.3.2: released 2006-04-18
  34. - fix configure --with and --without option processing [Cameron]
  35. - avoid reporting packet loss if debug option not set [Cameron]
  36. 1.3.1: released 2006-02-14
  37. - make connections limit configurable at run-time [Cameron]
  38. - migrate --with-pppd-ip-alloc to delegate option [Cameron]
  39. - prevent initial unwanted GRE ACK [Barker]
  40. - bcrelay, ignore ENOBUFS [Rajkumar]
  41. - remove superfluous sigset [Cameron/Gono]
  42. - compilation fixes for gcc 4.0.1 [Cameron]
  43. - factorise argument processing in pptpctrl [Cameron/Visi]
  44. 1.3.0: released 2005-08-03
  45. - disable Van Jacobson compression by default [Pokrywka]
  46. - prototype packet buffering and reordering [Bharadwaj]
  47. - comply with RFC2637 on echo wait and idle wait parameters [Brox]
  48. - new pptpd-logwtmp-strip-domain option [Cameron]
  49. - include html directory in make dist [Cameron]
  50. - defer writes to pty until pppd has set it up properly [Cameron]
  51. - process initial packet length header properly [Beregszaszi]
  52. - ignore ENETDOWN and ENXIO on sendto in bcrelay [Cameron]
  53. - add section on debugging to pptpd.8 [Mueller]
  54. 1.2.3: released 2005-02-17
  55. - error check critical dup2 calls [Cameron]
  56. - add --enable-facility configure feature for syslog customisation [Cameron]
  57. - performance, use writev() if available, avoiding memcpy() [Sundberg]
  58. - compilation fix for gcc old versions [Cameron]
  59. 1.2.2: released 2005-01-05
  60. - fix deadlock hang due to syslog(3) called by signal handler [Cameron]
  61. - turn off logging to stderr, to prevent loopback [Hall]
  62. - allow RPM to be build on RHEL [Brady]
  63. - init.d script, avoid spitting garbage [Mueller]
  64. 1.2.1: released 2004-06-23
  65. - depend on ppp 2.4.3 CVS packages for plugin [Cameron]
  66. - init.d script, warn that restart may cause problems [Mueller]
  67. 1.2.0-b4: released 2004-05-25
  68. - fix rpmbuild [Cameron]
  69. - include Debian downstream packaging patches [Mayrhofer]
  70. - fix for options file check when no options file wanted [Cameron]
  71. - fix for SIGTERM handling [Guraj]
  72. - minor manual page edits [Wilson]
  73. - fix printing of connection speed [Dubiec]
  74. - fix segfault if built --with-bcrelay but no option used [Cameron]
  75. - add --logwtmp option to track users online [Cameron/Guraj]
  76. - remove vpnwho.pl from package (due to --logwtmp) [Cameron]
  77. - include README.portslave in distribution [Cameron]
  78. 1.2.0-b3: released 2004-04-25 (ANZAC day)
  79. - add hint for EIO to suggest pppd option syntax [Cameron]
  80. - add routing checklists to pptpd.conf man page [Cameron]
  81. - fix broken --stimeout option [Cameron]
  82. - rework all manual pages, cross check against programs [Cameron]
  83. - add --ppp option for portslave support [Cameron]
  84. - fix unanticipated exit() when --noipparam option used [Cameron]
  85. - fix segfault on pptpctrl called with no arguments [Cameron]
  86. {closes: Bug#140709}
  87. - include vpnwho.pl in package [!3runo]
  88. - note that speed is ineffective on Linux [Cameron]
  89. - rework comments in sample configuration files [Cameron]
  90. - update references to web sites [Cameron]
  91. - minor edits to manual pages [Cameron]
  92. - improve script comments [Cameron]
  93. - remove superfluous files and tidy CVS repository [Cameron]
  94. - disable obsolete scripts [Cameron]
  95. 1.2.0-b2: released 2004-04-22 to test team (Peter & Bruno)
  96. - fix build without bcrelay [Cameron]
  97. - adopt bcrelay version from main package [Cameron]
  98. - when built without bcrelay, the bcrelay will exit [Cameron]
  99. - GNU standards compliance, no CVS in dist
  100. - new maintainer [Cameron]
  101. 1.1.4-b4:
  102. - terminate call on any CALL_CLR_RQST [!3runo]
  103. - unblock SIGCHLD [Stamfest]
  104. {closes: Bug#248123}
  105. - report pppd path in debug mode [Cameron]
  106. - report cause of failed execvp() [Cameron]
  107. - explain pppd launch failure [Cameron]
  108. - pass ipparam to pppd [Ammirata]
  109. - add bcrelay [Bolhuis]
  110. - fix loss of first GRE packet [fghdgh]
  111. - fix inheritance of console file descriptors [fghdgh]
  112. - fix pidfile option [Mandzgaladze]
  113. - fix two buffer overflows [Otero]
  114. - fix potential buffer overflow [Vroede]
  115. - enhance callid [Latypov] {does not close Bug#171831}
  116. 1.1.3: