Skip to content

Commit 1a2a50b

Browse files
committed
ci: update changelogs for 2.2
1 parent 83e36f1 commit 1a2a50b

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
@@ -126,6 +126,14 @@ nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
126126

127127
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
128128

129+
nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
130+
- String.find is faster than string match so use string.find where possible
131+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
132+
- Performance improvement with logs
133+
- Make sure users set custom commands get run on blocks
134+
135+
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
136+
129137
nginx-lua-anti-ddos-challenge (2.1-1) stable; urgency=medium
130138
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
131139
- 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
@@ -146,6 +146,11 @@ fi
146146
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
147147
- Performance improvement with logs
148148
- Make sure users set custom commands get run on blocks
149+
* Sat Sep 13 2025 C0nw0nk <C0nw0nk@github> - 2.2-1
150+
- String.find is faster than string match so use string.find where possible
151+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
152+
- Performance improvement with logs
153+
- Make sure users set custom commands get run on blocks
149154
* Fri Sep 12 2025 C0nw0nk <C0nw0nk@github> - 2.1-1
150155
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
151156
- Added a check on default secret key or password just incase a user has not changed it from default

0 commit comments

Comments
 (0)