aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2011-09-25 23:05:18 +0800
committerlwhsu <lwhsu@FreeBSD.org>2011-09-25 23:05:18 +0800
commit2cfa567e139ca7fea8a95b3ae3875c03cb89465d (patch)
tree174b3e926e8901d35bbbf36e21e4e137d514b364 /UPDATING
parente5cfe7554656b5ddebd24975ece0d4d4658e8d90 (diff)
downloadfreebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.tar.gz
freebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.tar.zst
freebsd-ports-gnome-2cfa567e139ca7fea8a95b3ae3875c03cb89465d.zip
- Remove the HUGE_STACK_SIZE option, now Python will use default
thread stack size of the system.
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