From b2cac3d05da85cd6e4ed8c6b4f0e8ac7e2cf850d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Sep 2024 08:24:38 +0200 Subject: Release 1.0.0RC2 --- package.xml | 21 ++++++++++++++++++--- php_xpass.h | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index a4f9d1e..e5a2ad3 100644 --- a/package.xml +++ b/package.xml @@ -16,9 +16,9 @@ distributions, using extended crypt library (libxcrypt): remi@php.net yes - 2024-08-28 + 2024-09-02 - 1.0.0RC1 + 1.0.0RC2 1.0.0 @@ -27,7 +27,7 @@ distributions, using extended crypt library (libxcrypt): PHP-3.01 -- first release +- fix libxcrypt algorithm detection (@zeriyoshi) @@ -59,5 +59,20 @@ distributions, using extended crypt library (libxcrypt): xpass + + 2024-08-28 + + 1.0.0RC1 + 1.0.0 + + + beta + stable + + PHP-3.01 + +- first RC release + + diff --git a/php_xpass.h b/php_xpass.h index 5d889c4..a669879 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.0.0RC1" +#define PHP_XPASS_VERSION "1.0.0RC2" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" -- cgit