Copied version history from 1.6.9 (stable-1.6).

This commit is contained in:
Florian Pose
2026-03-26 17:55:23 +01:00
parent dd109f2493
commit 87c62e7fa8
2 changed files with 13 additions and 3 deletions
+11 -1
View File
@@ -1,9 +1,19 @@
# Since 1.6.8
# Version 1.7.0
- Added SII caching functionality with
- the kernel module parameter `sii_caching`,
- the configuration variable `SII_CACHING`,
- and the API method `ecrt_master_sii_caching()`.
# Version 1.6.9
- Protect datagram injection mechanism against re-ordering.
- Fixed for genet and igb drivers for openSUSE Leap 16.0 kernel 6.12.
- tty: Implemented new timer interface since kernel 6.15.
- Do not require .config to exist in kernel sources.
- Fix: Attach slaves before calculating DCs.
- Discard EoE traffic in CoE statemachine, if EoE is disabled.
- Support for Linux 6.19
- Added `--with-kmod-dir` and `--with-ip-cmd` configuration switches
to specify the paths of the tools used in the `ethercatctl` script.
- Changed the default path of the `ip` command to `/sbin/ip`.
+2 -2
View File
@@ -1,6 +1,6 @@
#-----------------------------------------------------------------------------
#
# Copyright (C) 2006-2025 Florian Pose, Ingenieurgemeinschaft IgH
# Copyright (C) 2006-2026 Florian Pose, Ingenieurgemeinschaft IgH
#
# This file is part of the IgH EtherCAT Master.
#
@@ -28,7 +28,7 @@ AC_PREREQ([2.59])
# - Check for complete Doxygen comments
# - Update version number below
#
AC_INIT([ethercat], [1.6.8], [fp@igh.de])
AC_INIT([ethercat], [1.7.0], [fp@igh.de])
AC_CONFIG_AUX_DIR([autoconf])
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])