Skip to content

Commit 2313e60

Browse files
committed
doc: update ChangeLog with fixes and enw features
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 2b381de commit 2313e60

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

doc/ChangeLog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,32 @@ All notable changes to the project are documented in this file.
77
-------------------------
88

99
### Changes
10+
1011
- Upgrade Buildroot to 2026.02 (LTS)
12+
- **Revamped <http://network.local> device browser**. Device cards now
13+
show the IP address, product name, and firmware version from mDNS TXT
14+
records. the mDNS browser is now also available over plain HTTP
15+
- mDNS service records now embed the per-device hostname (using avahi's `%h`
16+
wildcard), so devices avoid the `#2`, `#3` suffix collisions on service names
17+
when multiple Infix devices share the same LAN
18+
- Add configurable mDNS hostname: set `services mdns hostname` to override the
19+
mDNS name advertised in A/AAAA records. Supports `%h` (default hostname),
20+
`%i` (hardware ID), and `%m` (MAC address) format specifiers
21+
- cli: new `show mdns` command to list mDNS-discovered devices on the LAN,
22+
with addresses and product model
23+
- Add SSH client commands to the CLI:
24+
- `ssh [user <name>] [port <num>] <host>` — connect to a remote device
25+
- `set ssh known-hosts <host> <keytype> <pubkey>` — pre-enroll a host key
26+
received out-of-band, e.g. after a factory reset changes the device host key
27+
- `no ssh known-hosts <host>` — remove a stale or changed host key entry
1128

1229
### Fixes
1330

14-
31+
- Fix #1387: `infix.local` now resolves to exactly one device per LAN. Previously
32+
all Infix devices claimed both `hostname.local` and `infix.local`, causing avahi
33+
to append `#2`, `#3` suffixes to the shared alias on busy networks. Assignment
34+
is now first-come-first-served using standard mDNS conflict resolution
35+
- Fix #1416: `show firewall` command show an error when the firewall is disabled
1536

1637
[v26.02.0][] - 2026-03-01
1738
-------------------------
@@ -1942,6 +1963,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
19421963

19431964
[buildroot]: https://buildroot.org/
19441965
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v26.02.0...HEAD
1966+
[v26.03.0]: https://github.com/kernelkit/infix/compare/v26.02.0...v26.03.0
19451967
[v26.02.0]: https://github.com/kernelkit/infix/compare/v26.01.0...v26.02.0
19461968
[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
19471969
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0

0 commit comments

Comments
 (0)