diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 04:32:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-31 04:32:38 +0000 |
commit | 3111e91c3944c2bdac493f67c82103e90ef888b9 (patch) | |
tree | 10242bcdd94f59022a05757c8e8f5c7e2746aae7 /sys-devel/gcc-config/ChangeLog | |
parent | Mark 2to3 patch as binary to prevent $ expansion by CVS (diff) | |
download | historical-3111e91c3944c2bdac493f67c82103e90ef888b9.tar.gz historical-3111e91c3944c2bdac493f67c82103e90ef888b9.tar.bz2 historical-3111e91c3944c2bdac493f67c82103e90ef888b9.zip |
Fix clean up in unlikely error handler.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'sys-devel/gcc-config/ChangeLog')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index 786b981bbdd7..b43c1854c4fc 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc-config # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.211 2012/05/13 20:14:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.212 2012/05/31 04:32:38 vapier Exp $ + +*gcc-config-1.7.2 (31 May 2012) + + 31 May 2012; Mike Frysinger <vapier@gentoo.org> +gcc-config-1.7.2.ebuild: + Fix clean up in unlikely error handler. *gcc-config-1.7.1 (13 May 2012) |