Skip to content

Commit

Permalink
Fixed duplicate release in changelog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_IPv4/trunk@157348 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Eric Kilfoil committed Apr 28, 2004
1 parent 91a417f commit cde0968
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,17 @@
</maintainers>
<release>
<version>1.2</version>
<date>Unknown</date>
<date>2004-04-27</date>
<license>PHP 2.0</license>
<state>stable</state>
<notes>Added ipInNetwork method.</notes>
<notes>Added ipInNetwork method. Fixed some reported bugs. Net_IPv4 no longer extends the base PEAR class to speed instantiation</notes>
<filelist>
<dir name="/" baseinstalldir="Net">
<file role="php">IPv4.php</file>
<file role="php">IPv4.php</file>
</dir>
</filelist>
</release>
<changelog>
<release>
<version>1.2</version>
<date>4/27/04</date>
<license>PHP 2.0</license>
<state>stable</state>
<notes>Added ipInNetwork method. Fixed some reported bugs. Net_IPv4 no longer extends the base PEAR class to speed instantiation</notes>
<filelist>
<dir name="/" baseinstalldir="Net">
<file role="php">IPv4.php</file>
</dir>
</filelist>
</release>
<release>
<version>1.1</version>
<date>2003-06-22</date>
Expand Down

0 comments on commit cde0968

Please sign in to comment.