From modutils-2.2.2-pre3:

	- Are there more optimizations to do for handling meta-characters?
	- Test and verify meta_expand, especially the completely
	  untested support for wordexp() (libc2.1)
	- Check if all received patches have been handled.
	- 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.
	* Bjorn says: Done
	- Enable _really_ fine module selection by looking at $BOOTFILE
	  or maybe kernel build number for the benefit of kernel hackers.
	* Bjorn says: This is mostly solved with the "include", "define"
	  and "if" directives for /etc/conf.modules.  Note that the kmod
	  environment to modprobe is _very_ sparse...

