Update todo and news.

This commit is contained in:
Phil Hagelberg 2010-02-13 09:30:46 -08:00
parent 59526b5dc8
commit 21e5fc9b27
2 changed files with 8 additions and 5 deletions

4
NEWS
View file

@ -2,6 +2,8 @@ Leiningen NEWS -- history of user-visible changes
= 1.1.0 / ???
* Added "lein upgrade" task
* Don't download snapshot releases unless actually needed.
* Make subclassloader's classpath available to projects.
@ -10,7 +12,7 @@ Leiningen NEWS -- history of user-visible changes
* Bug fixes to "new" task.
* Only AOT namespaces specified in project.clj.
* Only AOT-compile namespaces specified in project.clj.
* Better error handling.

View file

@ -16,20 +16,21 @@ Leiningen TODOs
** DONE Fix eval-in-project to let plugins pass in extra args
** DONE Resources directory added to classpath (for properties, etc)
*** This would be a good way for clojure code to have access to lein's vers
* Post 1.0
** TODO doc generation
* For 1.1.0
** DONE upgrade task (patch submitted)
** DONE doc generation (autodoc plugin)
* Later
** TODO user config file for activating plugins across all projects
** TODO write shell wrappers
** TODO move repl task from shell script to clojure code
** TODO advise existing tasks from plugins
** TODO fix OS X bootclasspath issues
** Plugin Ideas:
*** Code statistics (LOC, doc coverage, etc)
*** Graph output for dependencies between namespaces
*** Start web server for web-related projects
*** Multi-module builds
* Low Priority
** TODO Slim jar task
** TODO Source jar task
** TODO Run failed tests task
** TODO Remove duplication between deps.clj and pom.clj
** TODO Help task should display arglist