]> granicus.if.org Git - handbrake/commitdiff
Update news for 1.1.2 release.
authorBradley Sepos <bradley@bradleysepos.com>
Tue, 4 Sep 2018 00:10:23 +0000 (20:10 -0400)
committerBradley Sepos <bradley@bradleysepos.com>
Tue, 4 Sep 2018 00:11:35 +0000 (20:11 -0400)
(cherry picked from commit d21762bba72b25af1145131b472b5787ce48743d)

NEWS.markdown

index 0f9f3bbe5ed25a45976822cb81e145c628cb0369..9aa8b2c051e07073ef45e0f9c7bd75c5429bc807 100644 (file)
@@ -1,5 +1,52 @@
 # HandBrake News
 
+
+## HandBrake 1.1.2
+
+### All platforms
+
+#### General
+
+- Fixed Blu-ray title name where reading from raw device
+- Improved handling of broken units in Blu-ray source (skip and continue reading)
+
+#### Video
+
+- Fixed rare crash related to preview images, anamorphic, and default preset values
+- Fixed jitter produced by 59.94 fps to 29.97 fps frame rate conversion
+
+#### Audio
+
+- Fixed duration of silence buffers (may improve audio/video sync for some sources)
+
+#### Build system
+
+- Fixed linker warning by setting libvpx target to minimum supported macOS version
+- Fixed build failure with old GTK versions
+- Miscellaneous Flatpak-related fixes and improvements
+
+#### Third-party libraries
+
+- Updated libraries (necessary to pull in needed bug fixes)
+  - libdvdread 6.0.0 (DVD decoding)
+  - libdvdnav 6.0.0 (DVD decoding)
+
+### Linux
+
+- Fixed potential crash where $HOME directory is missing
+- Fixed legacy preferences causing preset window being shown at every launch
+- Fixed preset name and menu display on Ubuntu 14.04 Trusty Tahr
+- Fixed default destination file name for Blu-ray source to not include MPLS number
+- Fixed queue reloading in Flatpak sandbox
+- Fixed toolbar icons alignment and use correct art for lower pixel density
+- Updated most translations
+
+### Mac
+
+- Fixed menu item and tooltip strings related to selection behavior
+- Fixed crash where presets file contains invalid UTF-8
+
+
 ## HandBrake 1.1.1
 
 ### All platforms