aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2011-05-31 18:11:05 -0400
committerJon Masters <jcm@jonmasters.org>2011-05-31 18:11:05 -0400
commita627a9699ccf6586b5c2dd1c19866d5e19a614bc (patch)
tree2c769ce45ec2be4d5001b88f113e3fc732a2e30e
parent768b9984b254d0dbb3f21f5a75adeb2a8bab1edf (diff)
downloadmodule-init-tools-a627a9699ccf6586b5c2dd1c19866d5e19a614bc.tar.gz
logs: update changelog and authors file
These files were a little out of date. There's always the git history, but it's nice to have a record of various relevant changes here too. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--AUTHORS4
-rw-r--r--ChangeLog18
2 files changed, 22 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 2a28456..afb9797 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,9 +4,13 @@ Maintainer:
Many thanks to:
Adam J. Richter <adam@yggdrasil.com>
Alan Jenkins <alan-jenkins@tuffmail.co.uk>
+ Andreas Robinson <andr345@gmail.com>
Jon Masters <jcm@jonmasters.org>
Kay Sievers <kay.sievers@vrfy.org>
+ Keegan McAllister <keegan@ksplice.com>
Marco d'Itri <md@linux.it>
Michal Marek <mmarek@suse.cz>
+ Mike Frysinger <vapier@gentoo.org>
Robby Workman <rworkman@slackware.com>
Rusty Russell <rusty@rustcorp.com.au>
+ Tom Gundersen <teg@jklm.no>
diff --git a/ChangeLog b/ChangeLog
index 3997ab0..9499d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+3.13 Version:
+o cleanups: localize various functions and variables avoiding export (Mike)
+o depmod: add support for --symbol-prefix (e.g. underscore on Blackfin) (Mike)
+o depmod: support x.y kernels rather than x.y.z (e.g. Linux 3.0) (Michal)
+o modprobe: blacklist modules on the kernel commandline (Tom)
+o modprobe: use more than one config directory (e.g. /run/modprobe.d) (Tom)
+o testsuite: correctly export TEST_ENDIAN and TEST_BITS (Keegan)
+
+3.12 Version:
+o build: fix for Makefile problems in ax_enable_builddir (Alan)
+o cleanups: various memory leak cleanups and additional leak tests (Alan)
+o depmod: create modules.devname containing module-provided devnames (Kay)
+o docs: fix SGML documentation build problems
+o modprobe: softdeps allow additional modules to be loaded (Andreas)
+o modprobe: ignore custom "install" commands if we can't detect sucess on load
+o modprobe: don't run remove commands for modules that are not loaded (Alan)
+o testsuite: various fixes for new features and cleanups (Alan)
+
3.11 Version:
o modinfo: Fix crash if module recently deleted from system (Ozan)
o modprobe: Handle built-in modules (Michal)