Skip to content

Commit

Permalink
Prepare for release 0.9.1 (alpha)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_NNTP/trunk@137805 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
heino committed Aug 14, 2003
1 parent 5f00cbf commit 8c8e0df
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- do not use the "Type" attribute here, that one is only for
generated package.xml files -->
<!-- $Id: package.xml,v 1.12 2003-08-14 22:57:55 heino Exp $ -->
<package version="1.0">
<name>Net_NNTP</name>
<summary>Communicate with an NNTP server</summary>
Expand Down Expand Up @@ -38,11 +39,11 @@
<dep type="pkg" rel="ge" version="1.0">Net_Socket</dep>
</deps>
<release>
<version>0.9.0</version>
<date>2003-08-04</date>
<version>0.9.1</version>
<date>2003-08-15</date>
<license>PHP 2.0</license>
<state>alpha</state>
<notes>Major rewrite, yet still generaly backward compatible - now uses Net_Socket, lets the user choose if the article data are to be returned as strings or arrays or objects, authentication has been separated from the execution of commands, returns pear_error objects of failure, and handles the server's responses individually. (heino)</notes>
<notes>Bug fixing and improvements in Net_NNTP_Header and Net_NNTP_Message (heino)</notes>
<filelist>
<dir name="/" baseinstalldir="Net">
<file role="php">NNTP.php</file>
Expand All @@ -56,9 +57,17 @@
</filelist>
</release>
<changelog>
<release>
<version>0.9.0</version>
<date>2002-08-09</date>
<state>alpha</state>
<notes>
Major rewrite, yet still generaly backward compatible - now uses Net_Socket, lets the user choose if the article data are to be returned as strings or arrays or objects, authentication has been separated from the execution of commands, returns pear_error objects of failure, and handles the server's responses individually. (heino)
</notes>
</release>
<release>
<version>0.2.1</version>
<date>2002-08-04</date>
<date>2002-08-09</date>
<state>stable</state>
<notes>
Fix binary safety (heino)
Expand Down

0 comments on commit 8c8e0df

Please sign in to comment.