diff -r 09cae668b536 -r 7678f72140e6 thirdparty/google_appengine/RELEASE_NOTES --- a/thirdparty/google_appengine/RELEASE_NOTES Fri Oct 23 11:17:07 2009 -0700 +++ b/thirdparty/google_appengine/RELEASE_NOTES Fri Oct 23 13:54:11 2009 -0500 @@ -3,6 +3,35 @@ App Engine Python SDK - Release Notes +Version 1.2.7 - October 14, 2009 +================================ + - Changed the 'key' parameter to Model.__init__ to be keyword only. + - Fixed taskqueue import in Remote API. + http://code.google.com/p/googleappengine/issues/detail?id=2259 + + +Version 1.2.6 - September 17, 2009 +================================== + - Added incoming email support. + http://code.google.com/p/googleappengine/issues/detail?id=165 + - Remote API now supports XMPP and task queues. + - The default for all handlers is now secure: optional. Users can + now access all pages via SSL unless explicitly disallowed. + - Remote API now supports HTTPS. + http://code.google.com/p/googleappengine/issues/detail?id=1461 + - Appcfg now uses https by default. + http://code.google.com/p/googleappengine/issues/detail?id=794 + - Appcfg.py now supports the --application and --version flags to + override the values specified in app.yaml. + http://code.google.com/p/googleappengine/issues/detail?id=670 + - GQL now supports '= NULL' queries. + - The db.Model constructor now supports explicitly setting a key + (and thus an id) for a Model instance. + - New Datastore stats api. Stats are also visible in the admin console. + - Bulkloader dump and restore now supports restoring to a different + app id and restoring numeric keys. + + Version 1.2.5 - August 13, 2009 =============================== - The Windows Python SDK now includes a GUI launcher, similar to the Mac SDK.