diff --git a/kmod.changes b/kmod.changes index e81c8e1..e9a3aac 100644 --- a/kmod.changes +++ b/kmod.changes @@ -12,12 +12,17 @@ Thu Sep 13 23:19:10 UTC 2012 - jengelh@inai.de Wed Jun 20 08:41:03 UTC 2012 - rmilasan@suse.com - Update to new upstream release 9 -* Handle errors when dealing with gzip'ed modules -* depmod now handles and prints errors while writing indexes, such - that the user won't have a corrupted index without knowing it -- Fix broken testsuites on 32-bit systems. +* build-sys: allow compressed modules in testsuite +* build-sys: Make dirs writable on rootfs creation +* depmod: use ferror and fclose to check for error +* depmod: return error when index is truncated due to ENOSPC +* depmod: fix coding-style issue in array declaration +* depmod: fail if any index could not be created +* depmod: don't return error if modules.builtin don't exist +* libkmod-util: split function for usec conversion +* libkmod-util: add missing stdbool.h include +- Fix broken testsuites on 32bit systems. add: fix-32bits.diff - ------------------------------------------------------------------- Sat Apr 21 01:55:30 UTC 2012 - jengelh@medozas.de