~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-04-27 15:45:52 UTC
  • mfrom: (411.1.1 tag_cache)
  • Revision ID: john@arbash-meinel.com-20100427154552-ebb7psd96xwmgo0e
Cache the Branch reverse-tag dict, since Branch does not.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
4
 
1.18 [10Nov2010]
5
 
----------------
 
4
dev [future]
 
5
------------
6
6
 
7
7
    - Syntax highlighting is no longer applied for files greater than 512K,
8
8
      reducing codebrowse.launchpad.net overloading.
25
25
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
26
26
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
27
27
 
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
 
 
37
28
 
38
29
1.17 [20Aug2009]
39
30
----------------