]> git.ipfire.org Git - thirdparty/systemd.git/blame - ChangeLog
add EXTRAS documentation to the README file.
[thirdparty/systemd.git] / ChangeLog
CommitLineData
8aafc06d
GKH
1Summary of changes from v066 to v067
2============================================
3
4Greg Kroah-Hartman:
5 added the cdrom.h #defines directly into the cdrom_id.c file
6
7Kay Sievers:
8 update SUSE rules
9 fix make install, as we don't provide a default rule set anymore
10 fix more compiler warnings ...
11 fix udevstart event ordering, we want /dev/null very early
12 don't fail too bad, if /dev/null does not exist
13
14
f5bed72a
GKH
15Summary of changes from v065 to v066
16============================================
17
18Greg Kroah-Hartman:
19 update gentoo rule file.
20 Created cdrom_id program to make it easier to determine cdrom types
21 added cdrom_id to the build check
22 updated gentoo rule file to handle removable ide devices.
23 changed cdrom_id exports to be easier to understand and consistant with other _id programs.
24 fix klibc build issue in cdrom_id.c
25 Change the gentoo rules to use cdrom_id instead of cdsymlink.sh
26 changed location of gentoo helper apps to be /sbin instead of in scripts dir
27 tweak the gentoo rules some more.
28
29Kay Sievers:
30 add NETLINK define for the lazy distros
31 read sysfs attribute also from parent class device
32 switch some strlcpy's to memcpy
33 allow clean shutdown of udevd
34 add flag for reading of precompiled rules
35 update distro rules files
36 add SUSE rules
37 update SUSE rules
38 add firmware_helper to load firmware
39 more distro rules updates
40 update README
41 remove example rules and put the dev.d stuff into the run_directory folder
42 trivial text cleanups
43 update SUSE rules
44 split udev_util in several files
45 update SUSE rules
46 allow logging of all output from executed tools
47 add Usage: to udevmonitor and udevcontrol
48 move some logging to the info level
49
50Thierry Vignaud:
51 fix udevinfo output
52
53
cfb7ac2b
GKH
54Summary of changes from v064 to v065
55============================================
56
57Greg Kroah-Hartman:
58 Added persistent name rules for block devices to gentoo rule file.
59 Added horrible (but fun) path_id script to extras.
60 Update gentoo rules file.
61
62Kay Sievers:
63 update release notes for next version
64 add udevmonitor, to debug netlink+udev events at the same time
65 allow RUN to send the environment to a local socket
66 fix GGC signed pointer warnings and switch volume_id to stdint
67
68
fa5c98ab
GKH
69Summary of changes from v063 to v064
70============================================
71
72Andre Masella:
73 volume_id: add OCFS (Oracle Cluster File System) support
74
75Hannes Reinecke:
76 usb_id: fix typo
77 add ID_BUS to *_id programs
78 create_floppy_devices: add tool to create floppy nodes based on sysfs info
79
80Kay Sievers:
81 move code to its own files
82 make SYSFS{} usable for all devices
83 add padding to rules structure
84 allow rules to have labels and skip to next label
85 thread unknown ENV{key} match as empty value
86
87
8365854c
GKH
88Summary of changes from v062 to v063
89============================================
90
91Anton Farygin:
92 fix typo in GROUP value application
93
94Greg Kroah-Hartman:
95 add 'make tests' as I'm always typing that one wrong...
96 Really commit the udev_run_devd changes...
97 Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
98 fix position of raw rules in gentoo config file
99
100Hannes Reinecke:
101 dasd_id: add s390 disk-label prober
102 fix usb_id and let scsi_id ignore "illegal request"
103
104Kay Sievers:
105 volume_id: remove s390 dasd handling, it is dasd_id now
106 trivial fixes for *_id programs
107 IMPORT: add {parent} to import the persistent data of the parent device
108 allow multiple values to be matched with KEY=="value1|value2"
109 udevd: set incoming socket buffer SO_RCVBUF to maximum
110 remember mapped rules state
111 ata_id: check for empty serial number
112 compile dasd only on s390
113
114