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

Side by Side Diff: pkg/http_multi_server/CHANGELOG.md

Issue 812253002: Delete a bunch of packages that are now on GitHub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Un-delete http Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/http_multi_server/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.3.0
2
3 * Add support for `HttpServer.autoCompress`.
4
5 ## 1.2.0
6
7 * Add support for `HttpServer.defaultResponseHeaders.clear`.
8
9 * Fix `HttpServer.defaultResponseHeaders.remove` and `.removeAll`.
10
11 ## 1.1.0
12
13 * Add support for `HttpServer.defaultResponseHeaders`.
14
15 ## 1.0.2
16
17 * Remove the workaround for [issue 19815][].
18
19 ## 1.0.1
20
21 * Ignore errors from one of the servers if others are still bound. In
22 particular, this works around [issue 19815][] on some Windows machines where
23 IPv6 failure isn't discovered until we try to connect to the socket.
24
25 [issue 19815]: http://code.google.com/p/dart/issues/detail?id=19815
OLDNEW
« no previous file with comments | « no previous file | pkg/http_multi_server/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698