Skip to content

Commit 6db5d83

Browse files
committed
v1.9.8 changelog
1 parent 1e70ee0 commit 6db5d83

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

changelog.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,23 @@
1818
Version History
1919
===============
2020

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

2939
1.9.7: [2013-07-05] James Heinrich
3040
* Bugfix: [module.audio-video.quicktime.php] track languages set

demos/demo.browse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ///
1414
/////////////////////////////////////////////////////////////////
1515

16-
//die('For security reasons, this demo has been disabled. It can be enabled by removing line '.__LINE__.' in demos/'.basename(__FILE__));
16+
die('For security reasons, this demo has been disabled. It can be enabled by removing line '.__LINE__.' in demos/'.basename(__FILE__));
1717
define('GETID3_DEMO_BROWSE_ALLOW_EDIT_LINK', false);
1818
define('GETID3_DEMO_BROWSE_ALLOW_DELETE_LINK', false);
1919
define('GETID3_DEMO_BROWSE_ALLOW_MD5_LINK', false);

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class getID3
109109
protected $startup_error = '';
110110
protected $startup_warning = '';
111111

112-
const VERSION = '1.10.0-20140319';
112+
const VERSION = '1.9.8-20140511';
113113
const FREAD_BUFFER_SIZE = 32768;
114114

115115
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)