# HG changeset patch # User Florian Pose # Date 1222931777 0 # Node ID bbdaddf33131380a0df7d3238cb41edae3e7da98 # Parent 8174d9b2adaf92afb0dadbe159a179400ba7a392 Version 1.4.0-rc3. diff -r 8174d9b2adaf -r bbdaddf33131 NEWS --- a/NEWS Thu Oct 02 07:10:49 2008 +0000 +++ b/NEWS Thu Oct 02 07:16:17 2008 +0000 @@ -4,7 +4,7 @@ ------------------------------------------------------------------------------- -Changes since 1.4.0-rc2: +Changes in version 1.4.0-rc3: * Ported the master thread to the kthread interface. * Added missing semaphore up() in an ioctl(). In rare cases, the master diff -r 8174d9b2adaf -r bbdaddf33131 configure.ac --- a/configure.ac Thu Oct 02 07:10:49 2008 +0000 +++ b/configure.ac Thu Oct 02 07:16:17 2008 +0000 @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ AC_PREREQ(2.59) -AC_INIT([ethercat],[1.4.0-rc2],[fp@igh-essen.com]) +AC_INIT([ethercat],[1.4.0-rc3],[fp@igh-essen.com]) AC_CONFIG_AUX_DIR([autoconf]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2]) AC_PREFIX_DEFAULT([/opt/etherlab])