From 2fef61d13b6ec6667fa364c3a7649205b26ede78 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Fri, 1 Aug 2014 12:39:04 +0200 Subject: [PATCH] release 1.5.3 --- ChangeLog | 1 + configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a248714..ac6b928d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 8/1/2014 - fix cache initialization/destroy leak +- release 1.5.3 7/26/2014 - refactor http code; cleanup JSON encoding in client registration diff --git a/configure.ac b/configure.ac index 85fc890c..991c7c7b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_openidc],[1.5.2],[hzandbelt@pingidentity.com]) +AC_INIT([mod_auth_openidc],[1.5.3],[hzandbelt@pingidentity.com]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION()) diff --git a/debian/changelog b/debian/changelog index 8a86e872..e28adbe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libapache2-mod-auth-openidc (1.5.3-1) unstable; urgency=medium + + * fix initialization leak + + -- Hans Zandbelt Fri, 1 Aug 2014 12:37:53 +0200 + libapache2-mod-auth-openidc (1.5.2-1) unstable; urgency=medium * fix OAuth 2.0 authorization and passes JSON claims in HTTP headers