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