Changes between Version 1 and Version 2 of 54ReleasePlan


Ignore:
Timestamp:
Jan 25, 2009, 7:48:38 PM (15 years ago)
Author:
sdlime
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 54ReleasePlan

    v1 v2  
    1 A place holder for the 5.4 release plan...
     1
     2This is the MapServer 5.4 release plan adopted by the MapServer PSC on 2009-xx-xx.
     3
     4'''New Features and Major Bug Fixes'''
     5
     6New features in 5.4:
     7
     8    * number 1
     9
     10''Other notable enhancements include:''
     11
     12    * number 1
     13
     14'''Planned Dates'''
     15
     16    * number 1
     17
     18'''Release Manager (see MS RFC 34)'''
     19
     20 TBD
     21
     22'''SVN Tags/Branches'''
     23
     24    * The main trunk SVN is currently the 5.3 development version that we plan to release as 5.4
     25    * The stable SVN branch for this release will be called "branch-5-4" (not created yet).
     26    * Current proposed date for creating "branch-5-4" is the date of the 5.4.0 release (TBD)
     27    * If post-5.4 developments require earlier branching then please bring up your request for branching on the -dev list.
     28    * The betas will be tagged in SVN as "rel-5-4-0-beta1", "rel-5-4-0-beta2", ... and the release candidates as "rel-5-4-rc1", "rel-5-4-rc2", etc...
     29
     30'''Trac Conventions'''
     31
     32In order to facilitate querying the Trac database for tickets that still need to be addressed for this release, we try to stick to the following conventions:
     33
     34    * Tickets to be addressed for this release must have their target milestone set to "5.4 release"
     35    * Bugs/Enhancements? that can't make it in this release but that we may want to address at a later time should be marked with the "FUTURE" target milestone with a comment explaining that the bug is postponed and if possible a quick analysis
     36    * The target milestone on a ticket should be set by the developers (bug owners) and not by the users (reporters).
     37
     38Other good practices when dealing with tickets:
     39
     40    * Please file tickets for any non-trivial bugfix or change to the software. This is so that we keep a trace for future reference of all bugfixes and changes that were made (why and how).
     41    * Please mark bugs ASSIGNED as soon as you start working on them
     42    * Please when marking a bug fixed include a comment describing the fix, the version of the software in which it was done, the SVN changeset number (e.g. r1234) and any other relevant information. This will just make our lives easier in a few months/years when questions come up about this issue.
     43    * When committing to SVN, please include the bug number in your SVN change log comment e.g. (#1234).
     44    * Keep documentation in mind when fixing/changing things: if you cannot update the documentation yourself then please create a documentation bug describing the new feature/change and which document(s) should be updated.
     45
     46The following query returns all currently open bugs that are tagged with the "5.4 release" target milestone:
     47
     48 [http://trac.osgeo.org/mapserver/query?status=new&status=assigned&status=reopened&milestone=5.4+release]
     49
     50'''QA'''
     51 TODO...
     52
     53'''Open Tasks'''
     54 None.