~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Hudson
  • Date: 2008-02-28 04:34:51 UTC
  • mto: This revision was merged to the branch mainline in revision 147.
  • Revision ID: michael.hudson@canonical.com-20080228043451-nuyn35437fuphe9y
more prep

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
What's changed in loggerhead?
2
2
=============================
3
3
 
4
 
1.2.1  [06mar2008]
5
 
------------------
6
 
 
7
 
    - The changelog view was out of order when not using the revision
8
 
      cache.
9
 
 
10
 
1.2  [04mar2008]
 
4
1.2  [XXfeb2008]
11
5
----------------
12
6
 
13
7
    - Michael Hudson <michael.hudson@canonical.com> has mostly taken
29
23
    - Much dead code was removed.
30
24
 
31
25
    - Loggerhead now computes the files changed between revisions only
32
 
      when it needs to know this.  This is a fairly expensive
33
 
      operation in Bazaar, and doing it less massively improves
34
 
      performance and memory usage in some situations.
 
26
      when it needs to know this, which is a fairly expensive
 
27
      operation in Bazaar.  This massively improves performance and
 
28
      memory usage in some situations.
35
29
 
36
30
    - Loggerhead now takes a read lock on the branch being viewed for
37
31
      the duration of each request, which improves performance
44
38
    - The creation of History objects is much faster for large
45
39
      branches (Aaron Bentley).
46
40
 
47
 
    - Allow the construction of URLs using revnos and file paths as
48
 
      well as revids and fileids (bug #98826):
49
 
 
50
 
      - For changes pages, append the newest revno to display to the
51
 
        URL, like http://.../changes/<revno>
52
 
 
53
 
      - For annotate pages, append the revno to display to the URL,
54
 
        followed by the path, like http://.../annotate/<revno>/<path>
55
 
 
56
 
      - For file listing and revision pages append the revno to
57
 
        display to the URL, like http://.../files/<revno>
58
 
 
59
 
      Loggerhead still generates URLs using revision and file ids for
60
 
      the moment.
61
 
 
62
41
    - Many bugs were fixed:
63
42
 
64
43
      - Loggerhead does not escape special characters when embedding a
65
44
        revision ID in a URL (bug #88286)
66
45
 
67
 
      - Improved robustness in the face of ghosts.
 
46
      - Improved robustness ines the face of ghosts.
68
47
 
69
48
      - Don't crash on displaying a commit with an empty message (bug
70
49
        #86247)
78
57
      - Loggerhead atom feeds expose internal hostname (James
79
58
        Henstridge, bug #93585)
80
59
 
 
60
      - Allow the construction of URLs using revnos and file paths as
 
61
        well as revids and fileids (bug #98826)
 
62
 
81
63
      - loggerhead don't like page break character (0x0C) in text
82
64
        files (bug #113313)
83
65