~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2010-05-05 19:03:40 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20100505190340-szon1h02xlwn6dzl
Fix bad redirect when visiting "/download" or "/download/". (#247992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dev [future]
5
5
------------
6
6
 
 
7
    - Syntax highlighting is no longer applied for files greater than 512K,
 
8
      reducing codebrowse.launchpad.net overloading.
 
9
      (Max Kanat-Alexander, #513044)
 
10
 
7
11
    - Documentation added in the docs directory. README simplified
8
12
      accordingly. (Tres Seaver).
9
13
 
21
25
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
22
26
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
23
27
 
24
 
    - Add a script and documentation for running under mod_wsgi.
25
 
      (Toshio Kuratomi)
 
28
    - Set Cache-Control and Expires headers on static pages.
 
29
      (John Arbash Meinel)
 
30
 
 
31
    - Generate relative links where possible (everywhere but HTTP
 
32
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)
 
33
 
 
34
    - Fix bad redirect when visiting "/download" or "/download/".
 
35
      (Matt Nordhoff, #247992)
 
36
 
26
37
 
27
38
1.17 [20Aug2009]
28
39
----------------