You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/06/14 22:36:51 UTC

cvs commit: ws-axis/java changelog.html

dims        2005/06/14 13:36:51

  Modified:    java     changelog.html
  Log:
  updating changelog
  
  Revision  Changes    Path
  1.15      +12 -1     ws-axis/java/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/changelog.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changelog.html	3 May 2005 14:14:50 -0000	1.14
  +++ changelog.html	14 Jun 2005 20:36:51 -0000	1.15
  @@ -16,7 +16,18 @@
   <body>
   <h1>Axis Change Log</h1>
   
  -<h2>Axis 1.2</h2>
  +<h2>Axis 1.2.1</h2>
  +
  +<h3>Changes from 1.2final</h3>
  +<ul> Cleanup array handling for rpc/lit and doc/lit
  +<li> Enhancements to HTTPSender/CommonsHTTPSender (including better cookie support)
  +<li> Generate array of wrappers for soapenc array nillable elements
  +<li> Better handling of elementFormDefault during dynamic wsdl generation
  +<li> Fix for gracefully handling IncompatibleClassChangeError in websphere/weblogic
  +<li> Better SAAJ support (dirty flag was not set leading to serialization problems)
  +<li> Fix out-of-memory errors for services without attachments returning large response messages
  +<li> Last but not the least more test cases...
  +</ul>
   
   <h3>Changes from 1.2rc3</h3>
   <ul>