fixes for boards where the device name is not the module name
[comedilib.git] / Changelog
1
2 comedilib-0.7.17:
3
4  - Added gettext support.
5  - Config, lib/Makefile: Added ability to add suffix to lib soname.
6  - Makefile: added install_dev, install_runtime, install_doc targets.
7  - comedi_calibrate/: major rewrite, more modular.  Have new system
8    for verifying calibration results
9  - demo/ao_waveform.c: Comedi now supports TRIG_INT.
10  - doc/: Added documentation
11  - include/comedi.h: synchronized with Comedi
12  - Changed copyright headers to be LGPL-2.1.
13  - lib/range.c: new (alpha) functions comedi_sampl_to_phys() and
14    comedi_sampl_from_phys().
15  - testing/results: additional results
16
17 comedilib-0.7.16:
18
19  - New Config file meant to be user-edited, plus necessary changes to
20    build system.
21  - Build and install perl and python wrappers
22  - new README
23  - comedi_calibrate: minor fixes
24  - comedi_config: documentation, getopt, buffer resize fixes
25  - demo/cmd: major updates
26  - demo/mmap: major updates
27  - demo/poll: new demo for comedi_poll()
28  - demo/: lots of general updates
29  - demo/perl/: moved perl demos
30  - documentation: updates, additions
31  - PCMCIA: moved /etc configuration files from Comedi
32  - headers: removed obsolete functions.  use -D_COMEDILIB_DEPRECATED
33    to get them back.  (They still work fine.)
34  - new functions to access buffer information.  (These may change.)
35  - new functions to access command information.
36  - new function comedi_data_read_n() for reading N samples using insns
37  - additional error reporting/logging
38  - new function comedi_get_subdevice_flags().  Returns subdevice flags.
39  - new python wrapper (it's been around for a long time, just not included)
40  - comedi_test: new tests, fixed tests, additional error logging, additional
41    results
42
43  
44