Skip to content

Commit 737b131

Browse files
authored
Merge pull request #1276 from kernelkit/misc
Misc
2 parents 9e679c4 + a77ed01 commit 737b131

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

doc/ChangeLog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@ Change Log
33

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

6-
[v25.11.0][UNRELEASED]
6+
[v25.11.0][] - 2025-11-28
77
-------------------------
88

9+
> [!NOTE]
10+
> Noteworthy changes and additions in this release:
11+
>
12+
> - DHCPv6 client support
13+
> - Configurable support for TTL in GRE/VXLAN tunnels
14+
> - Extensive filtering support for syslog messages
15+
916
### Changes
1017

1118
- Upgrade Buildroot to 2025.02.8 (LTS)
@@ -38,7 +45,7 @@ All notable changes to the project are documented in this file.
3845
to `urn:infix:params:xml:ns:yang` to properly reflect custom implementation
3946
- Improvements to `sdcard.img` generation, useful for developers mostly:
4047
- The NanoPi R2S bootloader is now automatically built and uploaded to
41-
the [`latest-boot` release][lastest-boot] tag
48+
the [`latest-boot` release][latest-boot] tag
4249
- The `utils/mkimage.sh` script now supports fetching the bootloader
4350
- The raspberrypi-rpi64 board's bootloader is now aptly named rpi64
4451
- Add support for configuring TTL, ToS/DSCP, and Path MTU Discovery on GRE and
@@ -73,7 +80,7 @@ All notable changes to the project are documented in this file.
7380
boot step "Mounting filesystems ...", from 30 seconds up to five minutes!
7481
- Fix broken intra-document links in container and tunnel documentation
7582

76-
[lastest-boot]: https://github.com/kernelkit/infix/releases/latest-boot
83+
[latest-boot]: https://github.com/kernelkit/infix/releases/latest-boot
7784
[bpi-r3-emmc-documentation]: https://github.com/kernelkit/infix/blob/main/board/aarch64/bananapi-bpi-r3/README.md
7885

7986
[v25.10.0][] - 2025-10-31
@@ -1799,7 +1806,8 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
17991806

18001807
[buildroot]: https://buildroot.org/
18011808
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.10.0...HEAD
1802-
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v26.11.0
1809+
[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
1810+
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0
18031811
[v25.10.0]: https://github.com/kernelkit/infix/compare/v25.09.0...v26.10.0
18041812
[v25.09.0]: https://github.com/kernelkit/infix/compare/v25.08.0...v26.09.0
18051813
[v25.08.0]: https://github.com/kernelkit/infix/compare/v25.06.1...v26.08.0

package/klish/klish.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally calculated
22
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE
3-
sha256 eff4cc740c6cfe2c03f7aeee2092f16616575d1462b1ad67d9f476463a6bf3fe klish-1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb-git4.tar.gz
3+
sha256 d3148fd6d3fc106384c88efe5a4ce3c7b1d512bd919b864d84c13b7b9ad523f0 klish-4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0-git4.tar.gz

package/klish/klish.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
KLISH_VERSION = 1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb
7+
KLISH_VERSION = 4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0
88
KLISH_SITE = https://github.com/kernelkit/klish.git
99
#KLISH_VERSION = tags/3.0.0
1010
#KLISH_SITE = https://src.libcode.org/pkun/klish.git

0 commit comments

Comments
 (0)