Skip to content

Commit bc7c2c2

Browse files
author
Hans Zandbelt
committed
release 1.5.2
1 parent 8b7246a commit bc7c2c2

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
7/1/2014
2+
- pass JSON objects in app HTTP headers as plain JSON
3+
- correct printout in id_token hash comparisons
4+
- add more tests
5+
- release 1.5.2
6+
17
6/12/2014
28
- support third-party-initiated login as defined in the spec
39
- release 1.5.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.5.1],[[email protected]])
1+
AC_INIT([mod_auth_openidc],[1.5.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.5.2-1) unstable; urgency=medium
2+
3+
* new upstream that fixes OAuth 2.0 authorization and passes JSON claims in HTTP headers
4+
5+
-- Hans Zandbelt <[email protected]> Tue, 1 Jul 2014 15:22:38 +0200
6+
17
libapache2-mod-auth-openidc (1.5.1-1) unstable; urgency=medium
28

39
* add pkg-config to Build-Depends

0 commit comments

Comments
 (0)