Author: markt
Date: Wed Jun 25 08:48:32 2014
New Revision: 1605293

URL: http://svn.apache.org/r1605293
Log:
Update the API stability section of the release notes now that Tomcat 8 has had 
its first stable release.

Modified:
    tomcat/trunk/RELEASE-NOTES
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/RELEASE-NOTES
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/RELEASE-NOTES?rev=1605293&r1=1605292&r2=1605293&view=diff
==============================================================================
--- tomcat/trunk/RELEASE-NOTES (original)
+++ tomcat/trunk/RELEASE-NOTES Wed Jun 25 08:48:32 2014
@@ -45,17 +45,14 @@ Tomcat @VERSION_MAJOR_MINOR@ is designed
 API Stability:
 ==============
 
-*** This is an alpha release. Currently no guarantees are made regarding API 
***
-*** stability.                                                               
***
-
 The public interfaces for the following classes are fixed and will not be
 changed at all during the remaining lifetime of the @VERSION_MAJOR@.x series:
-- None
+- All classes in the javax namespace
 
 The public interfaces for the following classes may be added to in order to
-resolve bugs and/or add new features. No existing interface will be removed or
-changed although it may be deprecated.
-- None
+resolve bugs and/or add new features. No existing interface method will be
+removed or changed although it may be deprecated.
+- org.apache.catalina.* (excluding sub-packages) 
 
 Note: As Tomcat @VERSION_MAJOR@ matures, the above list will be added to. The 
list is not
       considered complete at this time.

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1605293&r1=1605292&r2=1605293&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Jun 25 08:48:32 2014
@@ -94,6 +94,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update the API stability section of the release notes now that Tomcat 8
+        has had its first stable release. (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 8.0.9 (markt)">
   <subsection name="Catalina">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to