mirror of https://github.com/sbt/sbt.git
2.9 KiB
2.9 KiB
This is a hotfix release for sbt 1.0.x series.
Bug fixes
- Fixes terminal echo issue. #3507 by @kczulko
- Fixes
delivertask, and addsmakeIvyXmlas a more sensibly named task. #3487 by @cunei - Replaces the deprecated use of
OkUrlFactory, and fixes connection leaks. lm#164 by @dpratt - Refixes false positive in DSL checker for setting keys. #3513 by @dwijnand
- Fixes
runandbgRunnot picking up changes to directories in the classpath. #3517 by @dwijnand - Fixes
++so it won't change the value ofcrossScalaVersion. #3495/#3526 by @dwijnand - Fixes sbt server missing some messages. #3523 by @guillaumebort
- Refixes
consoleProject. zinc#386 by @dwijnand - Adds JVM flag
sbt.gigahorseto enable/disable the internal use of Gigahorse to workaround NPE inJavaNetAuthenticatorwhen used in conjunction withrepositoriesoverride. lm#167 by @cunei - Adds JVM flag
sbt.server.autostartto enable/disable the automatic starting of sbt server with the sbt shell. This also adds newstartServercommand to manually start the server. by @eed3si9n
Internal
- Fixes unused import warnings. #3533 by @razvan-panda
Contributors
A huge thank you to everyone who's helped improve sbt and Zinc 1 by using them, reporting bugs, improving our documentation, porting plugins, and submitting and reviewing pull requests.
This release was brought to you by 19 contributors, according to git shortlog -sn --no-merges v1.0.1..v1.0.2 on sbt, zinc, librarymanagement, and website: Dale Wijnand, Eugene Yokota, Kenji Yoshida (xuwei-k), Antonio Cunei, David Pratt, Karol Cz (kczulko), Amanj Sherwany, Emanuele Blanco, Eric Peters, Guillaume Bort, James Roper, Joost de Vries, Marko Elezovic, Martynas Mickevičius, Michael Stringer, Răzvan Flavius Panda, Peter Vlugter, Philippus Baalman, and Wiesław Popielarski. Thank you!