~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

Ignore readonly+ prefix when checking if a branch URL is local.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
=============================
3
3
 
4
4
dev [future]
 
5
------------
 
6
 
 
7
    - Show svn/git/hg revision ids in loggerhead revision view.
 
8
      (Jelmer Vernooij)
 
9
 
 
10
    - Fix .bzr/smart access to branches in shared repos. (You also need
 
11
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
 
12
 
 
13
    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
 
14
 
 
15
    - Repository.get_revision_inventory() was removed in bzr 2.2; use
 
16
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)
 
17
 
 
18
    - Ignore readonly+ prefix when checking if Loggerhead is serving a
 
19
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)
 
20
 
 
21
1.17 [20Aug2009]
5
22
---------------
6
23
 
7
24
    - Add bug links in revision informations (Alexandre Garnier, #314052)
131
148
 
132
149
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
133
150
 
134
 
    - Support serving branches over HTTP using the smart server protocol. 
 
151
    - Support serving branches over HTTP using the smart server protocol.
135
152
      (Jelmer Vernooij, #306853)
136
153
 
 
154
    - Serving branch data was broken when --allow-writes was *not*
 
155
      passed. (Michael Hudson, #388730)
 
156
 
 
157
    - http_serve config values are interpreted more forgivingly.
 
158
      (Michael Hudson)
 
159
 
 
160
    - When specifying a remote url to serve-branches, do not share
 
161
      connections between threads. (Michael Hudson, #390972)
 
162
 
 
163
    - http_serve values from locations.conf are now applied to
 
164
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
 
165
 
 
166
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
 
167
      Hudson, #246739)
 
168
 
 
169
    - Display Loggerhead's version number at the bottom of the page, and
 
170
      add a <meta> generator tag also including the version numbers of
 
171
      its dependencies. (Matt Nordhoff, #370155)
 
172
 
 
173
 
137
174
1.10 [22Dec2008]
138
175
---------------
139
176