summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2023-02-13 22:27:43 -0500
committerHubert Figuière <hub@figuiere.net>2023-02-13 22:27:43 -0500
commitc07f0073a697d5f5efb5f157daac3416f5410190 (patch)
treef62dfefba96ab836db9975f67a4750fe55c5ffa0 /NEWS
parent1c5c506aac96efefde004f4615c98459669020b4 (diff)
Update NEWS and RELEASE_NOTESlibopenraw-0.3.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e9412e5..0bfa5f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,21 @@
-libopenraw 0.3.4 -
+libopenraw 0.3.4 - 2023/02/13
New features:
Camera support:
[ a * denote that static WB coefficients have been included, unless DNG ]
+ - Added Canon R8 and R50.
+ - Added Fujifilm G95D* and S5M2.
+
+Bug fixes:
+
+ - Ensure that RawFile::init() is never called twice. This would
+ cause crashes if it was called concurrently.
+
+Internal changes:
+
+ - Change mutability of access to the factory and the extensions.
libopenraw 0.3.3 - 2022/12/28