mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Changes in 1.22.5 (released 2026-02-06): - Fix sizeof usage in set_active_node: Use 'sizeof active_list[0]' instead of 'sizeof (line_node **)' - Improve error message: Change "Is a directory" to "Invalid filename" in may_access_filename function Changes in 1.22.4 (released 2026-01-03): - Skip check of ISO-8859-1 names on UTF-8-only systems in test suite https://lists.gnu.org/archive/html/bug-ed/2026-02/msg00000.html Tested Using: - utils/test-pkg -a -p ed Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>