From 3b0d9702a0e04cd5d576b11cb37b6622f72c7239 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Mon, 14 Apr 2014 10:08:23 -0700 Subject: [PATCH] Created sbt 0.13.2 autogenerated release notes (markdown) --- sbt-0.13.2-autogenerated-release-notes.md | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 sbt-0.13.2-autogenerated-release-notes.md diff --git a/sbt-0.13.2-autogenerated-release-notes.md b/sbt-0.13.2-autogenerated-release-notes.md new file mode 100644 index 0000000..76d013c --- /dev/null +++ b/sbt-0.13.2-autogenerated-release-notes.md @@ -0,0 +1,62 @@ +#### Commits and the issues they fixed since v0.13.1 + +Issue(s) | Commit | Message +--- | --- | --- + | [35196e56ed](https://github.com/sbt/sbt/commit/35196e56ed) | Fix spelling issues in architecture document. +[1156](https://github.com/sbt/sbt/issues/1156) | [7e77d166c6](https://github.com/sbt/sbt/commit/7e77d166c6) | Fix overwrite default to true in deprecated method calls. +[1107](https://github.com/sbt/sbt/issues/1107) | [3e9a7c7a31](https://github.com/sbt/sbt/commit/3e9a7c7a31) | Fix NPE in task macro accessing q"{...}".symbol.pos +[1150](https://github.com/sbt/sbt/issues/1150) | [01abb7dfcb](https://github.com/sbt/sbt/commit/01abb7dfcb) | Fix task macro's handling of Symbol owners in <qual>.value +[1155](https://github.com/sbt/sbt/issues/1155) | [e899f95b72](https://github.com/sbt/sbt/commit/e899f95b72) | Updates `last` and `export` commands to read from correct key. + | [fb74cd4c27](https://github.com/sbt/sbt/commit/fb74cd4c27) | Revert "Fix task macro's handling of Symbol owners in <qual>.value" +[1150](https://github.com/sbt/sbt/issues/1150) | [c32195a37f](https://github.com/sbt/sbt/commit/c32195a37f) | Fix task macro's handling of Symbol owners in <qual>.value + | [b2b3ce92ba](https://github.com/sbt/sbt/commit/b2b3ce92ba) | Fix merge conflicts in pulling doc fixes from 0.13.1 into 0.13 branch. +[1136](https://github.com/sbt/sbt/issues/1136) | [52b765d64d](https://github.com/sbt/sbt/commit/52b765d64d) | Fix #1136 - Ivy's `+` dependencies not converted to maven style syntax. +[1081](https://github.com/sbt/sbt/issues/1081) [1071](https://github.com/sbt/sbt/issues/1071) [1071](https://github.com/sbt/sbt/issues/1071) | [32da54b4a6](https://github.com/sbt/sbt/commit/32da54b4a6) | Include value of `nameHashing` flag in `CompileSetup`. + | [72b59c317b](https://github.com/sbt/sbt/commit/72b59c317b) | Remove work-arounds for Scala 2.11 problematic dependencies + | [5ae663ea82](https://github.com/sbt/sbt/commit/5ae663ea82) | SI-8263 Avoid SOE in Symbol#logicallyEnclosingMember under Scala 2.11 + | [0e3f011c74](https://github.com/sbt/sbt/commit/0e3f011c74) | SI-8262 Fix compilation with 2.11 due to shadowing of Range + | [3e6760ba66](https://github.com/sbt/sbt/commit/3e6760ba66) | Fix formatting of inline code samples which are pluralized +[1031](https://github.com/sbt/sbt/issues/1031) | [148fc78252](https://github.com/sbt/sbt/commit/148fc78252) | Avoid compiler crash for naked `key.value` calls. + | [b1471e4e48](https://github.com/sbt/sbt/commit/b1471e4e48) | Fix typo in assertion message in TextAnalysisFormat + | [2991652324](https://github.com/sbt/sbt/commit/2991652324) | Fixed SessionSettings replacing existing setting + | [3b1cf977c9](https://github.com/sbt/sbt/commit/3b1cf977c9) | Fix binary compatibility with 0.13 + | [282163f7cf](https://github.com/sbt/sbt/commit/282163f7cf) | Fixes to the internal API hooks for the sbt server. + | [5d94ad6c17](https://github.com/sbt/sbt/commit/5d94ad6c17) | Fix compilation failure due to missing type annotation. + | [ce57563a12](https://github.com/sbt/sbt/commit/ce57563a12) | Make all APIChange subclasses final. +[6](https://github.com/sbt/sbt/issues/6) [5](https://github.com/sbt/sbt/issues/5) [3](https://github.com/sbt/sbt/issues/3) | [921c903901](https://github.com/sbt/sbt/commit/921c903901) | Implement name hashing algorithm in incremental compiler. + | [d11d1e9109](https://github.com/sbt/sbt/commit/d11d1e9109) | fix CommandStrings.settingsDetailed + | [f66dd80cd5](https://github.com/sbt/sbt/commit/f66dd80cd5) | Fix saving session settings + | [b4bf9d6020](https://github.com/sbt/sbt/commit/b4bf9d6020) | Fix a typo +[1038](https://github.com/sbt/sbt/issues/1038) | [12d842f128](https://github.com/sbt/sbt/commit/12d842f128) | Generate an error when making a path string from paths containing the separator. + | [2cf4e0f245](https://github.com/sbt/sbt/commit/2cf4e0f245) | Fix a few mistakes related to IncOptions.recompileOnMacroDef +[1035](https://github.com/sbt/sbt/issues/1035) | [9984a00e25](https://github.com/sbt/sbt/commit/9984a00e25) | Fixes #1035 by catching the format error and returning the erased type as a back + | [e2d1296787](https://github.com/sbt/sbt/commit/e2d1296787) | Fix closeable streams to recreate streams for a key if the delegate was closed. + | [49cb7e8f1f](https://github.com/sbt/sbt/commit/49cb7e8f1f) | Fix parsing and evaluation of 'all' and 'show'. See comment in evaluatingParser +[1024](https://github.com/sbt/sbt/issues/1024) | [73c145050e](https://github.com/sbt/sbt/commit/73c145050e) | Fix #1024. Use log.debug instead of println in TrapExit. + | [273b74ba08](https://github.com/sbt/sbt/commit/273b74ba08) | Access `Relations.names` conditionally in TextAnalysisFormat + | [8cc65a76fc](https://github.com/sbt/sbt/commit/8cc65a76fc) | Add hashing of public names defined in a source file. +[5](https://github.com/sbt/sbt/issues/5) [6](https://github.com/sbt/sbt/issues/6) | [81f5086243](https://github.com/sbt/sbt/commit/81f5086243) | Add support for tracking names used in Scala source files. + | [7cbfd7f048](https://github.com/sbt/sbt/commit/7cbfd7f048) | Fix deriveAndLocal bug + | [1d1414d3e9](https://github.com/sbt/sbt/commit/1d1414d3e9) | Fix access modifiers for newly introduced members in Relations. +[997](https://github.com/sbt/sbt/issues/997) | [a25c5b35b4](https://github.com/sbt/sbt/commit/a25c5b35b4) | Drop Thread.getName from use in computeID(thread) in TrapExit SecurityManager to +[628](https://github.com/sbt/sbt/issues/628) | [4640d07c1a](https://github.com/sbt/sbt/commit/4640d07c1a) | Command to run multiple tasks concurrently: 'all a b'. Fixes #628. +[1007](https://github.com/sbt/sbt/issues/1007) | [113c407a8b](https://github.com/sbt/sbt/commit/113c407a8b) | Don't mark ExceptionInInitializerError as incompatible plugins: rethrow the caus +[999](https://github.com/sbt/sbt/issues/999) | [d1a93afe9c](https://github.com/sbt/sbt/commit/d1a93afe9c) | Docs: add section on Task.taskDyn. Fixes #999. +[866](https://github.com/sbt/sbt/issues/866) | [592c4f7d1a](https://github.com/sbt/sbt/commit/592c4f7d1a) | Add Initialize[Task[T]].taskValue: Task[T] to allow selecting the Task for use b +[933](https://github.com/sbt/sbt/issues/933) [598](https://github.com/sbt/sbt/issues/598) | [0e3b5a6c22](https://github.com/sbt/sbt/commit/0e3b5a6c22) | Expand aliases instead of evaluating directly. +[973](https://github.com/sbt/sbt/issues/973) | [e9471a289b](https://github.com/sbt/sbt/commit/e9471a289b) | Propagate argument to 'reload' to load failure handling command. Fixes #973. +[952](https://github.com/sbt/sbt/issues/952) | [3d9ab61bfe](https://github.com/sbt/sbt/commit/3d9ab61bfe) | Remove the need for resetLocalAttrs. Fixes #994, #952. The fix was made possibl + | [4bb0873198](https://github.com/sbt/sbt/commit/4bb0873198) | Third draft to execute the forked tests in parallel. + | [b6c43128b8](https://github.com/sbt/sbt/commit/b6c43128b8) | Resolved bugs reported in Issue 947. Also added SNAPSHOT suffix to the version b +[990](https://github.com/sbt/sbt/issues/990) | [68da0a58fa](https://github.com/sbt/sbt/commit/68da0a58fa) | Fixes #989, #990. TrapExit jvm-independent and awt handling is only done when a +[923](https://github.com/sbt/sbt/issues/923) | [beddc7379c](https://github.com/sbt/sbt/commit/beddc7379c) | Fix source-dependencies/relative-source-error to use explicit reloads. Ref #923 +[970](https://github.com/sbt/sbt/issues/970) | [b638a3fc08](https://github.com/sbt/sbt/commit/b638a3fc08) | Docs: correct substitution syntax when preceding character is symbol. Fixes #97 +[971](https://github.com/sbt/sbt/issues/971) | [d9413c1862](https://github.com/sbt/sbt/commit/d9413c1862) | Fix type error in example code +[923](https://github.com/sbt/sbt/issues/923) | [08f4da7ff6](https://github.com/sbt/sbt/commit/08f4da7ff6) | Generate an error when the incremental compiler is given relative source files. +[958](https://github.com/sbt/sbt/issues/958) [958](https://github.com/sbt/sbt/issues/958) [958](https://github.com/sbt/sbt/issues/958) | [eec1f8c0de](https://github.com/sbt/sbt/commit/eec1f8c0de) | Recover from class files and Analysis object getting out of sync. +[951](https://github.com/sbt/sbt/issues/951) | [e04fef711a](https://github.com/sbt/sbt/commit/e04fef711a) | Docs: fix typo. Fixes #951. +[937](https://github.com/sbt/sbt/issues/937) | [1a0042b72a](https://github.com/sbt/sbt/commit/1a0042b72a) | Explicitly, optimistically close export streams early: workaround for #937 + | [1f30bf188e](https://github.com/sbt/sbt/commit/1f30bf188e) | Fix implementation of Relation.size. +[823](https://github.com/sbt/sbt/issues/823) [823](https://github.com/sbt/sbt/issues/823) | [55110a276f](https://github.com/sbt/sbt/commit/55110a276f) | Fix unstable existential type names bug. + | [0cbe2804e7](https://github.com/sbt/sbt/commit/0cbe2804e7) | Fix serialization in Sync. + | [76df886464](https://github.com/sbt/sbt/commit/76df886464) | Fix formatting of inline code samples which are pluralized