From: Michael Stapelberg Date: Sun, 24 Sep 2017 17:24:01 +0000 (+0200) Subject: add 4.14.1 release X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d3213b158483ec3247be4fb9e6f7c4c87c8f34b;p=i3%2Fi3.github.io add 4.14.1 release --- diff --git a/docs/index.html b/docs/index.html index 9457fa6..66d21c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ title: Docs group: Docs ---
-

Documentation for i3 v4.14

+

Documentation for i3 v4.14.1

One of i3’s goals is good documentation. The documents which you will find diff --git a/downloads/RELEASE-NOTES-4.14.1.txt b/downloads/RELEASE-NOTES-4.14.1.txt new file mode 100644 index 0000000..22c83b2 --- /dev/null +++ b/downloads/RELEASE-NOTES-4.14.1.txt @@ -0,0 +1,61 @@ + + ┌──────────────────────────────┐ + │ 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/downloads/i3-4.14.1.tar.bz2 b/downloads/i3-4.14.1.tar.bz2 new file mode 100644 index 0000000..fe84ff9 Binary files /dev/null and b/downloads/i3-4.14.1.tar.bz2 differ diff --git a/downloads/i3-4.14.1.tar.bz2.asc b/downloads/i3-4.14.1.tar.bz2.asc new file mode 100644 index 0000000..59806bd --- /dev/null +++ b/downloads/i3-4.14.1.tar.bz2.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEQk4U1wPnxtQ9nW82TnFg7UrI7h0FAlnH6aUACgkQTnFg7UrI +7h0NAQ//RkEzyYShBpvvMRXOVIrBPa5u+frE0z/RhgjJe06uWLhw2T5SJVA4YIYW +X/m0yGK+aCIwuV044JzpjzWUAQ1nUyar2I0og37a1sKHHQ32PTAoMqMvBa3JfSd4 +svMU8/Qgx/QXnTmScJxS3Jx0cp/hCg3gazSHlYAqMQzfIpN6ENrTatSgjbV26Ebl +/pfbc6itvrTQiJ3kKxXajfDNuxJMYscp8Aigpjycm6heGIfbZPqF4T49GneJPO3b +V7TMWNtGA/YyUgOVdnKjRUJJfj7hHPAjUjRC+Wwp1sRJw2xEJR3lP3oh523dpjLp +AHMoDT/x6Q1XU9YCqYYBP5VDrjnVXZLu/WcQDrP8fkPUP5lFqwrGdMQn2OgBeMY8 +UryrWikZUOFMAKK2iMOHvx2AVbaP8INxOnyqFhsvaEY+3aGp27yxsMQlFSbWC9Oq +NYctp9yl0g7tBWrr4fTAEZY8BrY0mJaGojrNaq6PJ9XAfti6Afp18fa6l6bkF1Tb +iLBpQfTxlckJK0PNRft5/GiYH4tB+9HkeNL5anDalCiRtWaiX17oOzW/hOJdxn75 +kxFsh3/HMIRLEEHacaD2+YxplxazDBeA/HmyRzKZw3+u38QHI+9ZdEQ2o2ZtkWRB +znq+oP9RQq0wo4Bi8BVAkxXz5rK3mKloBX1whn/K67MRP0vB94w= +=uS7t +-----END PGP SIGNATURE----- diff --git a/downloads/index.html b/downloads/index.html index 0ee3c76..35487ff 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -40,7 +40,7 @@ We also provide Debian and Ubuntu repositories

Downloads

- The current stable version is 4.14. + The current stable version is 4.14.1.

@@ -68,6 +68,15 @@ Please verify all releases before using them. + + 4.14.1 + i3-4.14.1.tar.bz2 + 1.2 MiB + signature + 2017-09-24 + release notes + + 4.14 i3-4.14.tar.bz2 diff --git a/index.html b/index.html index 2a0265c..296498c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ title: Your New Jekyll Site ➡ Download the latest version - 4.14 + 4.14.1