]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
097 release
authorKay Sievers <kay.sievers@suse.de>
Sun, 13 Aug 2006 03:34:05 +0000 (05:34 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 13 Aug 2006 03:34:05 +0000 (05:34 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index a92b509cb4d2866809965dbb55299ec309db8564..080c91b665bb406dc00377746a1c6afc703484b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+Summary of changes from v096 to v097
+============================================
+
+Anssi Hannula:
+      add joystick support to persistent input rules
+
+Kay Sievers:
+      firmware.sh: remove needless '/'
+      vol_id: add --skip-raid and --probe-all option
+      switch uevent netlink socket to group 1 only
+      increase /proc/stat read buffer
+      use "change" instead of "online" events
+      remove 'static' from local variable
+      libvolume_id: add parameter 'size' to all probe functions
+      man pages: replace 'device-path' by 'devpath'
+      man pages: work around xmlto which tries to be smart
+      refresh vol_id man page
+      udevinfo: add DRIVER==
+      Makefile: fix dependency
+      libvolume_id: read ufs2 label
+      switch ifdef __KLIBC__ to ifndef __GLIBC__
+      report failing getpwnam/getgrnam as error
+      rename udevcontrol message types and variables
+      initialize unused sockets to -1
+      udevd: remove useless udevinitsend parameter
+      update README
+      udevd: autotune max_childs/max_childs_running
+      update frugalware rules
+      update SUSE rules
+      move default rules to etc/udev/rules.d/
+      add 'crypto' devices to persistent storage rules
+      add late.rules to default rules
+      update Fedora rules
+      don't report an error on overlong comment lines
+      update SUSE rules
+      udevd: read DRIVER from the environment
+
+Marco d'Itri:
+      make rename_netif() error messages useful
+      path_id: fix an harmless syntax error
+
+Piter PUNK:
+      update slackware rules
+
+Richard Purdie:
+      Fix inotify syscalls on ARM
+
+
 Summary of changes from v095 to v096
 ============================================
 
index bab1732da4383ffcd4ddf36f0a1df795059014aa..209ab10487d32b0e73eca50bab973de326bc170a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 096
+VERSION = 097
 
 # set this to make use of syslog
 USE_LOG = true
index 5fc6380ea62b1d3dae2213d011740b2bd58c87e5..7980b452c7b7a8a3c9741a64ea31e2bc5548179a 100644 (file)
@@ -1,6 +1,10 @@
+udev 097
+========
+Bugfixes and small improvements.
+
 udev 096
 ========
-fix path_id for recent kernels
+Fix path_id for recent kernels.
 
 udev 095
 ========