thirdparty/google_appengine/RELEASE_NOTES
changeset 297 35211afcd563
parent 209 4ba836d74829
child 686 df109be0567c
equal deleted inserted replaced
296:b02dd2a5f329 297:35211afcd563
     1 Copyright 2008 Google Inc.
     1 Copyright 2008 Google Inc.
     2 All rights reserved.
     2 All rights reserved.
     3 
     3 
     4 App Engine SDK - Release Notes
     4 App Engine SDK - Release Notes
       
     5 
       
     6 Version 1.1.5 - September 29, 2008
       
     7 ==================================
       
     8 
       
     9   - Additional fixes for file paths on Windows and OSX.
       
    10   - Sped up the datastore stub.
       
    11   - Allow different types in list properties in datastore.Entity and Expando.
       
    12   - Add add_multi and replace_multi to memcache API.
       
    13       http://code.google.com/appengine/docs/memcache/clientclass.html#Client_add_multi
       
    14       http://code.google.com/appengine/docs/memcache/clientclass.html#Client_replace_multi
       
    15   - Ignore errors from the API proxy when calling memcache read methods.
       
    16   - Set the webapp Request charset property more accurately from CONTENT_TYPE.
       
    17   - Fixed an issue in the development console with schema caching.
       
    18   - Fixed an issue with StringListProperty not returning a class
       
    19       http://code.google.com/p/googleappengine/issues/detail?id=415
       
    20   - Fixed an issue in the development console where quotes couldn't be used
       
    21       within fields.
       
    22   - Fixed an issue with TimeProperty("0:0") (midnight).
       
    23       http://code.google.com/p/googleappengine/issues/detail?id=279
     5 
    24 
     6 Version 1.1.4 - September 26, 2008
    25 Version 1.1.4 - September 26, 2008
     7 ==================================
    26 ==================================
     8 
    27 
     9   - Fixed issue with incorrectly escaping static_files paths on Windows.
    28   - Fixed issue with incorrectly escaping static_files paths on Windows.