~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
 
1.1  [20jan2006]
3
 
 
4
 
    - new feature to compare two revisions to each other
5
 
    
6
 
    - inserted text in diffs is now blue instead of green
7
 
    
8
 
    - fixed to start and stop as a daemon now (use "-f" to run in the
9
 
      foreground), and all config is in loggerhead.conf (no need to mess with
10
 
      dev.cfg)
11
 
      
12
 
    - renamed show/hide javascript buttons to expand/collapse, and made them
13
 
      much faster
14
 
      
15
 
    - added an atom-feed link to each branch on the browse page [elliot
16
 
      murphy]
17
 
      
18
 
    - auto-publish feature for multiple branches under a single folder (see
19
 
      loggerhead.conf.example)
20
 
      
21
 
    - added the ability to share cache files per-project instead of just
22
 
      per-branch
23
 
    
24
 
    - added side-by-side diff display for the revision page (which is the
25
 
      default), with a button to switch between side-by-side and unified diff
26
 
      format
27
 
 
28
 
    - made caching use file locking, and close cleanly on shutdown
29
 
    
30
 
    - miscellaneous speed and page-size improvements
31
 
    
32
 
1.0  [23dec2006]
33
 
 
34
 
    - initial release