0.9.3의 마이너 업데이터 정도라고 보면 될까요?
달라진 점을 요약하자면 어느정도인가요?
0.9.3 대비 오류가 줄어들어 안정적이 됐다 정도로 보면 될까요?
Of0.9.4가 정식 릴리즈 되었네요
ChulseungYoo
#1
icq4ever
#2
가장 큰 변화점은 맥 운영체제에서 QuickTime에 큰 변화가 생겨서 QTKit을 더이상 사용하지 않고, 새로운 AVFoundation을 사용하게 되었습니다. 또한 macOS 10.12에 대응되는것이기도 하구요.
다른 사항으로는… 윈도우/리눅스에서 qtcreator IDE와의 버그 픽스가 있었던것 같습니다.
말씀하신대로 큰 변화는 없고, 마이너 업데이트가 맞는듯 하네요 ㅎ
세부 변경사항은 아래와 같습니다.
OF 0.9.4
========
#### change key
+ added
- removed
/ modified
------------------------------------------------------------------------------
CORE
----
### types
/ ofParameterGroup: fix for clear not freeing the children weak_ptrs
/ ofParameter: clean invalid weak_ptr
PLATFORM SPECIFIC
-----------------
### osx
/ recompiled freeimage to fix support for 32bits
/ Change to not include QuickTime or QTKit files for 10.12
+ New AVFoundation grabber for OS X 10.12
### linux
/ install_dependencies: add check to see if all packages are up to date
/ fix compatibility with qtcreator 4.1.0
/ fixes for serial in msys2 and linux
### windows
/ fixes for msys2 with qtcreator
/ fixes for serial in msys2 and linux
### ios
/ Fix to iOS examples which had missing Icon and Splash screen files.