source: BAORadio/libindi/libindi/ChangeLog @ 642

Last change on this file since 642 was 642, checked in by frichard, 12 years ago

-Alignement des antennes
-Version 0.0.9 de libindi

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