diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-20 15:35:05 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-20 15:35:05 +0000 |
commit | 94cf4ac059aa99952196af650401cdfa684e04a2 (patch) | |
tree | 0c9534dfa2fe777c5a4b4f1431ce38bcdedfdc0f /ChangeLog | |
parent | dd125c93bdfbef26909ad684b678781abfd88c4a (diff) | |
download | xine-lib-94cf4ac059aa99952196af650401cdfa684e04a2.tar.gz xine-lib-94cf4ac059aa99952196af650401cdfa684e04a2.tar.bz2 |
Unescape the "#save:" filename, allowing ";" etc. in file names.
This has a side effect: versions older than 1.1.10 do not unescape, so
"#save:foo%23.ts" will result in a file named "foo%23.ts".
Front end maintainers, beware :-)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ xine-lib (1.1.10) (unreleased) * Change the default v4l device paths to /dev/video0 and /dev/radio0. * Fix support for subtitles with schemes (e.g. http://), partly broken since 1.1.8. + * Unescape the filename in "#save:". This allows filenames to contain ';' + etc. without ambiguity, e.g. "#save:foo%3B1.ts" -> "foo;1.ts", but front + end authors should be careful with xine-lib older than 1.1.10. xine-lib (1.1.9.1) * Security fixes: |