summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-08-29 20:22:08 +0000
committerMatthew Jordan <mjordan@digium.com>2013-08-29 20:22:08 +0000
commit449afdd9e8d38a5a479cc0320091fd315d2b4d4a (patch)
tree939db846ed6eefac593e4cc8adde59e366663622 /CHANGES
parent417230848f177763d06d0d851253df17348fed79 (diff)
Revert r394939 due to (numerous) objections
The patch from ASTERISK-21965 was committed perhaps a bit too hastily. Walter and Tzafrir have pointed out numerous issues with the approach and have propsed an alternative in r/2757. Since it's not a time critical issue and is not worth holding up the release of 12 for it, I've gone ahead and reverted r394939 from 12/trunk and re-opened ASTERISK-21965. ........ Merged revisions 397938 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 1 insertions, 11 deletions
diff --git a/CHANGES b/CHANGES
index 5e2dd28a6..9a223fdd1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1102,22 +1102,12 @@ Realtime/Database Scripts
------------------
* Asterisk previously included example db schemas in the contrib/realtime/
directory of the source tree. This has been replaced by a set of database
- migrations using the Alembic framework. This allows you to use alembic to
+ migrations using the Alembic framework. This allows you to use alembic to
initialize the database for you. It will also serve as a database migration
tool when upgrading Asterisk in the future.
See contrib/ast-db-manage/README.md for more details.
-safe_asterisk
-------------------
- * The safe_asterisk script will now install over previously installations.
- In previous versions of Asterisk, once installed a 'make install' would
- skip over safe_asterisk if it was already installed.
-
- * Certain options in safe_asterisk can now be configured from the
- safe_asterisk.conf file. A sample version of this is located in the
- configs/ folder.
-
sip_to_res_pjsip.py
-------------------
* A new script has been added in the contrib/scripts/sip_to_res_pjsip folder.