Changes between Initial Version and Version 1 of 62ReleasePlan


Ignore:
Timestamp:
Jan 5, 2012, 5:21:06 PM (12 years ago)
Author:
sdlime
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 62ReleasePlan

    v1 v1  
     1This is the MapServer 6.2 release plan adopted by the MapServer PSC on TBD.
     2
     3'''New Features and Major Bug Fixes'''
     4
     5New features in 6.2:
     6
     7  * TODO
     8
     9''Other notable enhancements include:''
     10
     11  * TODO
     12
     13See also the HISTORY.TXT for this release: http://trac.osgeo.org/mapserver/browser/trunk/mapserver/HISTORY.TXT
     14
     15A 6.0 -> 6.2 migration guide is being worked on. For now it lives in the source tree but should become part of official documentation soon:
     16http://trac.osgeo.org/mapserver/browser/trunk/mapserver/MIGRATION_GUIDE.TXT
     17
     18'''Planned Dates'''
     19
     20We will plan for 3 betas and 2 release candidates (RC) over a 6 week period after the feature freeze (1 beta/RC per week each Wednesday). This will lead us to a final release sometime around TBD:
     21
     22    * Feature freeze - Fri. April 10, 2012
     23    * 56.2.0-beta1 -
     24    * 6.2.0-beta2 -
     25    * 6.2.0-beta3 -
     26    * 6.2.0-rc1 -
     27    * 6.2.0 (final) -
     28
     29'''Release Manager (see [http://mapserver.org/development/rfc/ms-rfc-34.html MS RFC 34])'''
     30
     31 Daniel Morissette
     32
     33'''SVN Tags/Branches'''
     34
     35    * The main trunk SVN is currently the 6.1 development version that we plan to release as 6.2
     36    * The stable SVN branch for this release will be called "branch-6-2" (not created yet).
     37    * Current proposed date for creating "branch-6-2" is the date of the 6.2.0 release (TBD)
     38    * If post-6.2 developments require earlier branching then please bring up your request for branching on the -dev list.
     39    * The betas will be tagged in SVN as "rel-6-2-0-beta1", "rel-6-2-0-beta2", ... and the release candidates as "rel-6-2-rc1", "rel-6-2-rc2", etc...
     40
     41'''Trac Conventions'''
     42
     43In 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:
     44
     45    * Tickets to be addressed for this release must have their target milestone set to "6.2 release"
     46    * 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
     47    * The target milestone on a ticket should be set by the developers (bug owners) and not by the users (reporters).
     48
     49Other good practices when dealing with tickets:
     50
     51    * 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).
     52    * Please mark bugs ASSIGNED as soon as you start working on them
     53    * 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.
     54    * When committing to SVN, please include the bug number in your SVN change log comment e.g. (#1234).
     55    * 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.
     56
     57The following query returns all currently open bugs that are tagged with the "5.6 release" target milestone:
     58
     59 [http://trac.osgeo.org/mapserver/query?status=new&status=assigned&status=reopened&milestone=5.6+release]
     60
     61'''QA'''
     62 TODO...
     63
     64'''Open Tasks'''
     65 None.