~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-01-11 02:54:48 UTC
  • mfrom: (398 trunk)
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: jelmer@samba.org-20100111025448-lokdg33w2awf9f8n
Merge trunk.

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. (You also need
 
8
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)
 
9
 
 
10
    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)
 
11
 
 
12
1.17 [20Aug2009]
5
13
---------------
6
14
 
7
15
    - Add bug links in revision informations (Alexandre Garnier, #314052)
117
125
 
118
126
    - Fix 'bzr serve --http' errors. (Matt Nordhoff, #377551)
119
127
 
 
128
    - Added the option to hide branches by setting http_serve = False
 
129
      in locations.conf (Martin Albisetti)
 
130
 
120
131
    - Fix serving branches over HTTP. (Matt Nordhoff, Jelmer Vernooij,
121
132
      #380026)
122
133
 
 
134
    - Install loggerhead as a bzr plugin by default (Jelmer Vernooij)
 
135
 
 
136
    - Fix logging 404 Not Found responses (Matt Nordhoff, #381029)
 
137
 
 
138
    - Bumped minimunm bzrlib version to 1.13 (Martin Albisetti)
 
139
 
 
140
    - Make sure the Atom feeds (nearly) validate. (Matt Nordhoff, #247162)
 
141
 
 
142
    - Support serving branches over HTTP using the smart server protocol.
 
143
      (Jelmer Vernooij, #306853)
 
144
 
 
145
    - Serving branch data was broken when --allow-writes was *not*
 
146
      passed. (Michael Hudson, #388730)
 
147
 
 
148
    - http_serve config values are interpreted more forgivingly.
 
149
      (Michael Hudson)
 
150
 
 
151
    - When specifying a remote url to serve-branches, do not share
 
152
      connections between threads. (Michael Hudson, #390972)
 
153
 
 
154
    - http_serve values from locations.conf are now applied to
 
155
      non-branch .bzr data (e.g shared repositories). (Michael Hudson)
 
156
 
 
157
    - tags are now displayed. (Cris Boylan, Alexandre Garnier, Michael
 
158
      Hudson, #246739)
 
159
 
 
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)
 
163
 
 
164
 
123
165
1.10 [22Dec2008]
124
166
---------------
125
167