SHA256
1
0
forked from pool/libgphoto2

- updated to 2.5.17 release

- ptp2:
    * Apple iOSX: handle root directory objects that have ParentObject==StorageID instead of 0
    * implement PTP 1.1 Manifest reading and hook into filesystem. currently only supported by Apple iOS.
    * Canon PowerShot CHDK live view support.
    * Canon EOS: prepare capture needs to wait a bit on a crucial place to get all events.
      might fix some PTP Device Busy reports.
    * Canon EOS: split bulk downloads into pieces of partial downloads. This might cure the Error 70.
    * Canon EOS: Improved EOS M capture
    * Canon CHDK: live preview capture support added
    * Added USB IDs:
      * Sony A7r III
      * Nikon CoolPix L430
      * Nikon D850
      * Canon EOS M2, M6, M100
      * Canon EOS 6D Mark II
      * Fuji Film X-Pro 2
  - pentax:
    * Code updates imported from pkremote
  - libgphoto2:
    * Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently)
  - translations:
    * updates spanish, chinese

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=183
This commit is contained in:
2018-04-16 19:04:07 +00:00
committed by Git OBS Bridge
parent 1aa737efe6
commit 1ad8e13deb
6 changed files with 51 additions and 21 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Apr 16 19:02:33 UTC 2018 - meissner@suse.com
- updated to 2.5.17 release
- ptp2:
* Apple iOSX: handle root directory objects that have ParentObject==StorageID instead of 0
* implement PTP 1.1 Manifest reading and hook into filesystem. currently only supported by Apple iOS.
* Canon PowerShot CHDK live view support.
* Canon EOS: prepare capture needs to wait a bit on a crucial place to get all events.
might fix some PTP Device Busy reports.
* Canon EOS: split bulk downloads into pieces of partial downloads. This might cure the Error 70.
* Canon EOS: Improved EOS M capture
* Canon CHDK: live preview capture support added
* Added USB IDs:
* Sony A7r III
* Nikon CoolPix L430
* Nikon D850
* Canon EOS M2, M6, M100
* Canon EOS 6D Mark II
* Fuji Film X-Pro 2
- pentax:
* Code updates imported from pkremote
- libgphoto2:
* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS currently)
- translations:
* updates spanish, chinese
-------------------------------------------------------------------
Mon Oct 16 11:49:07 UTC 2017 - meissner@suse.com