diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a503b97a3..4c4b8b6530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/ChangeLog b/ChangeLog index 8dbeb802d9..77f54eb732 100644 --- a/ChangeLog +++ b/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. diff --git a/Doxyfile b/Doxyfile index dd59b027ec..8570f2ff8e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/debian/changelog b/debian/changelog index 6affe1fb20..290c7ba91b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindi (1.8.3) bionic; urgency=medium + + * Minor release. + + -- Jasem Mutlaq Wed, 1 Jan 2020 19:00:00 +0300 + libindi (1.8.2) bionic; urgency=medium * Minor release. diff --git a/indiapi.h b/indiapi.h index c2291b909a..d62aba4647 100644 --- a/indiapi.h +++ b/indiapi.h @@ -133,7 +133,7 @@ For a full list of contributors, please check