source: BAORadio/libindi/libindi/ChangeLog @ 504

Last change on this file since 504 was 504, checked in by frichard, 13 years ago

-Version 0.8 de libini
-Formule de Marc
-Nouvelles fonctionnalités (goto nom-de l'objet etc...)

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