X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=15bab064b283b634c6efbc58fc68dcb49df0464d;hb=6118dab105dcc91ae7efc038e8c3cb391e702468;hp=b561b7a5e4be82183a30d13f5eea95e531858e88;hpb=579734fca598363cf15ab565aa09669c4112447e;p=elogind.git diff --git a/ChangeLog b/ChangeLog index b561b7a5e..15bab064b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Summary of changes from v179 to v180 +============================================ + +Kay Sievers (4): + Makefile: update kernel.org hooks + build-sys: we need to install shipped man pages without xsltproc installed + builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keys + do not stop rule processing when device node is no longer around + + +Summary of changes from v178 to v179 +============================================ + +Kay Sievers (8): + fix some fallout from tab removal + use devnode() for $name not sysname(), device nodes might be in a subdirectory + print warning when rules try to rename kernel device nodes + move variable inside condition + update TODO + build-sys: enable everything for 'make distcheck' + use sysname() for devices without a device node + fix path to extras + + Summary of changes from v177 to v178 ============================================