Skip to content

Commit

Permalink
Prepare for release 0.9.2 (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@138010 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
heino committed Aug 16, 2003
1 parent 29ad717 commit 8fc3752
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +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 $ -->
<!-- $Id: package.xml,v 1.13 2003-08-16 19:25:31 heino Exp $ -->
<package version="1.0">
<name>Net_NNTP</name>
<summary>Communicate with an NNTP server</summary>
Expand Down Expand Up @@ -39,11 +39,11 @@
<dep type="pkg" rel="ge" version="1.0">Net_Socket</dep>
</deps>
<release>
<version>0.9.1</version>
<date>2003-08-15</date>
<version>0.9.2</version>
<date>2003-08-16</date>
<license>PHP 2.0</license>
<state>alpha</state>
<notes>Bug fixing and improvements in Net_NNTP_Header and Net_NNTP_Message (heino)</notes>
<notes>Fixed syntax typo... (heino)</notes>
<filelist>
<dir name="/" baseinstalldir="Net">
<file role="php">NNTP.php</file>
Expand All @@ -57,6 +57,14 @@
</filelist>
</release>
<changelog>
<release>
<version>0.9.1</version>
<date>2002-08-15</date>
<state>alpha</state>
<notes>
Bug fixing and improvements in Net_NNTP_Header and Net_NNTP_Message (heino)
</notes>
</release>
<release>
<version>0.9.0</version>
<date>2002-08-09</date>
Expand Down

0 comments on commit 8fc3752

Please sign in to comment.