-------------------
* add caching of repodata index
* add activate command on Windows
* add conda package --which option, closes issue 163
* add ability to install file which contains multiple packages, issue 256
* move conda share functionality to conda package --share
* update documentation
* improve error messages when external dependencies are unavailable
* add implementation for issue 194: post-link or pre-unlink may append
to a special file ${PREFIX}/.messages.txt for messages, which is display
to the user's console after conda completes all actions
* add conda search --outdated option, which lists only installed packages
for which newer versions are available
* fixed numerous Py3k issues, in particular with the build command