Skip to content

Commit

Permalink
Update NEWS and todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 31, 2012
1 parent 9d1e382 commit 61569c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Leiningen News -- history of user-visible changes

## 1.7.0 / ???

* Fix a bug where JVM_OPTS with spaces would cause failures.
* Keep pom dependencies off the classpath.
* Block plugins from erroneously including their own Clojure version.
* Allow poms to set parent element. (Nelson Morris)
* Support emitting Maven extensions in pom. (Max Penet)
* Allow faster booting on 64-bit JVMs with tiered compilation.
* Fix a bug where shell wrappers had the wrong classpath. (Tavis Rudd)
* Exclude all signature files from uberjars. (Tim McCormack)
* Allow test selectors to apply to entire namespaces. (Kevin Downey)
* Use LEIN_JAVA_CMD to allow different JVM for Leiningen itself. (Tavis Rudd)
* Honor :plugins key inside project.clj.
* Accept :repl-init namespace as argument to repl task.
* Allow :java-source-path to be nested inside :source-path. (Anthony Grimes)
* Fix a bug where native deps weren't made available. (Anthony Grimes)

## 1.6.2 / 2011-11-11

* Let run task work with main functions from Java classes.
Expand Down
8 changes: 2 additions & 6 deletions todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ See also https://github.com/technomancy/leiningen/issues
- [X] whole-namespace test selectors (#242)
- [X] Auto-exclusions for dev-deps and plugins (#375)
- [ ] Write plugin migration guide for 2.0; determine and back-port features
- [ ] Emit build extensions in pom (#365) (patch on the way)
- [ ] Fix search with :omit-default-repos (#361)
- [ ] NPE in deploy (#350)
- [ ] I/O slowdown when testing (#335)
- [ ] Fix JVM_OPTS escaping (#326)
- double-check 309
- [ ] Investigate NPE on lein test (#388)
- [ ] Bring back rlwrap (#381)
* For 1.6.2
- [X] resources with eval-in-leiningen (#248)
- [X] fix :omit-default-repositories wrt central (#211)
Expand Down

0 comments on commit 61569c7

Please sign in to comment.