Skip to content

Commit

Permalink
- fixed a mistake in the autoload section of the composer.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepultz committed Oct 11, 2020
1 parent c4654a4 commit d5dbae0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Net/DNS2.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Net_DNS2
/*
* the current version of this library
*/
const VERSION = '1.5.1';
const VERSION = '1.5.2';

/*
* the default path to a resolv.conf file
Expand Down
4 changes: 2 additions & 2 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
$pkg->setSummary('PHP Resolver library used to communicate with a DNS server.');
$pkg->setDescription("Provides (roughly) the same functionality as Net_DNS, but using modern PHP objects, exceptions for error handling, better sockets support.\n\nThis release is (in most cases) 2x - 10x faster than Net_DNS, as well as includes more RR's (including DNSSEC RR's), and improved sockets and streams support.");
$pkg->setChannel('pear.php.net');
$pkg->setAPIVersion('1.5.1');
$pkg->setReleaseVersion('1.5.1');
$pkg->setAPIVersion('1.5.2');
$pkg->setReleaseVersion('1.5.2');
$pkg->setReleaseStability('stable');
$pkg->setAPIStability('stable');
$pkg->setNotes(
Expand Down
21 changes: 18 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ This release is (in most cases) 2x - 10x faster than Net_DNS, as well as include
<active>yes</active>
</lead>
<date>2020-10-11</date>
<time>13:19:13</time>
<time>13:33:23</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
<release>1.5.2</release>
<api>1.5.2</api>
</version>
<stability>
<release>stable</release>
Expand Down Expand Up @@ -570,6 +570,21 @@ Initial Beta release of Net_DNS2
<date>2020-10-11</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
<notes>
- fixed a mistake in the autoload section of the composer.json file.
</notes>
</release>
<release>
<version>
<release>1.5.2</release>
<api>1.5.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2020-10-11</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
<notes>
- fixed a mistake in the autoload section of the composer.json file.
</notes>
</release>
Expand Down

0 comments on commit d5dbae0

Please sign in to comment.