aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-19 19:46:53 -0300
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-19 19:46:53 -0300
commit62081c0f68905b22f375156d4532fd37fa5c8d33 (patch)
tree0c26187abbbe04e088874eec32d449abcff4831c
parent7896165922b5e31c5f332be488351f8a415fa3e9 (diff)
downloadkmod-62081c0f68905b22f375156d4532fd37fa5c8d33.tar.gz
kmod 9v9
-rw-r--r--Makefile.am2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c3d7dbc..a3a3698 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ SED_PROCESS = \
$(SED_PROCESS)
LIBKMOD_CURRENT=3
-LIBKMOD_REVISION=2
+LIBKMOD_REVISION=3
LIBKMOD_AGE=1
noinst_LTLIBRARIES = libkmod/libkmod-util.la
diff --git a/NEWS b/NEWS
index 90f121f..a99d9ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+kmod 9
+======
+
+- Improvements to testsuite:
+ - Check for correct handling of softdep loops
+ - Check for correct handling of install command loops
+
+- Bug fixes:
+ - Fix build with compilers that don't support --gc-sections
+ - Handle errors when dealing with gzipp'ed modules
+ - depmod now handles errors while writing indexes, so it doesn't end up
+ with corrupted index without telling the user
+
kmod 8
======
diff --git a/configure.ac b/configure.ac
index 5826f7c..8a4a063 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([kmod],
- [8],
+ [9],
[linux-modules@vger.kernel.org],
[kmod],
[http://git.kernel.org/?p=utils/kernel/kmod/kmod.git])