diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 16:05:21 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 16:05:21 +0200 |
commit | cb93fce032c0fc912f3561686537e858d43c137c (patch) | |
tree | bc777f9cd3e06e95db4369c916ba8086fdac8650 /ChangeLog | |
parent | ac8ca680f7e68d9a2e9c5f8ba32b15b84557e772 (diff) | |
download | xine-lib-cb93fce032c0fc912f3561686537e858d43c137c.tar.gz xine-lib-cb93fce032c0fc912f3561686537e858d43c137c.tar.bz2 |
Save plugins' cache in the defined cache home directory as per XDG Base Directory Specification.
With this change, xine-lib starts abiding to the XDG Base Directory
Specification, allowing the user to define a different path to save
its cache data (by setting XDG_CACHE_HOME environment variable).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ xine-lib (1.1.90) (Unreleased) * Update libmpcdec (formerly libmusepack) to version 1.2.5 (newer than the previous Subversion snapshot) and contestually move it to contrib/libmpcdec to separate from xine's own code. + * Save plugins' cache in the defined cache home directory as per XDG Base + Directory Specification. xine-lib (1.1.6) [UNRELEASED] * Split the DirectFB plugin into X11 and non-X versions. |