2
2
=============================
7
- Fix .bzr/smart access to branches in shared repos. (You also need
8
a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
10
- Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
7
15
- Add bug links in revision informations (Alexandre Garnier, #314052)
118
126
- Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
128
- Added the option to hide branches by setting http_serve = False
129
in locations.conf (Martin Albisetti)
120
131
- Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
134
- Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
136
- Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
138
- Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
140
- Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
142
- Support serving branches over HTTP using the smart server protocol.
143
(Jelmer Vernooij, #306853)
145
- Serving branch data was broken when --allow-writes was *not*
146
passed. (Michael Hudson, #388730)
148
- http_serve config values are interpreted more forgivingly.
151
- When specifying a remote url to serve-branches, do not share
152
connections between threads. (Michael Hudson, #390972)
154
- http_serve values from locations.conf are now applied to
155
non-branch .bzr data (e.g shared repositories). (Michael Hudson)
157
- tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
160
- Display Loggerhead's version number at the bottom of the page, and
161
add a <meta> generator tag also including the version numbers of
162
its dependencies. (Matt Nordhoff, #370155)