Skip to content

Commit

Permalink
v1.9.21-202109171300 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Sep 22, 2021
1 parent 9418214 commit 36f5dab
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,42 @@
Version History
===============

1.9.21: [2021-09-22] James Heinrich :: 1.9.21-202109171300
» add support for RIFF.guan
¤ add ID3v1 genres 148-191
¤ torrent files easy access key
* bugfix #342 demo.mysqli.php XSS
* bugfix #340 default quicktime.ReturnAtomData=false
* bugfix #338 improved transliterated tag merging
* bugfix #337 PHP 8.1 compatibility
* bugfix #335 PHP 8.1 compatibility
* bugfix #330 QuicktimeContentRatingLookup 'rtng'
* bugfix #328 throw exception if a resource seek fails
* bugfix #326 improved temporary path detection
* bugfix #325 INF/NAN constants instead of float/string
* bugfix #324 Nikon-specific atoms in QuickTime
* bugfix #321 prevent errors on corrupt JPEGs
* bugfix #319 prevent error in ZIP contents MIME detect
* bugfix #315 ID3v2 USLT check for data length
* bugfix #308 silence libxml deprecation warning
* bugfix #304 undefined index: comments
* bugfix #299 decbin type error in PHP8
* bugfix #298 error scanning WAV via file pointer
* bugfix #294 replace IMG_JPG with IMAGETYPE_JPEG
* bugfix #292 PDFs take long time to parse
* bugfix #291 divzero QuickTime with no playable content
* bugfix #290 detect ID3v1 on minimal example files
* bugfix #289 avoid crash on invalid TIFF
* bugfix #287 mp3 CBR detected as VBR
* bugfix #286 corrupt mp3 can cause slow scanning
* bugfix #284 allow "0" as a value in tags
* bugfix #283 array offset on value of type int
* bugfix #277 ID3v2 add new Turkish Lira TRY
* bugfix #270 demo.mysqli.php LONGBLOB
* bugfix #266 fix possible endless loop on PNG
* bugfix #257 undefined variables
* bugfix #207 improved LAME version string parsing

1.9.20: [2020-06-30] James Heinrich :: 1.9.20-202006061653
» add support for DSDIFF audio
» add support for TAK lossess audio
Expand Down
2 changes: 1 addition & 1 deletion getid3/getid3.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class getID3
*/
protected $startup_warning = '';

const VERSION = '1.9.20-202109171300';
const VERSION = '1.9.21-202109171300';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down

0 comments on commit 36f5dab

Please sign in to comment.