Update changelog
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 19 Jun 2010 14:23:29 +0000 (14:23 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 19 Jun 2010 14:23:29 +0000 (14:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@956227 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index ded31cb..31de277 100644 (file)
@@ -33,8 +33,7 @@
   </properties>
 
 <body>
-<!--  Catalina, Coyote, Jasper, High Availability, Web applications, Extras,
-      Other -->
+<!--  Catalina, Coyote, Jasper, Cluster, Web applications, Extras, Other -->
 <section name="Tomcat 7.0.1 (markt)">
   <subsection name="Catalina">
     <changelog>
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Cluster">
+    <changelog>
+      <fix>
+        <bug>49445</bug>: When session ID is changed after authentication,
+        ensure the DeltaManager replicates the change in ID to the other nodes
+        in the cluster. (kfujino)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Web applications">
     <changelog>
       <fix>