Skip to content

Commit

Permalink
INDI Library v1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 5, 2019
1 parent c95d9dc commit f160589
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debian/libindi/libindi1.install
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
usr/lib/*/libindidriver.so.1
usr/lib/*/libindidriver.so.1.8.0
usr/lib/*/libindidriver.so.1.8.1
usr/lib/*/libindilx200.so.1
usr/lib/*/libindilx200.so.1.8.0
usr/lib/*/libindilx200.so.1.8.1
usr/lib/*/libindiAlignmentDriver.so.1
usr/lib/*/libindiAlignmentDriver.so.1.8.0
usr/lib/*/libindiAlignmentDriver.so.1.8.1
usr/lib/*/indi/MathPlugins/
2 changes: 1 addition & 1 deletion libindi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENDIF ()
set(INDI_SOVERSION "1")
set(CMAKE_INDI_VERSION_MAJOR 1)
set(CMAKE_INDI_VERSION_MINOR 8)
set(CMAKE_INDI_VERSION_RELEASE 0)
set(CMAKE_INDI_VERSION_RELEASE 1)
set(CMAKE_INDI_VERSION_STRING "${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE}")
set(INDI_VERSION ${CMAKE_INDI_VERSION_MAJOR}.${CMAKE_INDI_VERSION_MINOR}.${CMAKE_INDI_VERSION_RELEASE})

Expand Down
14 changes: 14 additions & 0 deletions libindi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
From 1.8.0 to 1.8.1

+ Unified Toupbase driver for Touptek-based cameras.
+ Support for native backlash handling in INDI::FocuserInterface
+ Apogee fan control support.
+ Fixed Bluetooth serial port connectivity.
+ Updated version of OnStep driver (v1.8), fixes for Fork Mounts.
+ Pegasus Ultimate Power Box v2 support.
+ Fixed Celestron GPS focuser position.
+ Fixed parking mode initialization for roll-off roofs.
+ Fixed various FocusLynx issues and added Optec Sagitta focuser.
+ LX200 Based mount migrated to INDI::FocuserInterface
+ QHY SDK updated to 6.0.1.

From 1.7.9 to 1.8.0

+ iOptron CEM40 driver.
Expand Down
2 changes: 1 addition & 1 deletion libindi/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Instrument Neutral Distributed Interface INDI"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.8.0
PROJECT_NUMBER = 1.8.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion libindi/indiapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For a full list of contributors, please check <a href="https://github.com/indili
/* INDI Library version */
#define INDI_VERSION_MAJOR 1
#define INDI_VERSION_MINOR 8
#define INDI_VERSION_RELEASE 0
#define INDI_VERSION_RELEASE 1

/*******************************************************************************
* Manifest constants
Expand Down

0 comments on commit f160589

Please sign in to comment.