Skip to content

Commit

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

* config: use jsoncpp for configuration reader and writer.
* net: apply tcp congestion only to connections between cli and server.
* c-ares: backport some patches from upstream.
* gtk4: fix typo in icon name.
* mbedtls: fix searching algorithm (system library).
* benchmark: use re2 now.
* systemd: increase RestartSec to 5s.
* net: optimize yield algorithm.
* cli: add stats for yield event.
* net: add some assertions.

-- Chilledheart <keeyou-cn@outlook.com> Sun, 29 Sep 2024 17:38:22 +0800
yass (1.13.2-1) UNRELEASED; urgency=medium

* some trivial changes.
Expand Down
11 changes: 11 additions & 0 deletions yass.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ for embedded devices and low end boxes.
%systemd_postun_with_restart yass-redir.service

%changelog
* Sun Sep 29 2024 Chilledheart <keeyou-cn@outlook.com> - 1.13.3-1
- config: use jsoncpp for configuration reader and writer
- net: apply tcp congestion only to connections between cli and server
- c-ares: backport some patches from upstream
- gtk4: fix typo in icon name
- mbedtls: fix searching algorithm (system library)
- benchmark: use re2 now
- systemd: increase RestartSec to 5s
- net: optimize yield algorithm
- cli: add stats for yield event
- net: add some assertions
* Mon Sep 9 2024 Chilledheart <keeyou-cn@outlook.com> - 1.13.2-1
- some trivial changes
* Sun Sep 1 2024 Chilledheart <keeyou-cn@outlook.com> - 1.13.1-1
Expand Down

0 comments on commit 1237764

Please sign in to comment.