[ubuntu/precise] compiz 1:0.9.7.0+bzr3035-0ubuntu1 (Accepted)

Didier Roche didrocks at ubuntu.com
Mon Mar 12 09:25:54 UTC 2012


compiz (1:0.9.7.0+bzr3035-0ubuntu1) precise; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * New upstream snapshot:
    - Fix gtk-window-decorator crash upon demaximizing a window (LP: #930071)
    - Fix core keybindings (LP: #930412)
    - Fixes compiz crash with SIGSEGV on shutdown (LP: #931283)
    - Plugins can't tell the difference between a key-tap and modifier
      key-release (LP: #925293)
    - compiz-core r3001 (and 3002) ftbfs (LP: #933226)
    - Semi-maximized windows have no shadow or frame (LP: #924736)
    - Untranslated strings in gtk-window-decorator (LP: #780505)
    - Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
    - [regression] Customized shortcuts don't work (LP: #931927)
    - Window stacking problem (LP: #936675)
    - Quickly demaximized windows can receive maximized window decorations if
      they were initially maximized (LP: #936778)
    - Maximized windows do not get shadows at all (LP: #936774)
    - [regression] Launcher, top panel and keyboard un-responsive after using
      any Super-x shortcut (LP: #934058)
    - No draggable border if mutter isn't installed (LP: #936781)
    - Fix compiz crash with SIGSEGV in XDefineCursor() (LP: #936487)
    - Fixes memory leak at DecorWindow::updateSwitcher() (LP: #940115)
    - Unresolved symbols in plugins cause compiz to exit (LP: #938478)
    - Fix compiz spending about 51% of its CPU time in CompRegion
      construction/destruction (LP: #940139)
    - Fix Conditional jump or move depends on uninitialised value(s) in
      decor_match_pixmap (LP: #940066)
    - Fix 'show desktop' behaviour (LP: #871801)
    - Tweak algorithm used to cast shadows on maximized windows (LP: #936784)
    - "Svg" and "Png" should be "SVG and "PNG" (LP: #942890)
    - Fix invalid memory usage after free() in DecorWindow (LP: #943116)
    - Fix alt + F10 (LP: #943223)
  * Removed cherry-picked patches
  * debian/patches/fix_944631.patch:
    - Always replay the keyboard if something was grabbed and didn't trigger
      an action and don't trigger actions which aren't added accidentally
      (LP: #943612) (LP: #944631)
  * debian/patches/fix_923683.patch:
    - Backports a patch which prevents the shift race condition

  [ Didier Roche ]
  * debian/patches/fix_alt_pressing.patch:
    - Patch from ddv to fix all the regressions with the alt key fix and other
      (LP: #943851, #945373)
    - Fix Quicklist are not showing if right-clicking a launcher icon in Expo
      mode if triggered by Super + S (LP: #944979)
  * debian/patches/fix_806255.patch:
    - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
  * debian/patches/fix_943194.patch:
    - second part for the alt key fix (LP: #943194)
  * debian/patches/additional_alt_tapping_fix.patch:
    - again another alt tapping related fix for some regressions from the
      previous branch. Taken from "tapping-panacea" upstream branch.

Date: Mon, 12 Mar 2012 10:22:10 +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.0+bzr3035-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 12 Mar 2012 10:22:10 +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.0+bzr3035-0ubuntu1
Distribution: precise
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: 780505 806255 871801 924736 925293 930071 930412 931283 931927 932087 933226 934058 936487 936675 936774 936778 936781 936784 938478 940066 940115 940139 942890 943116 943194 943223 943612 943851 944631 944979 945373
Changes: 
 compiz (1:0.9.7.0+bzr3035-0ubuntu1) precise; urgency=low
 .
   [ Łukasz 'sil2100' Zemczak ]
   * New upstream snapshot:
     - Fix gtk-window-decorator crash upon demaximizing a window (LP: #930071)
     - Fix core keybindings (LP: #930412)
     - Fixes compiz crash with SIGSEGV on shutdown (LP: #931283)
     - Plugins can't tell the difference between a key-tap and modifier
       key-release (LP: #925293)
     - compiz-core r3001 (and 3002) ftbfs (LP: #933226)
     - Semi-maximized windows have no shadow or frame (LP: #924736)
     - Untranslated strings in gtk-window-decorator (LP: #780505)
     - Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
     - [regression] Customized shortcuts don't work (LP: #931927)
     - Window stacking problem (LP: #936675)
     - Quickly demaximized windows can receive maximized window decorations if
       they were initially maximized (LP: #936778)
     - Maximized windows do not get shadows at all (LP: #936774)
     - [regression] Launcher, top panel and keyboard un-responsive after using
       any Super-x shortcut (LP: #934058)
     - No draggable border if mutter isn't installed (LP: #936781)
     - Fix compiz crash with SIGSEGV in XDefineCursor() (LP: #936487)
     - Fixes memory leak at DecorWindow::updateSwitcher() (LP: #940115)
     - Unresolved symbols in plugins cause compiz to exit (LP: #938478)
     - Fix compiz spending about 51% of its CPU time in CompRegion
       construction/destruction (LP: #940139)
     - Fix Conditional jump or move depends on uninitialised value(s) in
       decor_match_pixmap (LP: #940066)
     - Fix 'show desktop' behaviour (LP: #871801)
     - Tweak algorithm used to cast shadows on maximized windows (LP: #936784)
     - "Svg" and "Png" should be "SVG and "PNG" (LP: #942890)
     - Fix invalid memory usage after free() in DecorWindow (LP: #943116)
     - Fix alt + F10 (LP: #943223)
   * Removed cherry-picked patches
   * debian/patches/fix_944631.patch:
     - Always replay the keyboard if something was grabbed and didn't trigger
       an action and don't trigger actions which aren't added accidentally
       (LP: #943612) (LP: #944631)
   * debian/patches/fix_923683.patch:
     - Backports a patch which prevents the shift race condition
 .
   [ Didier Roche ]
   * debian/patches/fix_alt_pressing.patch:
     - Patch from ddv to fix all the regressions with the alt key fix and other
       (LP: #943851, #945373)
     - Fix Quicklist are not showing if right-clicking a launcher icon in Expo
       mode if triggered by Super + S (LP: #944979)
   * debian/patches/fix_806255.patch:
     - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
   * debian/patches/fix_943194.patch:
     - second part for the alt key fix (LP: #943194)
   * debian/patches/additional_alt_tapping_fix.patch:
     - again another alt tapping related fix for some regressions from the
       previous branch. Taken from "tapping-panacea" upstream branch.
Checksums-Sha1: 
 6a64f0cd22a76d19e18020301c41f389bdb42334 2634 compiz_0.9.7.0+bzr3035-0ubuntu1.dsc
 ccf922e7a8e4b28e2913dde2543edc82f7e83de5 1011566 compiz_0.9.7.0+bzr3035.orig.tar.bz2
 60f139b779d5c25b414d91e0895815afbd640926 45003 compiz_0.9.7.0+bzr3035-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 151d2a56314cb0b9b6899c917676afa31fea7654461e08180204eb23a61ed9f0 2634 compiz_0.9.7.0+bzr3035-0ubuntu1.dsc
 359ae5ea42bb380ba428d74d50caec1821e2f81ce8ce6943b57061171d5b5bd1 1011566 compiz_0.9.7.0+bzr3035.orig.tar.bz2
 b2a02d264c598a4deff0507ae6e10c8b9307a716e0a9c249f010119f6bd13a83 45003 compiz_0.9.7.0+bzr3035-0ubuntu1.debian.tar.gz
Files: 
 b7ff9d5558d023a7611521ec2fb16f67 2634 x11 optional compiz_0.9.7.0+bzr3035-0ubuntu1.dsc
 a5088ef88037b233edc32f56d7333a6f 1011566 x11 optional compiz_0.9.7.0+bzr3035.orig.tar.bz2
 354a4b9e89fadb2de2f1a1bea517157c 45003 x11 optional compiz_0.9.7.0+bzr3035-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>

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

iEYEARECAAYFAk9dwH4ACgkQmLJKnOSsII6QhgCeI8Vyr2w+QzQ3W+6R2+A3agT2
lXoAnRPb38Bz0fvPa6NRURbs+0HdAGuX
=jEU3
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list