NEWS 4.5 KB

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