[ubuntu/precise-proposed] compiz 1:0.9.7.2-0ubuntu1 (Accepted)

Didier Roche didrocks at ubuntu.com
Fri Mar 23 12:39:14 UTC 2012


compiz (1:0.9.7.2-0ubuntu1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream snapshot:
    - Fix global menu not being ergonomical on large screens (LP: #682788)
    - Fix Alt+Right arrow key (LP: #943612)
    - Fix key bindings for actions while doing tap detection (LP: #944631)
    - Window movement is erratic and buggy, backport (LP: #923683)
    - CompScreenImpl::addAction(CompAction*): Assertion `priv->initialized'
      failed (LP: #946118)
    - gtk-window-decorator crash with SIGSEGV in max_window_name_width()
      (LP: #937815)
    - Finish the implementation of the locally integrated menubars
      (LP: #931245)
    - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
    - Pressing alt doesn't show the menu title bar in top panel (LP: #943194)
    - Fix Alt stealing focus from widgets (LP: #943851)
    - Fix Alt + drag (LP: #945373)
    - lp:compiz-core fails parallel builds (make -jN) (LP: #938417)
    - Changing the HUD shortcut disables all Alt-based combinations. And
      changing the Dash shortcut disables all Super-based shortcuts
      (LP: #945816)
    - Fix key bindings (such as Super) not working on empty workspace or on
      slow/loaded systems (LP: #953089)
    - compiz crashed with signal 5 in Glib::exception_handlers_invoke()
      (LP: #808007)
    - Fix segfault caused by r3043 (LP: #958540)
  * Removed cherry-picked patches:
    - debian/patches/fix_806255.patch
    - debian/patches/fix_923683.patch
    - debian/patches/fix_943194.patch
    - debian/patches/fix_944631.patch
    - debian/patches/fix_alt_pressing.patch
    - debian/patches/additional_alt_tapping_fix.patch

  [ Didier Roche ]
  * pick upstream fix, debian/patches/fix_953839.patch:
    [regression] Invisible resize border is now only 1px wide (LP: #953839)
  * debian/patches/revert_lim.patch:
    - revert the integrated menu patch. It won't be released in precise and
      triggers a regression (in bug #962085)
  * debian/patches/fix_953089_2.patch:
    - second trial to fix remaining corner cases
  * debian/patches/exit_1_if_composite_cant_init.patch:
    - try to workaround a crasher which seems to happen when the composite
      plugin failed to initialize. Hopefully exiting 1 will make gnome-session
      respawning compiz and then the init will work. (LP: #833729)
  * debian/patches/always_replace.patch:
    - right now, always replace the current WM as it seems that some people
      got another compositor running at the start of the session. This will
      hopefully workaround the issue that some people experience.

Date: Fri, 23 Mar 2012 09:13:51 +0100
Changed-By: Didier Roche <didrocks at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/compiz/1:0.9.7.2-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 23 Mar 2012 09:13:51 +0100
Source: compiz
Binary: compiz compiz-core compiz-dev compiz-kde compiz-gnome compiz-plugins-default compiz-plugins libdecoration0 libdecoration0-dev
Architecture: source
Version: 1:0.9.7.2-0ubuntu1
Distribution: precise-proposed
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Didier Roche <didrocks at ubuntu.com>
Description: 
 compiz     - OpenGL window and compositing manager
 compiz-core - OpenGL window and compositing manager
 compiz-dev - OpenGL window and compositing manager - development files
 compiz-gnome - OpenGL window and compositing manager - GNOME window decorator
 compiz-kde - OpenGL window and compositing manager - KDE window decorator
 compiz-plugins - OpenGL window and compositing manager - plugins
 compiz-plugins-default - OpenGL window and compositing manager - default plugins
 libdecoration0 - Compiz window decoration library
 libdecoration0-dev - Compiz window decoration library - development files
Launchpad-Bugs-Fixed: 682788 806255 808007 833729 923683 931245 937815 938417 943194 943612 943851 944631 945373 945816 946118 953089 953839 958540
Changes: 
 compiz (1:0.9.7.2-0ubuntu1) precise-proposed; urgency=low
 .
   [ Łukasz 'sil2100' Zemczak ]
   * New upstream snapshot:
     - Fix global menu not being ergonomical on large screens (LP: #682788)
     - Fix Alt+Right arrow key (LP: #943612)
     - Fix key bindings for actions while doing tap detection (LP: #944631)
     - Window movement is erratic and buggy, backport (LP: #923683)
     - CompScreenImpl::addAction(CompAction*): Assertion `priv->initialized'
       failed (LP: #946118)
     - gtk-window-decorator crash with SIGSEGV in max_window_name_width()
       (LP: #937815)
     - Finish the implementation of the locally integrated menubars
       (LP: #931245)
     - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
     - Pressing alt doesn't show the menu title bar in top panel (LP: #943194)
     - Fix Alt stealing focus from widgets (LP: #943851)
     - Fix Alt + drag (LP: #945373)
     - lp:compiz-core fails parallel builds (make -jN) (LP: #938417)
     - Changing the HUD shortcut disables all Alt-based combinations. And
       changing the Dash shortcut disables all Super-based shortcuts
       (LP: #945816)
     - Fix key bindings (such as Super) not working on empty workspace or on
       slow/loaded systems (LP: #953089)
     - compiz crashed with signal 5 in Glib::exception_handlers_invoke()
       (LP: #808007)
     - Fix segfault caused by r3043 (LP: #958540)
   * Removed cherry-picked patches:
     - debian/patches/fix_806255.patch
     - debian/patches/fix_923683.patch
     - debian/patches/fix_943194.patch
     - debian/patches/fix_944631.patch
     - debian/patches/fix_alt_pressing.patch
     - debian/patches/additional_alt_tapping_fix.patch
 .
   [ Didier Roche ]
   * pick upstream fix, debian/patches/fix_953839.patch:
     [regression] Invisible resize border is now only 1px wide (LP: #953839)
   * debian/patches/revert_lim.patch:
     - revert the integrated menu patch. It won't be released in precise and
       triggers a regression (in bug #962085)
   * debian/patches/fix_953089_2.patch:
     - second trial to fix remaining corner cases
   * debian/patches/exit_1_if_composite_cant_init.patch:
     - try to workaround a crasher which seems to happen when the composite
       plugin failed to initialize. Hopefully exiting 1 will make gnome-session
       respawning compiz and then the init will work. (LP: #833729)
   * debian/patches/always_replace.patch:
     - right now, always replace the current WM as it seems that some people
       got another compositor running at the start of the session. This will
       hopefully workaround the issue that some people experience.
Checksums-Sha1: 
 4e732b441f4b11dbf50d95aede08ea2e4867eefe 2578 compiz_0.9.7.2-0ubuntu1.dsc
 406a446e56edd8d2379f070357fb9ce7dcf11469 1006155 compiz_0.9.7.2.orig.tar.bz2
 8466ad0b0c29c13b8efbf7f695eea52ff03a4b9b 55223 compiz_0.9.7.2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c64b2ec06e75e47c246c45c926bde5d3b59e44dea417a85f2709198c2d5f656f 2578 compiz_0.9.7.2-0ubuntu1.dsc
 8911e0233e46e8554e8af0680ccedde329e8ae3e937f10c3809513d674ebe864 1006155 compiz_0.9.7.2.orig.tar.bz2
 5e545925214e41dadd1ffa7f7399219f1f90b6fc20ace8532057a2eef00fa13c 55223 compiz_0.9.7.2-0ubuntu1.debian.tar.gz
Files: 
 bf57f57b4071ffb31a111d7ec3a75f95 2578 x11 optional compiz_0.9.7.2-0ubuntu1.dsc
 32e7d525ab362db3433b95be87e9061a 1006155 x11 optional compiz_0.9.7.2.orig.tar.bz2
 1bc3d9babbbfdb1752d8ba02a7496189 55223 x11 optional compiz_0.9.7.2-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>


More information about the Precise-changes mailing list