Skip to content

Commit

Permalink
Prepare 1.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 29, 2018
1 parent 8a3f4b8 commit bf07ab5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
9 changes: 6 additions & 3 deletions package.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@
require_once 'PEAR/PackageFileManager2.php';
PEAR::setErrorHandling(PEAR_ERROR_DIE);

$apiVersion = '1.6.2';
$apiVersion = '1.6.3';
$apiState = 'stable';

$releaseVersion = '1.6.2';
$releaseVersion = '1.6.3';
$releaseState = 'stable';
$releaseNotes =
"Added options to configure digest/cipher algorithms.";
"Exclude tools/ and package.php from a composer archive.\n" .
"Make possible to get a list of GnuPG warnings collected on last operation.\n" .
"Fix Bug #21242: PHPUnit tests fail sometimes while deleting S.gpg-agent.extra.\n" .
"Fix mode argument type in docblock.";

$description =
"This package provides an object oriented interface to GNU Privacy " .
Expand Down
24 changes: 15 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,22 @@ This package requires PHP version 5.4.8 or greater.</description>
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
<date>2017-09-03</date>
<time>08:49:02</time>
<date>2018-05-29</date>
<time>09:05:06</time>
<version>
<release>1.6.2</release>
<api>1.6.2</api>
<release>1.6.3</release>
<api>1.6.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Added options to configure digest/cipher algorithms.
Exclude tools/ and package.php from a composer archive.
Make possible to get a list of GnuPG warnings collected on last operation.
Fix Bug #21242: PHPUnit tests fail sometimes while deleting S.gpg-agent.extra.
Fix mode argument type in docblock.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -165,17 +168,20 @@ Added options to configure digest/cipher algorithms.
<changelog>
<release>
<version>
<release>1.6.2</release>
<api>1.6.2</api>
<release>1.6.3</release>
<api>1.6.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-09-03</date>
<date>2018-05-29</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Added options to configure digest/cipher algorithms.
Exclude tools/ and package.php from a composer archive.
Make possible to get a list of GnuPG warnings collected on last operation.
Fix Bug #21242: PHPUnit tests fail sometimes while deleting S.gpg-agent.extra.
Fix mode argument type in docblock.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit bf07ab5

Please sign in to comment.