Skip to content

Commit 56bfd97

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

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

doc/ChangeLog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Change Log
33

44
All notable changes to the project are documented in this file.
55

6+
[v26.03.0][] - 2026-XX-XX
7+
--------------------------
8+
9+
### Changes
10+
11+
- **Revamped <http://network.local> device browser**. Device cards now
12+
show the IP address, product name, and firmware version from mDNS TXT
13+
records. the mDNS browser is now also available over plain HTTP
14+
- mDNS service records now embed the per-device hostname (using avahi's `%h`
15+
wildcard), so devices avoid the `#2`, `#3` suffix collisions on service names
16+
when multiple Infix devices share the same LAN
17+
- Add configurable mDNS hostname: set `services mdns hostname` to override the
18+
mDNS name advertised in A/AAAA records. Supports `%h` (default hostname),
19+
`%i` (hardware ID), and `%m` (MAC address) format specifiers
20+
- cli: new `show mdns` command to list mDNS-discovered devices on the LAN,
21+
with addresses and product model
22+
- Add SSH client commands to the CLI:
23+
- `ssh [user <name>] [port <num>] <host>` — connect to a remote device
24+
- `set ssh known-hosts <host> <keytype> <pubkey>` — pre-enroll a host key
25+
received out-of-band, e.g. after a factory reset changes the device host key
26+
- `no ssh known-hosts <host>` — remove a stale or changed host key entry
27+
28+
### Fixes
29+
30+
- Fix #1387: `infix.local` now resolves to exactly one device per LAN. Previously
31+
all Infix devices claimed both `hostname.local` and `infix.local`, causing avahi
32+
to append `#2`, `#3` suffixes to the shared alias on busy networks. Assignment
33+
is now first-come-first-served using standard mDNS conflict resolution
34+
- Fix #1416: `show firewall` command show an error when the firewall is disabled
35+
636
[v26.02.0][] - 2026-03-01
737
-------------------------
838

@@ -1934,6 +1964,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
19341964
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v26.02.0...HEAD
19351965
[v26.02.0]: https://github.com/kernelkit/infix/compare/v26.01.0...v26.02.0
19361966
[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
1967+
[v26.03.0]: https://github.com/kernelkit/infix/compare/v26.02.0...v26.03.0
19371968
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0
19381969
[v25.10.0]: https://github.com/kernelkit/infix/compare/v25.09.0...v26.10.0
19391970
[v25.09.0]: https://github.com/kernelkit/infix/compare/v25.08.0...v26.09.0

0 commit comments

Comments
 (0)