Skip to content

Commit

Permalink
INDI Library v1.8.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jan 1, 2020
1 parent 2e07a82 commit 424576d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 2)
set(CMAKE_INDI_VERSION_RELEASE 3)
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 ChangeLog
@@ -1,3 +1,17 @@
From 1.8.2 to 1.8.3

+ New RainbowAstro Mount driver.
+ New Simulated Pier Side option for all mounts.
+ Added iOptron GEM45 support. (#1041)
+ Added *preliminary* support for iOptron iPolar. (#1043)
+ Update Celestron GPS Guide (#1048)
+ Bug fix: meridian flip working for longer polling intervals (#1042)
+ Update Celestron GPS Guide (#1048)
+ Added recording the absolute position of the focuser to the FITS header (#1052)
+ Fix enabling/disabling DMFC properties and remove dead code (#1050)
+ Enable saving/loading backlash steps and fix motor type select (#1055)


From 1.8.1 to 1.8.2

+ First release of INDI separate from INDI 3rd party repository.
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
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.1
PROJECT_NUMBER = 1.8.3

# 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
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
libindi (1.8.3) bionic; urgency=medium

* Minor release.

-- Jasem Mutlaq <mutlaqja@ikarustech.com> Wed, 1 Jan 2020 19:00:00 +0300

libindi (1.8.2) bionic; urgency=medium

* Minor release.
Expand Down
2 changes: 1 addition & 1 deletion indiapi.h
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 2
#define INDI_VERSION_RELEASE 3

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

0 comments on commit 424576d

Please sign in to comment.