Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed May 5, 2024
1 parent 0d09ee7 commit 58720e8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [mmserver-v0.2.0] - 2024-05-05

### New Features

Add enable_datagrams, off by default (e1dc976ee3228b006b874e077cd2c6cf7f784927)
Add glxinfo and eglinfo output to --bug-report (696464d9b980f1664e2b9dcce9e6f6dde83407f2)

### Bugfixes

Don't panic on dmabuf cursors (9f87ce7d99289ba31ad11b5d1796b992fd21c796)
Print version after initializing logging (f708ad2d8e5ddc9fb17ac023fef8f81706c31be7)
Handle full send queues more gracefully (face8776acea8c22e4d83b62c54ece5682f95cee)
Manually enable radv encode (26ba3f93f3da29921f9754181738f2087284a164)
Correctly expose a vulkan fn (2c627c94569050d0b53429204e8153119d268560)
Write xwayland logs to the bug report dir (0ba97f5f3bd72caf7df815e341c4c4f0a807b094)
Support older versions of xwayland with wl_drm (54c9724a476d023547fb1c2ccc5d74bc6eadc6a3)
Kill hung clients (5179e6688a2bc8fcceded03c0d92e2a00c38fb99)
Implement basic rate control (781c97e3efde247ef437ad2e19e8cdf57b6d216e)
Log entire config (b588f198d13122869936b52c0690e980586a7f88)
Garbage-collect partial writes (a095994de28ec31bd49a54c2d757493f41fc0c06)

2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 58720e8

Please sign in to comment.