From c15a9af3d5280c6af0260e9a6f4b71f174ccfe89 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 10 Mar 2018 18:29:14 +0100 Subject: [PATCH] release i3 4.15 --- I3_VERSION | 2 +- Makefile.am | 2 +- RELEASE-NOTES-4.14 | 94 ------------------------------------- RELEASE-NOTES-4.15 | 113 +++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 5 files changed, 116 insertions(+), 97 deletions(-) delete mode 100644 RELEASE-NOTES-4.14 create mode 100644 RELEASE-NOTES-4.15 diff --git a/I3_VERSION b/I3_VERSION index af1432e3..a5994b49 100644 --- a/I3_VERSION +++ b/I3_VERSION @@ -1 +1 @@ -4.14-non-git +4.15 (2018-03-10) diff --git a/Makefile.am b/Makefile.am index f37933f8..184b0734 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ EXTRA_DIST = \ I3_VERSION \ LICENSE \ PACKAGE-MAINTAINER \ - RELEASE-NOTES-4.14 \ + RELEASE-NOTES-4.15 \ 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.15 b/RELEASE-NOTES-4.15 new file mode 100644 index 00000000..0e1f81e4 --- /dev/null +++ b/RELEASE-NOTES-4.15 @@ -0,0 +1,113 @@ + + ┌────────────────────────────┐ + │ Release notes for i3 v4.15 │ + └────────────────────────────┘ + +This is i3 v4.15. This version is considered stable. All users of i3 are +strongly encouraged to upgrade. + +Aside from a number of fixes and documentation improvements, a number of +commands have been extended to be more complete (e.g. “assign”, “resize”). + + ┌────────────────────────────┐ + │ Changes in i3 v4.15 │ + └────────────────────────────┘ + + • build: AnyEvent::I3 moved to the i3 repository, so that its main consumer, + the i3 testsuite, can use new features immediately (such as the tick event, + in this case). + • docs/hacking-howto: promote “using git / sending patches” and “how to + build?” sections + • docs/i3bar-protocol: document that pango markup only works with pango fonts + • docs/ipc: document focus, nodes, 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 GET_CONFIG request + • docs/userguide: fix formatting issue + • docs/userguide: explain why Mod4 is usually preferred as a modifier + • docs/userguide: use more idiomatic english (full-size, so-called) + • docs/userguide: switch from removed goto command to focus + • docs/userguide: mention in focus + • docs/userguide: remove outdated 2013 last-modified date + • dump-asy: add prerequisite checks + • dump-asy: fix warnings about empty container names + • i3-dump-log: enable shmlog on demand + • i3-sensible-terminal: add “kitty”, “guake”, “tilda” + • i3-sensible-editor: add “gvim” + • i3bar: add --release flag for bindsym in bar blocks + • i3bar: add relative coordinates in JSON for click events + • ipc: rename COMMAND to RUN_COMMAND for consistency + • ipc: implement tick event for less flaky tests + • ipc: add error reply to “focus ” + • ipc: send success response for nop + • default config: add $mod+r to toggle resize mode + • default config: use variables for workspace names to avoid repetition + • introduce “assign [→] [workspace] [number] ” + • introduce “assign [→] output left|right|up|down|primary|” + • introduce a “focus_wrapping” option (subsumes “force_focus_wrapping”) + • introduce percentage point resizing for floating containers: + “resize set [px | ppt] [px | ppt]” + • introduce “resize set ppt ppt” for tiling windows + • rename “new_window” and “new_float” to “default_border” and + “default_floating_border” (the old names keep working) + • output names (e.g. “DP2”) can now be used as synonyms for monitor names + (e.g. “Dell UP2414Q”). + • the “swap” command now works with fullscreen windows + • raise floating windows to top when they are focused programmatically + • _NET_ACTIVE_WINDOW: invalidate focus to force SetInputFocus call + • make focus handling consistent when changing focus between outputs + • round non-integer Xft.dpi values + • tiling resize: remove minimum size + + ┌────────────────────────────┐ + │ Bugfixes │ + └────────────────────────────┘ + + • i3bar: fix various memory leaks + • i3bar: fix crash when no status_command is provided + • fix uninitialized variables in init_dpi_end, tree_restore + • fix incorrectly set up signal handling + • fix “swap” debug log message + • fix crash when specifying invalid con_id for “swap” + • fix crash upon restart with window marks + • fix crash when config file does not end in a newline + • fix crash in append_layout + • fix crash in layout toggle command + • fix crash when switching monitors + • fix use-after-free in randr_init error path + • fix move accidentally moving windows across outputs + • fix crash when floating window is tiled while being resized + • fix out-of-bounds memory read + • fix memory leak when config conversion fails + • fix layout toggle split, which didn’t work until enabling tabbed/stack mode + once + • move XCB event handling into xcb_prepare_cb + • avert endless loop on unexpected EOF in ipc messages + • perform proper cleanup for signals with Term action + • don’t match containers in the scratchpad with criteria + • fix “workspace show” related issues + • fix config file conversion with long variable names + • fix config file conversion memory initialization + • prevent access of freed workspace in _workspace_show + • disable fullscreen when required when programmatically focusing windows + • free last_motion_notify + • don’t raise floating windows when focused because of focus_follows_mouse + • correctly set EWMH atoms when closing a workspace + • don’t raise floating windows when workspace is shown + • keep focus order when encapsulating workspaces + • validate layout files before loading + + ┌────────────────────────────┐ + │ Thanks! │ + └────────────────────────────┘ + +Thanks for testing, bugfixes, discussions and everything I forgot go out to: + + Alex Lu, Ben Creasy, Bennett Piater, Cast, chressie, clonejo, Dan Elkouby, + Daniel Mueller, DebianWall, Diki Ananta, Edward Betts, hwangcc23, Ingo Bürk, + Jan Alexander Steffens, Johannes Lange, Kent Fredric, livanh, Martin + T. H. Sandsmark, Michael Siegel, Orestis Floros, Pallav Agarwal, Pawel + S. Veselov, Pietro Cerutti, Theo Buehler, Thomas Praxl, Tyler Brazier, + Vladimir Panteleev, walker0643, Wes Roberts, xzfc + +-- Michael Stapelberg, 2018-03-10 diff --git a/configure.ac b/configure.ac index 7d274e36..8dce4f9f 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.15], [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