mirror of
https://github.com/systemd/systemd.git
synced 2025-09-17 21:45:23 +03:00
release 126
This commit is contained in:
@@ -1,13 +1,19 @@
|
|||||||
Summary of changes from v125 to v126
|
Summary of changes from v125 to v126
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
Kay Sievers (6):
|
Kay Sievers (9):
|
||||||
delete all Makefiles and move udev source to udev/
|
delete all Makefiles and move udev source to udev/
|
||||||
use autotools
|
use autotools
|
||||||
rules: mode 0660 for group "disk"
|
rules: mode 0660 for group "disk"
|
||||||
rules: update Fedora rules
|
rules: update Fedora rules
|
||||||
update ChangeLog
|
update ChangeLog
|
||||||
INSTALL: --enable-selinux not --with-selinux
|
INSTALL: --enable-selinux not --with-selinux
|
||||||
|
volume_id: move static lib to $prefix
|
||||||
|
volume_id: create relative links
|
||||||
|
rules: run vol_id on opticals only if media is found
|
||||||
|
|
||||||
|
Marco d'Itri (1):
|
||||||
|
rules: Debian update
|
||||||
|
|
||||||
Thomas Koeller (1):
|
Thomas Koeller (1):
|
||||||
use proper directory lib/lib64 for libvolume_id
|
use proper directory lib/lib64 for libvolume_id
|
||||||
|
@@ -40,3 +40,11 @@ test-install:
|
|||||||
make DESTDIR=$(PWD)/udev-test-install install
|
make DESTDIR=$(PWD)/udev-test-install install
|
||||||
tree $(PWD)/udev-test-install/
|
tree $(PWD)/udev-test-install/
|
||||||
|
|
||||||
|
git-release:
|
||||||
|
head -1 ChangeLog | grep -q "to v$(VERSION)"
|
||||||
|
head -1 NEWS | grep -q "udev $(VERSION)"
|
||||||
|
git commit -a -m "release $(VERSION)"
|
||||||
|
cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
|
||||||
|
git gc
|
||||||
|
git prune
|
||||||
|
git-update-server-info
|
||||||
|
10
NEWS
10
NEWS
@@ -16,11 +16,15 @@ options are:
|
|||||||
--disable-logging
|
--disable-logging
|
||||||
disable all logging and compile-out all log strings
|
disable all logging and compile-out all log strings
|
||||||
--with-selinux
|
--with-selinux
|
||||||
link against SELInux libraries to set the expected context
|
link against SELInux libraries, to set the expected context
|
||||||
for created files
|
for created files
|
||||||
|
|
||||||
No symlinks to udevadm are installed anymore, if still neded, the
|
In the default rules, the group "disk" gets permissions 0660 instead
|
||||||
package should create them.
|
of 0640. One small step closer to unify distro rules. Some day, all
|
||||||
|
distros hopefully end up with the same set of rules.
|
||||||
|
|
||||||
|
No symlinks to udevadm are installed anymore, if they are still needed,
|
||||||
|
they should be provided by the package.
|
||||||
|
|
||||||
udev 125
|
udev 125
|
||||||
========
|
========
|
||||||
|
1
TODO
1
TODO
@@ -4,4 +4,3 @@ These things will change in future udev versions:
|
|||||||
o --device-id-of-file will print '5:8' instead of '5 8'
|
o --device-id-of-file will print '5:8' instead of '5 8'
|
||||||
|
|
||||||
These things are deprecated and scheduled for removal in a future udev version:
|
These things are deprecated and scheduled for removal in a future udev version:
|
||||||
o the installation of symlinks to udevadm
|
|
||||||
|
Reference in New Issue
Block a user