Changeset 5254

Show
Ignore:
Timestamp:
05/18/08 18:07:48 (5 months ago)
Author:
khali
Message:

Prepare for release.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r5252 r5254  
    22----------------------- 
    33 
    4 SVN-HEAD 
     43.0.2 (2008-05-18) 
    55  documentation: Delete the FAQ, now maintained on the wiki 
    66  libsensors: Use __func__ instead of __FUNCTION__ 
  • lm-sensors/branches/lm-sensors-3.0.0/doc/developers/lm_sensors.lsm

    r5116 r5254  
    11Begin4 
    22Title: lm_sensors 
    3 Version: 3.0.1 
    4 Entered-date: 2008-01-2
     3Version: 3.0.2 
     4Entered-date: 2008-05-1
    55Description: Hardware health monitoring package for Linux. It consists of  
    66             a library to allow applications to read sensors data more 
     
    1212Maintained-by: khali@linux-fr.org (Jean Delvare) 
    1313Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/ 
    14               lm_sensors-3.0.1.tar.bz2 
    15               lm_sensors-3.0.1.tar.bz2.sig 
     14              lm_sensors-3.0.2.tar.bz2 
     15              lm_sensors-3.0.2.tar.bz2.sig 
    1616Alternate-site: ftp.netroedge.com /pub/lm-sensors/ 
    1717Copying-policy: GPL 
  • lm-sensors/branches/lm-sensors-3.0.0/doc/libsensors-API.txt

    r5186 r5254  
    77given new feature. 
    88 
    9 0x401   lm-sensors SVN 
     90x401   lm-sensors 3.0.2 
    1010* Added bus type "virtual": 
    1111  #define SENSORS_BUS_TYPE_VIRTUAL 
  • lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk

    r5163 r5254  
    3434# the public header files - in this case they are error.h and sensors.h. 
    3535LIBMAINVER := 4 
    36 LIBMINORVER := 0.1 
     36LIBMINORVER := 0.2 
    3737LIBVER := $(LIBMAINVER).$(LIBMINORVER) 
    3838 
  • lm-sensors/branches/lm-sensors-3.0.0/version.h

    r5116 r5254  
    1 #define LM_VERSION "3.0.1+SVN
     1#define LM_VERSION "3.0.2