From 83a62267dce22d5d898d861bc957a6266268d030 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 24 Sep 2017 19:21:26 +0200 Subject: [PATCH] release i3 4.14.1 --- I3_VERSION | 2 +- Makefile.am | 2 +- RELEASE-NOTES-4.14 | 94 -------------------------------------------- RELEASE-NOTES-4.14.1 | 61 ++++++++++++++++++++++++++++ configure.ac | 2 +- 5 files changed, 64 insertions(+), 97 deletions(-) delete mode 100644 RELEASE-NOTES-4.14 create mode 100644 RELEASE-NOTES-4.14.1 diff --git a/I3_VERSION b/I3_VERSION index af1432e3..2bcdb52f 100644 --- a/I3_VERSION +++ b/I3_VERSION @@ -1 +1 @@ -4.14-non-git +4.14.1 (2017-09-24) diff --git a/Makefile.am b/Makefile.am index f1ba3f63..b94d3e90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,7 +113,7 @@ EXTRA_DIST = \ I3_VERSION \ LICENSE \ PACKAGE-MAINTAINER \ - RELEASE-NOTES-4.14 \ + RELEASE-NOTES-4.14.1 \ generate-command-parser.pl \ parser-specs/commands.spec \ parser-specs/config.spec \ diff --git a/RELEASE-NOTES-4.14 b/RELEASE-NOTES-4.14 deleted file mode 100644 index 2ab058f2..00000000 --- a/RELEASE-NOTES-4.14 +++ /dev/null @@ -1,94 +0,0 @@ - - ┌────────────────────────────┐ - │ Release notes for i3 v4.14 │ - └────────────────────────────┘ - -This is i3 v4.14. This version is considered stable. All users of i3 are -strongly encouraged to upgrade. - -Aside from many bug and documentation fixes, the “swap” command is a notable -addition of this release. As is almost tradition at this point, keybinding -handling has seen some fixes as well. A noticeable change for users with such -monitors is i3’s support for RandR 1.5, which transparently supports the TILE -property of first-gen 4K monitors and current 5K or 8K monitors. - - ┌────────────────────────────┐ - │ Changes in i3 v4.14 │ - └────────────────────────────┘ - - • build: link libiconv explicitly for systems which need it - • build: move AnyEvent-I3 into the i3 repository - • docs/hacking-howto: add compilation instructions - • docs/ipc: add missing cases to the workspace event - • docs/ipc: document the “primary” field of the OUTPUTS reply - • docs/ipc: replace Go IPC library with a maintained one - • docs/ipc: add link to the ocaml-i3ipc library - • docs/ipc: fix invalid trailing commas in JSON examples - • docs/layout-saving: add section about troubleshooting window titles - • docs/testsuite: update for the move to autotools - • docs/userguide: clarify the move command syntax - • docs/userguide: correct “Esc” to “Escape” - • docs/userguide: clarify focus_follows_mouse behavior - • docs/userguide: expand on combining “workspace number” with a name - • docs/userguide: mention the magic v4 config marker - • man/i3.man: correct configuration lookup order - • i3bar, i3-config-wizard, i3-nagbar: use the Xft.dpi setting (see 4.13 notes) - • i3bar: restart bar status command on reload if it changed - • i3bar: treat left/right scrolling like up/down scrolling - • i3bar: accept “primary” in the “output” configuration directive - • i3-input: do not set input focus, grabbing the keyboard suffices - • i3-msg: return an exit code when missing the -t argument - • i3-sensible-editor: correct “mc-edit” to “mcedit” - • i3-sensible-terminal: add lilyterm, tilix, terminix, konsole - • respect SYSCONFDIR when looking for the default xdg directory - • use RandR 1.5 to query screens, supporting the TILE property commonly used - by multi-stream transport (MST) monitors, such as first-gen 4K monitors, or - current 5K and 8K monitors - • respect minimum size hints for floating windows - • support the _NET_MOVERESIZE_WINDOW client message (for e.g. wmctrl) - • validate binding modes are not defined more than once - • only react to the last ExposeEvent in a series of events - • add the shutdown IPC event (upon “restart” or “exit”) - • treat left/right scrolling like up/down scrolling (on window titles) - • make the “layout toggle” command optionally take a sequence of layouts - • introduce --exclude-titlebar flag for mouse bindings - • introduce the “swap” command - • support the primary output in the “focus” and “move” commands - • compare keybinding modifiers for equality, not subset - • introduce the GET_CONFIG ipc request (i3-msg -t get_config) - • start i3-nagbar when encountering invalid set statements - • focus windows upon ConfigureWindow requests with stack-mode=Above - - ┌────────────────────────────┐ - │ Bugfixes │ - └────────────────────────────┘ - - • i3bar: correct the color codes used for statusline errors - • i3bar: avoid freeze after VisibilityNotify - • i3-dmenu-desktop: fix quoted command names - • i3-dmenu-desktop: avoid adding items multiple times - • fix various X11 resource leaks, memory leaks and memory errors - • fix IPC success reply for the workspace command - • report errors during logfile creation - • fix the signal handler being blank - • display marks and the title even if the title is empty (for title_format) - • fix changing workspace layout from stacked/tabbed for empty workspaces - • add numlock fallback to “bindcode” where necessary - • fix a crash on restart when using marks - • fix renaming workspaces when the new name starts with “to” - • respect dont_warp flag when moving containers - - ┌────────────────────────────┐ - │ Thanks! │ - └────────────────────────────┘ - -Thanks for testing, bugfixes, discussions and everything I forgot go out to: - - akash akya, Armaël Guéneau, Baptiste Daroussin, Chih-Chyuan Hwang, cresh, - David Jimenez Sequero, Franz König, fred777, Ingo Bürk, Jakub Wilk, - Jens-Wolfhard Schicke-Uffmann, Johannes Lange, lasers, lebenlechzer, - loungecube, Maarten Dirkse, Manuel Mendez, Max Fisher, Mihai Coman, Nathan - Schulte, s3rb31, Sebastian Larsson, Stefan Hagen, Tobias Hänel, Tony Crisci, - Trevor Merrifield, Zbyněk Moravec - --- Michael Stapelberg, 2017-09-04 diff --git a/RELEASE-NOTES-4.14.1 b/RELEASE-NOTES-4.14.1 new file mode 100644 index 00000000..22c83b2d --- /dev/null +++ b/RELEASE-NOTES-4.14.1 @@ -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/configure.ac b/configure.ac index 7d274e36..01574dd9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Run autoreconf -fi to generate a configure script from this file. AC_PREREQ([2.69]) -AC_INIT([i3], [4.14], [https://github.com/i3/i3/issues]) +AC_INIT([i3], [4.14.1], [https://github.com/i3/i3/issues]) # For AX_EXTEND_SRCDIR AX_ENABLE_BUILDDIR AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2]) -- 2.39.2