Skip to content

Commit

Permalink
ASI Camera SDK 1.17 release (#371)
Browse files Browse the repository at this point in the history
V1.17
   Fix some bugs.
  • Loading branch information
jpaana committed Mar 31, 2021
1 parent 984fe04 commit d7f06e4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions debian/libasi/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
libasi (1.14) buster; urgency=medium

* ASI Camera SDK 1.17 release. Changelog from ZWO:
V1.17
Fix some bugs.

-- Jarno Paananen <jarno.paananen@gmail.com> Wed, 31 Mar 2021 20:56:18 +0300

libasi (1.13) buster; urgency=medium

* Updates to ZWO EAF and EFW SDKs. Changelogs from ZWO:
Expand Down
2 changes: 1 addition & 1 deletion debian/libasi/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEB_SRCDIR=libasi
DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info

# ASICAM version
ASICAM_VERSION=1.16.3
ASICAM_VERSION=1.17
ASICAM_SO_VERSION=1

# ASIEFW Version
Expand Down
4 changes: 2 additions & 2 deletions libasi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 2.8)
PROJECT(libasi CXX C)

# Using ASI Camera SDK Version 1.16.3 updated on 2021-01-04
# Using ASI Camera SDK Version 1.17 updated on 2021-03-31
# Using ASI EFW SDK Version 1.6 updated on 2021-03-19
# Using ASI ST4 SDK Version 1.0 updated on 2018-07-23
# Using ASI EAF SDK Version 1.3 updated on 2021-03-19

set(ASICAM_VERSION "1.16.3")
set(ASICAM_VERSION "1.17")
set(ASICAM_SOVERSION "1")

set(ASIEFW_VERSION "1.6")
Expand Down
Binary file modified libasi/armv6/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/armv7/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/armv8/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/mac/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/x64/libASICamera2.bin
Binary file not shown.
Binary file modified libasi/x86/libASICamera2.bin
Binary file not shown.

0 comments on commit d7f06e4

Please sign in to comment.