-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
56 lines (42 loc) · 1.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
08/22/2024
- change LICENSE to Apache 2.0
- depend on liboauth2 >= 2.0.0
- release 4.0.0
06/21/2024
- Makefile.am: use pkglib_LTLIBRARIES
06/05/2024
- depend on liboauth2 >= 1.6.2
- release 3.4.0
06/02/2024
- don't include standard headers before NGINX headers; see OpenIDC/ngx_sts_module#2
avoid compilation error with NGINX 1.26.0: field 'pkt6' has incomplete type
03/08/2023
- move repo to OpenIDC github organization
01/22/2023
- depend on liboauth2 1.4.5.4
- release 3.3.1
12/14/2022
- remove hardcoded http schema and depend on liboauth2 1.4.5.3 with the fix for https request scheme detection
- bump to 3.3.1dev
12/06/2022
- change Makefile install procedure
- depend on liboauth2 1.4.5.2
- release 3.3.0
06/07/2021
- depend on liboauth 1.4.2 so it works on SPARC64; see https://github.com/zmartzone/ngx_oauth2_module/issues/2
- release 3.2.1
06/03/2021
- use ngx_pcalloc instead of ngx_pnalloc to align memory access
12/22/2020
- depend on liboauth2 1.4.0
- release 3.2.0
11/13/2020
- add OIDCCryptoPassphrase
11/11/2020
- support for (named) cache configuration(s)
- support for (named) session configuration(s)
11/07/2020
- depend on liboauth2 >= 1.4.0
- bump to 3.2.0-dev
09/18/2019
- initial import