summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-04-24 15:06:45 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-04-24 15:15:05 +0200
commit1ab48f3cc966751d86e434808180beb2dc76c4fa (patch)
tree63225c755dbc3dfbebebc5889f3a580ee92af8c5
parent35d1513bc7fdd3ac6f5807feb601efc34ac19163 (diff)
downloadxorg-lib-libX11-1ab48f3cc966751d86e434808180beb2dc76c4fa.tar.gz
docs: add release notes for versions 1.7.3, 1.7.4, and 1.7.5
They were forgotten when those releases were made. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index f188f8ca..2c82a3c8 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,26 @@ For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+## Release 1.7.5
+
+ * Avoids a segfault when an invalid name is used for opening a display.
+
+## Release 1.7.4
+
+ * Fixes the "Unknown sequence number" error by allowing backward jumps
+ in the sequence number when widening it.
+ * Any changes to virtual modifiers get propagated properly.
+ * Greek case-conversion tables were updated to Unicode Data 14.0.
+ * Compose sequences for ☮ 🄯 ⇐ ⇑ ⇓ were added,
+ being the following: OY, ()), =<, =^, and =v.
+ * Hammer-and-sickle can be composed with question mark plus backslash.
+
+## Release 1.7.3
+
+ * Fixes a hanging issue in _XReply() where the replying thread would
+ wait for an event when another thread was already waiting for one.
+ * Avoids a crash when the X connection gets broken while closing down.
+
## Release 1.7.2
This is a bug fix release, correcting a regression introduced by and