File libindi.changes of Package libindi
-------------------------------------------------------------------
Sun Jul 5 19:24:14 UTC 2015 - crrodriguez@opensuse.org
- libindi-implicit-pointer-decl.patch: fix rpmlint implicit
declaration warnings
- BuildRequire libusb-1.0 not libusb-devel
- Build C++ code with at least -fvisibility-inlines-hidden.
-------------------------------------------------------------------
Sat Feb 21 20:22:30 UTC 2015 - asterios.dramis@gmail.com
- Update to version 1.0.0:
* 3rdparty: Support for QHY CCDs and CFWs (BETA).
* 3rdparty: Support for Meade DSI (BETA).
* 3rdparty: Support for FFMV cameras.
* Support for STAR2000.
* Support for Baader dome.
* Support for Baader SteelDrive focuser.
* Support for dome slaving (BETA).
* Subframing and debayer support in GPhoto driver.
* Improved CFW handling and external tracking CCD for SBIG CCDs.
* Add debayer support for color cameras with user-configurable
options. Debayer is performed at the client level.
* Fixed deinterlacing and subframing support in Starlight Xpress
drivers.
* Fixed issues with joystick support in some drivers. Added
joystick support to focuser and filter wheels.
* Improvements in generation of FITS header.
* Improvement in performance of some drivers under SBCs like
Raspberry PI.
* Added fan and readout speed controls to QSI CCD.
* Fixed locale issue in INDI driver.
* Fixed regression in LX200Basic driver.
* Fixed issue with INDI Server resetting environment variable for
skeleton and config files.
* Various fixes for loading/saving of user configuration.
From version 0.9.9:
* Thread-safe INDI Library.
* Support for Rigelsys NFocus Focuser driver.
* 3rdparty: Additional VID/PID for QHY.
* 3rdparty: added USB Bandiwdth control for ZWO Optical cameras.
* 3rdparty: Updated and improved INDI Apogee driver and Apogee
Library major update.
* 3rdparty: Live preview support for GPhoto driver. Tested on
Canon.
* 3rdparty: Various bugfixes and improvements in INDI SBIG driver
including working guide chip support.
* 3rdparty: Fixed time drift error in EQMod. Added Horizon
limits. Added Backlash comp.
* Updated and improved Image Agent.
* Improved Astrophysics driver support.
* Fixed location bug in Celestron GPS driver.
* Additional information in FITS header such as filter name.
* Joystick support for focuser and filter wheel devices.
* Added option to enable local & remote save for FITS images in
all CCD drivers.
* Older V4L driver is deprecated (indi_v4l_legacy) and is
replaced by indi_v4l2_ccd
* V4L2: added recording (SER files) for use with Registax
* V4L2: added RGGB & UYVY pixel format support to V4L2 drivers.
* V4L2: fixed LX long exposure times.
* Updated and improved tutorials.
* Fixed few OSX compatibility issues.
* Various bug fixes and improvements.
From version 0.9.8:
* Support for Telescope Alignment Subsystem Infrastructure. This
includes an implementation of Markley's singular value
decomposition (SVD) based algorithm for the computation of
sky/telescope coordinate conversion transforms, in addition to
multiple plugin support.
* Suppprt for SkyWatcherAPI Mount with Alignment Subsystem.
* Support for ZWO Optics ASI Cameras (3rd party)
* Support for AAG Cloud Watcher station (3rd Party).
* Support for MoonLite focusers.
* Support for Fishcamp CCDs (3rd Party).
* Support for Imager Agent.
* Improved EQMod driver including custom parking position.
* New and updated Astrophysics mount driver.
* New and updated QHY CCD Driver (3rd Party).
* New and improved GPhoto driver to support DSLRs.
* New and updated Video4Linux CCD Driver including support for
long exposures (LX) and Imaging Source cameras.
* New and improved Apogee CCD driver.
* Improved support for SBIG CCDs including ST-I.
* Updated and improved TCFS Focuser drivers.
* Drivers migrated to libusb 1.0 framework.
* Rapid Guide Support for CCD Drivers.
* Improved compatibility with Mac OSX including INDI Server and
GUI.
* Various bug fixes and improvements.
- Added new build requirements gsl-devel and libjpeg-devel.
- Adjust no-return-in-nonvoid-function.patch for this release
(patch upstream).
- Removed libindi-aarch64.patch (fixed upstream).
-------------------------------------------------------------------
Sat Feb 1 17:31:26 UTC 2014 - hrvoje.senjan@gmail.com
- Update to version 0.9.7:
* Support for EQMod mount driver (3rd party).
* Support for ATIK CCDs and Filter Wheels (3rd party).
* Support for Shoestring Astronomy FCUSB (3rd party).
* Support for joysticks and game pads under Linux.
* LX200, Celeston, and EQMod drivers support joystick input.
* Improved LX200 & Celestron telescope drivers.
* Improved simulator drivers.
* INDI server support for multiple devices per driver.
* New universal logging and debugging framework for INDI
developers.
* Fixed an issue in TCFS driver where a connect may fail if
focuser is put into sleep mode.
* Fixed an issue where the client thread in INDI::BaseClient
is not being terminated gracefully in blocking mode.
* Fixed an issue involving non-English clients that utilize
INDI client library to communicate with INDI server.
* Fixed an issue where some properties in some drivers are
sent before getting defined by INDI.
- Droped udev_rules_dir_configurable.patch, not required anymore
- Adjust no-return-in-nonvoid-function.patch for this release
-------------------------------------------------------------------
Wed Mar 27 15:31:12 UTC 2013 - schwab@suse.de
- libindi-aarch64.patch: No port I/O on aarch64
-------------------------------------------------------------------
Wed Nov 28 19:56:10 UTC 2012 - asterios.dramis@gmail.com
- Update to version 0.9.6:
* Support for Starlight Xpress Adaptive Optics unit.
* Improved support for Startlight Xpress CCDs and Filter wheels.
* Support for Arduino boards, with customizable drivers for common
observatory auxiliary devices.
* Support for GPUSB Guide Port Interface.
* Improved support for QSI CCDs and Filter wheels.
* Support for filters with absolute positioning.
* Support for cameras with guiding chip.
* Fixed INDI server FIFO CPU utilization bug.
* Fixed various bugs with v4l drivers due to code regression.
* Improved support for Mac OS X.
* Improved simulators.
* _REQUEST properties are now deprecated.
* Updated tutorials and API.
- Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
added a new one to fix some new "no-return-in-nonvoid-function" rpm
post-build check errors.
- Added a patch (udev_rules_dir_configurable.patch) to make
"UDEVRULES_INSTALL_DIR" configurable.
- Added pkgconfig(udev) as build requirement in order to install the udev rules
file in the correct directory.
-------------------------------------------------------------------
Thu Sep 27 17:17:41 UTC 2012 - asterios.dramis@gmail.com
- Update to version 0.9.5:
* Focuser simulator driver.
* CCD, Telescope, Focuser, and Filter simulators improvements including
periodic error effects, FWHM, and more.
* Major improvements to INDI Base Library and INDI Client Library.
* Fixed minor bugs in LX200 Generic, LX200 FS2, Magellan, and Celestron
drivers.
* Minor bugfixes and improvements.
* Fixed color buffer problem in V4L drivers.
* Numerous bug fixes and minor improvements.
From 0.9.1:
* Bugfix release.
- Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
added a new one to fix some new "no-return-in-nonvoid-function" rpm
post-build check errors.
- Removed libindi-usleep.patch that fixed compilation with gcc-4.7 (fixed
upstream).
-------------------------------------------------------------------
Tue May 22 19:43:16 UTC 2012 - asterios.dramis@gmail.com
- Removed cfitsio_link_libs.patch (not needed after the update of cfitsio
package and cfitsio.pc fix regarding library linking).
-------------------------------------------------------------------
Wed Mar 14 21:01:30 UTC 2012 - asterios.dramis@gmail.com
- Added a patch (taken from Fedora) to fix compilation with gcc-4.7.
-------------------------------------------------------------------
Thu Jan 19 20:36:41 UTC 2012 - asterios.dramis@gmail.com
- Update to version 0.9:
* INDI::Base drivers are now used for most classes of astronomical
instruments.
* New iEQ45 GoTo German Equatorial Mount Driver.
* New improved QSI CCD & Filter driver.
* New improved Starlight Xpress CCD & Filter driver.
* New improved RoboFocus driver.
* libboost is no longer required to build libindi.
* Improved support for building on non-Linux OSes.
* Numerous bug fixes and minor improvements.
- Removed the following patches:
* bufferoverflowstrncat.patch (fixed upstream).
* fix_symlinks.patch (fixed upstream).
* libindi.pc_fix.patch (fixed upstream).
- Removed the previous no-return-in-nonvoid-function.patch (fixed upstream) and
added a new one to fix a new "no-return-in-nonvoid-function" rpm post-build
check error.
- Replaced libindi-cfitsio.patch with cfitsio_link_libs.patch (fix missing
"pthread" in target_link_libraries where needed).
- Spec file updates:
* Removed boost-devel from BuildRequires (not needed anymore).
-------------------------------------------------------------------
Mon Dec 12 08:18:15 UTC 2011 - idonmez@suse.com
- Fix build with new cfitsio
-------------------------------------------------------------------
Sun Sep 18 22:16:10 UTC 2011 - asterios.dramis@gmail.com
- Update to version 0.8:
* Starlight Xpress CCD and Filter Wheel.
* EQ Synscan Mount.
* TCFS Focuser.
* QSI CCD.
* Radio Astronomy Supplies Spectracyber Hydrogen Line Spectromet.
From 0.7.1/0.7.2:
* Fixed change filter bug in true technology filter wheel.
* setINDI updated and improved.
* Improved INDI::Mediator functionality.
* Fixed buffer reading in INDI::BaseClient.
* Add new tutorial for INDI::BaseClient.
From 0.7.0:
* Dynamic renaming of drivers upon run time.
* Standard helper API to create and utilize INDI clients.
* Ability to load driver properties from an external XML file.
* Ability to write/read XML configuration files for driver values to be
loaded at run time.
* Facilitating debugging and simulation of drivers.
* New C++ framework to facilitate the development of new INDI drivers.
* New 3rd party drivers!
* Several bug fixes for current drivers and framework.
- Spec file updates:
* Added boost-devel in BuildRequires.
- Added 2 patches to fix rpm post-build check errors "bufferoverflowstrncat"
and "no-return-in-nonvoid-function".
-------------------------------------------------------------------
Sat May 21 21:09:03 UTC 2011 - asterios.dramis@gmail.com
- Update to version 0.6.2:
* Build related updates.
From 0.6.1:
* Updating drivers.xml to comply to new XML structure for group and devices
metadata descriptions.
- Spec file updates:
* Changes based on spec-cleaner run.
* Changes in Url, Group, Summary and %description.
* Changes in the fix for lib64 installation.
* Minor other updates.
- Added 2 patches to fix the symlinks installation and the pkgconfig file based
on Gentoo.
-------------------------------------------------------------------
Thu Apr 1 16:04:52 CEST 2010 - llunak@novell.com
- Add libfli as a buildrequire
-------------------------------------------------------------------
Fri Mar 20 17:39:24 CET 2009 - crrodriguez@suse.de
- run ldconfig
- use RPM_OPT_FLAGS
- fix -devel package dependencies
-------------------------------------------------------------------
Tue Jan 6 21:18:04 CET 2009 - dmueller@suse.de
- Initial package (v0.6)