~loggerhead-team/loggerhead/trunk-rich

108 by Robey Pointer
bump version to 1.1.1.
1
What's changed in loggerhead?
2
=============================
3
215.1.4 by Martin Albisetti
Added to NEWS
4
dev [future]
257 by Martin Albisetti
Updated NEWS
5
---------------
292 by Michael Hudson
some NEWS
6
7
    - Loggerhead now serves bzr branches over HTTP and exposes the URL
324.1.1 by Jelmer Vernooij
Mention bug # for branches served through http in NEWS.
8
      to branch them. Addresses bug #240577. (Jonathan Lange)
292 by Michael Hudson
some NEWS
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)
257 by Martin Albisetti
Updated NEWS
45
334.2.6 by Matt Nordhoff
Some more
46
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
47
321.1.7 by Matt Nordhoff
Badly-written NEWS entry. :D
48
    - serve-branches now has an option, --use-cdn, to load YUI from
49
      Yahoo!'s CDN. (Matt Nordhoff)
50
334.2.6 by Matt Nordhoff
Some more
51
    - Fix certain race conditions for loading bzr-search. (Robert
52
      Collins, #334250)
53
334.2.1 by Matt Nordhoff
Add NEWS entries for a few things and improve one I wrote.
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)
327 by Matt Nordhoff
Fix incorrect calls to config.get_option() (bug #361238)
66
334.2.3 by Matt Nordhoff
Add NEWS entries for a couple new things
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
336.2.2 by Jelmer Vernooij
add NEWS item
72
    - Use transport API internally, so it is possible to specify a remote 
339 by Matt Nordhoff
Fix typo in NEWS
73
      URL to serve-branches. (Jelmer Vernooij, #371787)
336.2.2 by Jelmer Vernooij
add NEWS item
74
257 by Martin Albisetti
Updated NEWS
75
1.10 [22Dec2008]
76
---------------
292 by Michael Hudson
some NEWS
77
240 by Martin Albisetti
Add startup script for linux (Marius Kruger)
78
    - Add startup deamon script for Linux (Marius Kruger)
79
292 by Michael Hudson
some NEWS
80
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
81
      #269365 and #128926. (Martin Albisetti)
215.1.4 by Martin Albisetti
Added to NEWS
82
218.2.7 by Marius Kruger
add news
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
215.1.4 by Martin Albisetti
Added to NEWS
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
217.2.1 by Michael Hudson
whitespace, style, typos
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)
215.1.4 by Martin Albisetti
Added to NEWS
101
213 by Martin Albisetti
Update NEWS. 1.6 Released.
102
1.6 [15Aug2008]
165.1.1 by Michael Hudson
some NEWS
103
----------------
104
213 by Martin Albisetti
Update NEWS. 1.6 Released.
105
    - Download a diffs between revisions. (Martin Albisetti)
106
107
    - Modified templates to make loggerhead's theme easier to
108
      change. (Paul Hummer)
109
189 by Martin Albisetti
Use sqlite3 by default
110
    - Default sqlite interface is now sqlite3. (Robert Collins)
111
128.13.58 by Martin Albisetti
Added new theme to NEWS. Probably could of been more descriptive
112
    - New ninja theme sponsored by Canonical (Martin Albisetti)
113
128.13.91 by Martin Albisetti
Merge from trunk
114
    - Added COPYING file and clarified copyright headers (John Arbash Meinel)
115
183 by Martin Albisetti
Changes to comply with Debian Policy (Jelmer Vernooij)
116
    - Remove the .py extension requiered by the Debian Policy.
117
      (Jelmer Vernooij)
118
213 by Martin Albisetti
Update NEWS. 1.6 Released.
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
165.1.1 by Michael Hudson
some NEWS
123
    - Loggerhead is no longer a TurboGears application, but rather a
124
      WSGI application built using Paste (see http://wsgi.org/ and
213 by Martin Albisetti
Update NEWS. 1.6 Released.
125
      http://pythonpaste.org/ for more about WSGI and Paste).
165.1.1 by Michael Hudson
some NEWS
126
213 by Martin Albisetti
Update NEWS. 1.6 Released.
127
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
165.1.1 by Michael Hudson
some NEWS
128
129
    - The scripts no longer insist on Python 2.4 -- loggerhead works
130
      fine with 2.5.
131
132
    - Bazaar as of version 1.5 has improved in performance enough that
133
      the revision cache no longer gave any noticeable benefit, so it
134
      was removed (the files-changed cache is still useful).
135
136
    - The templates were rewritten in Zope's TAL markup, powered by
137
      the simpleTAL library -- improving both the performance and
138
      memory consumption of rendering by a factor of around 3 for
139
      large pages over the old Kid templates.
140
128.12.1 by Robert Collins
Make bzr-search be an optional dependency and avoid errors when there is no search index.
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).
165.1.1 by Michael Hudson
some NEWS
144
145
    - Loggerhead no longer depends on bzrlib functions deprecated in
146
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).
147
148
    - The daemonization code was made more regular, fixing bugs
