Skip to content

Commit 4d6fc70

Browse files
committed
Update for v4.4.2.
1 parent e5c085b commit 4d6fc70

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<!-- SPDX-License-Identifier: Apache-2.0 -->
33
Release Notes
44
=============
5-
## Version 4.4.1
5+
## Version 4.4.2
6+
### Notice
7+
v4.4.2 is an emergency release that replaces v4.4.1 which has been withdrawn. It
8+
fixes the version number in the release assets. There are no other changes
9+
compared to v4.4.1.
10+
611
### Summary
712

813
* `ktxTexture2_DecodeAstc` now exposed in _libktx\_read_ on all platforms and in
@@ -17,7 +22,7 @@ Release Notes
1722

1823
__The legacy tools will be removed in Release 4.5. Adjust your workflows accordingly.__
1924

20-
### New Features in 4.4.1
25+
### New Features in v4.4.2
2126
#### libktx functions
2227

2328
* `ktxTexture2_DecodeAstc`, which decodes an ASTC format texture to an
@@ -26,7 +31,7 @@ __The legacy tools will be removed in Release 4.5. Adjust your workflows accordi
2631
* `ktxPrintKTX1InfoTextForStream`, which prints information about a KTX v1 file
2732
and was previously internal, is now exposed.
2833

29-
### Notable Fixes in 4.4.1
34+
### Notable Fixes in v4.4.2
3035

3136
* A bug in mipmap generation in `ktx create` that led to sRGB images being
3237
resampled without first decoding to linear has been fixed. If you have affected
@@ -53,6 +58,8 @@ __The legacy tools will be removed in Release 4.5. Adjust your workflows accordi
5358
### Changes since v4.4.0 (by part)
5459
### libktx
5560

61+
* 4.4.1 release prep (#1063) (0b10eb17e) (@MarkCallow)
62+
5663
* Add v1 support to ktx info (#1060) (3cd9e3447) (@MarkCallow)
5764

5865
* Remove mentions of retired edgewise-consulting.com. (#1058) (0306d6a61) (@MarkCallow)
@@ -165,6 +172,10 @@ __The legacy tools will be removed in Release 4.5. Adjust your workflows accordi
165172

166173
### Build Scripts and CMake files
167174

175+
* Add force-fetch-provoking-tag-annotation workaround (e5c085b51) (@MarkCallow)
176+
177+
* Add options. (16a24e087) (@MarkCallow)
178+
168179
* Add v1 support to ktx info (#1060) (3cd9e3447) (@MarkCallow)
169180

170181
* Migrate loadtest apps to SDL3 (#1055) (443e12238) (@MarkCallow)

0 commit comments

Comments
 (0)