Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Fixed
=====

* #101 Stack overflow when using pprint in build.boot file
* #197 White text looks weird on black-on-white terminal
* #198 The --version option doesn't work when other options are before it
  on command line

Added
=====

* #128 refactor core api; renamed the following:
  - temp-dir! --> tmp-dir!
  - tmpdir    --> tmp-dir
  - tmpfile   --> tmp-file
  - tmppath   --> tmp-path
  - tmpfile?  --> tmp-file?
* #203 web builtin: support context create, destroy handlers

Changed
=======

none

Removed
=======

none

Deprecated
==========

* #128 boot.core/{tmp-dir!,tmpdir,tmpfile,tmppath,tmpfile?} deprecated
* #203 boot.xml namespace is deprecated
  • Loading branch information
micha committed May 21, 2015
1 parent b470f48 commit 97f56d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ $(bootexe): $(baseuber) launch4j-config.xml
install: .installed

.deployed: .installed
#(cd boot/base && lein deploy clojars boot/base $(version) target/base-$(version).jar pom.xml)
#(cd boot/pod && lein deploy clojars)
#(cd boot/aether && lein deploy clojars)
#(cd boot/worker && lein deploy clojars)
(cd boot/base && lein deploy clojars boot/base $(version) target/base-$(version).jar pom.xml)
(cd boot/pod && lein deploy clojars)
(cd boot/aether && lein deploy clojars)
(cd boot/worker && lein deploy clojars)
(cd boot/core && lein deploy clojars)
(cd boot/boot && lein deploy clojars)
date > .deployed
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.0-rc14
version=2.0.0

0 comments on commit 97f56d0

Please sign in to comment.