From cebfa359d960da21968de093bab0a2a527e55bf2 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 9 Sep 2024 12:46:11 +0200 Subject: [PATCH] merge support for lua-resty-session 4.x; see #489 closes #464 #480 #503; thanks @oldium @balajiv113 Signed-off-by: Hans Zandbelt --- AUTHORS | 5 +++++ ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/AUTHORS b/AUTHORS index 2c39bbc..1ab9e9d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ The primary authors of lua-resty-openidc are: Hans Zandbelt Stefan Bodewig + Oldřich Jedlička Thanks to the following people for contributing to lua-resty-openidc by reporting bugs, providing fixes, suggesting useful features or other: @@ -37,4 +38,8 @@ reporting bugs, providing fixes, suggesting useful features or other: Thorsten Fleischmann Tilmann Hars Junlong Li + Nate + Balaji Vijayakumar + + diff --git a/ChangeLog b/ChangeLog index 2924d70..b43a2a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +09/09/2024 +- merge support for lua-resty-session 4.x; see #489; closes #464 #480 #503; thanks @oldium @balajiv113 +- add @oldium to the primary AUTHORS + 08/25/2024 - don't return a zero-pixel image in logout for Firefox 128 and later see #521