mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
[PATCH] 018 release
This commit is contained in:
parent
b484e43622
commit
7eb136adb8
32
ChangeLog
32
ChangeLog
@ -1,3 +1,35 @@
|
||||
Summary of changes from v018 to v019
|
||||
============================================
|
||||
|
||||
Kay Sievers:
|
||||
o TODO update
|
||||
o udev - correct relative symlink
|
||||
o udev - safer string handling - part four
|
||||
o udev - safer string handling - part three
|
||||
o udev - safer string handling - part two
|
||||
o udev - man page update
|
||||
o udev - safer string handling all over the place
|
||||
o manpage update
|
||||
o udev - allow all files in a directory as the config
|
||||
o udev - simple klibc textual uid/gid handling
|
||||
|
||||
Andrey Borzenkov:
|
||||
o do not remove real .udev.tdb during RPM build
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
o add new TODO item about local user permissions
|
||||
o Add initial SELinux support for udev
|
||||
o fix build for very old versions of make
|
||||
o remove limit of the number of args passed to PROGRAM
|
||||
o force udev to include the internal version of libsysfs and never the external one
|
||||
o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
|
||||
o remove udevtest on 'make clean'
|
||||
o remove udevd priority TODO item, as it's not needed at all
|
||||
|
||||
Patrick Mansfield:
|
||||
o update udev scsi_id to scsi_id 0.4
|
||||
|
||||
|
||||
Summary of changes from v017 to v018
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ DAEMON = udevd
|
||||
SENDER = udevsend
|
||||
HELPER = udevinfo
|
||||
TESTER = udevtest
|
||||
VERSION = 018_bk
|
||||
VERSION = 019
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
Summary: A userspace implementation of devfs
|
||||
Name: udev
|
||||
Version: 018_bk
|
||||
Version: 019
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Utilities/System
|
||||
@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
- added ability to build with SELinux support
|
||||
|
||||
* Thu Feb 19 2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
- add some more files to the documentation directory
|
||||
- add ability to build scsi_id and make it the default
|
||||
|
Loading…
Reference in New Issue
Block a user