mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
+12
-4
@@ -3,9 +3,16 @@ Change Log
|
||||
|
||||
All notable changes to the project are documented in this file.
|
||||
|
||||
[v25.11.0][UNRELEASED]
|
||||
[v25.11.0][] - 2025-11-28
|
||||
-------------------------
|
||||
|
||||
> [!NOTE]
|
||||
> Noteworthy changes and additions in this release:
|
||||
>
|
||||
> - DHCPv6 client support
|
||||
> - Configurable support for TTL in GRE/VXLAN tunnels
|
||||
> - Extensive filtering support for syslog messages
|
||||
|
||||
### Changes
|
||||
|
||||
- Upgrade Buildroot to 2025.02.8 (LTS)
|
||||
@@ -38,7 +45,7 @@ All notable changes to the project are documented in this file.
|
||||
to `urn:infix:params:xml:ns:yang` to properly reflect custom implementation
|
||||
- Improvements to `sdcard.img` generation, useful for developers mostly:
|
||||
- The NanoPi R2S bootloader is now automatically built and uploaded to
|
||||
the [`latest-boot` release][lastest-boot] tag
|
||||
the [`latest-boot` release][latest-boot] tag
|
||||
- The `utils/mkimage.sh` script now supports fetching the bootloader
|
||||
- The raspberrypi-rpi64 board's bootloader is now aptly named rpi64
|
||||
- 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.
|
||||
boot step "Mounting filesystems ...", from 30 seconds up to five minutes!
|
||||
- Fix broken intra-document links in container and tunnel documentation
|
||||
|
||||
[lastest-boot]: https://github.com/kernelkit/infix/releases/latest-boot
|
||||
[latest-boot]: https://github.com/kernelkit/infix/releases/latest-boot
|
||||
[bpi-r3-emmc-documentation]: https://github.com/kernelkit/infix/blob/main/board/aarch64/bananapi-bpi-r3/README.md
|
||||
|
||||
[v25.10.0][] - 2025-10-31
|
||||
@@ -1799,7 +1806,8 @@ Supported YANG models in addition to those used by sysrepo and netopeer:
|
||||
|
||||
[buildroot]: https://buildroot.org/
|
||||
[UNRELEASED]: https://github.com/kernelkit/infix/compare/v25.10.0...HEAD
|
||||
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v26.11.0
|
||||
[v26.01.0]: https://github.com/kernelkit/infix/compare/v25.11.0...v26.01.0
|
||||
[v25.11.0]: https://github.com/kernelkit/infix/compare/v25.10.0...v25.11.0
|
||||
[v25.10.0]: https://github.com/kernelkit/infix/compare/v25.09.0...v26.10.0
|
||||
[v25.09.0]: https://github.com/kernelkit/infix/compare/v25.08.0...v26.09.0
|
||||
[v25.08.0]: https://github.com/kernelkit/infix/compare/v25.06.1...v26.08.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE
|
||||
sha256 eff4cc740c6cfe2c03f7aeee2092f16616575d1462b1ad67d9f476463a6bf3fe klish-1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb-git4.tar.gz
|
||||
sha256 d3148fd6d3fc106384c88efe5a4ce3c7b1d512bd919b864d84c13b7b9ad523f0 klish-4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0-git4.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KLISH_VERSION = 1c5ae4bbb49a0d7e1425ca1afe8518b873ee84cb
|
||||
KLISH_VERSION = 4fd82287cfe74c6bbafea8d6c0ba8d8b4c65cdd0
|
||||
KLISH_SITE = https://github.com/kernelkit/klish.git
|
||||
#KLISH_VERSION = tags/3.0.0
|
||||
#KLISH_SITE = https://src.libcode.org/pkun/klish.git
|
||||
|
||||
Reference in New Issue
Block a user