Skip to content

Commit

Permalink
New bug-fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindkinsey committed Jul 7, 2011
1 parent 17bb83f commit b9fe447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property file="build.secret.properties"/>
<property name="project.build.artifactdir" value="./artifacts/"/>
<property name="project.build.publishdir" value="./artifacts/"/>
<property name="project.build.version" value="2.4.14"/>
<property name="project.build.version" value="2.4.15"/>

<!-- Setup classpath for js-build-tools ant tasks -->
<path id="js-build-tasks.classpath">
Expand Down
9 changes: 9 additions & 0 deletions src/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
</head>
<body>
<ul>
<li>
2.4.15 07.07.11
<br/>
Fixed an issue with the FlashTransport and domains containing hyphens.
<br/>
Fixed an issue with the FlashTransport and IE7 due to aggressive caching.
<br/>
The stack will now only fall back to the FlashTransport if the swf: property has explicitly been set.
</li>
<li>
2.4.14 07.06.11
<br/>
Expand Down

0 comments on commit b9fe447

Please sign in to comment.