set versions for trunk to 2.4b0.5

git-svn-id: svn://192.168.202.10@1298 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-01-08 03:47:51 +00:00
parent 7e0847c42d
commit 988c8e48bf
4 changed files with 25 additions and 5 deletions
+22 -3
View File
@@ -1,11 +1,30 @@
################ UPGRADE ################ UPGRADE
NOTE: Upgrading from 2.0.4 to 2.0.5 is below the first section NOTE: Upgrading from 2.0.5 to 2.2.0 is below the first section
NOTE: Upgrading from 2.0.3 to 2.0.4 is below the second section NOTE: Upgrading from 2.0.4 to 2.0.5 is below the second section
NOTE: Upgrading from 2.0.2 to 2.0.3 is below the third section NOTE: Upgrading from 2.0.3 to 2.0.4 is below the third section
NOTE: Upgrading from 2.0.2 to 2.0.3 is below the fourth section
NOTE: Upgrading from 2.0.1 to 2.0.2 is in the next section NOTE: Upgrading from 2.0.1 to 2.0.2 is in the next section
NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
########## UPGRADING FROM 2.2.0 TO 2.4 ##########
1. install new files:
perl ./install.pl
NOTES: If you have customized any scripts in the bin or agi folders,
then make sure you back them up before running the install.pl script.
This script will replace existing files in the astguiclient installation.
2. upgrade the MySQL asterisk database:
mysql
use asterisk
\. /path/from/root/extras/upgrade_2.4.sql
quit
########## UPGRADING FROM 2.0.5 TO 2.2.0 ########## ########## UPGRADING FROM 2.0.5 TO 2.2.0 ##########
1. install new files: 1. install new files:
+1 -1
View File
@@ -1912,7 +1912,7 @@ INSERT INTO vicidial_inbound_groups(group_id,group_name,group_color,active,queue
INSERT INTO vicidial_lists SET list_id='999',list_name='Default inbound list',campaign_id='TESTCAMP',active='N'; INSERT INTO vicidial_lists SET list_id='999',list_name='Default inbound list',campaign_id='TESTCAMP',active='N';
INSERT INTO vicidial_lists SET list_id='998',list_name='Default Manual list',campaign_id='TESTCAMP',active='N'; INSERT INTO vicidial_lists SET list_id='998',list_name='Default Manual list',campaign_id='TESTCAMP',active='N';
INSERT INTO system_settings (version,install_date) values('2.2.0rc1', CURDATE()); INSERT INTO system_settings (version,install_date) values('2.4b0.5', CURDATE());
INSERT INTO vicidial_status_categories (vsc_id,vsc_name) values('UNDEFINED','Default Category'); INSERT INTO vicidial_status_categories (vsc_id,vsc_name) values('UNDEFINED','Default Category');
+1
View File
@@ -0,0 +1 @@
UPDATE system_settings SET version='2.4b0.5',db_schema_update_date=NOW();
+1 -1
View File
@@ -1 +1 @@
2.2.0rc1 2.4b0.5