Skip to content

Commit

Permalink
Updated changelog.txt with new details and fixed minor build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Feb 25, 2010
1 parent 9b02e46 commit e635fd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<exclude name="tools/**" />
<exclude name="build.xml" />
<exclude name="build.bat" />
<exclude name="tests" />
<exclude name="tests/**" />
</zipfileset>
</zip>

Expand Down
7 changes: 5 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Version 1.1.1 (2010-xx-xx)
Fixed bug where multipart mode was enabled all the time in the Flash runtime.
Version 1.1.1 (2010-02-25)
Added new setup setting to queue widget. Makes it easier to bind custom events to uploader instance.
Fixed so it's possible to disable chunking compleatly. It's now disabled by default.
Fixed bug where multipart mode was enabled all the time in the Flash runtime.
Fixed bug where chunked uploading in Silverlight would fail.
Fixed bug where the delete button was visible while uploading.
Version 1.1 (2010-02-24)
Added new multipart and multipart_params support.
Added new container option, enables you to specify where flash/silverlight objects would be added.
Expand Down

0 comments on commit e635fd8

Please sign in to comment.