Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579620 - app-misc/tmux-2.2 version bump
Summary: app-misc/tmux-2.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL: https://github.com/tmux/tmux/releases...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 13:43 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2016-06-02 12:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-04-11 13:43:09 UTC
CHANGES FROM 2.1 to 2.2 10 April 2016

Incompatible Changes
====================

* The format strings which referenced time have been removed.  Instead:

  #{t:window_activity}

can be used.

* Support for TMPDIR has been removed.  Use TMUX_TMPDIR instead.
* UTF8 detection how happens automatically if the client supports it, hence
  the:

  mouse-utf8
  utf8

  options has been removed.
* The:

  mouse_utf8_flag

  format string has been removed.
* The -I option to show-messages has been removed.  See:

  #{t:start_time}

  format option instead.

Normal Changes
==============

* Panes are unzoomed with selectp -LRUD
* New formats added:

  #{scroll_position}
  #{socket_path}
  #{=10:...} -- limit to N characters (from the start)
  #{=-10:...} -- limit to N characters (from the end)
  #{t:...} -- used to format time-based formats
  #{b:...} -- used to ascertain basename from string
  #{d:...} -- used to ascertain dirname from string
  #{s:...} -- used to perform substitutions on a string

* Job output is run via the format system, so formats work again
* If display-time is set to 0, then the indicators wait for a key to be
  pressed.
* list-keys and list-commands can be run without starting the tmux server.
* kill-session learns -C to clear all alerts in all windows of the session.
* Support for hooks (internal for now), but hooks for the following have been
  implemented:

  alert-bell
  alert-silence
  alert-activity
  client-attached
  client-detached
  client-resized
  pane-died
  pane-exited

* RGB (24bit) colour support.  The 'Tc' flag must be set in the external TERM
  entry (using terminal-overrides or a custom terminfo entry).
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-04-23 08:07:31 UTC
Unfortunately the extras directory is gone which means no example configs anymore.

https://github.com/tmux/tmux/commit/2a1bb91bf73366b89d27f2ecfacdc770ceecb72e
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2016-05-04 11:12:45 UTC
Please also update the homepage to https://tmux.github.io/
Comment 3 Alexey Sychev 2016-05-31 08:44:36 UTC
+1, please bump
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-06-02 12:37:55 UTC
commit 47d41744d88f1bad4875341be6c9a95da6db665a
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Thu Jun 2 14:33:40 2016

    app-misc/tmux: Bump to version 2.2 (bug #579620).
    
    Made utempter support optional (bug #584690).
    
    Package-Manager: portage-2.2.28
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>