116
118
- Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
120
- Added the option to hide branches by setting http_serve = False
121
in locations.conf (Martin Albisetti)
123
- Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
126
- Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
128
- Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
130
- Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
132
- Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
134
- Support serving branches over HTTP using the smart server protocol.
135
(Jelmer Vernooij, #306853)
137
- Serving branch data was broken when --allow-writes was *not*
138
passed. (Michael Hudson, #388730)
140
- http_serve config values are interpreted more forgivingly.
143
- When specifying a remote url to serve-branches, do not share
144
connections between threads. (Michael Hudson, #390972)
146
- http_serve values from locations.conf are now applied to
147
non-branch .bzr data (e.g shared repositories). (Michael Hudson)
149
- tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael