Skip to content

Commit 7086b4f

Browse files
committed
ci: update changelogs for 1.3
1 parent cb75226 commit 7086b4f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nginx-lua-anti-ddos-challenge (1.3-1) stable; urgency=medium
2+
- localize vars so the script is compatible with all nginx lua versions old and new.
3+
- Fix content-type header depending on how early in execution process we are with nginx the content-type header could still be nil so i have fixed it.
4+
5+
-- C0nw0nk <C0nw0nk@github> Wed, 03 Sep 2025 00:00:00 +0000
6+
17
nginx-lua-anti-ddos-challenge (1.2-1) stable; urgency=medium
28
- Fixed both guest and logged in user cache
39
- Fixed POST request caching

rpm/anti_ddos_challenge.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ fi
6666

6767
# Auto added - DONT REMOVE
6868
%changelog
69+
* Wed Sep 03 2025 C0nw0nk <C0nw0nk@github> - 1.3-1
70+
- localize vars so the script is compatible with all nginx lua versions old and new.
71+
- Fix content-type header depending on how early in execution process we are with nginx the content-type header could still be nil so i have fixed it.
6972
* Sat Aug 23 2025 C0nw0nk <C0nw0nk@github> - 1.2-1
7073
- Fixed both guest and logged in user cache
7174
- Fixed POST request caching

0 commit comments

Comments
 (0)