Release 1.2.0

This commit is contained in:
Moritz Bechler
2024-06-09 10:51:03 +02:00
parent 6b7b4ee902
commit de1f004604
3 changed files with 6 additions and 5 deletions

1
RELEASE-1.2.0 Normal file
View File

@@ -0,0 +1 @@
- [FEATURE] Implement channel bindings support

View File

@@ -22,11 +22,11 @@ Documentation:
<email>mbechler@eenterphace.org</email>
<active>yes</active>
</lead>
<date>2023-02-11</date>
<date>2024-06-09</date>
<time>11:00:00</time>
<version>
<release>1.1.5</release>
<api>0.1.0</api>
<release>1.2.0</release>
<api>0.1.1</api>
</version>
<stability>
<release>stable</release>
@@ -34,7 +34,7 @@ Documentation:
</stability>
<license uri="http://www.opensource.org/licenses/MIT">MIT License</license>
<notes>
- [BUG] Fix reference handling of KRB5NegotiateAuth constructor spn parameter
- [FEATURE] Implement channel bindings support
</notes>
<contents>
<dir name="/">

View File

@@ -45,7 +45,7 @@
#include <gssapi/gssapi_krb5.h>
#define PHP_KRB5_EXT_NAME "krb5"
#define PHP_KRB5_VERSION "1.1.5"
#define PHP_KRB5_VERSION "1.2.0"
extern zend_module_entry krb5_module_entry;