Version bump to 1.5.3.
This commit is contained in:
parent
afdfadaf6f
commit
85ed1a08c5
6
NEWS
6
NEWS
|
|
@ -1,13 +1,13 @@
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
$Id$
|
|
||||||
|
|
||||||
vim: spelllang=en spell tw=78
|
vim: spelllang=en spell tw=78
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes since 1.5.2:
|
Changes in 1.5.3:
|
||||||
|
|
||||||
|
* Added the ecrt_slave_config_flag() to the application interface.
|
||||||
|
* Added SoE IDN requests in application interface.
|
||||||
* Fixed FoE timeout calculation bug.
|
* Fixed FoE timeout calculation bug.
|
||||||
|
|
||||||
Changes in 1.5.2:
|
Changes in 1.5.2:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH
|
# Copyright (C) 2006-2024 Florian Pose, Ingenieurgemeinschaft IgH
|
||||||
#
|
#
|
||||||
# This file is part of the IgH EtherCAT Master.
|
# This file is part of the IgH EtherCAT Master.
|
||||||
#
|
#
|
||||||
|
|
@ -37,7 +37,7 @@ AC_PREREQ(2.59)
|
||||||
# - Update version number below
|
# - Update version number below
|
||||||
# - make dist-bzip2
|
# - make dist-bzip2
|
||||||
#
|
#
|
||||||
AC_INIT([ethercat],[1.5.2],[fp@igh.de])
|
AC_INIT([ethercat],[1.5.3],[fp@igh.de])
|
||||||
AC_CONFIG_AUX_DIR([autoconf])
|
AC_CONFIG_AUX_DIR([autoconf])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects foreign])
|
AM_INIT_AUTOMAKE([-Wall -Wno-override -Werror dist-bzip2 subdir-objects foreign])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
* request a master, to map process data, to communicate with slaves via CoE
|
* request a master, to map process data, to communicate with slaves via CoE
|
||||||
* and to configure and activate the bus.
|
* and to configure and activate the bus.
|
||||||
*
|
*
|
||||||
* Changes since version 1.5.2:
|
* Changes in version 1.5.3:
|
||||||
*
|
*
|
||||||
* - Added the ecrt_slave_config_flag() method and the EC_HAVE_FLAGS
|
* - Added the ecrt_slave_config_flag() method and the EC_HAVE_FLAGS
|
||||||
* definition to check for its existence.
|
* definition to check for its existence.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue