Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed May 7, 2023
1 parent 9a8e615 commit 845b889
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>kocsismate@woohoolabs.com</email>
<active>yes</active>
</lead>
<date>2022-09-06</date>
<date>2023-05-07</date>
<version>
<release>2.0.0</release>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</license>
<notes>Increased PHP version requirement to 7.0 (#67, #69), Improved parameter reflection and validation (#63, #64),
Fixed memory leak in scrypt() (#68), Fixed compilation warning (#69), Added support for sensitive parameters on PHP 8.2+ (#70)
<notes>
Check CPU architecture before attempting to enable SSE (#76)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -88,6 +88,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption default="yes" name="enable-scrypt" prompt="whether to enable scrypt support" />
</extsrcrelease>
<changelog>
<release>
<version>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2023-05-07</date>
<license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</license>
<notes>
Check CPU architecture before attempting to enable SSE (#76)
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
Expand Down
2 changes: 1 addition & 1 deletion php_scrypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#ifndef PHP_SCRYPT_HEADER
#define PHP_SCRYPT_HEADER 1
#define PHP_SCRYPT_VERSION "2.0.0"
#define PHP_SCRYPT_VERSION "2.0.1"
#define PHP_SCRYPT_EXTNAME "scrypt"

extern zend_module_entry scrypt_module_entry;
Expand Down

0 comments on commit 845b889

Please sign in to comment.