~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 05:49:24 UTC
  • mto: This revision was merged to the branch mainline in revision 424.
  • Revision ID: john@arbash-meinel.com-20110210054924-tdxcko62y6ouizq9
Address bugs #716201, and #716217.

Don't expand a template if we get a HEAD request.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
4
 
dev [future]
5
 
---------------
 
4
1.19 [???]
 
5
----------------
 
6
 
 
7
    - If we get a HEAD request, there is no reason to expand the template, we
 
8
      shouldn't be returning body content anyway.
 
9
      (John Arbash Meinel, #716201, #716217)
 
10
 
 
11
 
 
12
1.18 [10Nov2010]
 
13
----------------
 
14
 
 
15
    - Syntax highlighting is no longer applied for files greater than 512K,
 
16
      reducing codebrowse.launchpad.net overloading.
 
17
      (Max Kanat-Alexander, #513044)
 
18
 
 
19
    - Documentation added in the docs directory. README simplified
 
20
      accordingly. (Tres Seaver).
 
21
 
 
22
    - Show svn/git/hg revision ids in loggerhead revision view.
 
23
      (Jelmer Vernooij)
 
24
 
 
25
    - Fix .bzr/smart access to branches in shared repos. (You also need
 
26
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
 
27
 
 
28
    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
 
29
 
 
30
    - Repository.get_revision_inventory() was removed in bzr 2.2; use
 
31
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)
 
32
 
 
33
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
 
34
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
 
35
 
 
36
    - Set Cache-Control and Expires headers on static pages.
 
37
      (John Arbash Meinel)
 
38
 
 
39
    - Generate relative links where possible (everywhere but HTTP
 
40
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)
 
41
 
 
42
    - Fix bad redirect when visiting "/download" or "/download/".
 
43
      (Matt Nordhoff, #247992)
 
44
 
 
45
 
 
46
1.17 [20Aug2009]
 
47
----------------
6
48
 
7
49
    - Add bug links in revision informations (Alexandre Garnier, #314052)
8
50
 
106
148
 
107
149
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
108
150
 
109
 
    - Use transport API internally, so it is possible to specify a remote 
 
151
    - Use transport API internally, so it is possible to specify a remote
110
152
      URL to serve-branches. (Jelmer Vernooij, #371787)
111
153
 
112
154
    - Fix internal server errors when using start-loggerhead. (Matt
127
169
 
128
170
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
129
171
 
 
172
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
 
173
 
 
174
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
 
175
 
 
176
    - Support serving branches over HTTP using the smart server protocol.
 
177
      (Jelmer Vernooij, #306853)
 
178
 
 
179
    - Serving branch data was broken when --allow-writes was *not*
 
180
      passed. (Michael Hudson, #388730)
 
181
 
 
182
    - http_serve config values are interpreted more forgivingly.
 
183
      (Michael Hudson)
 
184
 
 
185
    - When specifying a remote url to serve-branches, do not share
 
186
      connections between threads. (Michael Hudson, #390972)
 
187
 
 
188
    - http_serve values from locations.conf are now applied to
 
189
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
 
190
 
 
191
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
 
192
      Hudson, #246739)
 
193
 
 
194
    - Display Loggerhead's version number at the bottom of the page, and
 
195
      add a <meta> generator tag also including the version numbers of
 
196
      its dependencies. (Matt Nordhoff, #370155)
 
197
 
130
198
 
131
199
1.10 [22Dec2008]
132
 
---------------
 
200
----------------
133
201
 
134
202
    - Add startup deamon script for Linux (Marius Kruger)
135
203