[ANNOUNCEMENT] Net_NNTP-1.5.2 (stable) Released.

[email protected] ("PEAR Announce") Wed, 30 Aug 2017 12:00:53 -0400 (EDT)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Net_NNTP-1.5.2 (stable) has been released at http://pear.php.net/.

Release notes
-------------
- Fix bug #20941, PR #2 @ GitHub: "Clear openssl error messages before and after fgets calls" (thanks @zrtq)
- Fix bug #21236: "Line starting with dot is not dot stuffed" (thanks @mesa57 / Jan Franken)
- Change to absolute file locations in require-once()

Package Info
------------
PEAR's package for communication with NNTP/Usenet servers.
Net_NNTP handles the connection and protocol level commands (RFC977), including many commonly implemented non-standard commands (RFC2980).
Net_NNTP includes an unserfriendly API for intermediate user, who don't want to work directly at the command level. However, Net_NNTP does require some knowlege about the NNTP protocol (RFC 977), and general knowledge about email (RFC(2)822) and MIME (2045-2048), since any handling of both content and headers is left up to the user!
The protocol implementation does not parse the actual article data, but at the command level it splits returned data at protocol specified boundaries where appropriate.

Related Links
-------------
Package home: http://pear.php.net/package/Net_NNTP
   Changelog: http://pear.php.net/package/Net_NNTP/download/1.5.2
    Download: http://download.pear.php.net/package/Net_NNTP-1.5.2.tgz

Authors
-------
Heino H. Gehlsen <[email protected]> (lead)