diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-30 17:33:26 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-30 17:34:27 +0200 |
commit | 106e9b82b829ba23c8fec609a09433ce66f6dfda (patch) | |
tree | f0ddbf9a51f3beb16ae081ef06359d74cd750cb3 /nexgb/README | |
parent | 139c50b7488ee2277be7d9b0eee8d807af628932 (diff) | |
download | haven-106e9b82b829ba23c8fec609a09433ce66f6dfda.tar.gz haven-106e9b82b829ba23c8fec609a09433ce66f6dfda.tar.xz haven-106e9b82b829ba23c8fec609a09433ce66f6dfda.zip |
nexgb: update README
Diffstat (limited to 'nexgb/README')
-rw-r--r-- | nexgb/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nexgb/README b/nexgb/README index 090f178..d3f84cd 100644 --- a/nexgb/README +++ b/nexgb/README @@ -18,7 +18,10 @@ I've merged BurntSushi/xgb into haven as a subdirectory due to a/ inactivity upstream, and b/ intentions to make incompatible changes meant to be in sync with the rest of the project. -It's Not Exactly XGB anymore. +It's Not Exactly XGB anymore. Notable changes: + - included aarzilli's changes to support xcb-proto 1.12+, updated to 1.13 + - improved documentation, using as much as possible from XCB's <doc> elements + - exporting {Major,Minor}Version of extensions for QueryVersion purposes BurntSushi's fork ----------------- |