Skip to content

Commit c929d1c

Browse files
committed
ci: update changelogs for 2.2
1 parent e5f33b8 commit c929d1c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
118118

119119
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
120120

121+
nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
122+
- String.find is faster than string match so use string.find where possible
123+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
124+
- Performance improvement with logs
125+
- Make sure users set custom commands get run on blocks
126+
127+
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
128+
121129
nginx-lua-anti-ddos-challenge (2.1-1) stable; urgency=medium
122130
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
123131
- Added a check on default secret key or password just incase a user has not changed it from default

rpm/anti_ddos_challenge.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ fi
141141
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
142142
- Performance improvement with logs
143143
- Make sure users set custom commands get run on blocks
144+
* Sat Sep 13 2025 C0nw0nk <C0nw0nk@github> - 2.2-1
145+
- String.find is faster than string match so use string.find where possible
146+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
147+
- Performance improvement with logs
148+
- Make sure users set custom commands get run on blocks
144149
* Fri Sep 12 2025 C0nw0nk <C0nw0nk@github> - 2.1-1
145150
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
146151
- Added a check on default secret key or password just incase a user has not changed it from default

0 commit comments

Comments
 (0)