~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Tom Haddon
  • Date: 2008-11-24 20:26:26 UTC
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: tom.haddon@canonical.com-20081124202626-x0sva3e7zxlqtckw
Allow the script to run as root or another user, but start the loggerhead process as the correct user

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
5
 
---------------
6
 
 
7
 
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
8
 
      to branch them. Addresses bug #240577. (Jonathan Lange)
9
 
 
10
 
    - Leading blank lines in commit messages no longer result in an
11
 
      empty summary. (Colin Watson)
12
 
 
13
 
    - Added syntax highlighting to annotate view using
14
 
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
15
 
 
16
 
    - Convert newlines in commit messages to HTML line breaks for
17
 
      annotate and changelog views.  Addresses bug #273688. (Peter
18
 
      Bui)
19
 
 
20
 
    - serve-branches now errors if run behind a proxy without
21
 
      paste.deploy installed.
22
 
 
23
 
    - Loggerhead should now handle file and directory names that need
24
 
      URL escaping without crashing.
25
 
 
26
 
    - The start-loggerhead script properly sets the wsgi.url_scheme
27
 
      from the server.webpath option. (neror)
28
 
 
29
 
    - The revision page defaults to unified style again, and can
30
 
      convert to a side-by-side view using Javascript.
31
 
 
32
 
    - Leading blank lines in commit messages no longer result in an
33
 
      empty summary. (Colin Watson)
34
 
 
35
 
    - The user-confusing "next" and "previous" links now read "older"
36
 
      and "newer" respectively.
37
 
 
38
 
    - The annotate view now contains line number anchors.
39
 
 
40
 
    - The annotate view does syntax highlighting using the "pygments"
41
 
      library.  (Peter Bui)
42
 
 
43
 
    - Changelog messages are now displayed with newlines preserved.
44
 
      (Peter Bui)
45
 
 
46
 
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
47
 
 
48
 
    - serve-branches now has an option, --use-cdn, to load YUI from
49
 
      Yahoo!'s CDN. (Matt Nordhoff)
50
 
 
51
 
    - Fix certain race conditions for loading bzr-search. (Robert
52
 
      Collins, #334250)
53
 
 
54
 
    - Fix errors when using serve-branches --log-folder or --user-dirs.
55
 
      (It was calling config.get_option() incorrectly.) (Matt Nordhoff,
56
 
      bug #361238)
57
 
 
58
 
    - Move some caching from RAM to the disk, and other caching and
59
 
      memory usage improvements. (Michael Hudson)
60
 
 
61
 
    - Add a --cache-dir option to serve-branches to choose where to
62
 
      place the SQL cache, and only create one temporary SQL dir per
63
 
      process. (Matt Nordhoff, #358322)
64
 
 
65
 
    - Replace homebrew memory profiling code with Dozer. (Paul Hummer)
66
 
 
67
 
    - Use the branch's public_branch as the default suggested URL to
68
 
      branch from (Matt Nordhoff, #369767)
69
 
 
70
 
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
71
 
 
72
 
    - Use transport API internally, so it is possible to specify a remote 
73
 
      URL to serve-branches. (Jelmer Vernooij, #371787)
74
 
 
75
 
1.10 [22Dec2008]
76
 
---------------
77
 
 
78
5
    - Add startup deamon script for Linux (Marius Kruger)
79
6
 
80
 
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
81
 
      #269365 and #128926. (Martin Albisetti)
 
7
    - Switch navigation from file_ids to paths. Fixes bugs #260363, #269365
 
8
      and #128926. (Martin Albisetti)
82
9
 
83
10
    - Fix bug #258710 ("the /files page explodes in an empty branch").
84
11
      Also minor improvements to the /files and /changes pages.