For modutils-2.2.2-pre1:

	- Verify and fix problems with egcs and/or libc2.1
	- Test wordexp() (from libc2.1).
	- Are there more optimizations to do for handling meta-characters?
	- Check if all received patches have been handled.

From modutils-snap990312:

	- Upgrade man pages...
	- More than one level of "alias" in /etc/conf.modules?
	- Test and verify meta_expand, especially the completely
	  untested support for wordexp() (libc2.1)
	- Some Debian patches in kerneld not merged (yet)
	- Check for full (and consistent) set of options for all apps,
	  especially depmod vs. modprobe (and insmod too)

From modutils-2.1.121:

insmod:

	- Persistant module parameters.  

depmod:

	- Finalize MODULE_SUPPORTED_DEVICE info so that we can replace
	  the hardcoded alias array with info gleened from the modules
	  themselves.

config file:

	- Move config file bits to utils so all proggies can use it.
	- Enable _really_ fine module selection by looking at $BOOTFILE
	  or maybe kernel build number for the benefit of kernel hackers.

