Skip to content

Commit

Permalink
bump version to 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Dec 1, 2024
1 parent 286ef04 commit dfe3837
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
yass (1.15.4-1) UNRELEASED; urgency=medium

* cli: reduce memory usage per connection.
* base: use DCHECK_IS_ON for check_op.
* net: handle ip-address like hostname correctly.
* net: listen to EPOLLRDHUP/POLLRDHUP events.
* net: fix ssl socket re-use issus when trying different endpoint.
* net: avoid already_open error when opening next endpoint.
* tls: load very first ca-bundle file only.
* tls: update for fedora and rhel update.
* tls: add adjust system trusted CA folder for linux.
* tls: --capath now accepts separated list of directories.
* cli: handle http/1.1 keepalive for different host properly.
* cli: increase nofile to 65536 (systemd).
* network: increase parallel_max to 65535.
* network: apply keep alive on connections between client and browsers.
* tls: use builtin ca store universally.
* tls: ship GTS Root R4 with supplementary ca.
* http2: handle HTTP/2 status code in response.
* tls: enable reusable sessions.

-- Chilledheart <keeyou-cn@outlook.com> Sun, 1 Dec 2024 09:44:59 +0800
yass (1.15.3-1) UNRELEASED; urgency=medium

* http2: handle HTTP/2 Push as soft error.
Expand Down
19 changes: 19 additions & 0 deletions yass.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,25 @@ for embedded devices and low end boxes.
%systemd_postun_with_restart yass-redir.service

%changelog
* Sun Dec 1 2024 Chilledheart <keeyou-cn@outlook.com> - 1.15.4-1
- cli: reduce memory usage per connection
- base: use DCHECK_IS_ON for check_op
- net: handle ip-address like hostname correctly
- net: listen to EPOLLRDHUP/POLLRDHUP events
- net: fix ssl socket re-use issus when trying different endpoint
- net: avoid already_open error when opening next endpoint
- tls: load very first ca-bundle file only
- tls: update for fedora and rhel update
- tls: add adjust system trusted CA folder for linux
- tls: --capath now accepts separated list of directories
- cli: handle http/1.1 keepalive for different host properly
- cli: increase nofile to 65536 (systemd)
- network: increase parallel_max to 65535
- network: apply keep alive on connections between client and browsers
- tls: use builtin ca store universally
- tls: ship GTS Root R4 with supplementary ca
- http2: handle HTTP/2 status code in response
- tls: enable reusable sessions
* Wed Oct 30 2024 Chilledheart <keeyou-cn@outlook.com> - 1.15.3-1
- http2: handle HTTP/2 Push as soft error
* Thu Oct 24 2024 Chilledheart <keeyou-cn@outlook.com> - 1.15.2-1
Expand Down

0 comments on commit dfe3837

Please sign in to comment.