~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Toshio Kuratomi
  • Date: 2010-04-25 04:52:54 UTC
  • mto: (464.1.1 mod-wsgi)
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: toshio@fedoraproject.org-20100425045254-rxjwtmq67ix47z0h
README.mod_wsgi was merged into docs/index.rst

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.1 [24Mar2011]
5
 
------------------
6
 
 
7
 
    - Fix escaping of filenames in revision views.
8
 
      (William Grant, #740142)
9
 
 
10
 
    - Add missing import to loggerhead.trace, allowing start-loggerhead
11
 
      to run when a log.roll config option is set.
12
 
      (Max Kanat-Alexander, #673999)
13
 
 
14
 
 
15
 
1.18 [10Nov2010]
16
 
----------------
17
 
 
18
 
    - Syntax highlighting is no longer applied for files greater than 512K,
19
 
      reducing codebrowse.launchpad.net overloading.
20
 
      (Max Kanat-Alexander, #513044)
 
4
dev [future]
 
5
------------
21
6
 
22
7
    - Documentation added in the docs directory. README simplified
23
8
      accordingly. (Tres Seaver).
36
21
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
37
22
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
38
23
 
39
 
    - Set Cache-Control and Expires headers on static pages.
40
 
      (John Arbash Meinel)
41
 
 
42
 
    - Generate relative links where possible (everywhere but HTTP
43
 
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)
44
 
 
45
 
    - Fix bad redirect when visiting "/download" or "/download/".
46
 
      (Matt Nordhoff, #247992)
47
 
 
 
24
    - Add a script and documentation for running under mod_wsgi.
 
25
      (Stuart Colville, Toshio Kuratomi)
48
26
 
49
27
1.17 [20Aug2009]
50
28
----------------