~ubuntu-branches/ubuntu/oneiric/tomcat7/oneiric-security

« back to all changes in this revision

Viewing changes to TOMCAT-7-RELEASE-PLAN.txt

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
================================================================================
2
 
  Licensed to the Apache Software Foundation (ASF) under one or more
3
 
  contributor license agreements.  See the NOTICE file distributed with
4
 
  this work for additional information regarding copyright ownership.
5
 
  The ASF licenses this file to You under the Apache License, Version 2.0
6
 
  (the "License"); you may not use this file except in compliance with
7
 
  the License.  You may obtain a copy of the License at
8
 
 
9
 
      http://www.apache.org/licenses/LICENSE-2.0
10
 
 
11
 
  Unless required by applicable law or agreed to in writing, software
12
 
  distributed under the License is distributed on an "AS IS" BASIS,
13
 
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 
  See the License for the specific language governing permissions and
15
 
  limitations under the License.
16
 
================================================================================
17
 
 
18
 
            =====================================================
19
 
            An outline plan for the first stable Tomcat 7 release
20
 
            =====================================================
21
 
 
22
 
1. Update trunk with new API from Servlet Spec 3.0 Final Draft 2009-11-05
23
 
   - Done
24
 
 
25
 
2. Provide NOOP implementations with TODO SRV3 markers so it will build
26
 
   - Done
27
 
 
28
 
3. Implement all the new Servlet 3 features
29
 
   NOTE: Status is based on a review of the specification, not the TCK tests
30
 
   - Done
31
 
 
32
 
4. Do an initial release (from trunk)
33
 
   - Create tc7.0.x\tags to hold release tags - Done
34
 
   - Add to web site - Done
35
 
   - Update Wiki version status page - Done
36
 
 
37
 
5. Fix issues as they get reported
38
 
 
39
 
6. Update for final release of the spec
40
 
   - Done
41
 
 
42
 
7. Create tc7.0.x\trunk from trunk at first stable release
43
 
 
44
 
8. Nice to haves in first Tomcat 7 stable release
45
 
   - Refactor Jasper integration as suggested in SRV.8.3
46
 
   - Remove old, unused code
47
 
     - Clean up internal API (eg remove unused params from methods)
48
 
   - JSR 115/196 implementations - Copy from Geronimo?
49
 
   
 
 
b'\\ No newline at end of file'