summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-base/ChangeLog')
-rw-r--r--dev-db/postgresql-base/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog
index a27ab52..98ff548 100644
--- a/dev-db/postgresql-base/ChangeLog
+++ b/dev-db/postgresql-base/ChangeLog
@@ -2,6 +2,16 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+ postgresql-base-8.0.15.ebuild, postgresql-base-8.1.11.ebuild,
+ postgresql-base-8.2.7.ebuild, postgresql-base-8.3.1.ebuild:
+ Added --with-thread-safety-force when building with threading-support to
+ skip the thread-safety-tests which randomly segfaults within the sandbox
+ (guessing that the case that someone has a strange system which reports
+ pthread-availability but in reality it isn't available is much less common
+ than that someone hits the mentioned bug). Added the option to use libedit
+ instead of readline for postgresql >=8.2.
+
27 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
postgresql-base-8.3.1.ebuild:
Added $(use_with kerberos gssapi)