From da008a2613a322c11568ba1bb23c510c98210533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Sun, 4 Aug 2019 09:34:03 +0200 Subject: [PATCH] release i3-gaps 4.17 --- I3_VERSION | 2 +- RELEASE-NOTES-4.14.1 | 61 -------------------------------------------- RELEASE-NOTES-4.16.1 | 35 ------------------------- 3 files changed, 1 insertion(+), 97 deletions(-) delete mode 100644 RELEASE-NOTES-4.14.1 delete mode 100644 RELEASE-NOTES-4.16.1 diff --git a/I3_VERSION b/I3_VERSION index 4aa58fe3b..e01136daa 100644 --- a/I3_VERSION +++ b/I3_VERSION @@ -1 +1 @@ -4.17-non-git +4.17 (04.08.2019) diff --git a/RELEASE-NOTES-4.14.1 b/RELEASE-NOTES-4.14.1 deleted file mode 100644 index 22c83b2db..000000000 --- a/RELEASE-NOTES-4.14.1 +++ /dev/null @@ -1,61 +0,0 @@ - - ┌──────────────────────────────┐ - │ Release notes for i3 v4.14.1 │ - └──────────────────────────────┘ - -This is i3 v4.14.1. This version is considered stable. All users of i3 are -strongly encouraged to upgrade. - -This is a bugfix release for v4.14. - - ┌────────────────────────────┐ - │ Changes in i3 v4.14.1 │ - └────────────────────────────┘ - - • docs/hacking-howto: promote contributing-related sections - • docs/ipc: tree reply: document focus, nodes and floating_nodes - • docs/ipc: urgent: complete the list of container types - • docs/ipc: document how to detect i3’s byte order in memory-safe languages - • docs/ipc: document the (existing since v4.14) GET_CONFIG request - • docs/userguide: document that i3 can accept RandR output names - • include AnyEvent-I3 in dist tarballs - • append_layout: validate JSON before loading - • move: fix erratic behavior with single container child jumping outputs - • ipc: rename COMMAND to RUN_COMMAND for consistency - • replace http:// with https:// where applicable - - ┌────────────────────────────┐ - │ Bugfixes │ - └────────────────────────────┘ - - • fix various memory errors - • fix output and tray_output related issues with RandR 1.5 - • avoid use of uninitialized in init_dpi_end - • properly initialize sigaction struct - • swap: invert condition to log debug message in correct situation - • swap: fix crash on invalid container id - • fix a crash when restarting with marks - • i3bar: fix a memory leak - • test workers: re-seed random number generator after fork - • tests: run environment-modifying 533-randr15.t at the very end - • tests: unflake t/257-keypress-group1-fallback.t - • tests: unflake t/263-edge-borders.t - • tests: unflake tests by not starting i3bar - • fix a crash with configfiles which do not end in a newline. - • append_layout: free incomplete containers when JSON parsing fails - • layout toggle: fix crash with invalid parameters - • outputs: avert crash by fixing focus when creating output containers - • correctly raise floating videos to the top when switching between windows - programmatically - • fix crash when a floating window is tiled while being resized via mouse - - ┌────────────────────────────┐ - │ Thanks! │ - └────────────────────────────┘ - -Thanks for testing, bugfixes, discussions and everything I forgot go out to: - - hwangcc23, Ingo Bürk, Kent Fredric, Martin T. H. Sandsmark, Orestis Floros, - Theo Buehler, Vladimir Panteleev - --- Michael Stapelberg, 2017-09-24 diff --git a/RELEASE-NOTES-4.16.1 b/RELEASE-NOTES-4.16.1 deleted file mode 100644 index 88bddb426..000000000 --- a/RELEASE-NOTES-4.16.1 +++ /dev/null @@ -1,35 +0,0 @@ - - ┌──────────────────────────────┐ - │ Release notes for i3 v4.16.1 │ - └──────────────────────────────┘ - -This is i3 v4.16.1. This version is considered stable. All users of i3 are -strongly encouraged to upgrade. - -This is a bugfix release for v4.16. - - ┌────────────────────────────┐ - │ Bugfixes │ - └────────────────────────────┘ - - • Truncate wm_name utf8 strings to first zero byte - (fixes window title corruption) - • Apply title_align to non-leaf containers - Additionally, marks will now display for non-leaf containers. - • attach_to_workspace: set new parent before tree_render - (fixes a heap-use-after-free) - • Use ipc queue for all messages - (fixes an i3bar crash) - • Fix crash with popups when fullscreen is non-leaf - • Fix: render_con shows floating containers on wrong workspace - - - ┌────────────────────────────┐ - │ Thanks! │ - └────────────────────────────┘ - -Thanks for testing, bugfixes, discussions and everything I forgot go out to: - - Orestis Floros - --- Michael Stapelberg, 2019-01-27