~timo-jyrinki/compiz/ubuntu_1204sru

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Timo Jyrinki
  • Date: 2012-11-12 05:52:47 UTC
  • Revision ID: timo.jyrinki@canonical.com-20121112055247-wcfc10w06sadsmc0
* New upstream stable branch snapshot.
  - Includes all the previous cherry-picked fixes
  - Add support for initiating window picker in other than nomal mode. 
    For now added only the additional 'All windows' picker.
    (LP: #933776) (LP: #955035)
  - If running test cases under a real X server, we don't care if Xvfb 
    is missing (LP: #994841)
  - Fix crash when imgsvg is loaded, due to missing symbol 
    (decor_apply_gravity from libdecoration). (LP: #956986)
  - Fix multiple window placement bugs (LP: #974242) (LP: #976032)
  - Fix window handle leak causing gradual degradation in desktop 
    performance (LP: #1050610)
  - Some decoration pixmaps get leaked on window resize, due to race 
    conditions between gtk-window-decorator and the decor plugin.
    (LP: #1057263)
  - Avoid a NULL dereference and give a useful error message instead.
    (LP: #944653)
  - Fix leakage of destroyed_pixmaps_table, containing pointers to freed 
    decor_t's which could result in a freed GHashTable being passed into 
    g_hash_table_remove and causing a crash. (LP: #1060171)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
compiz (1:0.9.7.8+bzr3121-0ubuntu1~test1) precise; urgency=low
 
2
 
 
3
  * New upstream stable branch snapshot.
 
4
    - Includes all the previous cherry-picked fixes
 
5
    - Add support for initiating window picker in other than nomal mode. 
 
6
      For now added only the additional 'All windows' picker.
 
7
      (LP: #933776) (LP: #955035)
 
8
    - If running test cases under a real X server, we don't care if Xvfb 
 
9
      is missing (LP: #994841)
 
10
    - Fix crash when imgsvg is loaded, due to missing symbol 
 
11
      (decor_apply_gravity from libdecoration). (LP: #956986)
 
12
    - Fix multiple window placement bugs (LP: #974242) (LP: #976032)
 
13
    - Fix window handle leak causing gradual degradation in desktop 
 
14
      performance (LP: #1050610)
 
15
    - Some decoration pixmaps get leaked on window resize, due to race 
 
16
      conditions between gtk-window-decorator and the decor plugin.
 
17
      (LP: #1057263)
 
18
    - Avoid a NULL dereference and give a useful error message instead.
 
19
      (LP: #944653)
 
20
    - Fix leakage of destroyed_pixmaps_table, containing pointers to freed 
 
21
      decor_t's which could result in a freed GHashTable being passed into 
 
22
      g_hash_table_remove and causing a crash. (LP: #1060171)
 
23
 
 
24
 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Fri, 09 Nov 2012 12:14:27 +0200
 
25
 
1
26
compiz (1:0.9.7.8-0ubuntu1.3) precise-proposed; urgency=low
2
27
 
3
28
  [ Łukasz 'sil2100' Zemczak ]