Skip to content
Permalink
Browse files Browse the repository at this point in the history
Prepare 1.6.7 release
  • Loading branch information
alecpl committed Feb 16, 2022
1 parent 74c8f98 commit 29c0fbe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
9 changes: 4 additions & 5 deletions package.php
Expand Up @@ -33,14 +33,13 @@
require_once 'PEAR/PackageFileManager2.php';
PEAR::setErrorHandling(PEAR_ERROR_DIE);

$apiVersion = '1.6.6';
$apiVersion = '1.6.7';
$apiState = 'stable';

$releaseVersion = '1.6.6';
$releaseVersion = '1.6.7';
$releaseState = 'stable';
$releaseNotes = "Fix possible infinite loop.\n"
. "Use configured debug handler also in CLI.\n"
. "Support generating keys without a user name.";
$releaseNotes = "[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].\n"
. "Ignore tests/debug.log and .gitattributes itself.";

$description =
"This package provides an object oriented interface to GNU Privacy " .
Expand Down
24 changes: 11 additions & 13 deletions package.xml
Expand Up @@ -29,21 +29,20 @@ This package requires PHP version 5.4.8 or greater.</description>
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
<date>2021-09-05</date>
<time>10:27:54</time>
<date>2022-02-16</date>
<time>18:38:44</time>
<version>
<release>1.6.6</release>
<api>1.6.6</api>
<release>1.6.7</release>
<api>1.6.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Fix possible infinite loop.
Use configured debug handler also in CLI.
Support generating keys without a user name.
[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].
Ignore tests/debug.log and .gitattributes itself.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -167,19 +166,18 @@ Support generating keys without a user name.
<changelog>
<release>
<version>
<release>1.6.6</release>
<api>1.6.6</api>
<release>1.6.7</release>
<api>1.6.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2021-09-05</date>
<date>2022-02-16</date>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes>
Fix possible infinite loop.
Use configured debug handler also in CLI.
Support generating keys without a user name.
[CVE-2022-24953] Insert the end-of-options marker before operation arguments [thomas-chauchefoin-sonarsource].
Ignore tests/debug.log and .gitattributes itself.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 29c0fbe

Please sign in to comment.