diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-04 12:20:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-04 12:23:47 -0700 |
commit | 8df6789a9d4284c360146c53d24e56d442006237 (patch) | |
tree | 01839dd32c0758e836ee3f53b1d22ad24a6dea8b /CHANGELOG.md | |
parent | a65a8267a53b72e472128f7758cbe69f3113da6e (diff) | |
download | subsurface-8df6789a9d4284c360146c53d24e56d442006237.tar.gz |
build-system: update libzip to 1.5.1
This also switches us to libzip's new official home on GitHub, and takes into
account that libzip no longer supports autotools and instead now is cmake
based.
Building against that, on my Mac build system, Subsurface once again correctly
opens DLD files downloaded from divelogs.de.
Fixes #1534
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 707106a7c..0fe7d0a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Mac: fix problem downloading from divelogs.de - Dive media: paint duration of videos on thumbnails in the dive-photo tab - Dive media: extract video thumbnails using ffmpeg - Dive media: implement "open folder of selected media files" [#1514] |