Show
Ignore:
Timestamp:
01/19/06 21:44:48 (7 years ago)
Author:
khali
Message:

Drop the generic CVS help at the top of the file. CVS is not
exactly a new technology anymore.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r3238 r3239  
    11lm_sensors CHANGES file 
    22----------------------- 
    3 This is a list of the most important changes in 2.x versions. It is by 
    4 no means complete, listing only the most significant changes. 
    5 The ultimate way to know what has changed is to run diff, or even neater, 
    6 ask CVS about it: 
    7  
    8   * Checkout the archive (see doc/cvs for how you can do this) 
    9   * Determine which tags are valid, by running this command from the 
    10     project root directory: 
    11       cvs status -v -l Makefile 
    12     Valid tags are usually of the form V2-1-0 for version 2.1.0 
    13   * Ask cvs for the difference between two versions: 
    14       cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS 
    15     for example: 
    16       cvs diff -r V2-0-0 -r V2-0-1 -u 
    17  
    18 ----------------------------------------------------------------------------- 
    193 
    2042.10.0 (2005????)