~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-10-21 13:16:40 UTC
  • mfrom: (389.1.3 integration)
  • Revision ID: mnordhoff@mattnordhoff.com-20091021131640-3bw4y5ax14w7rwgf
Fix .bzr/smart access to branches in shared repos. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
 
5
------------
 
6
 
 
7
    - Fix .bzr/smart access to branches in shared repos. (Andrew Bennetts)
 
8
 
 
9
 
 
10
1.17 [20Aug2009]
5
11
---------------
6
12
 
 
13
    - Add bug links in revision informations (Alexandre Garnier, #314052)
 
14
 
7
15
    - Make sure that binary files aren't annotated. (Martin Albisetti,
8
16
      #258848)
9
17
 
115
123
 
116
124
    - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
117
125
 
 
126
    - Added the option to hide branches by setting http_serve = False
 
127
      in locations.conf (Martin Albisetti)
 
128
 
118
129
    - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
119
130
      #380026)
120
131
 
 
132
    - Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
 
133
 
 
134
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
 
135
 
 
136
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
 
137
 
 
138
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
 
139
 
 
140
    - Support serving branches over HTTP using the smart server protocol.
 
141
      (Jelmer Vernooij, #306853)
 
142
 
 
143
    - Serving branch data was broken when --allow-writes was *not*
 
144
      passed. (Michael Hudson, #388730)
 
145
 
 
146
    - http_serve config values are interpreted more forgivingly.
 
147
      (Michael Hudson)
 
148
 
 
149
    - When specifying a remote url to serve-branches, do not share
 
150
      connections between threads. (Michael Hudson, #390972)
 
151
 
 
152
    - http_serve values from locations.conf are now applied to
 
153
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
 
154
 
 
155
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
 
156
      Hudson, #246739)
 
157
 
 
158
    - Display Loggerhead's version number at the bottom of the page, and
 
159
      add a <meta> generator tag also including the version numbers of
 
160
      its dependencies. (Matt Nordhoff, #370155)
 
161
 
 
162
 
121
163
1.10 [22Dec2008]
122
164
---------------
123
165