Skip to content

Commit

Permalink
v1.9.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed May 12, 2014
1 parent 1e70ee0 commit 6db5d83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion changelog.txt
Expand Up @@ -18,13 +18,23 @@
Version History
===============

1.10.0: [2014-??-??] James Heinrich
1.9.8: [2014-05-11] James Heinrich
» Add support for AMR (Adaptive Multi-Rate audio codec)
new file: module.audio.amr.php
» Added composer.json, registered on packagist.org
* Added workaround for PHP Bug #39923 (undefined constant IMG_JPG)
* Bugfix: (#1813) avoid running out of memory when parsing large
Quicktime files
* Bugfix: (#1812) potential unwanted high-ASCII characters in errors
* Bugfix: close potential XXE security issue (CVE-2014-2053)
* Bugfix: (G:10) Avoid warnings from realpath() if SAFE MODE is enabled
* Bugfix: (G:12) If [tags] data contains an array of strings then html
encoding did not take place.
* Bugfix: (G:12) IPTC character set not specified
* Bugfix: possible divide by zero error in FLV module
* Bugfix: possible undefined key in ID3v2
* Bugfix: possible undefined key in MPEG video files
* Bugfix: demo.browse to use character set consistently

1.9.7: [2013-07-05] James Heinrich
* Bugfix: [module.audio-video.quicktime.php] track languages set
Expand Down
2 changes: 1 addition & 1 deletion demos/demo.browse.php
Expand Up @@ -13,7 +13,7 @@
// ///
/////////////////////////////////////////////////////////////////

//die('For security reasons, this demo has been disabled. It can be enabled by removing line '.__LINE__.' in demos/'.basename(__FILE__));
die('For security reasons, this demo has been disabled. It can be enabled by removing line '.__LINE__.' in demos/'.basename(__FILE__));
define('GETID3_DEMO_BROWSE_ALLOW_EDIT_LINK', false);
define('GETID3_DEMO_BROWSE_ALLOW_DELETE_LINK', false);
define('GETID3_DEMO_BROWSE_ALLOW_MD5_LINK', false);
Expand Down
2 changes: 1 addition & 1 deletion getid3/getid3.php
Expand Up @@ -109,7 +109,7 @@ class getID3
protected $startup_error = '';
protected $startup_warning = '';

const VERSION = '1.10.0-20140319';
const VERSION = '1.9.8-20140511';
const FREAD_BUFFER_SIZE = 32768;

const ATTACHMENTS_NONE = false;
Expand Down

0 comments on commit 6db5d83

Please sign in to comment.