~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-06-26 09:42:43 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20090626094243-8ia9poyixoj1en6l
Pass around and use argv correctly

Show diffs side-by-side

added added

removed removed

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