thirdparty/google_appengine/RELEASE_NOTES
changeset 2172 ac7bd3b467ff
parent 1278 a7766286a7be
child 2273 e4cb9c53db3e
equal deleted inserted replaced
2171:83d96aadd228 2172:ac7bd3b467ff
     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.2.0 - March 24, 2009
       
     7 ==============================
       
     8   - Cron support. Appcfg.py will upload the schedule to App Engine.
       
     9       The dev_appserver console at /_ah/admin describes your schedule but does
       
    10       not automatically run scheduled jobs. Learn more at
       
    11       http://code.google.com/appengine/docs/python/config/cron.html
       
    12   - New allow_skipped_files flag in dev_appserver to allow it to read files
       
    13     which are not available in App Engine.
       
    14         http://code.google.com/p/googleappengine/issues/detail?id=550
     5 
    15 
     6 Version 1.1.9 - February 2, 2009
    16 Version 1.1.9 - February 2, 2009
     7 ================================
    17 ================================
     8 
    18 
     9   - HTTP Request and Response limit raised to 10MB from 1MB.
    19   - HTTP Request and Response limit raised to 10MB from 1MB.