2008-08-01 Florian Pose Version 1.4.0-rc1.
2008-08-01 Florian Pose Added spaces to init script.
2008-08-01 Florian Pose Use down_interruptible() wherever possible.
2008-08-01 Florian Pose Don't show Pdo (entry) names in configuration output.
2008-08-01 Florian Pose Show Pdo bit lengths right-aligned.
2008-08-01 Florian Pose Attach Pdo names from dictionary.
2008-08-01 Florian Pose Repaired init script status command.
2008-08-01 Florian Pose Introduced SdoCommand class to replace coe_datatypes.[ch]; added CoE abort codes in user space-
2008-08-01 Florian Pose Removed sync manager assign source.
2008-08-01 Florian Pose ApplicationInterface
2008-08-01 Florian Pose Added debugging for configuration function of the application interface.
2008-08-01 Florian Pose Configure Pdos before configuring the Pdo sync managers,
2008-08-01 Florian Pose Added analog output to minimal example.
2008-08-01 Florian Pose Fixed reconfiguration: Force config when application detaches.
2008-08-01 Florian Pose Minor change.
2008-07-31 Florian Pose TODO.
2008-07-31 Florian Pose Avoided compiler warning.
2008-07-31 Florian Pose Major Pdo configuration change: Read mapping of unknown Pdos during
2008-07-31 Florian Pose Only warn (and do not abort) if Pdo assignment/mapping configuration
2008-07-30 Florian Pose Fixed attached slave position in 'ethercat config' -> decimal.
2008-07-29 Florian Pose Alternative Pdo assignment for el3162.
2008-07-29 Florian Pose TODO.
2008-07-29 Florian Pose Use expedited transfer type for Sdos <= 4 byte.
2008-07-28 Florian Pose Added noinst_HEADERS variable.
2008-07-28 Florian Pose Improved help.
2008-07-28 Florian Pose Removed global variables.
2008-07-28 Florian Pose Added 'ethercat version' command.
2008-07-28 Florian Pose Fixed svnversion path argument.
2008-07-28 Florian Pose Minor changes.
2008-07-28 Florian Pose Display real ethernet address.
2008-07-28 Florian Pose Accept '-' as filename to read from stdin.
2008-07-28 Florian Pose Removed MasterDevice::slaveCount().
2008-07-28 Florian Pose Improved alias/position addressing in case od duplicated aliases.
2008-07-28 Florian Pose Removed parameter values 'all'.
2008-07-28 Florian Pose Added --help for alias and position parameters.
2008-07-28 Florian Pose Implemented alias and position for configs.
2008-07-28 Florian Pose Common message for single slave selections.
2008-07-28 Florian Pose Fixed missing protection for a spin_lock_irqrestore() call.
2008-07-28 Florian Pose NEWS.
2008-07-28 Florian Pose No need to call e1000 watchdog when frames are received (thanks to O. Zarges).
2008-07-25 Florian Pose Alias/Position selection.
2008-07-25 Florian Pose Fixed requested_state.
2008-07-25 Florian Pose Minor change.
2008-07-25 Florian Pose Renamed state field to al_state.
2008-07-25 Florian Pose Show attached slave position and state in 'ethercat config'.
2008-07-25 Florian Pose Moved slaveState() to Command::alStateString().
2008-07-24 Florian Pose Force reconfiguration after attachment.
2008-07-24 Florian Pose Bugfixes and improvements.
2008-07-24 Florian Pose Fixed duplicate alias command.
2008-07-24 Florian Pose Redesigned command interface.
2008-07-24 Florian Pose Minor fixes.
2008-07-24 Florian Pose Command-line help in the docs.
2008-07-24 Florian Pose Output requested help to stdout, help on invalid usage to stderr.
2008-07-23 Florian Pose TODO.
2008-07-23 Florian Pose Added command-line help for every ethercat command.
2008-07-23 Florian Pose Improved exceptions and commandName usage.
2008-07-23 Florian Pose Fixed sdoUpload().
2008-07-23 Florian Pose Renamed sdo_download command to download. Same with upload.
2008-07-23 Florian Pose Updated docs.
2008-07-23 Florian Pose TODO.