diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-01 14:33:39 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-01 14:33:39 +0200 |
commit | 25b5bb4245824ac0ba90fa04e3baaa39011d7528 (patch) | |
tree | b15d25f6254f26e7d6a570b77d94d8e8195256ae | |
parent | 97ad45b2198b9964a27cf0756aa99bd64eb94ad6 (diff) |
release 110
-rw-r--r-- | ChangeLog | 27 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 6 |
3 files changed, 34 insertions, 1 deletions
@@ -1,3 +1,30 @@ +Summary of changes from v109 to v110 +============================================ + +Harald Hoyer (1): + udevcontrol: allow to set global variables in udevd + +Kay Sievers (13): + remove eventrecorder.sh + update SUSE rules + volume_id: add md metadata 1.0, 1.1, 1.2 support + unset variable with ENV{VAR}="" + delete copies of default rules in SUSE rules + volume_id: ext - fix endianess in version number + rules: Fedora update + volume_id: old md metadata has only 32 bit for the uuid + volume_id: minix version 3 support + don't create $tempnode for devices without major + usb_id: add <devpath> to help text + ata_id: use getopt_long() + rules: SUSE update + +Matthias Schwarzott (3): + Makefile: respect CFLAGS/LDFLAGS + rules: Gentoo update + ata_id: don't log error for libata devices on older kernels + + Summary of changes from v108 to v109 ============================================ @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 109 +VERSION = 110 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0d984bcc73..81167fe71d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +udev 110 +======== +Bugfixes. + +Removal of useless extras/eventrecorder.sh. + udev 109 ======== Bugfixes. |