/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
108 by Robey Pointer
bump version to 1.1.1.
1
What's changed in loggerhead?
2
=============================
3
537 by Colin Watson
Release version 2.0.1.
4
2.0.1 [01Sep2022]
5
-----------------
531 by Colin Watson
Back to development: 2.0.1.
6
536 by Colin Watson
Update NEWS.
7
    - Read version from setup.cfg when running from tree. (Jelmer Vernooij)
8
9
    - Fix Loggerhead version/revision display in templates. (Colin Watson)
10
11
    - Cope with moved errors NoSuchFile and FileExists in newer versions of
12
      Breezy. (Jelmer Vernooij)
13
14
    - Fix file download links in inventory UI. (Ioana Lasc, #1983654)
531 by Colin Watson
Back to development: 2.0.1.
15
530 by Colin Watson
Release version 2.0.0.
16
2.0.0 [19Aug2022]
17
-----------------
521.1.1 by Jürgen Gmach
Fix highlighting for large files
18
527 by Colin Watson
Add several more NEWS entries since 1.20.0.
19
    - Make RevInfoDiskCache use a marshal version supported by Python 2, to
20
      ease migration. (Colin Watson)
21
22
    - Drop support for Python < 3 and Breezy < 3.1. (Jelmer Vernooij)
23
24
    - Add a ``/health`` target, convenient for health checking in e.g.
25
      Kubernetes. (Jelmer Vernooij)
26
526 by Colin Watson
Convert NEWS entry to UTF-8.
27
    - Fix highlighting for large files. (Jürgen Gmach, #1966702)
521.1.1 by Jürgen Gmach
Fix highlighting for large files
28
527 by Colin Watson
Add several more NEWS entries since 1.20.0.
29
    - Avoid use of file ids - use paths instead. (Jelmer Vernooij)
30
527.1.1 by Colin Watson
Port from SimpleTAL to Chameleon.
31
    - Port from SimpleTAL to Chameleon. (Colin Watson)
32
527.1.2 by Colin Watson
Modernize packaging.
33
    - Modernize packaging.  There are new dependencies on
34
      ``importlib_metadata`` (for Python < 3.8) and ``packaging``, in order
35
      to avoid a self-import in ``setup.py``.  People proxying Loggerhead
36
      through Apache should install the ``loggerhead[proxied]`` extra;
37
      people running it via FastCGI, SCGI, or AJP should install the
38
      ``loggerhead[flup]`` extra. (Colin Watson, #1831661)
39
525 by Colin Watson
Note release date of 1.20.0.
40
1.20.0 [18Jul2021]
41
------------------
422.2.1 by John Arbash Meinel
Address bugs #716201, and #716217.
42
491.2.44 by Jelmer Vernooij
Add NEWS, drop info.py.
43
    - Port to Breezy (https://www.breezy-vcs.org/). (Jelmer Vernooij)
44
45
    - Port to Python 3. (Jelmer Vernooij)
46
491.2.45 by Jelmer Vernooij
Rename serve-branches to loggerhead-serve.
47
    - Serve-branches has been renamed to 'loggerhead-serve'. (Jelmer Vernooij)
48
479 by j.c.sackett
Fixed weird icon that occurs in file lists (e.g. revision summaries) with blank file/directory names.
49
    - Fixed weird icon in file lists (e.g. revision summaries) when a file or
50
      directory with a blank name was listed. (Cruz Bishop, #387337).
51
478 by j.c.sackett
Add directory icons for directories in file lists (e.g. revision summaries).
52
    - Add directory icons for directories in file lists (e.g. revision
53
      summaries). Previously they were using the file icon.
54
      (Cruz Bishop, #1053340).
55
481 by Colin Watson
[r=rharding] Format files under one kilobyte as "x bytes".
56
    - Format files under one kilobyte as "x bytes". (Cruz Bishop, #990217)
57
482 by Colin Watson
[r=benji] Make the number of lines of context in embedded diffs on revision pages configurable via a ``context`` query argument.
58
    - Make the number of lines of context in embedded diffs on revision
59
      pages configurable via a ``context`` query argument. (Paul Nixon)
60
483 by Colin Watson
[r=rharding,cruzjbishop] Add ``loggerhead/middleware`` and a few other files to the sdist.
61
    - Add ``loggerhead/middleware`` and a few other files to the sdist.
62
      (Toshio Kuratomi)
63
484 by Colin Watson
[r=jameinel] Widen the line number boxes just a little bit.
64
    - Widen the line number boxes just a little bit. (Cruz Bishop, #310255)
65
485 by Colin Watson
[r=benji] Use breaking word-wrap on the entire information box.
66
    - Use breaking word-wrap on the entire information box. (Cruz Bishop,
67
      #258368)
68
486 by Colin Watson
[r=benji] Add some more minor UI changes to do with rounded corners.
69
    - Add some more minor UI changes to do with rounded corners. (Cruz
70
      Bishop)
71
492.1.1 by Colin Watson
Set line-height on <pre> elements in file views.
72
    - Set line-height on <pre> elements in file views, fixing misaligned
73
      line numbers in some browsers. (Colin Watson)
74
503.1.1 by Colin Watson
Drop dependency on simplejson.
75
    - Drop dependency on simplejson in favour of the standard library's json
76
      module in Python >= 2.6. (Colin Watson)
77
477 by Robert Collins
Release 1.18.2.
78
1.18.2 [12Sep2012]
79
------------------
80
423.2.8 by John Arbash Meinel
Add a NEWS update, and HACKING commentary about the new code.
81
    - Add ``bzr load-test-loggerhead`` as a way to make sure loggerhead can
82
      handle concurrent requests, etc. Scripts can be written that spawn
83
      multiple threads, and issue concurrent requests.
84
      (John Arbash Meinel)
422.3.2 by John Arbash Meinel
Fix bug #716201 by suppressing body content when getting a HEAD request.
85
86
    - HEAD requests should not return body content. This is done by adding
87
      another wsgi middleware that strips the body when the REQUEST_METHOD is
88
      HEAD. Note that you have to add the middleware into your pipeline, and
89
      it does not decrease the actual work done.
90
      (John Arbash Meinel, #716201)
91
422.2.1 by John Arbash Meinel
Address bugs #716201, and #716217.
92
    - If we get a HEAD request, there is no reason to expand the template, we
93
      shouldn't be returning body content anyway.
94
      (John Arbash Meinel, #716201, #716217)
422.1.5 by John Arbash Meinel
NEWS entry about bug #716152
95
96
    - Merge the pqm changes back into trunk, after trunk was reverted to an old
97
      revision. (John Arbash Meinel, #716152)
98
432.2.6 by John Arbash Meinel
Merge trunk and resolve NEWS conflict.
99
    - Redirect ``/files/file.txt`` to ``/view/file.txt`` and ``/view/dir`` to
100
      ``/files/dir``. (Jasper St. Pierre, #569358)
101
432.2.5 by John Arbash Meinel
NEWS for bug #733015
102
    - Remove ``start-loggerhead`` and ``stop-loggerhead`` which were already
103
      deprecated. (John Arbash Meinel)
104
105
    - Show "Author(s)" as separate from "Committer". And label them
106
      correctly. (John Arbash Meinel, #733015)
107
429.1.1 by Jelmer Vernooij
Drop support for json as simplejson alternative.
108
    - The json module is no longer claimed to be supported as alternative for 
109
      simplejson. (Jelmer Vernooij, #586611)
110
439 by John Arbash Meinel
Merge the page-loading change.
111
    - Viewing the ``/changes`` page only iterates enough of the history to show
112
      the actual revisions displayed, rather than walking the whole mainline.
113
      Improves performance on projects with long histories like emacs.
114
      (John Arbash Meinel)
115
456.1.1 by Jelmer Vernooij
merge lp:loggerhead/1.18.
116
    - Fix support for displaying foreign revision ids.
117
      (Jelmer Vernooij, #736026)
118
457.1.2 by Jelmer Vernooij
Add hook 'controller' to BranchWSGIApp.
119
    - Add hook 'controller' to BranchWSGIApp, allowing other bzr plugins
457.1.3 by Jelmer Vernooij
Add bug #
120
      to provide custom branch-specific controllers. (Jelmer Vernooij, #585822)
457.1.2 by Jelmer Vernooij
Add hook 'controller' to BranchWSGIApp.
121
457.2.9 by j.c.sackett
Updated NEWS with the change.
122
    - Add privacy notification code to loggerhead, allowing branches to be
123
      marked as private and a notification ribbon to be displayed via
124
      javascript on the view pages. (JC Sackett, #823471)
125
464.1.1 by Robert Collins
Fix conflicts.
126
    - Add a script and documentation for running under mod_wsgi.
127
      (Stuart Colville, Toshio Kuratomi)
128
466 by Robert Collins
- Make tz calculations consistent and use UTC in the UI everywhere we show
129
    - Make tz calculations consistent and use UTC in the UI everywhere we show
130
      a precise timestamp. (Robert Collins, #594591)
131
467.1.1 by William Grant
Fix more non-existent fileid or revid crashes.
132
    - Avoid crashing when viewing, annotating or downloading a
133
      non-existent file or revision.
134
      (William Grant, #728209, #929275)
466.1.2 by William Grant
NEWS
135
469.1.3 by William Grant
NEWS
136
    - Fix diff and view page styling to be more compact and more easily
137
      copyable. (William Grant, #743295)
471 by j.c.sackett
Some small UI changes; extra border at the bottom of file diffs and rounded corners in the UI.
138
    
139
    - Some small UI changes; extra border at the bottom of file diffs and
140
      rounded corners in UI. (Cruz Bishop)
469.1.3 by William Grant
NEWS
141
473 by j.c.sackett
Updated the Free Software Foundation address in headers.
142
    - Updated the Free Software Foundation address in headers. (Toshio
143
      Kuratomi)
144
474 by j.c.sackett
Updated css to handle wrapping of long comments.
145
    - Updated css to handle wrapping of long comments.
146
      (Francesco Del Degan, #276768)
147
475 by j.c.sackett
Updated formatting of file sizes in file listings.
148
    - Updated formatting of file sizes in file listings. (Cruz Bishop)
149
476 by j.c.sackett
Added revision number with release info in the page footer, when available.
150
    - Added revision number with release info in the page footer, when
151
      available. (Cruz Bishop, #392668).
152
456.1.1 by Jelmer Vernooij
merge lp:loggerhead/1.18.
153
422.5.2 by William Grant
Update NEWS and __version__ for 1.18.1.
154
1.18.1 [24Mar2011]
155
------------------
156
157
    - Fix escaping of filenames in revision views.
158
      (William Grant, #740142)
159
160
    - Add missing import to loggerhead.trace, allowing start-loggerhead
161
      to run when a log.roll config option is set.
162
      (Max Kanat-Alexander, #673999)
442.2.1 by Jelmer Vernooij
Fix showing of foreign revision ids.
163
419.1.2 by John Arbash Meinel
A few more things needed to be removed.
164
421 by Max Kanat-Alexander
Release 1.18
165
1.18 [10Nov2010]
166
----------------
389.1.3 by Matt Nordhoff
NEWS
167
409 by Ian Clatworthy
Skip syntax highlighting on files over 512K
168
    - Syntax highlighting is no longer applied for files greater than 512K,
169
      reducing codebrowse.launchpad.net overloading.
170
      (Max Kanat-Alexander, #513044)
171
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
172
    - Documentation added in the docs directory. README simplified
173
      accordingly. (Tres Seaver).
174
399 by Martin Albisetti
Show svn/git/hg revision ids in loggerhead revision view. (Jelmer Vernooij)
175
    - Show svn/git/hg revision ids in loggerhead revision view.
176
      (Jelmer Vernooij)
177
391 by Matt Nordhoff
Mention bug #348308 in NEWS.
178
    - Fix .bzr/smart access to branches in shared repos. (You also need
179
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
389.1.3 by Matt Nordhoff
NEWS
180
393.2.3 by Matt Nordhoff
NEWS
181
    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
389.1.3 by Matt Nordhoff
NEWS
182
201.4.3 by Matt Nordhoff
NEWS
183
    - Repository.get_revision_inventory() was removed in bzr 2.2; use
184
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)
185
401.1.1 by Matt Nordhoff
Ignore readonly+ prefix when checking if Loggerhead is serving a local location.
186
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
187
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
188
413.1.2 by Matt Nordhoff
NEWS
189
    - Set Cache-Control and Expires headers on static pages.
190
      (John Arbash Meinel)
191
415.1.6 by Matt Nordhoff
Adjust NEWS
192
    - Generate relative links where possible (everywhere but HTTP
193
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)
415.1.5 by Matt Nordhoff
NEWS
194
417 by Matt Nordhoff
Fix bad redirect when visiting "/download" or "/download/". (#247992)
195
    - Fix bad redirect when visiting "/download" or "/download/".
196
      (Matt Nordhoff, #247992)
197
384 by Martin Albisetti
Release 1.17
198
1.17 [20Aug2009]
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
199
----------------
292 by Michael Hudson
some NEWS
200
356.2.1 by Alexandre Garnier
Add bug link in revision informations
201
    - Add bug links in revision informations (Alexandre Garnier, #314052)
202
334.2.7 by Matt Nordhoff
More.
203
    - Make sure that binary files aren't annotated. (Martin Albisetti,
204
      #258848)
205
292 by Michael Hudson
some NEWS
206
    - 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.
207
      to branch them. Addresses bug #240577. (Jonathan Lange)
292 by Michael Hudson
some NEWS
208
209
    - Leading blank lines in commit messages no longer result in an
210
      empty summary. (Colin Watson)
211
334.2.8 by Matt Nordhoff
Finish up.
212
    - Added optional syntax highlighting to annotate view using
292 by Michael Hudson
some NEWS
213
      python-pygments.  Partially addresses bug #306631. (Peter Bui)
214
215
    - Convert newlines in commit messages to HTML line breaks for
216
      annotate and changelog views.  Addresses bug #273688. (Peter
217
      Bui)
218
219
    - serve-branches now errors if run behind a proxy without
334.2.7 by Matt Nordhoff
More.
220
      paste.deploy installed. (Michael Hudson)
292 by Michael Hudson
some NEWS
221
222
    - Loggerhead should now handle file and directory names that need
223
      URL escaping without crashing.
224
225
    - The start-loggerhead script properly sets the wsgi.url_scheme
334.2.7 by Matt Nordhoff
More.
226
      from the server.webpath option. (neror, #260547)
292 by Michael Hudson
some NEWS
227
228
    - The revision page defaults to unified style again, and can
334.2.7 by Matt Nordhoff
More.
229
      convert to a side-by-side view using JavaScript. (Michael Hudson)
230
334.2.8 by Matt Nordhoff
Finish up.
231
    - Clean up and improve performance of the annotate view. (Michael
232
      Hudson)
233
234
    - Finish converting JavaScript from MooTools to YUI 3. (Michael
235
      Hudson)
236
237
    - Improve compatibility with IE 6. (Michael Hudson)
292 by Michael Hudson
some NEWS
238
239
    - Leading blank lines in commit messages no longer result in an
240
      empty summary. (Colin Watson)
241
334.2.8 by Matt Nordhoff
Finish up.
242
    - Clip long lines in side-by-side diff view. (Michael Hudson,
243
      #334837)
244
292 by Michael Hudson
some NEWS
245
    - The user-confusing "next" and "previous" links now read "older"
334.2.7 by Matt Nordhoff
More.
246
      and "newer" respectively. (Michael Hudson, #297930)
247
248
    - The annotate view now contains line number anchors. (Michael
249
      Hudson)
250
251
    - Fix inventory pages using "//" in links. (Michael Hudson, #329668)
252
253
    - Fix problems viewing files and directories containing spaces and
254
      other funny characters. (Peter Bui)
292 by Michael Hudson
some NEWS
255
256
    - Changelog messages are now displayed with newlines preserved.
334.2.8 by Matt Nordhoff
Finish up.
257
      (Peter Bui, #273688)
257 by Martin Albisetti
Updated NEWS
258
334.2.7 by Matt Nordhoff
More.
259
    - Offer a link to see the full file diffs for a file path. (Michael
260
      Hudson, #333797)
261
334.2.8 by Matt Nordhoff
Finish up.
262
    - Fix annotate error caused by Pygments stripping trailing
263
      whitespace. (Michael Hudson, #338762)
264
334.2.7 by Matt Nordhoff
More.
265
    - Loggerhead can be installed as a Bazaar plugin and run by
266
      'bzr serve --http'. (Martin Pool)
267
334.2.8 by Matt Nordhoff
Finish up.
268
    - Load parts of the changelog and revision pages via XMLHttpRequest
269
      to improve performance. This adds a dependency on simplejson or
270
      json. Partially addresses bug #253950. (Michael Hudson)
271
272
    - Various improvements to the animation JavaScript. (Michael Hudson)
273
334.2.7 by Matt Nordhoff
More.
274
    - Fix HTML content of source files being displayed unescaped when
275
      Pygments was unavailable. (Michael Hudson, #344970)
276
334.2.6 by Matt Nordhoff
Some more
277
    - Fix serve-branches's path argument. (Michael Hudson, #353230)
278
321.1.7 by Matt Nordhoff
Badly-written NEWS entry. :D
279
    - serve-branches now has an option, --use-cdn, to load YUI from
280
      Yahoo!'s CDN. (Matt Nordhoff)
281
334.2.6 by Matt Nordhoff
Some more
282
    - Fix certain race conditions for loading bzr-search. (Robert
283
      Collins, #334250)
284
334.2.1 by Matt Nordhoff
Add NEWS entries for a few things and improve one I wrote.
285
    - Fix errors when using serve-branches --log-folder or --user-dirs.
286
      (It was calling config.get_option() incorrectly.) (Matt Nordhoff,
287
      bug #361238)
288
289
    - Move some caching from RAM to the disk, and other caching and
290
      memory usage improvements. (Michael Hudson)
291
292
    - Add a --cache-dir option to serve-branches to choose where to
293
      place the SQL cache, and only create one temporary SQL dir per
294
      process. (Matt Nordhoff, #358322)
295
296
    - Replace homebrew memory profiling code with Dozer. (Paul Hummer)
327 by Matt Nordhoff
Fix incorrect calls to config.get_option() (bug #361238)
297
334.2.3 by Matt Nordhoff
Add NEWS entries for a couple new things
298
    - Use the branch's public_branch as the default suggested URL to
299
      branch from (Matt Nordhoff, #369767)
300
301
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
302
329.2.4 by Matt Nordhoff
Remove trailing whitespace in the non-Python files too
303
    - Use transport API internally, so it is possible to specify a remote
339 by Matt Nordhoff
Fix typo in NEWS
304
      URL to serve-branches. (Jelmer Vernooij, #371787)
336.2.2 by Jelmer Vernooij
add NEWS item
305
345 by Matt Nordhoff
NEWS for bug #375948
306
    - Fix internal server errors when using start-loggerhead. (Matt
307
      Nordhoff, #375948)
308
345.1.4 by Matt Nordhoff
NEWS
309
    - Fix annotating non-UTF-8 files when Pygments is disabled. (Matt
310
      Nordhoff, #376957)
311
346.1.1 by Matt Nordhoff
Fix 'bzr serve --http' (bug #377551).
312
    - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
313
352.6.7 by Martin Albisetti
Tweaked NEWS and README.txt
314
    - Added the option to hide branches by setting http_serve = False
315
      in locations.conf (Martin Albisetti)
316
354 by Matt Nordhoff
NEWS for bug #380026
317
    - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
318
      #380026)
319
360 by Martin Albisetti
Avoid diluting sys.path if loggerhead is installed systemwide, install loggerhead as a plugin (Jelmer Vernooij)
320
    - Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
321
363 by Matt Nordhoff
Fix logging 404 Not Found responses (bug #381029)
322
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
323
356.3.2 by Martin Albisetti
Added change to NEWS
324
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
325
345.2.7 by Matt Nordhoff
NEWS
326
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
352.6.7 by Martin Albisetti
Tweaked NEWS and README.txt
327
371.1.13 by Michael Hudson
some NEWS
328
    - Support serving branches over HTTP using the smart server protocol.
358.1.1 by Jelmer Vernooij
Support serving branches over HTTP using the smart server protocol.
329
      (Jelmer Vernooij, #306853)
330
371.1.13 by Michael Hudson
some NEWS
331
    - Serving branch data was broken when --allow-writes was *not*
332
      passed. (Michael Hudson, #388730)
333
334
    - http_serve config values are interpreted more forgivingly.
335
      (Michael Hudson)
336
337
    - When specifying a remote url to serve-branches, do not share
338
      connections between threads. (Michael Hudson, #390972)
339
340
    - http_serve values from locations.conf are now applied to
341
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
342
374 by Michael Hudson
merge lp:~zigarn/loggerhead/tags-info with some tweaks from me
343
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
344
      Hudson, #246739)
345
369.1.14 by Matt Nordhoff
Different NEWS
346
    - Display Loggerhead's version number at the bottom of the page, and
347
      add a <meta> generator tag also including the version numbers of
348
      its dependencies. (Matt Nordhoff, #370155)
369.1.11 by Matt Nordhoff
NEWS
349
384 by Martin Albisetti
Release 1.17
350
257 by Martin Albisetti
Updated NEWS
351
1.10 [22Dec2008]
401.2.12 by Ian Clatworthy
Simplified README and added a NEWS item
352
----------------
292 by Michael Hudson
some NEWS
353
240 by Martin Albisetti
Add startup script for linux (Marius Kruger)
354
    - Add startup deamon script for Linux (Marius Kruger)
355
292 by Michael Hudson
some NEWS
356
    - Switch navigation from file_ids to paths. Fixes bugs #260363,
357
      #269365 and #128926. (Martin Albisetti)
215.1.4 by Martin Albisetti
Added to NEWS
358
218.2.7 by Marius Kruger
add news
359
    - Fix bug #258710 ("the /files page explodes in an empty branch").
360
      Also minor improvements to the /files and /changes pages.
361
      (Marius Kruger)
362
215.1.4 by Martin Albisetti
Added to NEWS
363
    - Added --port, --host and --prefix options to serve-branches
364
      script. (Martin Albisetti)
365
366
    - Fixed broken template for project browsing with start-loggerhead
217.2.1 by Michael Hudson
whitespace, style, typos
367
      (Martin Albisetti)
368
369
    - Added --reload options to restart the application when a python
370
      file change. (Guillermo Gonzalez)
371
372
    - Added error handling middleware. (Guillermo Gonzalez)
373
374
    - Fix bug #243415 ("Tracebacks go to console but not log
375
      file"). Also minor improvements to logging in serve-branches and
376
      start-loggerhead. (Guillermo Gonzalez)
215.1.4 by Martin Albisetti
Added to NEWS
377
213 by Martin Albisetti
Update NEWS. 1.6 Released.
378
1.6 [15Aug2008]
165.1.1 by Michael Hudson
some NEWS
379
----------------
380
213 by Martin Albisetti
Update NEWS. 1.6 Released.
381
    - Download a diffs between revisions. (Martin Albisetti)
382
383
    - Modified templates to make loggerhead's theme easier to
384
      change. (Paul Hummer)
385
189 by Martin Albisetti
Use sqlite3 by default
386
    - Default sqlite interface is now sqlite3. (Robert Collins)
387
128.13.58 by Martin Albisetti
Added new theme to NEWS. Probably could of been more descriptive
388
    - New ninja theme sponsored by Canonical (Martin Albisetti)
389
128.13.91 by Martin Albisetti
Merge from trunk
390
    - Added COPYING file and clarified copyright headers (John Arbash Meinel)
391
183 by Martin Albisetti
Changes to comply with Debian Policy (Jelmer Vernooij)
392
    - Remove the .py extension requiered by the Debian Policy.
393
      (Jelmer Vernooij)
394
213 by Martin Albisetti
Update NEWS. 1.6 Released.
395
    - New startup script serve-branches will serve Loggerhead without
396
      the need of configuration, and allow you to browse through directories
397
      and branches. (Michael Hudson)
398
165.1.1 by Michael Hudson
some NEWS
399
    - Loggerhead is no longer a TurboGears application, but rather a
400
      WSGI application built using Paste (see http://wsgi.org/ and
213 by Martin Albisetti
Update NEWS. 1.6 Released.
401
      http://pythonpaste.org/ for more about WSGI and Paste).
165.1.1 by Michael Hudson
some NEWS
402
213 by Martin Albisetti
Update NEWS. 1.6 Released.
403
    - URLs now use revision numbers instead of revision ids (Martin Albisetti)
165.1.1 by Michael Hudson
some NEWS
404
405
    - The scripts no longer insist on Python 2.4 -- loggerhead works
406
      fine with 2.5.
407
408
    - Bazaar as of version 1.5 has improved in performance enough that
409
      the revision cache no longer gave any noticeable benefit, so it
410
      was removed (the files-changed cache is still useful).
411
412
    - The templates were rewritten in Zope's TAL markup, powered by
413
      the simpleTAL library -- improving both the performance and
414
      memory consumption of rendering by a factor of around 3 for
415
      large pages over the old Kid templates.
416
128.12.1 by Robert Collins
Make bzr-search be an optional dependency and avoid errors when there is no search index.
417
    - Loggerhead's poorly performing text index was disabled. bzr-search
418
      is now used if the plugin is installed and a text index is present
419
      on the branch being viewed. (Martin Albisetti, Robert Collins).
165.1.1 by Michael Hudson
some NEWS
420
421
    - Loggerhead no longer depends on bzrlib functions deprecated in
422
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).
423
424
    - The daemonization code was made more regular, fixing bugs
425
      #139161 ("Starting loggerhead process may not close its stdin
426
      and stdout properly") and #211526 ("Codebrowse log directory has
427
      unnecessarily permissive permissions")
428
429
    - Some confusion about what the 'file_id' query argument means was
430
      cleared up: filter_file_id now means "filter revisions to those
431
      that affect this file" in all views and file_id means "examine
432
      this file/directory" in the annotate and inventory views.
433
434
    - Dates are present more compactly.
435
436
    - The loggerhead.conf file can specify which network interface to
437
      bind to (Mattias Eriksson)
438
148.1.2 by Michael Hudson
1.2.1 administrivia
439
1.2.1  [06mar2008]
440
------------------
441
442
    - The changelog view was out of order when not using the revision
443
      cache.
444
147.1.2 by Michael Hudson
update date too
445
1.2  [04mar2008]
146.1.1 by Michael Hudson
release preparations
446
447
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
448
      over the maintenance of loggerhead.
449
450
    - loggerhead now has a simple test suite -- use 'nosetests' in the
451
      loggerhead directory to run it.
452
453
    - The rendering performance of pages that display large amounts of
454
      text was improved by a factor of 4 or so.
455
456
    - loggerhead no longer caches the text of the diffs between
457
      revisions.  It rarely helped and wasted a lot of disk space.
458
459
    - The layout of most pages was made more "tight" to waste less
460
      screen real estate, and some other UI improvements (Kent
461
      Gibson).
462
463
    - Much dead code was removed.
464
465
    - Loggerhead now computes the files changed between revisions only
146.1.5 by Michael Hudson
review comments
466
      when it needs to know this.  This is a fairly expensive
467
      operation in Bazaar, and doing it less massively improves
468
      performance and memory usage in some situations.
146.1.1 by Michael Hudson
release preparations
469
470
    - Loggerhead now takes a read lock on the branch being viewed for
471
      the duration of each request, which improves performance
472
      significantly.
473
474
    - Loggerhead no longer uses the corruption-prone Berkely DB-backed
475
      shelve module for its caches, and rather (ab)uses a sqlite
476
      database instead.
477
478
    - The creation of History objects is much faster for large
479
      branches (Aaron Bentley).
480
146.1.5 by Michael Hudson
review comments
481
    - Allow the construction of URLs using revnos and file paths as
482
      well as revids and fileids (bug #98826):
483
484
      - For changes pages, append the newest revno to display to the
485
        URL, like http://.../changes/<revno>
486
487
      - For annotate pages, append the revno to display to the URL,
488
        followed by the path, like http://.../annotate/<revno>/<path>
489
490
      - For file listing and revision pages append the revno to
491
        display to the URL, like http://.../files/<revno>
492
493
      Loggerhead still generates URLs using revision and file ids for
494
      the moment.
495
146.1.1 by Michael Hudson
release preparations
496
    - Many bugs were fixed:
497
498
      - Loggerhead does not escape special characters when embedding a
499
        revision ID in a URL (bug #88286)
500
146.1.5 by Michael Hudson
review comments
501
      - Improved robustness in the face of ghosts.
146.1.1 by Michael Hudson
release preparations
502
503
      - Don't crash on displaying a commit with an empty message (bug
504
        #86247)
505
506
      - codebrowse fails with infinite redirections (James Henstridge,
507
        bug #89854)
508
509
      - Loggerhead fails to browse revisions that change binary files
510
        (James Henstridge, bug #91686)
511
512
      - Loggerhead atom feeds expose internal hostname (James
513
        Henstridge, bug #93585)
514
515
      - loggerhead don't like page break character (0x0C) in text
516
        files (bug #113313)
517
518
      - codebrowse source listings don't contain line number anchors
519
        (bug #98826)
520
521
      - only serve up unescaped user content with "Content-Disposition:
522
        attachment"
523
524
      - viewing the file listing consumes a lot memory (bug #116869)
525
526
      - loggerhead can't handle empty branches (bug #119228)
527
528
      - upgrading the format of a branch behind loggerhead could make
529
        it fail for that branch (bug #118673)
530
531
      - Error parsing non-ascii content (bug #117799)
532
533
      - Loggerhead failed on whitespace-only commit messages.
534
535
      - Links to diffs from within a revision do not work (bug
536
        #119422)
537
538
      - UTF-8 patches served as ISO-8859-1, fixed by served bundles as
539
        application/octet-stream (bug #121336)
540
541
      - TurboGears was turning query arguments into unicode, and bzr
542
        stopped accepting unicode revids (bug #175228)
543
544
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
545
1.1.1  [24jan2007]
108 by Robey Pointer
bump version to 1.1.1.
546
------------------
547
548
    - fix broken inventory page (oops!)
146.1.1 by Michael Hudson
release preparations
549
108 by Robey Pointer
bump version to 1.1.1.
550
    - fix a few rendering problems with kid and safari
551
552
109 by Robey Pointer
augh! wtf! this year is 2007! not 2006!
553
1.1  [20jan2007]
108 by Robey Pointer
bump version to 1.1.1.
554
----------------
98 by Robey Pointer
add news, bump version to 1.1
555
556
    - new feature to compare two revisions to each other
146.1.1 by Michael Hudson
release preparations
557
98 by Robey Pointer
add news, bump version to 1.1
558
    - inserted text in diffs is now blue instead of green
146.1.1 by Michael Hudson
release preparations
559
98 by Robey Pointer
add news, bump version to 1.1
560
    - fixed to start and stop as a daemon now (use "-f" to run in the
561
      foreground), and all config is in loggerhead.conf (no need to mess with
562
      dev.cfg)
146.1.1 by Michael Hudson
release preparations
563
98 by Robey Pointer
add news, bump version to 1.1
564
    - renamed show/hide javascript buttons to expand/collapse, and made them
565
      much faster
146.1.1 by Michael Hudson
release preparations
566
98 by Robey Pointer
add news, bump version to 1.1
567
    - added an atom-feed link to each branch on the browse page [elliot
568
      murphy]
146.1.1 by Michael Hudson
release preparations
569
98 by Robey Pointer
add news, bump version to 1.1
570
    - auto-publish feature for multiple branches under a single folder (see
571
      loggerhead.conf.example)
146.1.1 by Michael Hudson
release preparations
572
98 by Robey Pointer
add news, bump version to 1.1
573
    - added the ability to share cache files per-project instead of just
574
      per-branch
146.1.1 by Michael Hudson
release preparations
575
98 by Robey Pointer
add news, bump version to 1.1
576
    - added side-by-side diff display for the revision page (which is the
577
      default), with a button to switch between side-by-side and unified diff
578
      format
579
580
    - made caching use file locking, and close cleanly on shutdown
146.1.1 by Michael Hudson
release preparations
581
98 by Robey Pointer
add news, bump version to 1.1
582
    - miscellaneous speed and page-size improvements
108 by Robey Pointer
bump version to 1.1.1.
583
584
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
585
1.0  [23dec2006]
108 by Robey Pointer
bump version to 1.1.1.
586
----------------
98 by Robey Pointer
add news, bump version to 1.1
587
588
    - initial release
122 by Robey Pointer
yes, of course, the first release was in december *2006* :)
589