~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-05-06 17:39:55 UTC
  • mto: This revision was merged to the branch mainline in revision 341.
  • Revision ID: mnordhoff@mattnordhoff.com-20090506173955-303ot1m0d15bcglj
Some more

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.6 [unreleased]
 
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
    - Add startup deamon script for Linux (Marius Kruger)
 
79
 
 
80
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
 
81
      #269365 and #128926. (Martin Albisetti)
 
82
 
 
83
    - Fix bug #258710 ("the /files page explodes in an empty branch").
 
84
      Also minor improvements to the /files and /changes pages.
 
85
      (Marius Kruger)
 
86
 
 
87
    - Added --port, --host and --prefix options to serve-branches
 
88
      script. (Martin Albisetti)
 
89
 
 
90
    - Fixed broken template for project browsing with start-loggerhead
 
91
      (Martin Albisetti)
 
92
 
 
93
    - Added --reload options to restart the application when a python
 
94
      file change. (Guillermo Gonzalez)
 
95
 
 
96
    - Added error handling middleware. (Guillermo Gonzalez)
 
97
 
 
98
    - Fix bug #243415 ("Tracebacks go to console but not log
 
99
      file"). Also minor improvements to logging in serve-branches and
 
100
      start-loggerhead. (Guillermo Gonzalez)
 
101
 
 
102
1.6 [15Aug2008]
5
103
----------------
6
104
 
 
105
    - Download a diffs between revisions. (Martin Albisetti)
 
106
 
 
107
    - Modified templates to make loggerhead's theme easier to
 
108
      change. (Paul Hummer)
 
109
 
 
110
    - Default sqlite interface is now sqlite3. (Robert Collins)
 
111
 
 
112
    - New ninja theme sponsored by Canonical (Martin Albisetti)
 
113
 
 
114
    - Added COPYING file and clarified copyright headers (John Arbash Meinel)
 
115
 
 
116
    - Remove the .py extension requiered by the Debian Policy.
 
117
      (Jelmer Vernooij)
 
118
 
 
119
    - New startup script serve-branches will serve Loggerhead without
 
120
      the need of configuration, and allow you to browse through directories
 
121
      and branches. (Michael Hudson)
 
122
 
7
123
    - Loggerhead is no longer a TurboGears application, but rather a
8
124
      WSGI application built using Paste (see http://wsgi.org/ and
9
 
      http://pythonpaste.org/ for more about WSGI and Paste). XXX more.
 
125
      http://pythonpaste.org/ for more about WSGI and Paste).
10
126
 
11
 
    - zpt.cleaner_urls bug 138021 ("loggerhead should generate links
12
 
      based on revision numbers and file paths").  XXX more.
 
127
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
13
128
 
14
129
    - The scripts no longer insist on Python 2.4 -- loggerhead works
15
130
      fine with 2.5.
23
138
      memory consumption of rendering by a factor of around 3 for
24
139
      large pages over the old Kid templates.
25
140
 
26
 
    - Loggerhead's poorly performing text index was disabled.
 
141
    - Loggerhead's poorly performing text index was disabled. bzr-search
 
142
      is now used if the plugin is installed and a text index is present
 
143
      on the branch being viewed. (Martin Albisetti, Robert Collins).
27
144
 
28
145
    - Loggerhead no longer depends on bzrlib functions deprecated in
29
146
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).
50
167
      cache.
51
168
 
52
169
1.2  [04mar2008]
53
 
----------------
54
170
 
55
171
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
56
172
      over the maintenance of loggerhead.