Skip to content

Commit

Permalink
libindi 1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Apr 22, 2018
1 parent 893ad8a commit a1429fc
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 5 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.7.2) bionic; urgency=medium

* Upstream release.

-- Jasem Mutlaq <[email protected]> Sun, 22 Apr 2018 22:00:00 +0300

indi-full (1.7.0) bionic; urgency=medium

* Upstream 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.7.2) bionic; urgency=medium

* Minor release.

-- Jasem Mutlaq <[email protected]> Sun, 22 Apr 2018 22:00:00 +0300

libindi (1.7.1) bionic; urgency=medium

* Hotfix release.
Expand Down
4 changes: 2 additions & 2 deletions debian/libindi/libindi1.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
usr/lib/*/libindidriver.so.1
usr/lib/*/libindidriver.so.1.7.1
usr/lib/*/libindidriver.so.1.7.2
usr/lib/*/libindiAlignmentDriver.so.1
usr/lib/*/libindiAlignmentDriver.so.1.7.1
usr/lib/*/libindiAlignmentDriver.so.1.7.2
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 @@ -46,7 +46,7 @@ ENDIF ()
set(INDI_SOVERSION "1")
set(CMAKE_INDI_VERSION_MAJOR 1)
set(CMAKE_INDI_VERSION_MINOR 7)
set(CMAKE_INDI_VERSION_RELEASE 1)
set(CMAKE_INDI_VERSION_RELEASE 2)
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
10 changes: 10 additions & 0 deletions libindi/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
From 1.7.0 to 1.7.2

+ Fixed live view, mirror locking, and ghost images in GPhoto driver.
+ Warn user when configuration files are owned by root.
+ Fix setting of GPS Interface in GPS dervied classes.
+ Added camera download speed options to FLI driver.
+ Added NIR preflash for Moravian CCD if hardware supports it.
+ Several Pyrix rotator fixes.
+ Fix incorrect use of sizeof.

From 1.6.3 to 1.7.0

+ Updated QHY SDK.
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.1
PROJECT_NUMBER = 1.7.2

# 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 @@ -132,7 +132,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 7
#define INDI_VERSION_RELEASE 1
#define INDI_VERSION_RELEASE 2

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

0 comments on commit a1429fc

Please sign in to comment.