You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/06/03 09:53:31 UTC

cvs commit: cocoon-2.0 changes.xml

bruno       2003/06/03 00:53:31

  Modified:    .        changes.xml
  Log:
  mention fixing of bug 14327
  
  Revision  Changes    Path
  1.17      +6 -1      cocoon-2.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml	31 May 2003 01:28:06 -0000	1.16
  +++ changes.xml	3 Jun 2003 07:53:30 -0000	1.17
  @@ -43,6 +43,11 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="DC" type="fix" fixes-bug="14327">
  +   Encoding-related change to the JSP engine: the response charset is now
  +   retrieved from the Content-Type, and if not found ISO-8859-1 is used as
  +   default (previously UTF-8 was the default).
  +  </action>
     <action dev="JH" type="fix" fixes-bug="15614" due-to-email="miles@geekspeak.org">
      Removed 2.1 documentation stuff from 2.0 documentation.
     </action>