-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump mmserver to mmserver-v0.2.0
- Loading branch information
1 parent
0d09ee7
commit 58720e8
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
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
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) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
[package] | ||
name = "mm-server" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
|
||
[[bin]] | ||
|