# HG changeset patch # User Florian Pose # Date 1189071426 0 # Node ID a69fd2491fa8fa44790e083ff26a7cffbfc55ce8 # Parent 90bdb315f560779dae80d958271cc197ece63668 Added changes to NEWS file and fixed some typos. Set version to 1.3.1-pre. diff -r 90bdb315f560 -r a69fd2491fa8 NEWS --- a/NEWS Thu Sep 06 09:28:38 2007 +0000 +++ b/NEWS Thu Sep 06 09:37:06 2007 +0000 @@ -4,17 +4,24 @@ ------------------------------------------------------------------------------- +Changes in version 1.3.1: + +* Fixed problems on big-endian systems. +* Added documentation on how to set up an EoE network. + +------------------------------------------------------------------------------- + Changes in version 1.3.0: -* Added Intel PRO/1000 gigabit ethernet driver (e1000). -* Added testing version of Intel PRO/100 ethernet driver (e100). -* Added testing version of NVIDIA nForce ethernet driver (forcedeth). +* Added Intel PRO/1000 Gigabit Ethernet driver (e1000). +* Added testing version of Intel PRO/100 Ethernet driver (e100). +* Added testing version of NVIDIA nForce Ethernet driver (forcedeth). * Removed "ec_eoeif_count" master module parameter. EoE handlers are created dynamically instead. * Added "main" and "backup" parameters to master module to hand over the MAC addresses of the devices to wait for. This made the ec_device_index - parameter of the ethernet drivers obsolete. The broadcast MAC address means, - that the master accepts the first device offered by any ethernet driver. + parameter of the Ethernet drivers obsolete. The broadcast MAC address means, + that the master accepts the first device offered by any Ethernet driver. * Changed format of sysconfig file and accordingly adjusted functionality of the init script to handle the above MAC address lists. * Realtime interface changes: @@ -48,7 +55,7 @@ state machine. * Master state machine scheduled with timeout if idle, otherwise is executed as fast as possible (with schedule()). -* Added dummy module for simulation purpuses. +* Added dummy module for simulation purposes. * Limited infinite EEPROM reading, if 0xffff limiter word is missing. * Init script works now properly on non-SUSE distros (no rc.status dependency any more). @@ -58,7 +65,7 @@ Changes in version 1.2.0: -* Serveral fixes of bugs and stability issues. Master should now run fine +* Several fixes of bugs and stability issues. Master should now run fine with kernels 2.6.17 to 2.6.19. * Realtime interface changes: - Re-introduced ecrt_domain_queue() to allow datagram queuing apart @@ -93,7 +100,7 @@ * Device modules for kernel 2.6.17. * SDO configurations available in Sysfs. * FMMU configurations cleared when going to INIT. -* Slave-specific logs only at debug level 1 (for large busses). +* Slave-specific logs only at debug level 1 (for large buses). * Slave flags (error, online) available in Sysfs. * Acknowledging of spontaneous state changes in master FSMs. * ecrt_master_deactivate() deprecated. diff -r 90bdb315f560 -r a69fd2491fa8 configure.ac --- a/configure.ac Thu Sep 06 09:28:38 2007 +0000 +++ b/configure.ac Thu Sep 06 09:37:06 2007 +0000 @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ AC_PREREQ(2.59) -AC_INIT([ethercat],[1.3.0],[fp@igh-essen.com]) +AC_INIT([ethercat],[1.3.1-pre],[fp@igh-essen.com]) AC_CONFIG_AUX_DIR([autoconf]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2]) AC_PREFIX_DEFAULT([/opt/etherlab])