~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matt Nordhoff
  • Date: 2009-10-21 10:51:40 UTC
  • mfrom: (389.2.7 pep8-2009-10)
  • mto: This revision was merged to the branch mainline in revision 406.
  • Revision ID: mnordhoff@mattnordhoff.com-20091021105140-wg0am6fp92i3cg2e
Merge pep8-2009-10, fixing conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
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
4
1.17 [20Aug2009]
19
5
---------------
20
6
 
120
106
 
121
107
    - Fix a file descriptor leak (Matt Nordhoff, #370845)
122
108
 
123
 
    - Use transport API internally, so it is possible to specify a remote 
 
109
    - Use transport API internally, so it is possible to specify a remote
124
110
      URL to serve-branches. (Jelmer Vernooij, #371787)
125
111
 
126
112
    - Fix internal server errors when using start-loggerhead. (Matt