X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=bde6b4f05e227f210dfbd729538c3f656b11145e;hb=c699bc48e1432bc1b283907a52e461b97f2e45b1;hp=2a81a68166d15cef18f2e15e8f5055bbdc667b70;hpb=8f528042ca780a6f772dd8f9b4a1427f2407a264;p=elogind.git diff --git a/ChangeLog b/ChangeLog index 2a81a6816..bde6b4f05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Summary of changes from v74 to v075 +============================================ + +Greg Kroah-Hartman: + Make run_directory.c stat the place it is going to try to run. + +Kay Sievers: + forgot the ChangeLog for 074 + volume_id: provide libvolume_id.a file + remove our own copy of klibc + remove outdated HOWTO + update TODO + update SUSE rules + remove completely useless start script + fix tests and remove no longer useful stuff + replace udeveventrecorder by a shell script + + +Summary of changes from v73 to v074 +============================================ + +Kay Sievers: + never queue events with TIMEOUT set + let NAME="" supress node creation, but do RUN keys + remove udevinitsend + update .gitignore + +Marco d'Itri: + add strerror() to error logs + move some logging from dbg() to info() + + Summary of changes from v72 to v073 ============================================