NEWS.md: update due to it fixing #2534, too

This commit is contained in:
Moritz Bunkus 2019-04-14 23:38:19 +02:00
parent 1849ec8199
commit 725f0bd983
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

10
NEWS.md
View File

@ -2,11 +2,11 @@
## Bug fixes
* MKVToolNix GUI: multiplexer: Windows: when a UNC path
(e.g. `\\server\Videos`) was set as the fixed output directory in the
settings, the GUI would create a destination file name with forward slashes
(e.g. `//server/Videos/outputfile.mkv`), a syntax not supported by
`mkvmerge`. Fixes #2533.
* MKVToolNix GUI: multiplexer: Windows: using UNC paths
(e.g. `\\server\Videos`) when the option "automatically set the destination
file name" was set in the preferences, the GUI would create a destination
file name with forward slashes (e.g. `//server/Videos/outputfile.mkv`), a
syntax not supported by `mkvmerge`. Fixes #2533 & #2534.
# Version 33.0.0 "A Little Bit of Madness" 2019-04-12