summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2011-12-12 19:35:08 +0000
committerMatthew Jordan <mjordan@digium.com>2011-12-12 19:35:08 +0000
commit9057aa20b6b822d3c14c241bea9709e6b61d7dbe (patch)
tree6445c15c9eff3077dbd60ae7414b3583b1275acb /UPGRADE.txt
parente2597678b1bf10bb2ea2fac9cd6c3bd6e53e5b46 (diff)
Backed out core changes from r346391
During testing, it was discovered that there were a number of side effects introduced by r346391 and subsequent check-ins related to it (r346429, r346617, and r346655). This included the /main/stdtime/ test 'hanging', as well as the remote console option failing to receive the appropriate output after a period of time. I only backed out the changes to main/ and utils/, as this was adequate to reverse the behavior experienced. (issue ASTERISK-18974) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347997 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index ee804275b..90aa4a3c7 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -40,10 +40,6 @@ Configuration Files:
- dnsmgr.conf
- dsp.conf
- - The 'verbose' setting in logger.conf now takes an optional argument,
- specifying the verbosity level for each logging destination. The default,
- if not otherwise specified, is a verbosity of 3.
-
AMI:
- DBDelTree now correctly returns an error when 0 rows are deleted just as
the DBDel action does.