NEWS 4.9 KB

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