2009-11-09 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index 96a9fb81d2b1a5cce21ae1c65bbe8e96c3745087..ff2a1ed196a5636e61c1c38c1eeb3e5d13629ab4 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-09  Marek Habersack  <mhabersack@novell.com>
 
+       * HttpCookie.cs: made HttpCookie.CookieNVC serializable. Patch
+       from Sean Foy <sean.foy+novell@gmail.com>, thanks! Fixes bug
+       #553063
+
        * HttpCookieCollection.cs: Add allows for duplicate cookie
        names. Fixes bug #553150