diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-11 23:05:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-11 23:05:40 +0700 |
| commit | 2686a70d0eeb14c0eba68f449658827e144e75a2 (patch) | |
| tree | 75fd22c82c480f6476a0207286143673802968f1 /CHANGELOG.adoc | |
| parent | 9657823ef282479a6609fd77c74c3f64cb512ebd (diff) | |
| download | awwan-2686a70d0eeb14c0eba68f449658827e144e75a2.tar.xz | |
internal/cmd/www-awwan: add option to set shutdown idle duration
The `-shutdown-idle` option set the duration when server will stop
accepting new connections and shutting down.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 527b99f..996c0c3 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,5 @@ -// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> = Changelog for awwan :sectanchors: @@ -15,6 +15,15 @@ Legend, * 💧: Chores +[#v0_13_2] +== awwan v0.13.2 (2026-xx-xx) + +**🌼 internal/cmd/www-awwan: add option to set shutdown idle duration** + +The `-shutdown-idle` option set the duration when server will stop +accepting new connections and shutting down. + + [#v0_13_1] == awwan v0.13.1 (2026-02-09) |
