Skip to content

Commit

Permalink
1.9.20-202006061653 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Jun 30, 2020
1 parent cde8ac0 commit 3c15e35
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,36 @@
Version History
===============

1.9.20: [2020-06-30] James Heinrich :: 1.9.20-202006061653
» add support for DSDIFF audio
» add support for TAK lossess audio
» add support for IVF video
» add detection support for EPUB files
» add detection support for HPK archives
» add demo.mysqli.php, remove demo.mysql.php
¤ QuickTime.uuid now returned as an array (may contain multiple entries)
¤ improved PDF support, including page count
* bugfix (G:247) array_min incorrect return value
* bugfix (G:242) filepointer analysis errors
* bugfix (G:238) comments_html may not match comments
* bugfix (G:235) prevent disclosing paths when accessing modules directly
* bugfix (G:233) Quicktime duplicate attached images
* bugfix (G:229) Quicktime timestamps easy access
* bugfix (G:228) master.zip did not contain demos
* bugfix (G:227) Quicktime check subatoms data length
* bugfix (G:226) uuid parsing based on UUID
* bugfix (G:225) use comments_html content already generated by modules
* bugfix (G:223) ID3v2 slashed genre names
* bugfix (G:222) demo.browse filesystem character encoding
* bugfix (G:221) option_tags_html=false ignored
* bugfix (G:219) Quicktime.UUID now parsed more discriminately for XML and other data types
* bugfix (G:218) QuickTime not copying covr to comments
* bugfix (G:217) mp3 array offsets of type bool
* bugfix (G:216) ID3v2.write allow WMP rating in POPM
* bugfix (G:210) PHP 7.4 deprecated get_magic_quotes
* bugfix: Quicktime detect null-terminated strings used where Pascal strings should be
* bugfix: Quicktime GPS uninitialized array keys

1.9.19: [2019-12-17] James Heinrich :: 1.9.19-201912131005
» add placeholder support for WTV (Windows Recorded TV Show)
* bugfix (G:210) PHP 7.4 deprecated get_magic_quotes
Expand Down
2 changes: 1 addition & 1 deletion getid3/getid3.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class getID3
*/
protected $startup_warning = '';

const VERSION = '1.9.19-202006061653';
const VERSION = '1.9.20-202006061653';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down

0 comments on commit 3c15e35

Please sign in to comment.