149
      #139161 ("Starting loggerhead process may not close its stdin
150
      and stdout properly") and #211526 ("Codebrowse log directory has
151
      unnecessarily permissive permissions")
152
153
    - Some confusion about what the 'file_id' query argument means was
154
      cleared up: filter_file_id now means "filter revisions to those
155
      that affect this file" in all views and file_id means "examine
156
      this file/directory" in the annotate and inventory views.
157
158
    - Dates are present more compactly.
159
160
    - The loggerhead.conf file can specify which network interface to
161
      bind to (Mattias Eriksson)
162
148.1.2 by Michael Hudson
1.2.1 administrivia
163
1.2.1  [06mar2008]
164
------------------
165
166
    - The changelog view was out of order when not using the revision
167
      cache.
168
147.1.2 by Michael Hudson
update date too
169
1.2  [04mar2008]
146.1.1 by Michael Hudson
release preparations
170
171
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
172
      over the maintenance of loggerhead.
173
174
    - loggerhead now has a simple test suite -- use 'nosetests' in the
175
      loggerhead directory to run it.
176
177
    - The rendering performance of pages that display large amounts of
178
      text was improved by a factor of 4 or so.
179
180
    - loggerhead no longer caches the text of the diffs between
181
      revisions.  It rarely helped and wasted a lot of disk space.
182
183
    - The layout of most pages was made more "tight" to waste less
184
      screen real estate, and some other UI improvements (Kent
185
      Gibson).
186
187
    - Much dead code was removed.
188
189
    - Loggerhead now computes the files changed between revisions only
146.1.5 by Michael Hudson
review comments
190
      when it needs to know this.  This is a fairly expensive
191
      operation in Bazaar, and doing it less massively improves
192
      performance and memory usage in some situations.
146.1.1 by Michael Hudson
release preparations
193
194
    - Loggerhead now takes a read lock on the branch being viewed for
195
      the duration of each request, which improves performance
196
      significantly.
197
198
    - Loggerhead no longer uses the corruption-prone Berkely DB-backed
199
      shelve module for its caches, and rather (ab)uses a sqlite
200
      database instead.
201
202
    - The creation of History objects is much faster for large
203
      branches (Aaron Bentley).
204
146.1.5 by Michael Hudson
review comments
205
    - Allow the construction of URLs using revnos and file paths as
