mirror of
https://github.com/php/pecl-authentication-krb5.git
synced 2026-03-23 23:02:16 +01:00
Release 1.2.0
This commit is contained in:
1
RELEASE-1.2.0
Normal file
1
RELEASE-1.2.0
Normal file
@@ -0,0 +1 @@
|
||||
- [FEATURE] Implement channel bindings support
|
||||
@@ -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="/">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user