summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG32
1 files changed, 18 insertions, 14 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3c5f882..3d5025e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,18 +1,22 @@
-DPIBreak v0.0.1
- - Initial release.
- - Filter/fragment TCP packet containing SNI field with nfqueue or WinDivert.
-DPIBreak v0.0.2
- - Remove unnecessary allocations per packet handling.
- - Fix: make install fail on Linux release tarball. (#4)
+DPIBreak v0.0.7
+ - Introduce feature `fake`, fake ClientHello packet injection.
+ - Enabled by option `--fake`, the default behavior is unchanged.
+ - Add options `--fake` and `--fake-ttl`.
+DPIBreak v0.0.6
+ - Fixed dependencies to allow installation via cargo install dpibreak.
+DPIBreak v0.0.5
+ - linux: properly suppress cleanup warning logs on startup.
+ - linux: keep error logs on cleanup failure during shutdown.
+DPIBreak v0.0.4
+ - linux: add `--nft-command` option to override default nft command.
+ - linux: silence verbose nftables log on start.
DPIBreak v0.0.3
- linux: support nftables backend for default, leaving the existing iptables/ip6tables + xt_u32 as a fallback.
- windows: only divert clienthello packet to userspace.
- windows: close windivert handle on termination.
-DPIBreak v0.0.4
- - linux: add `--nft-command` option to override default nft command.
- - linux: silence verbose nftables log on start.
-DPIBreak v0.0.5
- - linux: properly suppress cleanup warning logs on startup.
- - linux: keep error logs on cleanup failure during shutdown.
-DPIBreak v0.0.6
- - Fixed dependencies to allow installation via cargo install dpibreak.
+DPIBreak v0.0.2
+ - Remove unnecessary allocations per packet handling.
+ - Fix: make install fail on Linux release tarball. (#4)
+DPIBreak v0.0.1
+ - Initial release.
+ - Filter/fragment TCP packet containing SNI field with nfqueue or WinDivert.