summaryrefslogtreecommitdiff
path: root/UPGRADE-1.8.txt
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-07-16 14:02:10 +0000
committerKinsey Moore <kmoore@digium.com>2012-07-16 14:02:10 +0000
commit25e721ee9b849671b37dfa3db7b9f5a32508eb0c (patch)
tree651352ac84c1cb56db5da3d3e422907d11950f28 /UPGRADE-1.8.txt
parent5d20f603376e230129f3801004fe6eebdbc0b6df (diff)
Add comments about the BUILD_NATIVE change
This is a significant change and mention of it should have gone into UPGRADE.txt and CHANGES. ........ Merged revisions 370081 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 370082 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370083 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE-1.8.txt')
-rw-r--r--UPGRADE-1.8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE-1.8.txt b/UPGRADE-1.8.txt
index d83d03145..2adaa7809 100644
--- a/UPGRADE-1.8.txt
+++ b/UPGRADE-1.8.txt
@@ -18,6 +18,11 @@
===
===========================================================
+From 1.8.12 to 1.8.13:
+* The complex processor detection and optimization has been removed from
+ the makefile in favor of using native optimization suppport when available.
+ BUILD_NATIVE can be disabled via menuselect under "Compiler Flags".
+
From 1.8.10 to 1.8.11:
* If no transport is specified in sip.conf, transport will default to UDP.