summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.xml12
-rw-r--r--php_xpass.h2
2 files changed, 7 insertions, 7 deletions
diff --git a/package.xml b/package.xml
index 5f9c4e2..87398b0 100644
--- a/package.xml
+++ b/package.xml
@@ -16,22 +16,22 @@ distributions, using extended crypt library (libxcrypt):
<email>remi@php.net</email>
<active>yes</active>
</lead>
- <date>2024-09-09</date>
+ <date>2024-09-13</date>
<version>
- <release>1.1.0dev</release>
+ <release>1.1.0RC1</release>
<api>1.1.0</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>beta</release>
+ <api>beta</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
- <notes>
+ <notes><![CDATA[
- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
- </notes>
+ ]]></notes>
<contents>
<dir name="/">
<!-- sources -->
diff --git a/php_xpass.h b/php_xpass.h
index 6b1f0f2..56da634 100644
--- a/php_xpass.h
+++ b/php_xpass.h
@@ -22,7 +22,7 @@
extern zend_module_entry xpass_module_entry;
#define phpext_xpass_ptr &xpass_module_entry
-#define PHP_XPASS_VERSION "1.1.0-dev"
+#define PHP_XPASS_VERSION "1.1.0RC1"
#define PHP_XPASS_AUTHOR "Remi Collet"
#define PHP_XPASS_LICENSE "PHP-3.01"