aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgregkh@suse.de <gregkh@suse.de>2005-02-11 19:55:00 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:35:15 -0700
commit5d2d1e7e85de4ae363c96d1ab9de795b0f106e14 (patch)
treea7020fda709442b8981b8c934cfb6eed0154332e /ChangeLog
parentbc4235d38ea39593169f473267de2d49bf278844 (diff)
downloadudev-5d2d1e7e85de4ae363c96d1ab9de795b0f106e14.tar.gz
[PATCH] 053 release053
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de7f938f..68fc6ff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+Summary of changes from v052 to v053
+============================================
+
+Greg Kroah-Hartman:
+ o fix gentoo fb permission issue
+ o allow simple-build-check.sh to go faster if MAKEOPTS is set
+ o make the release tarballs have writable files in them
+ o remove gentoo permission file as it's not valid anymore
+
+Kay Sievers:
+ o fix special file mode mask for temporary device node
+ o udevstart: simplify "dev" file searching
+ o udev_volume_id: remove temporary node creation and parent handling
+ o add %P modifier to query the node name of the parent device
+ o udev_volume_id: remove __packed__ from dasd structure as it does not work
+ o create /block/*/range count of partitons for all_partitions
+
+Patrick Mansfield:
+ o scsi_id changes for use with udev %N and %p
+
+
Summary of changes from v051 to v052
============================================