summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2007-08-31 17:15:58 +0000
committerjbrjake <[email protected]>2007-08-31 17:15:58 +0000
commit3713ef340567624211c13b2360a9fea3b61a823c (patch)
treecfd29615f6b8f44d198ea550034539283694fd15 /NEWS
parentc76b73c885e850297693747796f11acd1f10fa0e (diff)
Updates NEWS file with changes for the upcoming release of 0.9.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@912 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1572e7ba4..dbba4472e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
NEWS file for HandBrake <http://handbrake.m0k.org/>
+Changes between 0.9.0 and 0.9.1:
+
+ Core HandBrake Changes:
+ + Added: Forced subtitle support
+ + Changed: Color subtitles now display in color, instead of being transparent.
+ + Changed: All errors to stderr with hb_log() instead of to stdout with fprintf()
+ + Changed: Accept stream input where the file type is in caps (.VOB instead of just .vob, etc)
+ + Fixed: No more hanging when using MKV with chapter markers
+ + Fixed: "Same as source" FPS now works correctly when the end-credits of a progressive film are interlaced.
+ + Fixed: "Slow" deinterlacing no longer doubles up the chapter markers
+ + Fixed: Proper display of fading subtitles
+ Assorted other changes
+
+ Mac Changes:
+ + Changed: Bigger buffer for the Activity Log
+ + Fixed: Closing the main window no longer causes HandBrake to quit
+ + Fixed: Changing dimensions in Picture Settings no longer causes a crash
+ Assorted other changes
+
+ Windows Changes:
+ + Added: More robust exception handling
+ + Added: On-completion options to shutdown, suspend, etc
+ + Added: Turn tooltips on or off
+ Assorted other changes
+
Changes between 0.8.5b1 and 0.9.0:
Core HandBrake Changes