]> git.ipfire.org Git - thirdparty/systemd.git/blame - ChangeLog
remove %e from man page
[thirdparty/systemd.git] / ChangeLog
CommitLineData
ba65db20
KS
1Summary of changes from v077 to v078
2============================================
3
4Greg Kroah-Hartman:
5 Update Gentoo udev main rule file.
6 add parisc support to path_id
7
8Hannes Reinecke:
9 scsi_id: -u fold multiple consecutive whitespace chars into single '_'
10
11Harald Hoyer:
12 optimize SELinux path match
13
14Kay Sievers:
15 update README
16 allow C99 statements
17 fix segfaulting create_floppy_devices
18 update SUSE rules
19 remove unused variables
20 remove default settings in udev.conf
21 clearenv() is now part of klibc
22 add DEVLINKS to the event environment
23
24Kurt Garloff:
25 scsi_id: support pre-SPC3 page 83 format
26
27
731a7d6d
KS
28Summary of changes from v076 to v077
29============================================
30
31Kay Sievers:
32 merge two consecutive static strlcat's
33 don't return an error, if "ignore_device" is used
34 remove outdated and misleading stuff
35 move SEQNUM event skipping to udevsend
36 update RELEASE-NOTES
37 update SUSE rules
38 allow programs in /lib/udev called without the path
39 update SUSE rules
40 add target to to generate ChangeLog section
41 update Red Hat rules
42
43Marco d'Itri:
44 allow to overwrite the configured udev_root by exporting UDEV_ROOT
45 let udevsend ignore events with SEQNUM set
46 update Debian rules
47
48
4a924f0a
KS
49Summary of changes from v75 to v076
50============================================
51
52Kay Sievers:
53 fix typo in eventrecorder
54 volume_id: include stddef.h header
55 remove misleading install instructions
56 remove all built-in wait_for_sysfs logic
57 add linux/types.h back, old glibc-kernel-headers want it
58 volume_id: use glibc's byteswap
59 udevd: ignore all messages without DEVPATH
60 udevd: track exit status of event process
61 udevd: export event queue and event state
62 remove "udev_db" option from config file
63 Makefile: remove exec_prefix and srcdir
64 update README and RELEASE-NOTES
65 udevd: track killed event processes as failed
66 update README
67 don't start udevd from udevsend
68 udevd: add a missing return
69 libvolume_id: fix weird fat volume recognition
70 move some helpers from extras to /lib/udev
71
72Scott James Remnant:
73 move delete_path() to utils
74 clean-up empty queue directories
75 Makefile: fail, if submake fails
76
77
a8349b33
KS
78Summary of changes from v74 to v075
79============================================
80
ef0cd1ac
KS
81Greg Kroah-Hartman:
82 Make run_directory.c stat the place it is going to try to run.
83
84Kay Sievers:
85 forgot the ChangeLog for 074
86 volume_id: provide libvolume_id.a file
87 remove our own copy of klibc
88 remove outdated HOWTO
89 update TODO
90 update SUSE rules
91 remove completely useless start script
92 fix tests and remove no longer useful stuff
93 replace udeveventrecorder by a shell script
94
95
09c2bab5
KS
96Summary of changes from v73 to v074
97============================================
98
99Kay Sievers:
100 never queue events with TIMEOUT set
101 let NAME="" supress node creation, but do RUN keys
102 remove udevinitsend
103 update .gitignore
104
105Marco d'Itri:
106 add strerror() to error logs
107 move some logging from dbg() to info()
108
109
8f528042
KS
110Summary of changes from v72 to v073
111============================================
112
113Kay Sievers:
114 udevd: depend on netlink and remove all sequence reorder logic
115 print useconds in udevmonitor
116 add RELEASE-NOTES, update TODO
117
118
1ad45a47
KS
119Summary of changes from v71 to v072
120============================================
121
122Ananth N Mavinakayanahalli:
123 libsysfs: translate devpath of the symlinked class devices to its real path
124
125Jan Luebbe:
126 add man pages for *_id programs
127
128Kay Sievers:
129 volume_id: add OCFS Version 1
130 volume_id: add Veritas fs
131 volume_id: check ext fs for valid blocksize, cause magic is only 2 bytes
132 volume_id: move blocksize validation to fix jbd recognition
133 volume_id: fix typo in ocfs
134 volume_id: add vxfs include
135 volume_id: make FAT32 recognition more robust
136 volume_id: Version 051
137 volume_id: fix typo in ext blocksize check
138 volume_id: Version 052
139 FAQ: remove confusing statement about module loading
140 cleanup compiler/linker flags
141 use DESTDIR on uninstall, no need to pass prefix to submake
142 allow to pass STRIPCMD, to skip stripping of binaries
143 cleanup make release
144 fix the new warnings I asked for
145 move rules parsing into daemon
146 "make STRIPCMD=" will disable the stripping of binaries
147 remove no longer working udevd-test program
148 "STRIPCMD=" for the EXTRAS
149 add dummy inotify syscalls on unsupported architecture
150 remove no longer needed waiting for "dev" file
151 revert the "read symlink as device patch"
152 use libsysfs to translate the class linke to the device path
153 libsysfs: remove brute-force "bus", "driver" searching for old kernels
154 test: add "driver" and "bus" links to test sysfs tree
155 update RELEASE-NOTES
156 udevd: don't daemonize before initialization
157 log to console if syslog is not available
158 udevd: disable OOM
159 remove precompiled rules option
160 export DEVNAME on "remove" only if we really got a node to remove
161 fix typo in umask()
162
163
a743be9a
KS
164Summary of changes from v70 to v071
165============================================
166
167Greg Kroah-Hartman:
168 Remove the udev.spec file as no one uses it anymore
169
170John Hull:
171 edd_id: check that EDD id is unique
172
173Kay Sievers:
174 ata_id: open volume O_NONBLOCK
175 add "Persistent Device Naming" rules file for disks
176 scsi_id: switch temporary node creation to /dev
177 volume_id: set reiser instead of reiserfs for filesystem type
178 update devfs rules header
179 update Debian rules
180 update Fedora rules
181 update Debian rules
182 remove no longer needed includes
183 switch tools and volume_id from LGPL to GPLv2
184 add edd-*-part%n to the persistent.rules
185 update Debian persistent rules
186 clarify README
187 udevd: fix initial timeout handling
188 force event socket buffer size to 16MB
189 udevd: move logging from err to info for non-hotplug uevent
190 fix selinux compilation
191 libsysfs: accept sysmlinks to directories instead of real directories
192
193Marco d'Itri:
194 run_directory: fix typo in "make install"
195
196
8355c61b
GKH
197Summary of changes from v069 to v070
198============================================
199
200Amir Shalem:
201 udevd: fix udevd read() calls to leave room for null byte
202
203Edward Goggin:
204 scsi_id: derive a UID for a SCSI-2 not compliant with the page 83
205
206Greg Kroah-Hartman:
207 fix nbd error messages with a gentoo rule hack
208 fix scsi_id rule in gentoo config file
209
210