~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robey Pointer
  • Date: 2007-01-02 07:14:03 UTC
  • Revision ID: robey@lag.net-20070102071403-3i0jr7p56z12z9b2
heh, duh.  i can't leave the shelf files open from multiple threads at once.
the shelf files in changecache and textindex are now only opened when they
are being used (and the lockfile is held), and closed afterwards.  no more
branches stomping on each other when they share cache/index.  in the process,
i made the textindex chew through 100 revisions at once now instead of 1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
What's changed in loggerhead?
3
 
=============================
4
 
 
5
 
1.1.1  [24jan2007]
6
 
------------------
7
 
 
8
 
    - fix broken inventory page (oops!)
9
 
    
10
 
    - fix a few rendering problems with kid and safari
11
 
 
12
 
 
13
 
1.1  [20jan2007]
14
 
----------------
15
 
 
16
 
    - new feature to compare two revisions to each other
17
 
    
18
 
    - inserted text in diffs is now blue instead of green
19
 
    
20
 
    - fixed to start and stop as a daemon now (use "-f" to run in the
21
 
      foreground), and all config is in loggerhead.conf (no need to mess with
22
 
      dev.cfg)
23
 
      
24
 
    - renamed show/hide javascript buttons to expand/collapse, and made them
25
 
      much faster
26
 
      
27
 
    - added an atom-feed link to each branch on the browse page [elliot
28
 
      murphy]
29
 
      
30
 
    - auto-publish feature for multiple branches under a single folder (see
31
 
      loggerhead.conf.example)
32
 
      
33
 
    - added the ability to share cache files per-project instead of just
34
 
      per-branch
35
 
    
36
 
    - added side-by-side diff display for the revision page (which is the
37
 
      default), with a button to switch between side-by-side and unified diff
38
 
      format
39
 
 
40
 
    - made caching use file locking, and close cleanly on shutdown
41
 
    
42
 
    - miscellaneous speed and page-size improvements
43
 
 
44
 
 
45
 
1.0  [23dec2006]
46
 
----------------
47
 
 
48
 
    - initial release
49