[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted i3-wm 4.2-1~bpo60+1 (source amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Sep 2012 13:51:22 +0200
Source: i3-wm
Binary: i3 i3-wm i3-wm-dbg
Architecture: source amd64
Version: 4.2-1~bpo60+1
Distribution: squeeze-backports
Urgency: low
Maintainer: Michael Stapelberg <stapelberg@debian.org>
Changed-By: Michael Stapelberg <stapelberg@debian.org>
Description: 
 i3         - metapackage (i3 window manager, screen locker, menu, statusbar)
 i3-wm      - improved dynamic tiling window manager
 i3-wm-dbg  - Debugging symbols for the i3 window manager
Closes: 595295 636274 648613 664697 666363
Changes: 
 i3-wm (4.2-1~bpo60+1) squeeze-backports; urgency=low
 .
   * Build for squeeze-backports
 .
 i3-wm (4.2-1) unstable; urgency=low
 .
   * New upstream release
 .
 i3-wm (4.1.2-3) unstable; urgency=low
 .
   * Disable generation of docs/refcard.pdf (Closes: #666363)
   * Add debian/i3-wm.menu (Closes: #664697)
   * Bump standards-version to 3.9.3 (no changes needed)
   * Fix 'section' field of the i3-wm source package to 'x11'
   * Email change: Michael Stapelberg -> stapelberg@debian.org
 .
 i3-wm (4.1.2-2) unstable; urgency=low
 .
   * Rebuild against libyajl and libxcb from unstable
 .
 i3-wm (4.1.2-1) unstable; urgency=low
 .
   * Bugfix: Don’t lose focus on fullscreen windows when another window gets
     moved to that workspace
   * Bugfix: Open new windows in the correct place when assignments match
   * Bugfix: Fix assignments of floating windows to (yet) unused workspaces
   * Bugfix: Either use SetInputFocus *or* send WM_TAKE_FOCUS, not both
   * Bugfix: Respect WM_HINTS.input for WM_TAKE_FOCUS clients
   * Bugfix: Setup the _NET_SUPPORTING_WM_CHECK atom in a standards-compliant
     way
   * Bugfix: Only ignore EnterNotify events after UnmapNotifies from managed
     windows
   * Bugfix: Force a new sequence number after UnmapNotify
   * Bugfix: Position floating windows exactly where their geometry specified
   * Bugfix: Fix coordinates when the rect of an output changes
 .
 i3-wm (4.1.1-1) unstable; urgency=low
 .
   * Re-add build-arch/build-indep targets to debian/rules (Closes: #648613)
   * Create a secure temp path instead of a predictable one
   * ipc: set CLOEXEC on client file descriptors
   * Fix prototype in include/xcursor.h
   * Bugfix: Skip dock clients when handling FocusIn events
   * Bugfix: Fix fullscreen with floating windows
   * Bugfix: Fix startup when RandR is not present
   * Bugfix: Retain window position and size when changing floating border
   * Bugfix: Disallow focusing dock clients via criteria
   * Bugfix: Don’t create a workspace named 'back_and_forth' on startup
   * Bugfix: Fix wrong focus in complex tabbed/stacked layouts
   * Bugfix: Fix resizing for (e.g.) v-split containers in h-split containers
   * Bugfix: Fix 'resize' command in nested containers
   * Bugfix: Don’t set the _NET_WM_WORKAREA hint at all
   * Bugfix: Skip leading whitespace in variable assignments
   * Bugfix: Make resizing of tiling windows with floating_modifier use absolute
     coordinates
   * Bugfix: Make resizing work when pressing floating_modifier + right mouse
     button on window decorations
   * Bugfix: Fix setting the same mark repeatedly on different windows
   * Bugfix: Disallow focusing other windows when in fullscreen mode
   * Bugfix: Ignore ConfigureRequests with out-of-bound coordinates
   * Bugfix: Correctly check boundaries and reassign floating windows when
     moving
   * Bugfix: Don’t close workspace when there are still floating windows on it
 .
 i3-wm (4.1-1) unstable; urgency=low
 .
   * Switch to dpkg-source 3.0 (quilt) and compat level 7
   * Implement system tray support in i3bar (for NetworkManager, Skype, …)
   * i3bar is now configurable in the i3 configfile
   * Implement support for PCRE regular expressions in criteria
   * Implement a new assign syntax which uses criteria
   * Sort named workspaces whose name starts with a number accordingly
   * Warn on duplicate bindings for the same key
   * Restrict 'resize' command to left/right for horizontal containers, up/down
     for vertical containers
   * Implement support for startup notifications (cursor will change to 'watch',
     started applications show up on the workspace they have been launched on)
   * Implement the GET_MARKS IPC request to get all marks
   * Implement the new_float config option (border style for floating windows)
   * Implement passing IPC sockets to i3 (systemd-style socket activation)
   * Implement the 'move output' command to move containers to a specific output
   * Implement focus switching for floating windows
   * Implement the window_role criterion (for matching multi-window apps)
   * Implement a force_xinerama configuration directive
   * Implement the --get-socketpath, useful for scripts using the IPC interface
   * Implement the 'move workspace next' and 'move workspace prev' commands
   * Implement the 'workspace back_and_forth' command and related configuration
     option
   * Implement the move command for floating windows
   * i3 will now handle arbitrary text arguments by sending them as an IPC
     command, like i3-msg: 'i3 reload' or 'i3 move workspace 3'
   * Introduce the i3-sensible-{pager,editor,terminal} scripts to execute
     $PAGER, $EDITOR or an available terminal emulator
   * i3-input: implement -F (format) option
   * Bugfix: Preserve marks when restarting
   * Bugfix: Correctly free old assignments when reloading
   * Bugfix: Fix flickering when moving floating windows between monitors
   * Bugfix: Correctly handle ConfigureRequests for floating windows in a
     multi-monitor environment.
   * Bugfix: Fix size of floating windows with X11 borders
   * Bugfix: Always adjust floating window position when moving to another
     output
   * Bugfix: Avoid out-of-bounds coordinates when moving floating windows
   * Bugfix: Don’t steal focus when a window gets destroyed
   * Bugfix: Correctly split key/value when parsing variables
   * Bugfix: Correctly revert focus to other floating windows when closing a
     floating window
   * Bugfix: Don’t leak the error logfile file descriptor
   * Bugfix: Don’t steal focus when a window opens on an invisible workspace due
     to assignments
   * Bugfix: Fix handling of Mode_switch in i3-input
   * Bugfix: Close invisible workspaces when they become empty
   * Bugfix: Don’t invoke interactive resizing when clicking on the decoration
     of a split container with more than one child (switch focus instead)
   * Bugfix: Make named workspace assignments work again
   * Bugfix: RandR: Correctly keep focus on the focused workspace when an output
     disappears
   * Bugfix: Insert container at the correct position on workspace level when
     workspace_layout == default
 .
 i3-wm (4.0.2-1) unstable; urgency=low
 .
   * i3-config-wizard: handle mouse button clicks on <win> and <alt> texts
   * i3-config-wizard: check the modifier mapping to decide whether to use Mod1
     or Mod4
   * migrate-config: use \s, be a bit more whitespace tolerant
   * userguide: s/mod+h/mod+s for stacking
   * userguide: provide the default colors in the colors example
   * userguide: document force_focus_wrapping directive
   * userguide: properly document the resize command
   * userguide: properly document command chaining and criteria
   * Bugfix: Correctly bind on multiple keycodes if a symbol has more than one
   * Bugfix: Allow multiple criteria in 'for_window'
   * Bugfix: Ensure a minimum size when using the 'resize' command
   * Bugfix: Start on the first named workspace, not always on '1'
   * Bugfix: Fix resize command with direction != up for floating windows
   * Bugfix: Correctly set the _NET_CLIENT_LIST_STACKING hint (chromium tabbar)
   * Bugfix: 'workspace <next|prev>' now takes all outputs into account
   * Bugfix: i3-wsbar: make workspace names clickable again
   * Bugfix: i3-wsbar: correctly handle EOF on stdin
   * Bugfix: i3-wsbar: display a separator between workspaces of each output
   * Bugfix: Correctly handle the 'instance' criterion (WM_CLASS)
   * Bugfix: Use correct format string in load_layout (fixes crash in restart)
   * Bugfix: Fix border rendering (border lines were "cutting" through)
   * Bugfix: Raise floating windows immediately when dragging/resizing
   * Bugfix: Make focus switching work accross outputs again
   * Bugfix: migration-script: handle resize top/bottom correctly
   * Bugfix: Fix focus issue when moving containers to workspaces
   * Bugfix: Warp cursor when changing outputs again
   * Bugfix: i3bar: fix switching to workspaces with extremely long names
   * Bugfix: i3bar: fix switching to workspaces "next" and "prev"
   * Bugfix: i3bar: Correctly allocate pixmap for statuslines which are longer
     than the screen
   * Bugfix: i3bar: set statusline = NULL on EOF / SIGCHLD
   * Bugfix: Correctly initialize the verbose flag
   * Bugfix: Don’t start with workspace 'next' when the command 'workspace next'
     is bound in the config file
   * Bugfix: Set focus to where the mouse pointer is when starting
   * Bugfix: Don’t change focus when assigned windows start on invisible
     workspaces
   * Bugfix: Don’t use absolute paths for exec in the config file
   * Bugfix: Fix crash when using 'focus mode_toggle' on an empty workspace
   * Bugfix: Make the 'resize' command work inside tabbed/stacked cons
   * Bugfix: Correctly place floating windows on their appropriate output
   * Bugfix: Fix coordinates when moving a floating window to a different output
   * Bugfix: Correctly keep focus when moving non-leaf windows
   * Bugfix: Accept '\t' in the set command
   * Bugfix: Only consider tiling windows when attaching tiling windows to a
     workspace
   * Bugfix: Correctly render containers when a split container is focused
   * Bugfix: Correctly recognize duplicate workspace assignments
   * Bugfix: Re-enable X11 Eventmask *after* pushing all the X11 changes
   * Bugfix: Fix focus stealing with assignments of floating windows
   * Bugfix: Re-implement reconfiguring height of dock windows
   * Bugfix: IPC: return name_json if available
   * Bugfix: Make 'floating enable' check for dock windows
 .
 i3-wm (4.0.1-1) unstable; urgency=low
 .
   * Fix the build process of i3bar (Closes: #636274)
   * Fix the build process on Mac OS X
   * i3-config-wizard: also start i3bar in the keycode config template
   * userguide: Remove the obsolete bar.* colors
   * userguide: Use i3bar instead of dzen2 in the 'exec' example
 .
 i3-wm (4.0-1) unstable; urgency=low
 .
   * In addition to the proper flex/bison based parser for the config file
     introduced in 3.δ, we now also have a flex/bison parser for commands. What
     this means is that we can have more human-readable, beautiful command names
     instead of cryptic commands like 'f' for fullscreen or 'mh' for move left.
     In fact, the commands for the aforementioned functions *are* 'fullscreen'
     and 'move left'!
   * You can now chain commands using ';' (a semicolon). One example for that is
     'workspace 3 ; exec /usr/bin/urxvt' to switch to a new workspace and open a
     terminal.
   * You can specify which windows should be affected by your command by using
     different criteria. A good example is '[class="Firefox"] kill' to get rid
     of all Firefox windows.
   * As the configuration file needs new commands (and a few options are
     obsolete), you need to change it. To make this process a little bit easier
     for you, this release comes with the script i3-migrate-config-to-v4. Just
     run it on your current config file and it will spit out a v4 config file to
     stdout. To make things even better, i3 automatically detects v3 config files
     and calls that script, so you never end up with a non-working config :).
   * Similarly to the criteria when using commands, we now have a 'for_window'
     configuration directive, which lets you automatically apply certain commands
     to certain windows. Use it to set border styles per window, for example with
     'for_window [class="XTerm"] border 1pixel'.
   * Since dock clients (like dzen2) are now part of the layout tree (as opposed
     to a custom data structure as before), it was easy to implement top and
     bottom dock areas. Programs which properly specify the dock hint get placed
     on the edge of the screen they request. i3bar has the -dtop and -dbottom
     parameters, for example.
   * The internal workspace bar is obsolete. Use i3bar instead.
   * Resizing now works between all windows!
   * Fullscreen now works for everything!
   * Floating now works for everything!
   * Your layout is now preserved when doing an inplace restart.
   * When you have an error in your config file, a new program called i3-nagbar
     will tell you so. It offers you two buttons: One to view the error in your
     $PAGER and one to edit your config in your $EDITOR.
   * The default config used key symbols (like 'bind Mod1+f fullscreen') instead
     of key codes. If you use a non-qwerty layout, the program i3-config-wizard
     can create a key symbol based config file based on your current layout. You
     can also chose between Windows (Mod4) and Alt (Mod1) as your default
     modifier. i3-config-wizard will automatically be started as long as you
     don’t have a configuration file for i3.
   * Custom X cursor themes are now supported.
   * The RandR backend now respects the primary output.
   * A wrong 'font' configuration in your config file will no longer make i3
     exit. Instead, it will fall back to a different font and tell you about the
     error in its log.
   * The default split direction (whether a new window gets placed right next to
     the current one or below the current one) is now automatically set to
     horizontal if you have a monitor that is wider than high or vertical if you
     a monitor which is higher than wide. This works great with rotated monitors.
   * Sockets and temporary files are now placed in XDG_RUNTIME_DIR, if set (this
     is used on systemd based systems).
   * Tools like i3bar, i3-msg etc. use the I3_SOCKET_PATH property which is set
     to the X11 root window, so you don’t have to configure your socket path
     anywhere.
   * The kill command kills single windows by default now. To kill a whole
     application, use 'kill client'.
   * IPC: Commands can now have custom replies. When the parser encounters an
     error, a proper error reply is sent.
   * There is now an 'exec_always' configuration directive which works like
     'exec' but will also be run when restarting.
 .
 i3-wm (3.e-bf1-3) unstable; urgency=low
 .
   * include keyboard-layer{1,2}.png in docs (Closes: #595295)
Checksums-Sha1: 
 1fbfad10da711cef8cac94c0654f4c01f5afbc6e 2066 i3-wm_4.2-1~bpo60+1.dsc
 9d6b8b01dd5d53ee51456f6f8df0773f355de5f0 758109 i3-wm_4.2.orig.tar.bz2
 558dc59555341706b333718b4c574ee9fed68fbb 13317 i3-wm_4.2-1~bpo60+1.debian.tar.gz
 9032ced4cd2ef96a81fa51409de361dd1c7e0f05 14294 i3_4.2-1~bpo60+1_amd64.deb
 46f5d54f60210228e17759f915c88ab258e514cf 778416 i3-wm_4.2-1~bpo60+1_amd64.deb
 fb297d015113f6c327a871307a172d5230a823aa 2962320 i3-wm-dbg_4.2-1~bpo60+1_amd64.deb
Checksums-Sha256: 
 37225a09cd5aa9fc3fe1b9f01645bb1ac923d594f83b0e08b01110f2c44509fe 2066 i3-wm_4.2-1~bpo60+1.dsc
 e02c832820e8922a44e744e555294f8580c2f8e218c5c1029e52f1bde048732b 758109 i3-wm_4.2.orig.tar.bz2
 5d2eca1cee339ece5baf9961934880615f412d794b70fa31623da017cc08b758 13317 i3-wm_4.2-1~bpo60+1.debian.tar.gz
 66efdd55afda01fb58c4e1b8bf54fb1829b8bcc49f14aa4206e623aebaa2d108 14294 i3_4.2-1~bpo60+1_amd64.deb
 53623fce46a21956615398aa404965193014d34853778d2674a55fdc00cf126f 778416 i3-wm_4.2-1~bpo60+1_amd64.deb
 0ef729017b6eff27e4dc6eb763782e83d6cb4c1157283da164e62a0a9995213a 2962320 i3-wm-dbg_4.2-1~bpo60+1_amd64.deb
Files: 
 fc03b8be57b6e37a3c1d44c39afc21b3 2066 x11 extra i3-wm_4.2-1~bpo60+1.dsc
 11b7e5ecdd837341978c72341cb890c6 758109 x11 extra i3-wm_4.2.orig.tar.bz2
 92d1ffe27e9556999de62228d19468a2 13317 x11 extra i3-wm_4.2-1~bpo60+1.debian.tar.gz
 22106e71be377a6c95c55c978a297cd5 14294 x11 extra i3_4.2-1~bpo60+1_amd64.deb
 97f20506700108133b8b9cefffd6cb25 778416 x11 extra i3-wm_4.2-1~bpo60+1_amd64.deb
 9383f44f838d719ee72473ac55739566 2962320 debug extra i3-wm-dbg_4.2-1~bpo60+1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQTzkzAAoJEE5xYO1KyO4dKjgQAL/wL046RkPnJ/hxOayLjImR
lx27rS2AfglvRAomXtDHYx+tSDaxIANu+7OO59eFQSMaewOBb84przYdSNv8s0tC
5PZn6mpeLz2XvjDVSbvb1muw/f0wSGH26twKnvps0m9vL/ZYiEESWLBYci9xrujI
weJgubqe5aVTi9oG3oGYYWB1Q0X4ub4y3QQhH2C2exFhcddQ5IiQUKgb7RObsAyj
nGIKpnv2/hKJJQdSRUqsqTZS9UsQSr4roYDkTc+aBJg3+PWMcan1vSaDAKAZCL36
VZiKIzMdGg/p4yq4TwgalZyVuk8lEkSlPRH+tEpi1tEIvi1oI6RiVmTFPM0T+rN8
bJwu3BdkHjFDOcz+47vT1gHoIrsmvIpxBPG+qop1acUWxsxTo2ngslpZ6pg05Yj/
XzxKA/1paRZxKN5U01hgpQXIppUO6/78JeaNHkgnTnvmczRSnSl/ItLHiNO/GKIr
pPPokytjdTjFHvj9qMMXLaJnCNqNZRk8WBeksLfSpanYbx8vm2Ivype4O5N4uEe9
8I1aHl2Kk8yhMuRQMZqFzi0Jg3FKHcrO8PvQUAR1hFHPTDmUvS0lfRfA3cJYkHQJ
Ai8zK+d8KGAG9/6qJnt2wOtjUlHSxNKvpgKcTjh8Vk5BNu8yOqSC9BYFDBtLb91D
wWzt7edtCYTowZLwTmkV
=uUjk
-----END PGP SIGNATURE-----


Accepted:
i3-wm-dbg_4.2-1~bpo60+1_amd64.deb
  to main/i/i3-wm/i3-wm-dbg_4.2-1~bpo60+1_amd64.deb
i3-wm_4.2-1~bpo60+1.debian.tar.gz
  to main/i/i3-wm/i3-wm_4.2-1~bpo60+1.debian.tar.gz
i3-wm_4.2-1~bpo60+1.dsc
  to main/i/i3-wm/i3-wm_4.2-1~bpo60+1.dsc
i3-wm_4.2-1~bpo60+1_amd64.deb
  to main/i/i3-wm/i3-wm_4.2-1~bpo60+1_amd64.deb
i3-wm_4.2.orig.tar.bz2
  to main/i/i3-wm/i3-wm_4.2.orig.tar.bz2
i3_4.2-1~bpo60+1_amd64.deb
  to main/i/i3-wm/i3_4.2-1~bpo60+1_amd64.deb


Reply to: