Difference between revisions of "DevelopmentModel"

From Claws Mail FAQ
Jump to navigationJump to search
(first version)
 
Line 9: Line 9:
 
   Stage 3: Synchronization and multiple developer (and CVS users) testing,  
 
   Stage 3: Synchronization and multiple developer (and CVS users) testing,  
 
           unless the code is mature enough, go to 1 or 2 (or even 0).
 
           unless the code is mature enough, go to 1 or 2 (or even 0).
           From time to time, migrate mature features to stable branch.
+
           From time to time, migrate bugfixes to stable branch.
 
    
 
    
 
   Stage 4: Depending on the goals reached, code maturity, moon phase and  
 
   Stage 4: Depending on the goals reached, code maturity, moon phase and  

Revision as of 14:36, 28 December 2006

Claws Mail Development Model

 Stage 0: Propose ideas/goals
 
 Stage 1: Some bug fixing
 
 Stage 2: Implementation, single developer testing and committing to CVS
 
 Stage 3: Synchronization and multiple developer (and CVS users) testing, 
          unless the code is mature enough, go to 1 or 2 (or even 0).
          From time to time, migrate bugfixes to stable branch.
 
 Stage 4: Depending on the goals reached, code maturity, moon phase and 
          other variables, release a stable bugfix, a beta, or a rc.
 
 Stage 5: Magic happens here.
 
 Stage 6: Feature freeze (usually 2 weeks before 8).
  
 Stage 7: String freeze (usually 1 week before 8).
 
 Stage 8: Release a new shiny version.

Motto: All of this can change at developers will. Code must flow.