From 1f683452d0c3f7f042b48bbd9570b63af2f848e0 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 1 Feb 2008 13:35:29 +0000 Subject: [PATCH] Version 1.4.0-pre. --- NEWS | 6 ++++-- configure.ac | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 76efa63b..bb8423e3 100644 --- a/NEWS +++ b/NEWS @@ -4,10 +4,12 @@ $Id$ ------------------------------------------------------------------------------- -Changes in version XXX: +Changes in version 1.4.0: -* Allow gaps in PDO mapping read from CoE. * Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller. +* Allow gaps in PDO mapping read from CoE. +* Fixed bug in CoE code. +* Improved handling of large EEPROM contents. ------------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 9ba2a154..708b1039 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ #------------------------------------------------------------------------------ AC_PREREQ(2.59) -AC_INIT([ethercat],[1.3.2],[fp@igh-essen.com]) +AC_INIT([ethercat],[1.4.0-pre],[fp@igh-essen.com]) AC_CONFIG_AUX_DIR([autoconf]) AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2]) AC_PREFIX_DEFAULT([/opt/etherlab])