1
1
What's changed in loggerhead?
2
2
=============================
7
7
- Add ``bzr load-test-loggerhead`` as a way to make sure loggerhead can
8
8
handle concurrent requests, etc. Scripts can be written that spawn
39
39
Improves performance on projects with long histories like emacs.
40
40
(John Arbash Meinel)
42
- Fix support for displaying foreign revision ids.
43
(Jelmer Vernooij, #736026)
45
- Add hook 'controller' to BranchWSGIApp, allowing other bzr plugins
46
to provide custom branch-specific controllers. (Jelmer Vernooij, #585822)
48
- Add privacy notification code to loggerhead, allowing branches to be
49
marked as private and a notification ribbon to be displayed via
50
javascript on the view pages. (JC Sackett, #823471)
52
- Add a script and documentation for running under mod_wsgi.
53
(Stuart Colville, Toshio Kuratomi)
55
- Make tz calculations consistent and use UTC in the UI everywhere we show
56
a precise timestamp. (Robert Collins, #594591)
58
- Avoid crashing when viewing or annotating a non-existent file.
59
(William Grant, #728209)
42
65
- Fix escaping of filenames in revision views.
43
66
(William Grant, #740142)
45
- Fix support for displaying foreign revision ids.
46
(Jelmer Vernooij, #736026)
68
- Add missing import to loggerhead.trace, allowing start-loggerhead
69
to run when a log.roll config option is set.
70
(Max Kanat-Alexander, #673999)