source: BAORadio/libindi/v1/ChangeLog @ 612

Last change on this file since 612 was 490, checked in by campagne, 14 years ago

import libindi (JEC)

File size: 2.5 KB
Line 
1From 0.5 to 0.6
2
3        # Devices:
4                + Astrophysics mount is now working.
5                + Apogee driver is now working.
6        # Features:
7                + New libindi structure to streamline development.
8                + Drivers using Standard Property _REQUEST WO to make requests. This facilitates scripting and automation of drivers.
9                + Updated inter-driver communication with INDI SNOOP.
10
11From 0.4 to 0.5
12
13        # Devices:
14                + True Technology Filter Wheel
15                + SBIG STV
16
17        # Features:
18             + Added INDI Observer pattern to enable flexible inter-driver communication.
19             + getINDI now supports BLOBs.
20             + LX200 Drivers use client timestamp to update the telescope internal clock. The old behavior was to use to system's time.
21             + Added a new INDI Standard Property: UTC_OFFSET.
22             + Dropping threaded INDI server in favor of the slightly better non-threaded version due to performance considerations.
23
24        # Bugs
25             + SBIG CCD driver was updated to fix problems with CFITSIO.
26             + Updated TTY API to include error reporting, in addition to fixing a few bugs.
27             + Fixed INDI Mac OSX Crash.
28
29        # Known Issues
30             + Astrophysics Mount driver (apmount) is not working. It is currently under new development and is intented to be released in the next version as it matures.
31             + Meade LPI exposure is locked to 1 second. The Video4Linux support for timed exposures is limited. A fix should be available in the next release.
32             + The SBIG driver does not allow autoguiding. When one selects the guider CCD, any exposure on the imaging CCD is cancelled and vice-versa.
33
34From v0.3 to v0.4:
35
36        # Devices:
37
38                + SBIG CCD
39                + SBIG CFW
40                + RoboFocus
41                + FLI Precision Focuser
42                + Orion Atlas / Sky Scan
43               
44        # Other:
45                + Added more API documentation and revised existing documentation for accuracy and consistency.
46                + Fixed UTC correction bug in LX200 driver.
47                + Fixed pallete selection in V4L 2 drivers.
48                + Fixed bug in eventloop that can cause IE timers to crash.
49                + Added variable focus speed for Meade Autostar and GPS.
50                + Added CFITSIO, a mature and robust FITS library.
51                + New RS232 API for common access routines.
52
53From v0.2 to v0.3:
54
55        # Devices:
56                + Apogee CCD (Experimental)
57                + SkyCommander
58                + Temma Takahashi
59                + FLI Filter Wheel
60                + Meade Lunar Planetary Imager (Experimental)
61                + Astrophysics AP
62
63        # Other:
64                + Support for Video 4 Linux 2
65                + Multi-threaded INDI server
66                + Binary transfer via BLOB
67                + INDI scripting tools
68                + Various bug fixing
69
70INDI Library v1.0 conforms to INDI wire protocol v1.6
Note: See TracBrowser for help on using the repository browser.