Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Side by Side Diff: CHANGELOG.md

Issue 1275203004: Remove the explicit setting of the hostname in the response (Closed) Base URL: git@github.com:dart-lang/appengine.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/server/server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.3.1 1 ## 0.3.1
2 2
3 * Added optional `port` argument to `runAppEngine`. 3 * Added optional `port` argument to `runAppEngine`.
4 * Removed the call to `/bin/hostname`.
4 5
5 ## 0.3.0+1 6 ## 0.3.0+1
6 7
7 * Widen dependency constraint on `package:logging`. 8 * Widen dependency constraint on `package:logging`.
8 9
9 ## 0.3.0 10 ## 0.3.0
10 11
11 * Pass the memcache expiration time to the memcache service. Before the 12 * Pass the memcache expiration time to the memcache service. Before the
12 expiration argument to Memcache.set and Memcache.setAll was ignored. 13 expiration argument to Memcache.set and Memcache.setAll was ignored.
13 14
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 74
74 * Use datastore/db APIs from package:gcloud 75 * Use datastore/db APIs from package:gcloud
75 * simplified annotation system 76 * simplified annotation system
76 * paging-based query API 77 * paging-based query API
77 * Added module service 78 * Added module service
78 * Some bugfixes 79 * Some bugfixes
79 80
80 ## 0.1.0 81 ## 0.1.0
81 82
82 * Alpha release 83 * Alpha release
OLDNEW
« no previous file with comments | « no previous file | lib/src/server/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698