summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--UPGRADE.txt6
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d5997fcf4..85a1ea11f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -79,7 +79,7 @@ CODECS
custom CELT formats in codecs.conf.
* Ability to read raw signed linear files with sample rates
ranging from 8khz - 192khz. The new file extensions introduced
- are .sln12, .sln24, .slin32, .slin44, .slin48, .slin96, .slin192.
+ are .sln12, .sln24, .sln32, .sln44, .sln48, .sln96, .sln192.
ConfBridge
--------------------------
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 6f111eff0..87413cf3b 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -29,6 +29,12 @@ ConfBridge
- ConfBridge's dialplan arguments have changed and are not
backwards compatible.
+File Interpreters
+ - The format interpreter formats/format_sln16.c for the file extension
+ '.sln16' has been removed. The '.sln16' file interpreter now exists
+ in the formats/format_sln.c module along with new support for sln12,
+ sln24, sln32, sln44, sln48, sln96, and sln192 file extensions.
+
HTTP:
- A bindaddr must be specified in order for the HTTP server
to run. Previous versions would default to 0.0.0.0 if no