diff -r 37505d64e57b -r f2e327a7c5de thirdparty/google_appengine/RELEASE_NOTES --- a/thirdparty/google_appengine/RELEASE_NOTES Tue Sep 16 01:18:49 2008 +0000 +++ b/thirdparty/google_appengine/RELEASE_NOTES Tue Sep 16 02:28:33 2008 +0000 @@ -3,6 +3,22 @@ App Engine SDK - Release Notes +Version 1.1.3 - September 8, 2008 +================================= + + - Added support for zipimport. + http://code.google.com/p/googleappengine/issues/detail?id=70 + http://code.google.com/p/googleappengine/issues/detail?id=161 + - Added zipserve module for serving static content from a zip file. + See google/appengine/ext/zipserve/__init__.py for more information. + - Added a memcache viewer to the development console. + http://code.google.com/appengine/docs/thedevwebserver.html#The_Development_Console + - Added new follow_redirects flag to the URLFetch service. + http://code.google.com/p/googleappengine/issues/detail?id=404 + - Fixed caching headers for static content. + - Fixed an issue with incorrectly escaping paths on Windows. + - Fixed an issue with the current directory while running applications. + Version 1.1.2 - August 20, 2008 ===============================