mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 21:46:35 -07:00
Update for 22.10.0-rc1
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
ChangeLogs/ChangeLog-22.9.0.html
|
||||
ChangeLogs/ChangeLog-22.10.0-rc1.html
|
||||
+1
-1
@@ -1 +1 @@
|
||||
ChangeLogs/ChangeLog-22.9.0.md
|
||||
ChangeLogs/ChangeLog-22.10.0-rc1.md
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1,4 +1,4 @@
|
||||
<html><head><title>Readme for asterisk-22.9.0</title></head><body>
|
||||
<html><head><title>Readme for asterisk-22.10.0-rc1</title></head><body>
|
||||
<h1>The Asterisk(R) Open Source PBX</h1>
|
||||
<pre><code>By Mark Spencer <markster@digium.com> and the Asterisk.org developer community.
|
||||
Copyright (C) 2001-2025 Sangoma Technologies Corporation and other copyright holders.
|
||||
@@ -37,7 +37,7 @@ hardware.</p>
|
||||
<p>If you are updating from a previous version of Asterisk, make sure you
|
||||
read the Change Logs.</p>
|
||||
<!-- CHANGELOGS (the URL will change based on the location of this README) -->
|
||||
<p><a href="ChangeLogs/ChangeLog-22.9.0.html">Change Logs</a></p>
|
||||
<p><a href="ChangeLogs/ChangeLog-22.10.0-rc1.html">Change Logs</a></p>
|
||||
<!-- END-CHANGELOGS -->
|
||||
|
||||
<h3>NEW INSTALLATIONS</h3>
|
||||
|
||||
@@ -55,7 +55,7 @@ If you are updating from a previous version of Asterisk, make sure you
|
||||
read the Change Logs.
|
||||
|
||||
<!-- CHANGELOGS (the URL will change based on the location of this README) -->
|
||||
[Change Logs](ChangeLogs/ChangeLog-22.9.0.html)
|
||||
[Change Logs](ChangeLogs/ChangeLog-22.10.0-rc1.html)
|
||||
<!-- END-CHANGELOGS -->
|
||||
|
||||
### NEW INSTALLATIONS
|
||||
|
||||
@@ -1755,3 +1755,11 @@ ALTER TABLE ps_endpoints ADD COLUMN follow_redirect_methods VARCHAR(95);
|
||||
|
||||
UPDATE alembic_version SET version_num='bb6d54e22913' WHERE alembic_version.version_num = 'dc7c357dc178';
|
||||
|
||||
-- Running upgrade bb6d54e22913 -> e89e30cee53f
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_start INTEGER;
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_end INTEGER;
|
||||
|
||||
UPDATE alembic_version SET version_num='e89e30cee53f' WHERE alembic_version.version_num = 'bb6d54e22913';
|
||||
|
||||
|
||||
@@ -1879,5 +1879,13 @@ ALTER TABLE ps_endpoints ADD COLUMN follow_redirect_methods VARCHAR(95);
|
||||
|
||||
UPDATE alembic_version SET version_num='bb6d54e22913' WHERE alembic_version.version_num = 'dc7c357dc178';
|
||||
|
||||
-- Running upgrade bb6d54e22913 -> e89e30cee53f
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_start INTEGER;
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN rtp_port_end INTEGER;
|
||||
|
||||
UPDATE alembic_version SET version_num='e89e30cee53f' WHERE alembic_version.version_num = 'bb6d54e22913';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user