File AtomicParsley.changes of Package AtomicParsley
-------------------------------------------------------------------
Thu Jul 13 12:00:29 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 20221229.172126.d813aa6
- Added 32-bit Windows build
- Closes #6
- Changes from 20210715.151551.e7ad03a
- Update CMakeLists.txt
- Changed the cmake prequisite from 3.17 to 3.16
- Changes from 20210617.200601.1ac7c08
- add cmake install target
- Closes: #26
- Changes from 20210124.204813.840499f
- README: add info on Alpine runtime error (#20)
* README: add info on Alpine runtime error
- Add info on readme to help with the libstdc++ load error
* README: simplify libstdc++ fix note
- Changes from 20210114.184825.1dbe1be
- modernize NSImage usage
- Fixes up NSImage to use a technique that doesn't depend on the
DPI of the current screen and just uses pixels
- Fixes a crash when releasing the image; the crash was caused by
a `memset` call getting a different size for the filename buffer.
I solved this by passing the size down, which is safer than just
assuming anyway. I added an ASAN cmake option to make it easier
to turn up the debugging and understand where the memory corruption
had come from.
- refs: https://github.com/wez/atomicparsley/issues/14
- Changes from 20201231.092811.cbecfb1
- replace naughty fgetpos/poke/fsetpos with fseeko
- fpos_t is intended to be an opaque type so reaching inside it
is not right.
- Switch to fseeko/ftello which are the off_t equivalents of
fseek/ftell.
- closes: https://github.com/wez/atomicparsley/issues/13
-------------------------------------------------------------------
Fri Aug 7 14:49:09 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 20200701.154658.b0d6223
This is the first release since 2014(!)
- The version scheme now follows the date and time of the
released commit + git commit hash rather than a human assigned
number
- Fixed some bogus bitwise operations around supplemental info
- Fixed a crash when running with -T
- Increased MAX_ATOMS
- Add f4v brand
- Simplified jpeg file recognition and made it hopefully more
compatible
- Add tags for roles in classical music
- --hdvideo now supports tagging 1080p videos
- Re-enable buffering for writes; should improve CPU utilization
especially on FreeBSD
- Drop patch AtomicParsley-0.9.6-fix-zlib-detection.patch.
- Run spec-cleaner.
-------------------------------------------------------------------
Thu Jul 23 21:39:09 UTC 2015 - hpj@urpla.net
- version 0.9.6: initial build