source: BAORadio/libindi/v1.0.1/ChangeLog @ 614

Last change on this file since 614 was 501, checked in by frichard, 14 years ago

-BAOControl : petite interface permettant de contrôler les antennes via le pilote indi_BAO
-Le pilote indi_BAO utilise désormais libindi v 0.7

File size: 3.2 KB
Line 
1From 0.6.2 to 0.7.0
2
3      # Dynamic renaming of drivers upon run time.
4      # Standard helper API to create and utilize INDI clients.
5      # Ability to load driver properties from an external XML file.
6      # Ability to write/read XML configuration files for driver values to be loaded at run time.
7      # Facilitating debugging and simulation of drivers.
8      # New C++ framework to facilitate the development of new INDI drivers.
9      # Several bug fixes for current drivers and framework.
10
11From 0.6.1 to 0.6.2
12
13        # Build related updates.
14
15From 0.6 to 0.6.1
16
17        # Updating drivers.xml to comply to new XML structure for group and devices metadata descriptions.
18
19From 0.5 to 0.6
20
21        # Devices:
22                + Astrophysics mount is now working.
23                + Apogee driver is now working.
24        # Features:
25                + New libindi structure to streamline development.
26                + Drivers using Standard Property _REQUEST WO to make requests. This facilitates scripting and automation of drivers.
27                + Updated inter-driver communication with INDI SNOOP.
28
29From 0.4 to 0.5
30
31        # Devices:
32                + True Technology Filter Wheel
33                + SBIG STV
34
35        # Features:
36             + Added INDI Observer pattern to enable flexible inter-driver communication.
37             + getINDI now supports BLOBs.
38             + LX200 Drivers use client timestamp to update the telescope internal clock. The old behavior was to use to system's time.
39             + Added a new INDI Standard Property: UTC_OFFSET.
40             + Dropping threaded INDI server in favor of the slightly better non-threaded version due to performance considerations.
41
42        # Bugs
43             + SBIG CCD driver was updated to fix problems with CFITSIO.
44             + Updated TTY API to include error reporting, in addition to fixing a few bugs.
45             + Fixed INDI Mac OSX Crash.
46
47        # Known Issues
48             + 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.
49             + 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.
50             + The SBIG driver does not allow autoguiding. When one selects the guider CCD, any exposure on the imaging CCD is cancelled and vice-versa.
51
52From v0.3 to v0.4:
53
54        # Devices:
55
56                + SBIG CCD
57                + SBIG CFW
58                + RoboFocus
59                + FLI Precision Focuser
60                + Orion Atlas / Sky Scan
61               
62        # Other:
63                + Added more API documentation and revised existing documentation for accuracy and consistency.
64                + Fixed UTC correction bug in LX200 driver.
65                + Fixed pallete selection in V4L 2 drivers.
66                + Fixed bug in eventloop that can cause IE timers to crash.
67                + Added variable focus speed for Meade Autostar and GPS.
68                + Added CFITSIO, a mature and robust FITS library.
69                + New RS232 API for common access routines.
70
71From v0.2 to v0.3:
72
73        # Devices:
74                + Apogee CCD (Experimental)
75                + SkyCommander
76                + Temma Takahashi
77                + FLI Filter Wheel
78                + Meade Lunar Planetary Imager (Experimental)
79                + Astrophysics AP
80
81        # Other:
82                + Support for Video 4 Linux 2
83                + Multi-threaded INDI server
84                + Binary transfer via BLOB
85                + INDI scripting tools
86                + Various bug fixing
87
88INDI Library v1.0 conforms to INDI wire protocol v1.6
Note: See TracBrowser for help on using the repository browser.