Skip to content

Releases: pear/Net_NNTP

Release v1.5.2

30 Aug 16:00
Compare
Choose a tag to compare
  • 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

22 Aug 23:01
Compare
Choose a tag to compare
Release 1.5.2-RC1 Pre-release
Pre-release
  • 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

22 Aug 22:55
Compare
Choose a tag to compare
  • Fix a few serious typos (@heino)
  • Better handling of timeouts (@heino)
  • Add pause between each line to avoid CPU overload (@heino)
  • Fix calls to nonexistent error() (@heino)
  • Minor fixes in demo (@heino)

(Released: 2017-08-14)

Release v1.5.1-RC1

22 Aug 23:21
Compare
Choose a tag to compare
Release v1.5.1-RC1 Pre-release
Pre-release
  • Fix a few serious typos (@heino)
  • Better handling of timeouts (@heino)
  • Add pause between each line to avoid CPU overload (@heino)
  • Fix calls to nonexistent error() (@heino)
  • Minor fixes in demo (@heino)

(Released: 2017-07-25)

Release v1.5.0

22 Aug 22:56
Compare
Choose a tag to compare
  • Fix noisy version_compare warning (bug #19753) (@janpascal)

(Released: 2011-10-05)

Release v1.5.0-RC2

22 Aug 22:48
Compare
Choose a tag to compare
Release v1.5.0-RC2 Pre-release
Pre-release
  • 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

22 Aug 22:45
Compare
Choose a tag to compare
Release: v1.5.0-RC1 Pre-release
Pre-release
  • 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

22 Aug 22:44
Compare
Choose a tag to compare
Release v1.5.0-alpha1 Pre-release
Pre-release
  • 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

22 Aug 22:42
Compare
Choose a tag to compare

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)

Release v1.4.0-RC1

22 Aug 23:05
Compare
Choose a tag to compare
Release v1.4.0-RC1 Pre-release
Pre-release
  • 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: 2006-06-17)