Version 1.4.0-pre.
authorFlorian Pose <fp@igh-essen.com>
Fri, 01 Feb 2008 13:35:29 +0000
changeset 777 13884840c5d0
parent 776 2179d8a742e9
child 778 7fc85507f49a
Version 1.4.0-pre.
NEWS
configure.ac
--- a/NEWS	Thu Jan 31 14:44:33 2008 +0000
+++ b/NEWS	Fri Feb 01 13:35:29 2008 +0000
@@ -4,10 +4,12 @@
 
 -------------------------------------------------------------------------------
 
-Changes in version XXX:
+Changes in version 1.4.0:
 
+* Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller.
 * Allow gaps in PDO mapping read from CoE.
-* Added 8139too driver for kernel 2.6.22, thanks to Erwin Burgstaller.
+* Fixed bug in CoE code.
+* Improved handling of large EEPROM contents.
 
 -------------------------------------------------------------------------------
 
--- a/configure.ac	Thu Jan 31 14:44:33 2008 +0000
+++ b/configure.ac	Fri Feb 01 13:35:29 2008 +0000
@@ -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])