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