diff --git a/CHANGES b/CHANGES index 0a75b0abb..78f0080b8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +====================================================================== +=== +=== This file documents the new and/or enhanced functionality added in +=== the Asterisk versions listed below. This file does NOT include +=== changes in behavior that would not be backwards compatible with +=== previous versions; for that information see the UPGRADE.txt file +=== and the other UPGRADE files for older releases. +=== +====================================================================== + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 ------------- ------------------------------------------------------------------------------ diff --git a/UPGRADE-1.2.txt b/UPGRADE-1.2.txt index ffa9bb8fd..cd647c47b 100644 --- a/UPGRADE-1.2.txt +++ b/UPGRADE-1.2.txt @@ -1,10 +1,17 @@ ========================================================= +=== === Information for upgrading from Asterisk 1.0 to 1.2 === +=== This file documents all the changes that MUST be taken +=== into account when upgrading between the Asterisk +=== versions listed below. These changes may require that +=== you modify your configuration files, dialplan or (in +=== some cases) source code if you have your own Asterisk +=== modules or patches. These files also includes advance +=== notice of any functionality that has been marked as +=== 'deprecated' and may be removed in a future release, +=== along with the suggested replacement functionality. === -=== UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2 -=== UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4 -=== UPGRADE.txt -- Upgrade info for 1.4 to 1.6 ========================================================= Compiling: diff --git a/UPGRADE-1.4.txt b/UPGRADE-1.4.txt index 103a585c4..4f826946e 100644 --- a/UPGRADE-1.4.txt +++ b/UPGRADE-1.4.txt @@ -1,10 +1,19 @@ ========================================================= +=== === Information for upgrading from Asterisk 1.2 to 1.4 === +=== These files document all the changes that MUST be taken +=== into account when upgrading between the Asterisk +=== versions listed below. These changes may require that +=== you modify your configuration files, dialplan or (in +=== some cases) source code if you have your own Asterisk +=== modules or patches. These files also includes advance +=== notice of any functionality that has been marked as +=== 'deprecated' and may be removed in a future release, +=== along with the suggested replacement functionality. === === UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2 -=== UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4 -=== UPGRADE.txt -- Upgrade info for 1.4 to 1.6 +=== ========================================================= Build Process (configure script): diff --git a/UPGRADE-1.6.txt b/UPGRADE-1.6.txt index 8fb0a0f71..d03049cf5 100644 --- a/UPGRADE-1.6.txt +++ b/UPGRADE-1.6.txt @@ -1,10 +1,20 @@ ========================================================= +=== === Information for upgrading from Asterisk 1.4 to 1.6 === +=== These files document all the changes that MUST be taken +=== into account when upgrading between the Asterisk +=== versions listed below. These changes may require that +=== you modify your configuration files, dialplan or (in +=== some cases) source code if you have your own Asterisk +=== modules or patches. These files also includes advance +=== notice of any functionality that has been marked as +=== 'deprecated' and may be removed in a future release, +=== along with the suggested replacement functionality. === === UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2 === UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4 -=== UPGRADE.txt -- Upgrade info for 1.4 to 1.6 +=== ========================================================= AEL: diff --git a/UPGRADE.txt b/UPGRADE.txt index cd98425a1..8801608a2 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -1,10 +1,21 @@ =========================================================== +=== === Information for upgrading between Asterisk 1.6 versions === +=== These files document all the changes that MUST be taken +=== into account when upgrading between the Asterisk +=== versions listed below. These changes may require that +=== you modify your configuration files, dialplan or (in +=== some cases) source code if you have your own Asterisk +=== modules or patches. These files also includes advance +=== notice of any functionality that has been marked as +=== 'deprecated' and may be removed in a future release, +=== along with the suggested replacement functionality. === === UPGRADE-1.2.txt -- Upgrade info for 1.0 to 1.2 === UPGRADE-1.4.txt -- Upgrade info for 1.2 to 1.4 === UPGRADE-1.6.txt -- Upgrade info for 1.4 to 1.6 +=== =========================================================== From 1.6.0.1 to 1.6.1: