~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-04-14 17:54:32 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: john@arbash-meinel.com-20100414175432-etyyk0m8qiclfndb
Clear out the controversial updates.

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
 
----------------
6
 
 
7
 
    - Syntax highlighting is no longer applied for files greater than 512K,
8
 
      reducing codebrowse.launchpad.net overloading.
9
 
      (Max Kanat-Alexander, #513044)
 
4
dev [future]
 
5
------------
10
6
 
11
7
    - Documentation added in the docs directory. README simplified
12
8
      accordingly. (Tres Seaver).
25
21
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
26
22
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
27
23
 
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
24
 
38
25
1.17 [20Aug2009]
39
26
----------------
140
127
 
141
128
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
142
129
 
143
 
    - Use transport API internally, so it is possible to specify a remote
 
130
    - Use transport API internally, so it is possible to specify a remote 
144
131
      URL to serve-branches. (Jelmer Vernooij, #371787)
145
132
 
146
133
    - Fix internal server errors when using start-loggerhead. (Matt