Skip to content

Commit 36f5dab

Browse files
committed
v1.9.21-202109171300 changelog
1 parent 9418214 commit 36f5dab

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

changelog.txt

+36
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,42 @@
1818
Version History
1919
===============
2020

21+
1.9.21: [2021-09-22] James Heinrich :: 1.9.21-202109171300
22+
» add support for RIFF.guan
23+
¤ add ID3v1 genres 148-191
24+
¤ torrent files easy access key
25+
* bugfix #342 demo.mysqli.php XSS
26+
* bugfix #340 default quicktime.ReturnAtomData=false
27+
* bugfix #338 improved transliterated tag merging
28+
* bugfix #337 PHP 8.1 compatibility
29+
* bugfix #335 PHP 8.1 compatibility
30+
* bugfix #330 QuicktimeContentRatingLookup 'rtng'
31+
* bugfix #328 throw exception if a resource seek fails
32+
* bugfix #326 improved temporary path detection
33+
* bugfix #325 INF/NAN constants instead of float/string
34+
* bugfix #324 Nikon-specific atoms in QuickTime
35+
* bugfix #321 prevent errors on corrupt JPEGs
36+
* bugfix #319 prevent error in ZIP contents MIME detect
37+
* bugfix #315 ID3v2 USLT check for data length
38+
* bugfix #308 silence libxml deprecation warning
39+
* bugfix #304 undefined index: comments
40+
* bugfix #299 decbin type error in PHP8
41+
* bugfix #298 error scanning WAV via file pointer
42+
* bugfix #294 replace IMG_JPG with IMAGETYPE_JPEG
43+
* bugfix #292 PDFs take long time to parse
44+
* bugfix #291 divzero QuickTime with no playable content
45+
* bugfix #290 detect ID3v1 on minimal example files
46+
* bugfix #289 avoid crash on invalid TIFF
47+
* bugfix #287 mp3 CBR detected as VBR
48+
* bugfix #286 corrupt mp3 can cause slow scanning
49+
* bugfix #284 allow "0" as a value in tags
50+
* bugfix #283 array offset on value of type int
51+
* bugfix #277 ID3v2 add new Turkish Lira TRY
52+
* bugfix #270 demo.mysqli.php LONGBLOB
53+
* bugfix #266 fix possible endless loop on PNG
54+
* bugfix #257 undefined variables
55+
* bugfix #207 improved LAME version string parsing
56+
2157
1.9.20: [2020-06-30] James Heinrich :: 1.9.20-202006061653
2258
» add support for DSDIFF audio
2359
» add support for TAK lossess audio

getid3/getid3.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class getID3
387387
*/
388388
protected $startup_warning = '';
389389

390-
const VERSION = '1.9.20-202109171300';
390+
const VERSION = '1.9.21-202109171300';
391391
const FREAD_BUFFER_SIZE = 32768;
392392

393393
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)