Skip to content

Commit df9b441

Browse files
committed
v1.9.15 changelog
1 parent 17d9649 commit df9b441

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@
1818
Version History
1919
===============
2020

21+
1.9.15: [2017-10-26] James Heinrich :: 1.9.15-201709291043
22+
» (G:108) add basic APNG support
23+
» (G:107) add basic WebP support
24+
* return RIFF.WAV.CART comments in merged comments section
25+
* add support for QuickTime 'loci' chunk
26+
* bugfix: (#2124) support for Quicktime/MP4 "chpl" (CHaPter List) atom
27+
* bugfix: (G:128) undefinied bsmod in module.ac3
28+
* bugfix: (#2114) possible issue with UTF8 filenames and metaflac
29+
* bugfix: (G:123) remove MySQL engine and collation from create table
30+
* bugfix: (#2066) fix AAC MIME type, remove video key for audio-only files
31+
* bugfix: (G:111) QuickTime stsd number_entries deadlock
32+
* bugfix: (G:110) PHP memory limit with space
33+
* bugfix: (G:109) improved animated GIF support
34+
* bugfix: (#1966) GPS track in QuickTime
35+
2136
1.9.14: [2017-03-27] James Heinrich
2237
» Add experimental support for E-AC3
2338
* bugfix (G:105): RIFF.WAVE.iXML multiple TIMESTAMP_SAMPLE_RATE

getid3/getid3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class getID3
120120
protected $startup_error = '';
121121
protected $startup_warning = '';
122122

123-
const VERSION = '1.9.14-201709291043';
123+
const VERSION = '1.9.15-201709291043';
124124
const FREAD_BUFFER_SIZE = 32768;
125125

126126
const ATTACHMENTS_NONE = false;

0 commit comments

Comments
 (0)