Your message dated Mon, 09 Nov 2009 22:17:49 +0000
with message-id <e1n7cyx-00025u...@ries.debian.org>
and subject line Bug#554860: fixed in i3-wm 3.d-1
has caused the Debian Bug report #554860,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
554860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: i3-wm
Version: 3.c-2
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

LINK i3
/usr/bin/ld: src/client.o: in function client_map:src/client.c:313: error: 
undefined reference to 'xcb_change_property'
/usr/bin/ld: src/client.o: in function client_map:src/client.c:315: error: 
undefined reference to 'xcb_map_window'
/usr/bin/ld: src/client.o: in function client_unmap:src/client.c:300: error: 
undefined reference to 'xcb_change_property'
/usr/bin/ld: src/client.o: in function client_unmap:src/client.c:302: error: 
undefined reference to 'xcb_unmap_window'
/usr/bin/ld: src/client.o: in function 
client_set_below_floating:src/client.c:240: error: undefined reference to 
'xcb_configure_window'
/usr/bin/ld: src/client.o: in function 
client_remove_from_container:src/client.c:45: error: undefined reference to 
'xcb_unmap_window'
/usr/bin/ld: src/client.o: in function 
client_enter_fullscreen:src/client.c:170: error: undefined reference to 
'xcb_configure_window'
/usr/bin/ld: src/client.o: in function 
client_enter_fullscreen:src/client.c:175: error: undefined reference to 
'xcb_configure_window'
/usr/bin/ld: src/client.o: in function 
client_enter_fullscreen:src/client.c:179: error: undefined reference to 
'xcb_configure_window'
/usr/bin/ld: src/client.o: in function 
client_enter_fullscreen:src/client.c:185: error: undefined reference to 
'xcb_flush'
/usr/bin/ld: src/client.o: in function client_kill:src/client.c:92: error: 
undefined reference to 'xcb_kill_client'
/usr/bin/ld: src/client.o: in function client_kill:src/client.c:108: error: 
undefined reference to 'xcb_send_event'
/usr/bin/ld: src/client.o: in function client_kill:src/client.c:109: error: 
undefined reference to 'xcb_flush'
/usr/bin/ld: src/client.o: in function 
client_warp_pointer_into:src/client.c:58: error: undefined reference to 
'xcb_warp_pointer'
/usr/bin/ld: src/client.o: in function 
client_remove_from_container:src/client.c:46: error: undefined reference to 
'xcb_flush'
/usr/bin/ld: src/client.o: in function 
client_toggle_fullscreen:src/client.c:225: error: undefined reference to 
'xcb_flush'
/usr/bin/ld: src/config.o: in function 
grab_keycode_for_binding:src/config.c:84: error: undefined reference to 
'xcb_grab_key'
/usr/bin/ld: src/config.o: in function 
grab_keycode_for_binding:src/config.c:85: error: undefined reference to 
'xcb_grab_key'
/usr/bin/ld: src/config.o: in function 
grab_keycode_for_binding:src/config.c:86: error: undefined reference to 
'xcb_grab_key'
/usr/bin/ld: src/config.o: in function 
grab_keycode_for_binding:src/config.c:78: error: undefined reference to 
'xcb_grab_key'
/usr/bin/ld: src/config.o: in function ungrab_all_keys:src/config.c:72: error: 
undefined reference to 'xcb_ungrab_key'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:272: 
error: undefined reference to 'xcb_get_setup'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:272: 
error: undefined reference to 'xcb_setup_roots_iterator'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:280: 
error: undefined reference to 'xcb_grab_pointer'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:295: 
error: undefined reference to 'xcb_wait_for_event'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:328: 
error: undefined reference to 'xcb_poll_for_event'
/usr/bin/ld: src/floating.o: in function drag_pointer:src/floating.c:340: 
error: undefined reference to 'xcb_ungrab_pointer'
/usr/bin/ld: src/handlers.o: in function 
handle_clientleader_change:src/handlers.c:1126: error: undefined reference to 
'xcb_get_property_value'
/usr/bin/ld: src/handlers.o: in function 
handle_clientleader_change:src/handlers.c:1116: error: undefined reference to 
'xcb_get_property_unchecked'
/usr/bin/ld: src/handlers.o: in function 
handle_clientleader_change:src/handlers.c:1116: error: undefined reference to 
'xcb_get_property_reply'
/usr/bin/ld: src/handlers.o: in function 
handle_expose_event:src/handlers.c:931: error: undefined reference to 
'xcb_change_gc'
/usr/bin/ld: src/handlers.o: in function 
handle_expose_event:src/handlers.c:938: error: undefined reference to 
'xcb_poly_line'
/usr/bin/ld: src/handlers.o: in function 
handle_expose_event:src/handlers.c:943: error: undefined reference to 
'xcb_poly_fill_rectangle'
/usr/bin/ld: src/handlers.o: in function 
handle_windowclass_change:src/handlers.c:855: error: undefined reference to 
'xcb_get_property_value_length'
/usr/bin/ld: src/handlers.o: in function 
handle_windowclass_change:src/handlers.c:863: error: undefined reference to 
'xcb_get_property_value'
/usr/bin/ld: src/handlers.o: in function 
handle_windowclass_change:src/handlers.c:863: error: undefined reference to 
'xcb_get_property_value_length'
/usr/bin/ld: src/handlers.o: in function 
handle_windowname_change_legacy:src/handlers.c:797: error: undefined reference 
to 'xcb_get_property_value_length'
/usr/bin/ld: src/handlers.o: in function 
handle_windowname_change_legacy:src/handlers.c:811: error: undefined reference 
to 'xcb_get_property_value'
/usr/bin/ld: src/handlers.o: in function 
handle_windowname_change_legacy:src/handlers.c:811: error: undefined reference 
to 'xcb_get_property_value_length'
/usr/bin/ld: src/handlers.o: in function 
handle_windowname_change:src/handlers.c:748: error: undefined reference to 
'xcb_get_property_value'
/usr/bin/ld: src/handlers.o: in function 
handle_unmap_notify_event:src/handlers.c:630: error: undefined reference to 
'xcb_get_setup'
/usr/bin/ld: src/handlers.o: in function 
handle_unmap_notify_event:src/handlers.c:630: error: undefined reference to 
'xcb_setup_roots_iterator'
/usr/bin/ld: src/handlers.o: in function 
handle_unmap_notify_event:src/handlers.c:687: error: undefined reference to 
'xcb_reparent_window'
/usr/bin/ld: src/handlers.o: in function 
handle_unmap_notify_event:src/handlers.c:691: error: undefined reference to 
'xcb_destroy_window'
/usr/bin/ld: src/handlers.o: in function 
handle_configure_event:src/handlers.c:605: error: undefined reference to 
'xcb_get_setup'
/usr/bin/ld: src/handlers.o: in function 
handle_configure_event:src/handlers.c:605: error: undefined reference to 
'xcb_setup_roots_iterator'
/usr/bin/ld: src/handlers.o: in function handle_map_request:src/handlers.c:505: 
error: undefined reference to 'xcb_get_window_attributes_unchecked'
/usr/bin/ld: src/handlers.o: in function handle_key_release:src/handlers.c:87: 
error: undefined reference to 'xcb_allow_events'
/usr/bin/ld: src/handlers.o: in function 
handle_button_press:src/handlers.c:433: error: undefined reference to 
'xcb_allow_events'
/usr/bin/ld: src/handlers.o: in function 
handle_button_press:src/handlers.c:412: error: undefined reference to 
'xcb_allow_events'
/usr/bin/ld: src/handlers.o: in function handle_key_press:src/handlers.c:149: 
error: undefined reference to 'xcb_allow_events'
/usr/bin/ld: src/layout.o: in function 
ignore_enter_notify_forall:src/layout.c:508: error: undefined reference to 
'xcb_change_window_attributes'
/usr/bin/ld: src/layout.o: in function 
ignore_enter_notify_forall:src/layout.c:514: error: undefined reference to 
'xcb_change_window_attributes'
/usr/bin/ld: src/layout.o: in function 
ignore_enter_notify_forall:src/layout.c:508: error: undefined reference to 
'xcb_change_window_attributes'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:145: error: 
undefined reference to 'xcb_poly_fill_rectangle'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:152: error: 
undefined reference to 'xcb_poly_fill_rectangle'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:170: error: 
undefined reference to 'xcb_change_gc'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:179: error: 
undefined reference to 'xcb_image_text_16'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:176: error: 
undefined reference to 'xcb_image_text_8'
/usr/bin/ld: src/layout.o: in function decorate_window:src/layout.c:142: error: 
undefined reference to 'xcb_poly_fill_rectangle'
/usr/bin/ld: src/layout.o: in function render_container:src/layout.c:422: 
error: undefined reference to 'xcb_copy_area'
/usr/bin/ld: src/layout.o: in function render_container:src/layout.c:357: 
error: undefined reference to 'xcb_map_window'
/usr/bin/ld: src/layout.o: in function render_workspace:src/layout.c:485: 
error: undefined reference to 'xcb_image_text_16'
/usr/bin/ld: src/layout.o: in function redecorate_window:src/layout.c:92: 
error: undefined reference to 'xcb_clear_area'
/usr/bin/ld: src/mainx.o: in function xcb_check_cb:src/mainx.c:109: error: 
undefined reference to 'xcb_poll_for_event'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:185: error: undefined 
reference to 'xcb_connect'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:187: error: undefined 
reference to 'xcb_connection_has_error'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:195: error: undefined 
reference to 'xcb_intern_atom'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:196: error: undefined 
reference to 'xcb_intern_atom'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:197: error: undefined 
reference to 'xcb_intern_atom'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:198: error: undefined 
reference to 'xcb_intern_atom'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:254: error: undefined 
reference to 'xcb_get_file_descriptor'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:270: error: undefined 
reference to 'xcb_grab_server'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:338: error: undefined 
reference to 'xcb_change_window_attributes'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:351: error: undefined 
reference to 'xcb_intern_atom_reply'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:352: error: undefined 
reference to 'xcb_intern_atom_reply'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:353: error: undefined 
reference to 'xcb_intern_atom_reply'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:354: error: undefined 
reference to 'xcb_intern_atom_reply'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:389: error: undefined 
reference to 'xcb_change_property_checked'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:392: error: undefined 
reference to 'xcb_change_property'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:393: error: undefined 
reference to 'xcb_change_property'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:418: error: undefined 
reference to 'xcb_query_pointer'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:418: error: undefined 
reference to 'xcb_query_pointer_reply'
/usr/bin/ld: src/mainx.o: in function main:src/mainx.c:450: error: undefined 
reference to 'xcb_ungrab_server'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:171: error: 
undefined reference to 'xcb_generate_id'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:206: error: 
undefined reference to 'xcb_change_save_set'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:209: error: 
undefined reference to 'xcb_generate_id'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:210: error: 
undefined reference to 'xcb_create_gc'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:214: error: 
undefined reference to 'xcb_reparent_window_checked'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:215: error: 
undefined reference to 'xcb_request_check'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:217: error: 
undefined reference to 'xcb_destroy_window'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:227: error: 
undefined reference to 'xcb_grab_button'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:232: error: 
undefined reference to 'xcb_grab_button'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:238: error: 
undefined reference to 'xcb_get_property_reply'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:276: error: 
undefined reference to 'xcb_get_property_reply'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:415: error: 
undefined reference to 'xcb_get_property_reply'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:431: error: 
undefined reference to 'xcb_map_window'
/usr/bin/ld: src/manage.o: in function reparent_window:src/manage.c:441: error: 
undefined reference to 'xcb_set_input_focus'
/usr/bin/ld: src/manage.o: in function manage_window:src/manage.c:76: error: 
undefined reference to 'xcb_get_geometry'
/usr/bin/ld: src/manage.o: in function manage_window:src/manage.c:80: error: 
undefined reference to 'xcb_get_window_attributes_reply'
/usr/bin/ld: src/manage.o: in function manage_window:src/manage.c:97: error: 
undefined reference to 'xcb_get_geometry_reply'
/usr/bin/ld: src/manage.o: in function manage_existing_windows:src/manage.c:45: 
error: undefined reference to 'xcb_query_tree'
/usr/bin/ld: src/manage.o: in function manage_existing_windows:src/manage.c:45: 
error: undefined reference to 'xcb_query_tree_reply'
/usr/bin/ld: src/manage.o: in function manage_existing_windows:src/manage.c:48: 
error: undefined reference to 'xcb_query_tree_children_length'
/usr/bin/ld: src/manage.o: in function manage_existing_windows:src/manage.c:52: 
error: undefined reference to 'xcb_query_tree_children'
/usr/bin/ld: src/manage.o: in function manage_existing_windows:src/manage.c:54: 
error: undefined reference to 'xcb_get_window_attributes'
/usr/bin/ld: src/resize.o: in function 
resize_graphical_handler:src/resize.c:39: error: undefined reference to 
'xcb_get_setup'
/usr/bin/ld: src/resize.o: in function 
resize_graphical_handler:src/resize.c:39: error: undefined reference to 
'xcb_setup_roots_iterator'
/usr/bin/ld: src/resize.o: in function 
resize_graphical_handler:src/resize.c:94: error: undefined reference to 
'xcb_circulate_window'
/usr/bin/ld: src/resize.o: in function 
resize_graphical_handler:src/resize.c:122: error: undefined reference to 
'xcb_destroy_window'
/usr/bin/ld: src/resize.o: in function 
resize_graphical_handler:src/resize.c:123: error: undefined reference to 
'xcb_destroy_window'
/usr/bin/ld: src/util.o: in function leave_stack_mode:src/util.c:329: error: 
undefined reference to 'xcb_free_gc'
/usr/bin/ld: src/util.o: in function leave_stack_mode:src/util.c:330: error: 
undefined reference to 'xcb_free_pixmap'
/usr/bin/ld: src/util.o: in function check_error:src/util.c:162: error: 
undefined reference to 'xcb_request_check'
/usr/bin/ld: src/util.o: in function check_error:src/util.c:165: error: 
undefined reference to 'xcb_disconnect'
/usr/bin/ld: src/util.o: in function set_focus:src/util.c:264: error: undefined 
reference to 'xcb_set_input_focus'
/usr/bin/ld: src/workspace.o: in function 
workspace_unmap_clients:src/workspace.c:349: error: undefined reference to 
'xcb_unmap_window'
/usr/bin/ld: src/workspace.o: in function 
workspace_map_clients:src/workspace.c:289: error: undefined reference to 
'xcb_map_window'
/usr/bin/ld: src/workspace.o: in function workspace_show:src/workspace.c:146: 
error: undefined reference to 'xcb_set_input_focus'
/usr/bin/ld: src/workspace.o: in function workspace_show:src/workspace.c:101: 
error: undefined reference to 'xcb_warp_pointer'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:281: error: 
undefined reference to 'xcb_generate_id'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:282: error: 
undefined reference to 'xcb_generate_id'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:289: error: 
undefined reference to 'xcb_create_pixmap'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:285: error: 
undefined reference to 'xcb_free_gc'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:286: error: 
undefined reference to 'xcb_free_pixmap'
/usr/bin/ld: src/xcb.o: in function xcb_get_numlock_mask:src/xcb.c:222: error: 
undefined reference to 'xcb_get_modifier_mapping_unchecked'
/usr/bin/ld: src/xcb.o: in function xcb_get_numlock_mask:src/xcb.c:227: error: 
undefined reference to 'xcb_get_modifier_mapping_reply'
/usr/bin/ld: src/xcb.o: in function xcb_get_numlock_mask:src/xcb.c:232: error: 
undefined reference to 'xcb_get_modifier_mapping_keycodes'
/usr/bin/ld: src/xcb.o: in function fake_configure_notify:src/xcb.c:182: error: 
undefined reference to 'xcb_send_event'
/usr/bin/ld: src/xcb.o: in function xcb_change_gc_single:src/xcb.c:135: error: 
undefined reference to 'xcb_change_gc'
/usr/bin/ld: src/xcb.o: in function xcb_draw_rect:src/xcb.c:135: error: 
undefined reference to 'xcb_change_gc'
/usr/bin/ld: src/xcb.o: in function xcb_draw_line:src/xcb.c:146: error: 
undefined reference to 'xcb_poly_line'
/usr/bin/ld: src/xcb.o: in function load_font:src/xcb.c:46: error: undefined 
reference to 'xcb_open_font_checked'
/usr/bin/ld: src/xcb.o: in function load_font:src/xcb.c:47: error: undefined 
reference to 'xcb_list_fonts_with_info'
/usr/bin/ld: src/xcb.o: in function load_font:src/xcb.c:52: error: undefined 
reference to 'xcb_list_fonts_with_info_reply'
/usr/bin/ld: src/xcb.o: in function load_font:src/xcb.c:55: error: undefined 
reference to 'xcb_list_fonts_with_info_name'
/usr/bin/ld: src/xcb.o: in function load_font:src/xcb.c:55: error: undefined 
reference to 'xcb_list_fonts_with_info_name_length'
/usr/bin/ld: src/xcb.o: in function predict_text_width:src/xcb.c:348: error: 
undefined reference to 'xcb_query_font_unchecked'
/usr/bin/ld: src/xcb.o: in function predict_text_width:src/xcb.c:348: error: 
undefined reference to 'xcb_query_font_reply'
/usr/bin/ld: src/xcb.o: in function predict_text_width:src/xcb.c:349: error: 
undefined reference to 'xcb_query_font_char_infos'
/usr/bin/ld: src/xcb.o: in function create_window:src/xcb.c:104: error: 
undefined reference to 'xcb_create_glyph_cursor'
/usr/bin/ld: src/xcb.o: in function create_window:src/xcb.c:109: error: 
undefined reference to 'xcb_create_window'
/usr/bin/ld: src/xcb.o: in function create_window:src/xcb.c:109: error: 
undefined reference to 'xcb_create_window'
/usr/bin/ld: src/xcb.o: in function cached_pixmap_prepare:src/xcb.c:292: error: 
undefined reference to 'xcb_create_gc'
/usr/bin/ld: src/xinerama.o: in function initialize_screen:src/xinerama.c:147: 
error: undefined reference to 'xcb_create_gc'
/usr/bin/ld: src/xinerama.o: in function 
initialize_xinerama:src/xinerama.c:246: error: undefined reference to 
'xcb_get_extension_data'
collect2: ld returned 1 exit status
make[1]: *** [all] Error 1



