aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-25 14:31:29 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-25 14:31:29 +0000
commit30298a3d74d4caac701f336d9ae4e0da69328111 (patch)
tree7812c5de051df6b4d86de2879292f04ef5a98107 /UPGRADE.txt
parentb98c9fb9ade6270a0c020ed2d6747e7e6efec537 (diff)
Change space-zero to now evaluate to false, as is expected by a great many.
(Inspired by a post on the -users list) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@118223 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index ff3ca921b..e2184ceca 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -59,6 +59,12 @@ Core:
* The silencethreshold used for various applications is now settable via a
centralized config option in dsp.conf.
+* The logical value of spaces immediately preceding a standalone 0 previously
+ evaluated to true. It now evaluates to false. This has confused a good
+ many people in the past (typically because they failed to realize the space
+ had any significance). Since this violates the Principle of Least Surprise,
+ it has been changed.
+
Voicemail:
* The voicemail configuration values 'maxmessage' and 'minmessage' have