Skip to content

Commit f7d88fb

Browse files
committed
ci: update changelogs for 2.2
1 parent 53a3717 commit f7d88fb

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

7979
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
8080

81+
nginx-lua-anti-ddos-challenge (2.2-1) stable; urgency=medium
82+
- String.find is faster than string match so use string.find where possible
83+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
84+
- Performance improvement with logs
85+
- Make sure users set custom commands get run on blocks
86+
87+
-- C0nw0nk <C0nw0nk@github> Sat, 13 Sep 2025 00:00:00 +0000
88+
8189
nginx-lua-anti-ddos-challenge (2.1-1) stable; urgency=medium
8290
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
8391
- 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
@@ -116,6 +116,11 @@ fi
116116
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
117117
- Performance improvement with logs
118118
- Make sure users set custom commands get run on blocks
119+
* Sat Sep 13 2025 C0nw0nk <C0nw0nk@github> - 2.2-1
120+
- String.find is faster than string match so use string.find where possible
121+
- Improve speed of wildcard matches by not using string.find or string.match and using a custom function
122+
- Performance improvement with logs
123+
- Make sure users set custom commands get run on blocks
119124
* Fri Sep 12 2025 C0nw0nk <C0nw0nk@github> - 2.1-1
120125
- Fix for users seeing javascript authentication puzzle i forgot to null out a line when doing tests.
121126
- Added a check on default secret key or password just incase a user has not changed it from default

0 commit comments

Comments
 (0)