-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Reelase v1.1.1 #69
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Go to v1.16.5
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
This reverts commit 258f9f9.
…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
andydotxyz
approved these changes
Sep 30, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet thanks :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Changed