Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2021

Bumps OpenTK from 4.6.4 to 4.6.7.

Release notes

Sourced from OpenTK's releases.

4.6.7

FIX: Fixed closing window causing AccessViolations on windows and other crashes on other platforms. (@​NogginBops)

4.6.6

FIX: Fixed arithmetic overflow issue in Box2i.Center and Box3i.Center introduced when making them return correct values.

4.6.5

API: Added settings in NativeWindowSettings for controlling backbuffer parameters such as DepthBits and StencilBits. (@​deccer) API: Added SwapInterval to IGraphicsContext and moved VSync property from GameWindow to NativeWindow to allow for more control over vsync. (@​softwareantics) Updated GLFW to 3.3.4. (@​NogginBops) FIX: Fixed Box2i.Center and Box3i.Center returning wrong values. (@​NogginBops, thanks @​g7ChoGXh for the bug report) FIX: Implemented proper disposing of NativeWindow. (@​NogginBops, thanks @​xiejiang2014 for the bug report) FIX: Fixed calling conventions on glfw callbacks in 32-bit builds. (@​NogginBops)

Changelog

Sourced from OpenTK's changelog.

4.6.7

  • FIX: Fixed closing window causing AccessViolations on windows and other crashes on other platforms. (@​NogginBops)

4.6.6

  • FIX: Fixed arithmetic overflow issue in Box2i.Center and Box3i.Center introduced when making them return correct values.

4.6.5

  • API: Added settings in NativeWindowSettings for controlling backbuffer parameters such as DepthBits and StencilBits. (@​deccer)

  • API: Added SwapInterval to IGraphicsContext and moved VSync property from GameWindow to NativeWindow to allow for more control over vsync. (@​softwareantics)

  • Updated GLFW to 3.3.4. (@​NogginBops)

  • FIX: Fixed Box2i.Center and Box3i.Center returning wrong values. (@​NogginBops, thanks @​g7ChoGXh for the bug report)

  • FIX: Implemented proper disposing of NativeWindow. (@​NogginBops, thanks @​xiejiang2014 for the bug report)

  • FIX: Fixed calling conventions on glfw callbacks in 32-bit builds. (@​NogginBops)

Commits
  • 925d2b1 Release 4.6.7
  • 4fa5a09 Merge pull request #1328 from NogginBops/hotfix-fix-closing
  • d7183d2 Fixed closing so that it's a lot simpler.
  • 22e8080 Release 4.6.6
  • 24b4525 Fixed arithemtic overflow issue in Box2i.Center and Box3i.Center.
  • 536308f Release 4.6.5
  • 41cb4a8 Merge pull request #1311 from softwareantics/feature/native-window-vsyncing
  • fbad991 Merge pull request #1327 from NogginBops/fix-boxi-bug
  • 009bfc6 Merge pull request #1315 from NogginBops/update-to-glfw-3.3.4
  • 3e82b3f Changed file order and changed documentation slightly.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [OpenTK](https://github.com/opentk/opentk) from 4.6.4 to 4.6.7.
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.6.4...4.6.7)

---
updated-dependencies:
- dependency-name: OpenTK
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2021
@ASPePeX ASPePeX merged commit 5f6b949 into develop Sep 15, 2021
@ASPePeX ASPePeX deleted the dependabot/nuget/develop/OpenTK-4.6.7 branch September 15, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant