equal
deleted
inserted
replaced
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.3 - September 8, 2008 |
|
7 ================================= |
|
8 |
|
9 - Added support for zipimport. |
|
10 http://code.google.com/p/googleappengine/issues/detail?id=70 |
|
11 http://code.google.com/p/googleappengine/issues/detail?id=161 |
|
12 - Added zipserve module for serving static content from a zip file. |
|
13 See google/appengine/ext/zipserve/__init__.py for more information. |
|
14 - Added a memcache viewer to the development console. |
|
15 http://code.google.com/appengine/docs/thedevwebserver.html#The_Development_Console |
|
16 - Added new follow_redirects flag to the URLFetch service. |
|
17 http://code.google.com/p/googleappengine/issues/detail?id=404 |
|
18 - Fixed caching headers for static content. |
|
19 - Fixed an issue with incorrectly escaping paths on Windows. |
|
20 - Fixed an issue with the current directory while running applications. |
5 |
21 |
6 Version 1.1.2 - August 20, 2008 |
22 Version 1.1.2 - August 20, 2008 |
7 =============================== |
23 =============================== |
8 |
24 |
9 - Batch puts across Datastore entity groups. |
25 - Batch puts across Datastore entity groups. |