Skip to content

Commit 1afabb9

Browse files
author
Hans Zandbelt
committed
release 1.8.2
1 parent 850b2ec commit 1afabb9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
5/17/2015
1+
5/18/2015
22
- fix OpenSSL version detection for Elliptic Curve support in apr_jwt_signature_to_jwk_type: include opensslv.h
33
- fix hash length calculation for Elliptic Curve algorithms
4-
- bump to 1.8.2rc0
4+
- release 1.8.2
55

66
5/5/2015
77
- release 1.8.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_auth_openidc],[1.8.2rc0],[[email protected]])
1+
AC_INIT([mod_auth_openidc],[1.8.2],[[email protected]])
22

33
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
44

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libapache2-mod-auth-openidc (1.8.2-1) unstable; urgency=medium
2+
3+
* Elliptic Curve fixes
4+
5+
-- Hans Zandbelt <[email protected]> Mon, 18 May 2015 09:40:08 +0200
6+
17
libapache2-mod-auth-openidc (1.8.1-1) unstable; urgency=medium
28

39
* avoid timing attacks; build with OpenSSL < 1.0

0 commit comments

Comments
 (0)