summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
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