Releases: pear/Net_NNTP
Releases · pear/Net_NNTP
Release v1.5.2
- Fix bug #20941 (PR #2 @ GitHub): "Clear openssl error messages before and after fgets calls" (thanks @zrtq) (@heino)
- Fix bug #21236: "Line starting with dot is not dot stuffed" (thanks @mesa57 / Jan Franken) (@heino)
- Change to absolute file locations in require-once() (@heino)
(Released: 2017-08-30)
Release 1.5.2-RC1
- Fix bug #20941 (PR #2 @ GitHub): "Clear openssl error messages before and after fgets calls" (thanks @zrtq) (@heino)
- Fix bug #21236: "Line starting with dot is not dot stuffed" (thanks @mesa57 / Jan Franken) (@heino)
- Change to absolute file locations in require-once() (@heino)
(Released: 2017-08-21)
Release v1.5.1
Release v1.5.1-RC1
Release v1.5.0
- Fix noisy version_compare warning (bug #19753) (@janpascal)
(Released: 2011-10-05)
Release v1.5.0-RC2
- Fix limited buffer for large replies from server (bug# 18875) (@heino)
- Fix NNTP injection vulnerability (reported by Brendan Coles, itsecuritysolutions.org) (@heino)
- Fix XXS vulnerability in demo (reported by Brendan Coles, itsecuritysolutions.org) (@heino)
- Added support for STARTTLS encryption (@heino)
- Use PHP's streams instead of Net_NNTP (to allow easy TLS encryption and future on demand data compressed) (@heino)
- Improved logging with notices for most commands (@heino)
- Added warning about feof() defect in PHP 5.2.11 (bug #49706) (@heino)
- Fix usage of deprecated split() (bug #17417 and #17783) (@heino)
- Fix for large groups on 32 bit systems: Article numbers are no longer cast into integers, but passed on directly from the server as strings (bug #17689). This could possibly have implications and should considered a possible backward compatibility breakage, but is thought to be acceptable, since PHP is expected to cast into integers/floats as needed... (@heino)
(Released: 2011-10-05)
Release: v1.5.0-RC1
- Fix NNTP injection vulnerability (reported by Brendan Coles, itsecuritysolutions.org) (@heino)
- Fix XXS vulnerability in demo (reported by Brendan Coles, itsecuritysolutions.org) (@heino)
- Fix usage of deprecated split() (bug #17417 and #17783) (@heino)
- Fix for large groups on 32 bit systems: Article numbers are no longer cast into integers, but passed on directly from the server as strings (bug #17689). This could possibly have implications and should considered a possible backward compatibility breakage, but is thought to be acceptable, since PHP is expected to cast into integers/floats as needed... (@heino)
(Released: 2011-08-15)
Release v1.5.0-alpha1
- Added support for STARTTLS encryption (@heino)
- Use PHP's streams instead of Net_NNTP (to allow easy TLS encryption and future on demand data compressed) (@heino)
- Improved logging with notices for most commands (@heino)
- Added warning about feof() defect in PHP 5.2.11 (bug #49706) (@heino)
(Released: 2009-10-04)
Release v1.4.0
Finally released as stable - after two years as release candidate...
Changes in Net_NNTP_Client:
- fix bug #6833: mail() does not work (@heino)
- fix bug #6845: notices in getOverview() (@heino)
- Loading deprecated classes Net_NNTP_Message and Net_NNTP_Header now triggers warnings ! (@heino)
(Released: 2008-06-17)