~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Max Kanat-Alexander
  • Date: 2010-11-12 00:09:49 UTC
  • Revision ID: mkanat@bugzilla.org-20101112000949-qhuz3vydzcvih8px
loggerhead.trace was missing an import of logging.handlers, which caused
start-loggerhead to die if a log.roll config setting was set.

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.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)
6
10
 
7
11
    - Documentation added in the docs directory. README simplified
8
12
      accordingly. (Tres Seaver).
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
----------------