--- End Message ---
--- Begin Message ---
Source: i3-wm
Source-Version: 3.d-1

We believe that the bug you reported is fixed in the latest version of
i3-wm, which is due to be installed in the Debian FTP archive:

i3-wm-dbg_3.d-1_amd64.deb
  to main/i/i3-wm/i3-wm-dbg_3.d-1_amd64.deb
i3-wm_3.d-1.diff.gz
  to main/i/i3-wm/i3-wm_3.d-1.diff.gz
i3-wm_3.d-1.dsc
  to main/i/i3-wm/i3-wm_3.d-1.dsc
i3-wm_3.d-1_amd64.deb
  to main/i/i3-wm/i3-wm_3.d-1_amd64.deb
i3-wm_3.d.orig.tar.gz
  to main/i/i3-wm/i3-wm_3.d.orig.tar.gz
i3_3.d-1_amd64.deb
  to main/i/i3-wm/i3_3.d-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 554...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Stapelberg <mich...@stapelberg.de> (supplier of updated i3-wm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 09 Nov 2009 20:53:43 +0100
Source: i3-wm
Binary: i3 i3-wm i3-wm-dbg
Architecture: source amd64
Version: 3.d-1
Distribution: unstable
Urgency: low
Maintainer: Michael Stapelberg <mich...@stapelberg.de>
Changed-By: Michael Stapelberg <mich...@stapelberg.de>
Description: 
 i3         - metapackage (i3 window manager, screen locker, menu, statusbar)
 i3-wm      - an improved dynamic tiling window manager
 i3-wm-dbg  - Debugging symbols for the i3 window manager
Closes: 554860
Changes: 
 i3-wm (3.d-1) unstable; urgency=low
 .
   * Implement tabbing (command "T")
   * Implement horizontal resize of containers (containers! not windows)
   * Implement the urgency hint for windows/workspaces
   * Implement vim-like marks (mark/goto command)
   * Implement stack-limit for further defining how stack windows should look
   * Implement modes which allow you to use a different set of keybindings
     when inside a specific mode
   * Implement changing the default mode of containers
   * Implement long options (--version, --no-autostart, --help, --config)
   * Implement 'bt' to toggle between the different border styles
   * Implement an option to specify the default border style
   * Use a yacc/lex parser/lexer for the configuration file
   * The number of workspaces is now dynamic instead of limited to 10
   * Floating windows (and tiled containers) can now be resized using
     floating_modifier and right mouse button
   * Dock windows can now reconfigure their height
   * Bugfix: Correctly handle multiple messages on the IPC socket
   * Bugfix: Correctly use base_width, base_height and size increment hints
   * Bugfix: Correctly send fake configure_notify events
   * Bugfix: Don’t crash if the numlock symbol cannot be found
   * Bugfix: Don’t display a colon after unnamed workspaces
   * Bugfix: If the pointer is outside of the screen when starting, fall back to
     the first screen.
   * Bugfix: Initialize screens correctly when not using Xinerama
   * Bugfix: Correctly handle unmap_notify events when resizing
   * Bugfix: Correctly warp pointer after rendering the layout
   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
   * Explicitly specify -lxcb when linking (Closes: #554860)
Checksums-Sha1: 
 f606fbd39a181114cd26e45b03905198ee93f34f 1282 i3-wm_3.d-1.dsc
 8105c3bd689f7378a89a166eddeceba3a02860f0 194086 i3-wm_3.d.orig.tar.gz
 fc28f96f6bfb7b56cd62340f4cfa0a6fb21f0e90 5578 i3-wm_3.d-1.diff.gz
 8ae0ecc2712109ed7017786b0fac7162b187f2a0 4824 i3_3.d-1_amd64.deb
 ba0bfbaa1a38673ada3ece3d498ea12cbdddd7e6 163090 i3-wm_3.d-1_amd64.deb
 e4386bea64b2470e86497cdbed3aaab0833fd270 830532 i3-wm-dbg_3.d-1_amd64.deb
Checksums-Sha256: 
 5531d791d3f03d348a757be2d60e522291892fc92b17b62cda7f05af42e75dfd 1282 
i3-wm_3.d-1.dsc
 04c33d0a3526fd666f1caa7e4026173072edcbe7ab3e215af0ae8dd1e1c6f5e7 194086 
i3-wm_3.d.orig.tar.gz
 e7e479abd5e3ac24c650ac6712cf1aa54eb9a4bec79037b078a8c1dcdd2728d8 5578 
i3-wm_3.d-1.diff.gz
 71ade3a02e226a7f0956a72176b4b452de5cc3d0d81543c1b44ae4472d877d28 4824 
i3_3.d-1_amd64.deb
 a71a4947bae706fdf3dd5de62421e0f371eafb42dacd01cccbd36938fe7ed505 163090 
i3-wm_3.d-1_amd64.deb
 f0567e4f6c514e662641bc5f9ada4465213e3c215b6f5bebb2cbdf5386d2e5e9 830532 
i3-wm-dbg_3.d-1_amd64.deb
Files: 
 ec639dcdf1b53c6c1624a706ab36b0a3 1282 utils extra i3-wm_3.d-1.dsc
 8b4b2eb887ea900ba534bf84848c5a89 194086 utils extra i3-wm_3.d.orig.tar.gz
 18d9692a09252bdcec8fbff538e199e6 5578 utils extra i3-wm_3.d-1.diff.gz
 eff0021caa89f29675515d052e6ef474 4824 x11 extra i3_3.d-1_amd64.deb
 a0957a9b0121225aa79311b52962c223 163090 x11 extra i3-wm_3.d-1_amd64.deb
 383a364666c0c143e81fe956d4a227c7 830532 debug extra i3-wm-dbg_3.d-1_amd64.deb

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

iEYEARECAAYFAkr4jWQACgkQ9su5nWW3kMLosgCfeQNZcT0l78Uz6notZ/mI6WW8
8TcAn1L+VDpkkV1Ch2Hn2Lhpfm+zmcAI
=n2r4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to