Modified Files:
Tag: testlink_1_9
README
Log Message:
no message
Index: README
===================================================================
RCS file: /cvsroot/testlink/testlink/README,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** README 9 Oct 2010 08:16:29 -0000 1.19
--- README 22 Jan 2011 09:55:53 -0000 1.19.2.1
***************
*** 1,4 ****
===============================================================
! TestLink 1.9 RC1 - Read me
===============================================================
--- 1,4 ----
===============================================================
! TestLink 1.9.1 (Prague Bugfix 1) - Read me
===============================================================
***************
*** 32,46 ****
===============================================================
! This is release candidate of final and stable release and we recommend
! to update from older version.
!
! New features within 1.8:
! * Platforms - possibility to test with several configuration/environment
! * Requirements versions, type
! * Test case: Step-by-step structure
! * Inventory
! * Compatibility with PHP5.3
!
! See CHANGELOG file for detailed list.
--- 32,39 ----
===============================================================
! This release contains bugfixes for 1.9.0 and a new feature
! (requirement revisioning).
!
! See CHANGELOG file for detailed list of issues fixed.
***************
*** 51,55 ****
- web-server: Apache 1.2 , 2.x
- PHP 5.2, 5.3
! - DBMS: MySQL 5.x , Postgres 8.x , MS-SQL 2005
Supported client web-browsers:
--- 44,48 ----
- web-server: Apache 1.2 , 2.x
- PHP 5.2, 5.3
! - DBMS: MySQL 5.x , Postgres 8.x,9.x , MS-SQL 2005/2008
Supported client web-browsers:
***************
*** 107,111 ****
- New Installation
! - Migration from 1.8 to 1.9
Steps
--- 100,106 ----
- New Installation
! - Migration from 1.8 to 1.9.1
!
! If you are upgrading from 1.9.0 please go to section 'Upgrade from 1.9.0 to 1.9.1'.
Steps
***************
*** 133,136 ****
--- 128,150 ----
Always before login, after an upgrade/migration clear browser cookies.
+ - Upgrade from 1.9.0 to 1.9.1
+ To be able to use Testlink 1.9.1 with the new „Requirement Revisioning“ feature -
+ migration procedure requires some manual steps.
+
+ A.) Why does this release need manual steps on migration from 1.9.0?
+ „Requirement Revisioning“ Feature requires database changes.
+ Manual migration is simple and should not be a problem for anyone.
+ No data needs to be migrated – it only requires to alter some tables and create a single new table.
+
+ B.) What steps have to be executed for migration from 1.9.0 to 1.9.1?
+ 1. First of all make sure your testlink installation uses testlink 1.9.0 database scheme.
+ If you are still on Testlink 1.8.x use standard upgrade procedure.
+
+ 2. a) Execute install/sql/alter_tables/1.9.1/<your_db>/DB1.4/step1/db_schema_update.sql
+ b) Execute install/sql/alter_tables/1.9.1/<your_db>/DB1.4/stepZ/z_final_step.sql
+ WARNING: if you are using a table prefix replace /*prefix*/ with your prefix
+
+ Hint: When using MySQL Query Browser make sure you are not using a single command execution.
+ (open script or use special script tab to execute the whole script at once)
6. TestLink Team
***************
*** 141,149 ****
--- Most Active on this release
* Francisco Mancardi - Project lead, builds, core developer, contributors code reviewer
! * Julian Krien - Leader of testlink-qa group effort on 1.9 RC1
* Andreas Simon
! * Erik Eloff
--- Contributors and developers active on other releases ---
* Martin Havlat - Project lead, builds, infrastructure, developer
* Andreas Morsing - core developer
--- 155,164 ----
--- Most Active on this release
* Francisco Mancardi - Project lead, builds, core developer, contributors code reviewer
! * Julian Krien - Leader of testlink-qa group effort on 1.9.x
* Andreas Simon
!
--- Contributors and developers active on other releases ---
+ * Erik Eloff
* Martin Havlat - Project lead, builds, infrastructure, developer
* Andreas Morsing - core developer