summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-07-02 21:50:15 +0000
committerSteve Murphy <murf@digium.com>2007-07-02 21:50:15 +0000
commit94b934c8f66b617b05ccf528781b958e4c312d04 (patch)
treed5bc89197c585410c1f1962bf1c65963b55724c9 /UPGRADE.txt
parent8d99a2004be3688e770d3cbedfe0e3e8ae0ec643 (diff)
Merged revisions 72933 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r72933 | murf | 2007-07-02 14:16:31 -0600 (Mon, 02 Jul 2007) | 1 line support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes bug 9508, where the expr code fails with fp numbers. The MATH function returns fp numbers by default, so this fix is considered necessary. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72940 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 b4f800b39..c396e1cd6 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -24,6 +24,12 @@ Core:
style' layout introduced in Asterisk 1.4 (and used by the automatic
sound file installer in the Makefile).
+* The ast_expr2 stuff has been modified to handle floating-point numbers.
+ Numbers of the format D.D are now acceptable input for the expr parser,
+ Where D is a string of base-10 digits. All math is now done in "long double",
+ if it is available on your compiler/architecture. This was half-way between
+ a bug-fix (because the MATH func returns fp by default), and an enhancement.
+
Voicemail:
* The voicemail configuration values 'maxmessage' and 'minmessage' have