rust-windowing / xkeysym

X11 keyboard symbol utilities for Rust
Apache License 2.0
9 stars 5 forks source link

Update x11rb requirement from 0.11.0 to 0.12.0 #25

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on x11rb to permit the latest version.

Changelog

Sourced from x11rb's changelog.

Version 0.12.0 (2023-05-27)

New features:

  • There is a new crate x11rb-async that brings x11rb to the async ecosystem.
  • Bitmask enumerations now also implement BitAnd, BitAndAssign and BitOrAssign and offers contains() and intersects() methods.
  • Add (optional) support for the as-raw-xcb-connection crate.
  • Implement Default for x11rb_protocol::connection::Connection.
  • Optional support for the tracing crate.
  • New API to convert major + minor opcode of a request to human readable names.

Fixes:

  • Improve error message when not all FDs could be sent.
  • Use correct byte order on Image::get() for big-endian servers.
  • Fix build for XCBConnection on architectures without AtomicU64.

Breaking changes:

  • Various methods on x11rb_protocol::protocol::xinput::EventForSend now return ParseError instead of unwrapping errors internally.
  • The generated names for some structs in x11rb_protocol::protocol::xkb are now better. For example, SelectEventsAuxBitcase1 is now called SelectEventsAuxNewKeyboardNotify, which at least hints towards its meaning.
  • Image::get() now also returns the visual ID from the GetImageReply.

Minor changes:

  • Update dependencies.
  • Get rid of some (infallible) unwrap()s in generated code by moving this to a hand-written helper function.
  • The usual round of fixing new clippy warnings.
  • Remove some unnecessary unwrap()s in examples.
  • Use the polling crate in the xclock_utc example.

Version 0.11.1 (2023-01-06)

Fixes:

  • Fix connection breakage after sending 2^16 requests without a reply.
  • Enable features on docs.rs to have better docs.
  • Fix dl-libxcb feature on NetBSD not finding libxcb.so.

Version 0.11.0 (2022-11-18)

New features:

  • All extensions are available in no-std mode.
  • Replies and events now implement Serialize.
  • Support length expressions in structs in the protocol XML representation.
  • Updated to xcb-proto 1.15.2 which brings support for the double buffering extension, dri3 1.3, xfixes 6.0, xinput 2.4, among other things.
  • x11rb::image::Image now implements Clone.

Fixes:

... (truncated)

Commits
  • 1f4653e Update the version number for the next release
  • 0a9d3b8 Merge pull request #839 from psychon/test-request-names
  • 4e366fe Add tests for request naming functions
  • 6153c88 Merge pull request #838 from psychon/deduplicate-request-naming
  • 133d7a7 Deduplicate request name decoding
  • 12fb1ec Merge pull request #831 from psychon/update-changelog
  • 88bae9e Update the changelog for next release
  • 13c78f4 Merge pull request #835 from psychon/notgull/32bit
  • 17728eb Merge pull request #837 from psychon/image-get
  • 72d70aa Add a fallback for 32 bit platforms
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)