summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-12-16 16:30:03 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-12-16 16:30:03 +0000
commitc3d9c8c4a7ce940a79d88f4dbe29ff5f2b163b5e (patch)
treebe48ae471fe1c66bf94d0a8d5bbb192ac3988545
parent8ea69491deefadeb525028fa7df5903ab62bb687 (diff)
downloadlm-sensors-c3d9c8c4a7ce940a79d88f4dbe29ff5f2b163b5e.tar.gz
Don't send mails to LSM for this legacy branch.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5577 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES4
-rw-r--r--doc/developers/release_checklist2
-rw-r--r--lm_sensors.lsm20
3 files changed, 4 insertions, 22 deletions
diff --git a/CHANGES b/CHANGES
index 648b250e..a10cbb0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
lm_sensors CHANGES file
-----------------------
+SVN-HEAD
+ File lm_sensors.lsm: Delete, don't advertise a legacy branch
+ File doc/developers/release_checklist: Skip mail to lsm
+
2.10.8 (20081216)
File doc/chips/lm90: Update datasheet links (2.6 backport)
File doc/chips/pc87360: Drop dead links to datasheets (2.6 backport)
diff --git a/doc/developers/release_checklist b/doc/developers/release_checklist
index 5dab72f5..be670a84 100644
--- a/doc/developers/release_checklist
+++ b/doc/developers/release_checklist
@@ -11,8 +11,6 @@ Release steps:
- Update both CHANGES files (add the release date)
- Verify i2c dependency instructions in README, QUICKSTART, and INSTALL,
update if necessary
-- Update lm_sensors.lsm (Version and Entered-date) and send it to the LSM
- by mailing it to lsm@qqx.org with the subject `add' (no quotes).
- Update lm_sensors2/version.h and i2c/kernel/i2c.h
- Commit
- Tag the release using SVN:
diff --git a/lm_sensors.lsm b/lm_sensors.lsm
deleted file mode 100644
index 67d9c5fa..00000000
--- a/lm_sensors.lsm
+++ /dev/null
@@ -1,20 +0,0 @@
-Begin4
-Title: lm_sensors
-Version: 2.10.8
-Entered-date: 2008-12-16
-Description: Hardware health monitoring package for Linux. It consists of
- kernel modules to access sensor chips and SMBus hardware,
- of a library to allow applications to read this data more
- easily, and of an example program to pretty print this data.
- LM78, LM79, LM80, W83781D and GL518SM sensor chips are
- supported, among many others. PIIX4 and VIA chipset SMBus
- implementations are supported, as well as many I2C busses.
- Version 2 is a complete non-compatible modular rewrite of this
- package, with full I2C and SMBus support.
-Keywords: kernel module SMBus sensors LM78 health I2C voltage fan-speed
-Author: frodol@dds.nl (Frodo Looijaard)
- phil@netroedge.com (Philip Edelbrock)
- and other great contributors
-Primary-site: http://www.lm-sensors.org/
-Copying-policy: GPL
-End