We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5116dcd + 10793cf commit a0127e2Copy full SHA for a0127e2
2 files changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "gif"
3
license = "MIT OR Apache-2.0"
4
-version = "0.14.1"
+version = "0.14.2"
5
description = "GIF de- and encoder"
6
authors = ["The image-rs Developers"]
7
readme = "README.md"
Changes.md
@@ -1,3 +1,12 @@
+# v0.14.2
+
+Bugfixes:
+- Correctly recognize extension blocks that only have a terminator block, i.e.
+ are completely empty. This affects Comment as most extensions have some
+ minimum required data (e.g. Application Identifier, …). Such images might
+ have erratically failed to parse, interpreting the following block type as a
8
+ sub-block length.
9
10
# v0.14.1
11
12
Features:
0 commit comments