Skip to content

Commit

Permalink
release swish 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
owaddell-beckman committed Mar 8, 2021
1 parent a9d6759 commit 03c3ccd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2021-03-08 Version 2.0.2 (Stable)

### Bug Fixes

Fixed a performance bug. When installing the values of inherited parameters,
`spawn` and `spawn&link` called parameter filters, if any, when they should not
have, since those values were already filtered when the parameters were set.
This was particularly significant for the inherited `app:path` parameter, where
the filter makes an expensive call to `get-real-path`.

## 2020-11-09 Version 2.0.1 (Stable)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/swish/swish.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#define SWISH_VERSION "2.0.1"
#define SWISH_VERSION "2.0.2"

#ifdef _WIN32
#define WINVER 0x0601 // Windows 7
Expand Down

0 comments on commit 03c3ccd

Please sign in to comment.