mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-20 08:26:55 +07:00
kmod 24
This commit is contained in:
parent
6ee2813602
commit
ef4257b59c
@ -41,7 +41,7 @@ SED_PROCESS = \
|
||||
$(SED_PROCESS)
|
||||
|
||||
LIBKMOD_CURRENT=5
|
||||
LIBKMOD_REVISION=1
|
||||
LIBKMOD_REVISION=2
|
||||
LIBKMOD_AGE=3
|
||||
|
||||
noinst_LTLIBRARIES = shared/libshared.la
|
||||
|
18
NEWS
18
NEWS
@ -1,3 +1,21 @@
|
||||
kmod 24
|
||||
=======
|
||||
|
||||
- Improvements:
|
||||
- Add more information on dependency loop
|
||||
|
||||
- Sanitize use of strcpy and allow to grow from small strings on stack
|
||||
(common case) to bigger strings on heap when needed
|
||||
|
||||
- Bug fixes
|
||||
- Fix wrong dependency loops being reported by depmod
|
||||
|
||||
- Fix crashes when reporting dependency loops
|
||||
|
||||
- Fix parsing kernel command line containing quotes
|
||||
|
||||
- Fix leaks on error paths
|
||||
|
||||
kmod 23
|
||||
=======
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
AC_PREREQ(2.64)
|
||||
AC_INIT([kmod],
|
||||
[23],
|
||||
[24],
|
||||
[linux-modules@vger.kernel.org],
|
||||
[kmod],
|
||||
[http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])
|
||||
|
Loading…
Reference in New Issue
Block a user