From 1ca63f3d06440c77512ccd76d0d4be0a247ad23b Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 16 May 2010 21:09:07 -0400 Subject: [PATCH] one more change to 0.7.4 notes --- sbt/notes/0.7.4.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/sbt/notes/0.7.4.markdown b/sbt/notes/0.7.4.markdown index c0f45cc0a..c6be97449 100644 --- a/sbt/notes/0.7.4.markdown +++ b/sbt/notes/0.7.4.markdown @@ -1,5 +1,6 @@ ### Fixes * Fixed issue with using 2.8.0.RC1 (or later) compiler in tests. +* Fix `FileUtilities.unzip` to be tail-recursive again. * Honor `-Xfatal-warnings` option added to compiler in 2.8.0.RC2. * Derive Java source file from name of class file when no SourceFile attribute is present in the class file. Improves tracking when -g:none option is used. * Properly support sftp/ssh repositories using key-based authentication. See the updated section of the [Resolvers](http://code.google.com/p/simple-build-tool/wiki/Resolvers#SFTP_and_SSH_Repositories) page.