WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
ENTERED=20030725
DOCS="ChangeLog COPYING FAQ README docs/* RELEASE-NOTES"
diff --git a/disk/udev/FINAL b/disk/udev/FINAL
index b812714..9869e28 100755
--- a/disk/udev/FINAL
+++ b/disk/udev/FINAL
@@ -27,3 +27,15 @@ message "\n${PROBLEM_COLOR}About persistent net interfaces
naming:" \
"of\nthe interface by changing the NAME key. Udev will" \
"not erase it.\nThe old configuration stuff with the" \
"DEVICE_MAC field in netconf is now\nobsolete.$DEFAULT_COLOR"
+# udev-174 changes
+message "\n${PROBLEM_COLOR}Udev-174 changes:" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR" \
+ "The udev daemon moved to /lib/udev/udevd"
+# udev-177 changes
+message "\n${PROBLEM_COLOR}Udev-177 changes:" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR" \
+ "udevadm is now in /usr/bin"
+ "'udevadm control --reload-rules' option has been renamed to
'--reload'" \
+# final warning
+message "\n${PROBLEM_COLOR}Check any local scripts and udev rules !!!" \
+ "$DEFAULT_COLOR$MESSAGE_COLOR Read the NEWS file"
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index 3e69ecc..b0f5992 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,5 +1,18 @@
+2012-01-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 177
+ revert to KERNEL_URL
+ only the uncompressed tar is signed
+ add SOURCEHASH instead
+ * DEPENDS: add kmod
+ * BUILD: remove libexecdir and sbindir options
+ * FINAL: add lots of warnings
+ * INSTALL, FINAL, init.d/coldplug: udevadm has moved
+ * init.d/udevd: udevd in now in /usr/libexec/udev
+ * init.d/devices:
+ * init.d/coldplug: udevadm has moved
+
2011-12-20 David Kowis <dkowis AT shlrm.org>
-* BUILD: included logic to handle when systemd is installed
+ * BUILD: included logic to handle when systemd is installed