source: wg_materials/ietf78/ietf-78-httpbis-changes.xhtml @ 1497

Last change on this file since 1497 was 896, checked in by julian.reschke@…, 13 years ago

update changes slides

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <title>IETF 78 - HTTPbis -10 Changes Overview</title>
6    <style type="text/css">
7body {
8  color: black;
9  font-family: verdana, helvetica, arial, sans-serif;
10  font-size: 18pt;
11}
12h1 {
13  font-size: 36pt;
14}
15li {
16  margin-top: 0.5em;
17}
18q {
19  font-style: italic; 
20}
21.break {
22  page-break-before: always;
23}
24@page {
25  size: a4 landscape;
26}
27@page {
28  @bottom-left {
29       content: "Julian Reschke, greenbytes";
30  }
31  @bottom-right {
32       content: counter(page);
33  }
34  @top-center {
35       content: "IETF 78 - HTTPbis -10 Changes Overview";
36  }
37}
38    </style>
39  </head>
40  <body>
41    <h1>IETF 78 - HTTPbis -10 Changes Overview</h1>
42    <p>
43      <a href="mailto:julian.reschke@greenbytes.de">Julian Reschke</a>, greenbytes
44    </p>
45 
46    <h2 class="break">History</h2>
47    <ul>
48      <li>-05: published November 2008 (during IETF 73)</li>
49      <li>-06: published March 2009 (before IETF 74)</li>
50      <li>-07: published July 2009 (before IETF 75)</li>
51      <li>-08: published October 2009 (before IETF 76)</li>
52      <li>-09: published March 2010 (before IETF 77)</li>
53      <li>-10: published July 2010 (before IETF 78)</li>
54    </ul>
55
56    <h2 class="break">Changes (1/4)</h2>
57    <p>non-specific</p>
58    <ul>
59    <li>IANA registry for content/transfer encodings (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/143">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/143</a>) - editorial</li>
60    </ul>
61
62    <h2 class="break">Changes (2/4)</h2>
63    <p>Part 1</p>
64    <ul>
65    <li>Clarification of the term "deflate" (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/78">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/78</a>)</li>
66    <li>OPTIONS * and proxies (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/83">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/83</a>)</li>
67    <li>Case-sensitivity of HTTP-date (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/165">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/165</a>)</li>
68    <li>Term for the requested resource's URI(<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/196">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/196</a>) - editorial</li>
69    <li>use of term "word" when talking about header structure (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/200">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/200</a>) - editorial</li>
70    </ul>
71
72    <h2 class="break">Changes (3/4)</h2>
73    <p>Part 3</p>
74    <ul>
75    <li>Content Sniffing (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/155">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/155</a>)</li>
76    </ul>
77    <p>Part 4</p>
78    <ul>
79    <li>ETag uniqueness (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/39">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/39</a>) - editorial</li>
80    </ul>
81
82    <h2 class="break">Changes (4/4)</h2>
83    <p>Part 6</p>
84    <ul>
85    <li>Age Calculation (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/29">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/29</a>)</li>
86    <li>Request and Response CC directive requirements (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/168">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/168</a>) -  editorial</li>
87    <li>Caching Authenticated Responses (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/174">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/174</a>)</li>
88    <li>IANA registry for cache-control directives (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/208">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/208</a>)</li>
89    <li>Heuristic Caching of URLs with Query Components (<a href="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/211">http://trac.tools.ietf.org/wg/httpbis/trac/ticket/211</a>)</li>
90    </ul>
91
92  </body>
93</html>
Note: See TracBrowser for help on using the repository browser.