summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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.