We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c170f48 commit 4d719a3Copy full SHA for 4d719a3
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Version 0.10.4 (2024-02-10)
2
+
3
+This is a bug fix release.
4
5
+## Changes
6
7
+* Add sanity checks in DNS message decoding (#169)
8
+* fine-tune MAX_MSG_ABSOLUTE (#170)
9
10
# Version 0.10.3 (2024-01-14)
11
12
This is a bug fix release.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdns-sd"
-version = "0.10.3"
+version = "0.10.4"
authors = ["keepsimple <[email protected]>"]
edition = "2018"
rust-version = "1.61.0"
0 commit comments