From: phantomjinx <pha...@us...> - 2012-01-08 17:28:51
|
commit 4de9e60168d17229b5524afbb081418d1a91de80 Author: phantomjinx <p.g...@ph...> Date: Sun Jan 8 16:55:27 2012 +0000 Updates to Changelog and NEWS * Updates before release of release candidate ChangeLog | 27 +++++++++++++++++++++++++++ NEWS | 3 +++ 2 files changed, 30 insertions(+), 0 deletions(-) --- diff --git a/ChangeLog b/ChangeLog index 682d61e..1b0d3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +phantomjinx <p.g...@ph...> 2012-01-08 + + Updates to Changelog and NEWS + + * Updates before release of release candidate + +phantomjinx <p.g...@ph...> 2012-01-08 + + Add quotes to the $LOG variable in the transcoding scripts + + * Allows the LOG path to contain spaces. + + * Thanks to Walt Ogburn <reuben at ugcs.caltech.edu> for the bug report and + patch. + +phantomjinx <p.g...@ph...> 2011-12-27 + + m4a plugin incorrectly sets files to video. + + * m4afile.c + * The mp4_get_file_info function already sets the media type so pointless + to do it again here. + + * mp4file.c + * Incorrectly sets m4a/m4b/m4p files to movie media type. Appropriately + set media type based on file type. + phantomjinx <p.g...@ph...> 2011-12-20 Updates to Changelog and NEWS diff --git a/NEWS b/NEWS index 1adb67d..d2711ea 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ gtkpod V2.1.1 BUGFIX: Reintroduce track normalization + BUGFIX: Allows the LOG path to contain spaces. + Thanks to Walt Ogburn <reuben at ugcs.caltech.edu> for the bug report and patch. + libgtkpod |