diff options
author | 2013-08-01 20:35:54 +0000 | |
---|---|---|
committer | 2013-08-01 20:35:54 +0000 | |
commit | e0b7312086a94fa9b1406fc661771ceb747dca29 (patch) | |
tree | 139abc3dbd57d9ad9cee8fbb2e26ead5b0ea52d1 /media-libs/libjpeg-turbo/ChangeLog | |
parent | Adapt to the media-libs/jpeg and media-libs/libjpeg-turbo ABI change. (diff) | |
download | gentoo-2-e0b7312086a94fa9b1406fc661771ceb747dca29.tar.gz gentoo-2-e0b7312086a94fa9b1406fc661771ceb747dca29.tar.bz2 gentoo-2-e0b7312086a94fa9b1406fc661771ceb747dca29.zip |
Revert back to .so.62 with 2 functions backported from .so.8, namely jpeg_mem_dest() and jpeg_mem_src(). ABIs .so.7 and .so.8 are dead and shouldn't be used anywhere anymore.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/libjpeg-turbo/ChangeLog')
-rw-r--r-- | media-libs/libjpeg-turbo/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/media-libs/libjpeg-turbo/ChangeLog b/media-libs/libjpeg-turbo/ChangeLog index 8af6e9623b1a..da9cc9bd23d3 100644 --- a/media-libs/libjpeg-turbo/ChangeLog +++ b/media-libs/libjpeg-turbo/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-libs/libjpeg-turbo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.65 2013/07/31 21:28:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libjpeg-turbo/ChangeLog,v 1.66 2013/08/01 20:35:54 ssuominen Exp $ + +*libjpeg-turbo-1.3.0-r2 (01 Aug 2013) + + 01 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> + +libjpeg-turbo-1.3.0-r2.ebuild: + Revert back to .so.62 with 2 functions backported from .so.8, namely + jpeg_mem_dest() and jpeg_mem_src(). ABIs .so.7 and .so.8 are dead and + shouldn't be used anywhere anymore. 31 Jul 2013; Alexis Ballier <aballier@gentoo.org> libjpeg-turbo-1.3.0-r1.ebuild: |