summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-07-10 15:04:58 -0400
committerCorey Farrell <git@cfware.com>2017-07-13 11:46:36 -0400
commitb9e497d7fe7b0b5d4b4858dfacb0fbfc734279d1 (patch)
tree3f21c649395838a54096963078b44a161d2209e6 /UPGRADE.txt
parentfd84b3d9f9be96bd7aa8a2758c245e156fefcf7a (diff)
core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.
This adds support for parsing timelen values from config files. This includes support for all flags which apply to PARSE_INT32. Support for this parser is added to ACO via the OPT_TIMELEN_T option type. Fixes an issue where extra characters provided to ast_app_parse_timelen were ignored, they now cause an error. Testing is included. ASTERISK-27117 #close Change-Id: I6b333feca7e3f83b4ef5bf2636fc0fd613742554
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 a4c064987..aaf236ba2 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -22,6 +22,12 @@
=== UPGRADE-13.txt -- Upgrade info for 12 to 13
===========================================================
+From 14.6.0 to 14.7.0:
+
+Core:
+ - ast_app_parse_timelen now returns an error if it encounters extra characters
+ at the end of the string to be parsed.
+
From 14.4.0 to 14.5.0:
Core: