aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2011-09-25 15:05:18 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2011-09-25 15:05:18 +0000
commitfc7b20b6d485b6e4655fa131a3f7c3c350ad2778 (patch)
treeaacf7224ba52c0b775ccab58c766788876d193bf /UPDATING
parent8d7cdb156b94b2ef4522ec6431fb85557a2b7dce (diff)
downloadports-fc7b20b6d485b6e4655fa131a3f7c3c350ad2778.tar.gz
ports-fc7b20b6d485b6e4655fa131a3f7c3c350ad2778.zip
- Remove the HUGE_STACK_SIZE option, now Python will use default
thread stack size of the system.
Notes
Notes: svn path=/head/; revision=282370
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c77ca6a3d913..574efe5c86c7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110925:
+ AFFECTS: users of lang/python*
+ AUTHOR: lwhsu@FreeBSD.org
+
+ The HUGE_STACK_SIZE option has been removed, now Python will use default
+ thread stack size of the system. If you want to change it, specify it
+ with -DTHREAD_STACK_SIZE=<size> in CFLAGS.
+
+20110925:
AFFECTS: users of net/openldap*
AUTHOR: ume@FreeBSD.org