aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
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