summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2023-06-10 12:11:33 -0400
committerHubert Figuière <hub@figuiere.net>2023-06-10 12:11:33 -0400
commitf3cfeba92ea01f9dc26fc739724f6a9efa5b0641 (patch)
treec4429b81a966279e7ef4814fd069f471c8634031
parentf0e64acce03cf404d25cb6e02cff6627c1497429 (diff)
Update NEWS and RELEASE_NOTElibopenraw-0.3.6
-rw-r--r--NEWS14
-rw-r--r--RELEASE_NOTES5
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba35c3a..65e85f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
-libopenraw 0.3.6 -
+libopenraw 0.3.6 - 2023/06/10
New features:
Camera support:
[ a * denote that static WB coefficients have been included, unless DNG ]
+ - Added Leica M11 Monochrom, Q3.
+
+Bug fixes:
+
+ - Properly decode uncompressed big endian 16 bit raw data from
+ Pentax PEF. Issue #2. Including PENTAX *ist DS.
+ https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/2
+ - Added missing MPL-2.0 license to tarball.
+ https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15
+ - Fix build issue with Rust 1.70.
+ - Fix offline Rust build from tarball.
+
libopenraw 0.3.5 - 2023/04/28
New features:
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 43aa245..98376e6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,6 +1,11 @@
What's (visibly) new in 0.3.6
=============================
+- Fixed Pentax decoding of unpacked raw data. Issue #2.
+- Fixed the offline build from tarball.
+- Fixed Rust 1.70 compatibility.
+- 2 new camera listed.
+
What's (visibly) new in 0.3.5
=============================