summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-11-01 20:22:57 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-11-01 20:22:57 +0000
commit89db4200139c2c6774d2fa683ff0ed0f97f402a1 (patch)
treeb837ce90cff9c1a9c5d7d38762b1661b7e9f0579 /eclass/ChangeLog
parentinitial commit (diff)
downloadgentoo-2-89db4200139c2c6774d2fa683ff0ed0f97f402a1.tar.gz
gentoo-2-89db4200139c2c6774d2fa683ff0ed0f97f402a1.tar.bz2
gentoo-2-89db4200139c2c6774d2fa683ff0ed0f97f402a1.zip
Bug #392361: Fix mysql_install_db cases to work between all versions & variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log directories that must exist otherwise the install_db will fail.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 1b4cc7886a51..f83b1b36f22c 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.494 2012/11/01 12:19:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.495 2012/11/01 20:22:57 robbat2 Exp $
+
+ 01 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> mysql.eclass,
+ mysql-v2.eclass:
+ Bug #392361: Fix mysql_install_db cases to work between all versions &
+ variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log
+ directories that must exist otherwise the install_db will fail.
01 Nov 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Export PYTHONPATH for phases in out-of-source builds.
@@ -280,6 +286,9 @@
Fixed tc-ninja_magic_to_arch() to also use KV_FULL and fail if no kernel
version specified, bug 432390
+ 08 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> db.eclass:
+ Fix typo in src_test runner: makeopts_jobs not makeopts_job.
+
27 Sep 2012; Ian Stakenvicius <axs@gentoo.org> eutils.eclass:
Made 'usex' declaration conditional on lack of PM or EAPI5+ support