diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-06 18:27:31 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-06 18:27:31 +0000 |
commit | fac37975dd471c945145e5f147932170d4f4198f (patch) | |
tree | 9abbc0039b529eaec12cebaff39a7187b6993333 /ChangeLog | |
parent | b9aad123aa3af9db55ce604b3eb185e26b0361a5 (diff) | |
download | xine-lib-fac37975dd471c945145e5f147932170d4f4198f.tar.gz xine-lib-fac37975dd471c945145e5f147932170d4f4198f.tar.bz2 |
Change from release numbering to ABI numbering for the plugin directory.
This is to avoid having to rebuild external plugins for each new release.
--HG--
extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ xine-lib (1.1.11) unreleased * Fix a RealPlayer codec detection bug. + * Reworked the plugin directory naming so that external plugins don't have + to be rebuilt for every release. We now use a naming scheme based on the + API/ABI versioning, checking older directories - with this release, the + plugin directory name is 1.19, and if this gets bumped to 1.20 in a + future release, 1.19 will still be available for external plugins. + (Any directories not 1.* won't be looked in.) xine-lib (1.1.10) 2008-01-26 * Security fixes: |