206
      well as revids and fileids (bug #98826):
207
208
      - For changes pages, append the newest revno to display to the
209
        URL, like http://.../changes/<revno>
210
211
      - For annotate pages, append the revno to display to the URL,
212
        followed by the path, like http://.../annotate/<revno>/<path>
213
214
      - For file listing and revision pages append the revno to
215
        display to the URL, like http://.../files/<revno>
216
217
      Loggerhead still generates URLs using revision and file ids for
218
      the moment.
219
146.1.1 by Michael Hudson
release preparations
220
    - Many bugs were fixed:
221
222
      - Loggerhead does not escape special characters when embedding a
223
        revision ID in a URL (bug #88286)
224
146.1.5 by Michael Hudson
review comments
225
      - Improved robustness in the face of ghosts.
146.1.1 by Michael Hudson
release preparations
226
227
      - Don't crash on displaying a commit with an empty message (bug
228
        #86247)
229
230
      - codebrowse fails with infinite redirections (James Henstridge,
231
        bug #89854)
232
233
      - Loggerhead fails to browse revisions that change binary files
234
        (James Henstridge, bug #91686)
235
236
      - Loggerhead atom feeds expose internal hostname (James
237
        Henstridge, bug #93585)
238
239
      - loggerhead don't like page break character (0x0C) in text
240
        files (bug #113313)
241
242
      - codebrowse source listings don't contain line number anchors
243
        (bug #98826)
244
245
      - only serve up unescaped user content with "Content-Disposition:
246
        attachment"
247
248
      - viewing the file listing consumes a lot memory (bug #116869)
249
250
      - loggerhead can't handle empty branches (bug #119228)
251
252
      - upgrading the format of a branch behind loggerhead could make
253
        it fail for that branch (bug #118673)
254
255
      - Error parsing non-ascii content (bug #117799)
256
257
      - Loggerhead failed on whitespace-only commit messages.
258
259
      - Links to diffs from within a revision do not work (bug
260
        #119422)
261
262
      - UTF-8 patches served as ISO-8859-1, fixed by served bundles as
263
        application/octet-stream (bug #121336)
264
265
      - TurboGears was turning query arguments into unicode, and bzr
266
        stopped accepting unicode revids (bug #175228)
267
268
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
269
1.1.1  [24jan2007]
108 by Robey Pointer
bump version to 1.1.1.
270
------------------
271
272
    - fix broken inventory page (oops!)
146.1.1 by Michael Hudson
release preparations
273
108 by Robey Pointer
bump version to 1.1.1.
274
    - fix a few rendering problems with kid and safari
275
276
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
277
1.1  [20jan2007]
108 by Robey Pointer
bump version to 1.1.1.
278
----------------
98 by Robey Pointer
add news, bump version to 1.1
279
280
    - new feature to compare two revisions to each other
146.1.1 by Michael Hudson
release preparations
281
98 by Robey Pointer
add news, bump version to 1.1
282
    - inserted text in diffs is now blue instead of green
146.1.1 by Michael Hudson
release preparations
283
98 by Robey Pointer
add news, bump version to 1.1
284
    - fixed to start and stop as a daemon now (use "-f" to run in the
285
      foreground), and all config is in loggerhead.conf (no need to mess with
286
      dev.cfg)
146.1.1 by Michael Hudson
release preparations
287
98 by Robey Pointer
add news, bump version to 1.1
288
    - renamed show/hide javascript buttons to expand/collapse, and made them
289
      much faster
146.1.1 by Michael Hudson
release preparations
290
98 by Robey Pointer
add news, bump version to 1.1
291
    - added an atom-feed link to each branch on the browse page [elliot
292
      murphy]
146.1.1 by Michael Hudson
release preparations
293
98 by Robey Pointer
add news, bump version to 1.1
294
    - auto-publish feature for multiple branches under a single folder (see
295
      loggerhead.conf.example)
146.1.1 by Michael Hudson
release preparations
296
98 by Robey Pointer
add news, bump version to 1.1
297
    - added the ability to share cache files per-project instead of just
298
      per-branch
146.1.1 by Michael Hudson
release preparations
299
98 by Robey Pointer
add news, bump version to 1.1
300
    - added side-by-side diff display for the revision page (which is the
301
      default), with a button to switch between side-by-side and unified diff
302
      format
303
304
    - made caching use file locking, and close cleanly on shutdown
146.1.1 by Michael Hudson
release preparations
305
98 by Robey Pointer
add news, bump version to 1.1
306
    - miscellaneous speed and page-size improvements
108 by Robey Pointer
bump version to 1.1.1.
307
308
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
309
1.0  [23dec2006]
108 by Robey Pointer
bump version to 1.1.1.
310
----------------
98 by Robey Pointer
add news, bump version to 1.1
311
312
    - initial release
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
313