Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reelase v1.1.1 #69

Merged
merged 19 commits into from
Sep 30, 2021
Merged

Reelase v1.1.1 #69

merged 19 commits into from
Sep 30, 2021

Conversation

lucor
Copy link
Member

@lucor lucor commented Sep 29, 2021

Added

Changed

lucor and others added 19 commits June 7, 2021 09:41
The os/exec package on Windows will match the behaviour of cmd.exe by considering the local folder as a primary part of the path. This means that a malicious binary with the same name, in the current folder, would be run instead of the expected binary in the system path. Due to the backwards compat being an issue, this could not be fixed within ox/exec before Go v2. See https://blog.golang.org/path-security for more info.
Update Go to 1.16.6 for security fixes
This updates Go to 1.16.7 for a security fix, see https://groups.google.com/g/golang-announce/c/uHACNfXAZqk.
It also updates the Fyne CLI to v2.0.4.
Switch to x/sys/execabs for windows security fixes
…id-30

Update docker images: Go v1.17 and Android builds SDK 30
This PR  adds the possibility to specify a target architecture for Android via the `-arch` flag.
It also introduces the universal architecture constant.

Fixes fyne-io#52
- Update Go to v1.16.8
- Update fyne CLI to v2.1.0
[base-image] update Go to v1.16.8 and Fyne CLI tool to v2.1.0
Support specifying target architectures for Android
### Added

-  Support specifying target architectures for Android fyne-io#52

### Changed

- Switch to x/sys/execabs for windows security fixes fyne-io#57
- [base-image] update Go to v1.16.8 and Fyne CLI tool to v2.1.0 fyne-io#67
@lucor lucor requested review from andydotxyz and Jacalz September 29, 2021 18:29
Copy link
Member

@andydotxyz andydotxyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet thanks :)

@lucor lucor merged commit 9792b2e into fyne-io:master Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants