aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2010-02-28 23:38:08 -0500
committerJon Masters <jcm@jonmasters.org>2010-02-28 23:38:08 -0500
commit31aadf9fbaa712012b197afb84ae8596b776d517 (patch)
tree68314e91055a990799ae659aea7f999d6fa8995c
parent177b8a2a4d327fa5bdd27d96e63a74d392e8b84c (diff)
downloadmodule-init-tools-31aadf9fbaa712012b197afb84ae8596b776d517.tar.gz
meta: update various documentation, logs, authors, etc.
The various files within the tree documenting who did what and when were rather sadly out of date. I have begun cleaning this up properly. Signed-off-by: Jon Masters <jcm@jonmasters.org>
-rw-r--r--AUTHORS6
-rw-r--r--ChangeLog28
-rw-r--r--TODO1
3 files changed, 33 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index cc58f04..8b57823 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,8 @@
+Adam J. Richter <adam@yggdrasil.com>
Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Jon Masters <jcm@jonmasters.org>
-Adam J. Richter <adam@yggdrasil.com>
-Rusty Russell <rusty@rustcorp.com.au>
Kay Sievers <kay.sievers@vrfy.org>
Marco d'Itri <md@linux.it>
+Michal Marek <mmarek@suse.cz>
+Robby Workman <rworkman@slackware.com>
+Rusty Russell <rusty@rustcorp.com.au>
diff --git a/ChangeLog b/ChangeLog
index f0a3d9a..3997ab0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+3.11 Version:
+o modinfo: Fix crash if module recently deleted from system (Ozan)
+o modprobe: Handle built-in modules (Michal)
+
+3.10 Version:
+o modprobe: cleanup some option handling (Alan)
+o testsuite: Rebuild all the test modules (32/64/be/le) to avoid bitrot
+
+3.9 Version:
+o NOTE: tools now fail loudly in the case of non-ELF files being used
+o elfops: rename moduleops to elfops, remove struct module from it (Andreas)
+o depmod: various symbol lookup and dependency calculation fixes (Andreas)
+o doc: various cleanup of man pages (Robby)
+
+3.8 Version:
+o doc: Fix build documentation
+o zlib: allow dynamic linking (Michal)
+
+
+3.7 Version:
+o NOTE: *** support for pre-2.6 kernels was removed in this version ***
+o bindex: modules.order support and fallback in case trie is outdated (Alan)
+o depmod: fix is_higher_priority() (Michal)
+o depmod: officially disallow specifying modules using relative paths (Alan)
+o lib: fix underscore conversion (Alan)
+o modprobe: parse empty options correctly
+o testsuite: lots of random fixes and cleanups
+
3.6 Version:
o depmod: make building map files optional (does anyone use them anyway?)
o demod: use shortened path names in index files (relative paths used)
diff --git a/TODO b/TODO
index ad6d527..7ff222f 100644
--- a/TODO
+++ b/TODO
@@ -8,5 +8,6 @@ build
modprobe
--------
+ * Fix grab_elf_file_fd error handling for test-module/10alias.sh.
* Enforce use of *.conf files in /etc/modprobe.d as filename extension.
* Add a "depends" config file directive to obviate "install" hacks.