mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
kmod 14
This commit is contained in:
parent
9de9e07da6
commit
3b38c7fcb5
@ -37,7 +37,7 @@ SED_PROCESS = \
|
||||
$(SED_PROCESS)
|
||||
|
||||
LIBKMOD_CURRENT=4
|
||||
LIBKMOD_REVISION=3
|
||||
LIBKMOD_REVISION=4
|
||||
LIBKMOD_AGE=2
|
||||
|
||||
noinst_LTLIBRARIES = libkmod/libkmod-util.la
|
||||
|
19
NEWS
19
NEWS
@ -1,3 +1,22 @@
|
||||
kmod 14
|
||||
=======
|
||||
|
||||
- Bug fixes:
|
||||
- Fix some format strings
|
||||
- Protect against NULL being passed around to index
|
||||
- Avoid calling syscall() with -1 when finit_module() is not available,
|
||||
since this doesn't always work
|
||||
- Fix not being able to remove alias due to checking the module's
|
||||
refcount
|
||||
- Minor fixes and refactors
|
||||
|
||||
- New features:
|
||||
- Improve libkmod documentation, particularly on how flags are dealt
|
||||
with.
|
||||
- Remove ability to build a static libkmod
|
||||
- Add static-nodes command to kmod that parses modules.devname
|
||||
generating output in useful formats
|
||||
|
||||
kmod 13
|
||||
=======
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([kmod],
|
||||
[13],
|
||||
[14],
|
||||
[linux-modules@vger.kernel.org],
|
||||
[kmod],
|
||||
[http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])
|
||||
|
Loading…
Reference in New Issue
Block a user