Skip to content

Commit

Permalink
INDI Library v1.8.0 monthly release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Jul 27, 2019
1 parent bde5068 commit 7297e36
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 9 deletions.
6 changes: 6 additions & 0 deletions debian/libindi-all/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
indi-full (1.8.0) bionic; urgency=medium

* Minor release.

-- Jasem Mutlaq <[email protected]> Sat, 27 Jul 2019 19:00:00 +0300

indi-full (1.7.9) bionic; urgency=medium

* Minor release.
Expand Down
6 changes: 6 additions & 0 deletions debian/libindi/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libindi (1.8.0) bionic; urgency=medium

* Minor release.

-- Jasem Mutlaq <[email protected]> Sat, 27 Jul 2019 19:00:00 +0300

libindi (1.7.9) bionic; urgency=medium

* Minor release.
Expand Down
2 changes: 1 addition & 1 deletion debian/libindi/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
9
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.7.9
usr/lib/*/libindidriver.so.1.8.0
usr/lib/*/libindilx200.so.1
usr/lib/*/libindilx200.so.1.7.9
usr/lib/*/libindilx200.so.1.8.0
usr/lib/*/libindiAlignmentDriver.so.1
usr/lib/*/libindiAlignmentDriver.so.1.7.9
usr/lib/*/libindiAlignmentDriver.so.1.8.0
usr/lib/*/indi/MathPlugins/
4 changes: 2 additions & 2 deletions libindi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ENDIF ()

set(INDI_SOVERSION "1")
set(CMAKE_INDI_VERSION_MAJOR 1)
set(CMAKE_INDI_VERSION_MINOR 7)
set(CMAKE_INDI_VERSION_RELEASE 9)
set(CMAKE_INDI_VERSION_MINOR 8)
set(CMAKE_INDI_VERSION_RELEASE 0)
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
17 changes: 17 additions & 0 deletions libindi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
From 1.7.9 to 1.8.0

+ iOptron CEM40 driver.
+ QHYCCD CFW1 driver.
+ Decode ATIK firmware version correctly.
+ Apply gamma when downscaling 16bit to 8bit stream.
+ Improve reliability of sendBlob.
+ GPSD driver should use raw GPS time by default.
+ add watchProperty to make client only request and only process properties of interest.
+ Prevents indi_fli_wheel crash for FLI-CFW-1-8 model.
+ Fix communication issues in Vixen Starbook driver.
+ Fix Dew control and Current sensing on PPB.
+ Fix out-of-bounds access in 420p conversion in V4L2 driver.
+ Fix Atik guide ST4 pulses.
+ ASI Camera SDK 1.14.0715 update.
+ QHY SDK updated to 5.1.0.

From 1.7.8 to 1.7.9

+ New Astromechanic Light Pollution Meter 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.7.9
PROJECT_NUMBER = 1.8.0

# 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
4 changes: 2 additions & 2 deletions libindi/indiapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ 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 7
#define INDI_VERSION_RELEASE 9
#define INDI_VERSION_MINOR 8
#define INDI_VERSION_RELEASE 0

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

0 comments on commit 7297e36

Please sign in to comment.