From 06bc68fc5376d49b4529884c72a2170d830272a7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 29 Aug 2003 07:39:14 +0000 Subject: [PATCH] Some updates. --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79644de0c..d0a46a134 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2003-08-29 Moritz Bunkus + + * Released v0.6.5. + 2003-08-28 Moritz Bunkus * mkvmerge: On Windows the 'isspace()' function used to trim leading and trailing white spaces from tags considered some parts of valid UTF-8 character sequences to be white spaces as - well. Fixed by replacing 'isspace()' with 'isblank()'. + well. Fixed by replacing 'isspace()' with 'isblank()'. Reported + by Liisachan. * mkvmerge: Support for chosing the charset and language used in simple chapter files. Suggestion by Liisachan. @@ -26,9 +31,10 @@ in the source file are multiples of the frame rate, of course. * mkvmerge: The MP3 packetizer did not start at 0 with its - timecodes. It does now. + timecodes. It does now. Reported by alexnoe. - * mkvmerge: Proper support for dropped frames when reading AVI files. + * mkvmerge: Proper support for dropped frames when reading AVI + files. Reported by alley_cat, Horváth István. * mkvmerge: Fixed some missing default values in the Matroska reader (e.g. mono audio files). Reported by Liisachan.