Merge lp:~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116 into lp:ubuntu/quantal-proposed/compiz

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116
Merge into: lp:ubuntu/quantal-proposed/compiz
Diff against target: 2916 lines (+2898/-0) (has conflicts)
2 files modified
VERSION (+4/-0)
debian/changelog (+2894/-0)
Text conflict in VERSION
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+155391@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/quantal-proposed/compiz reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/quantal/compiz/quantal-proposed-201303260116. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

3325. By Didier Roche-Tolomelli

releasing version 1:0.9.8.4+bzr3412-0ubuntu0.1

3324. By Didier Roche-Tolomelli

releasing version 1:0.9.8.4+bzr3412-0ubuntu1

3323. By Timo Jyrinki

* New upstream snapshot.
  - Avoid duplicate template instantiations of PluginClassHandler<>, at
    least for those plugins that get re-used by others. (LP: #1065815)
  - Don't try to dereference NULL, which is returned by
    ccsGConfIntegratedSettingReadValue when it gets unexpected data
    from gconf. (LP: #1056615)
  - Stop the resize border (Rectangle resize mode) from flickering
    slightly. (LP: #1068518)

3322. By Didier Roche-Tolomelli

releasing version 1:0.9.8.4+bzr3407-0ubuntu1

3321. By Didier Roche-Tolomelli

releasing version 1:0.9.8.4-0ubuntu3

3320. By Didier Roche-Tolomelli

fix as gsettings directly doesn't work

3319. By Didier Roche-Tolomelli

* debian/config, debian/compiz-gnome.migrations,
  debian/00_remove_unityshell_in_gnome_session.py:
  - For new users and users already on quantal before this fix, remove the
    local config file created if you logged in the classic session hiding the
    system one. Also, as the global default is including the unity* plugins,
    remove them from the list of plugins the first time you log in.

3318. By Didier Roche-Tolomelli

* debian/config, :
  - add the default gnome_session profile to use gsettings as the migrated
    user are on this profile (LP: #1036752). The existing migration scripts
    will upgrade the user config.

3317. By Didier Roche-Tolomelli

releasing version 1:0.9.8.4-0ubuntu2

3316. By Didier Roche-Tolomelli

* debian/patches/unity_support_test.patch:
  - force llvmpipe in the unity profile if we are in the grey zone, meaning:
    the card and drivers have opengl support, however, it doesn't met unity
    requirements (opengl < 1.4, no vertex shaders support…). Thanks duflu
    (LP: #1039155)
    Note that we already discourage them to upgrade from precise to quantal
    with a warning before the upgrade, however let's get a slow ui rather
    than none on the iso as well.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'VERSION'
2--- VERSION 2012-12-04 12:41:40 +0000
3+++ VERSION 2013-03-26 03:04:22 +0000
4@@ -1,1 +1,5 @@
5+<<<<<<< TREE
6 0.9.8.6
7+=======
8+0.9.8.5
9+>>>>>>> MERGE-SOURCE
10
11=== modified file 'debian/00_remove_unityshell_in_gnome_session.py' (properties changed: -x to +x)
12=== modified file 'debian/changelog'
13--- debian/changelog 2012-12-04 12:41:40 +0000
14+++ debian/changelog 2013-03-26 03:04:22 +0000
15@@ -1,3 +1,4 @@
16+<<<<<<< TREE
17 compiz (1:0.9.8.6-0ubuntu1) quantal-proposed; urgency=low
18
19 * New upstream release.
20@@ -2914,3 +2915,2896 @@
21
22 -- Thierry Reding <thierry@gilfi.de> Fri, 29 Sep 2006 07:56:05 +0200
23
24+=======
25+compiz (1:0.9.8.4+bzr3412-0ubuntu0.1) quantal-proposed; urgency=low
26+
27+ * New upstream snapshot.
28+ - Avoid duplicate template instantiations of PluginClassHandler<>, at
29+ least for those plugins that get re-used by others. (LP: #1065815)
30+ - Don't try to dereference NULL, which is returned by
31+ ccsGConfIntegratedSettingReadValue when it gets unexpected data
32+ from gconf. (LP: #1056615)
33+ - Stop the resize border (Rectangle resize mode) from flickering
34+ slightly. (LP: #1068518)
35+
36+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Fri, 09 Nov 2012 09:52:15 +0200
37+
38+compiz (1:0.9.8.4+bzr3407-0ubuntu1) quantal-proposed; urgency=low
39+
40+ * New upstream snapshot.
41+ - Cherry-picked fixes in Ubuntu merged to development branch
42+ - Fix leakage of destroyed_pixmaps_table, containing pointers to freed
43+ decor_t's which could result in a freed GHashTable being passed into
44+ g_hash_table_remove and causing a crash. (LP: #1060171)
45+
46+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Fri, 12 Oct 2012 13:36:25 +0300
47+
48+compiz (1:0.9.8.4-0ubuntu3) quantal-proposed; urgency=low
49+
50+ * debian/config, debian/compiz-gnome.migrations,
51+ debian/00_remove_unityshell_in_gnome_session.py:
52+ - add the default gnome_session profile to use gsettings as the migrated
53+ user are on this profile (LP: #1036752). The existing migration scripts
54+ will upgrade the user config.
55+ - For new users and users already on quantal before this fix, remove the
56+ local config file created if you logged in the classic session hiding the
57+ system one. Also, as the global default is including the unity* plugins,
58+ remove them from the list of plugins the first time you log in.
59+
60+ -- Didier Roche <didrocks@ubuntu.com> Wed, 17 Oct 2012 12:19:08 +0200
61+
62+compiz (1:0.9.8.4-0ubuntu2) quantal; urgency=low
63+
64+ * debian/patches/unity_support_test.patch:
65+ - force llvmpipe in the unity profile if we are in the grey zone, meaning:
66+ the card and drivers have opengl support, however, it doesn't met unity
67+ requirements (opengl < 1.4, no vertex shaders support…). Thanks duflu
68+ (LP: #1039155)
69+ Note that we already discourage them to upgrade from precise to quantal
70+ with a warning before the upgrade, however let's get a slow ui rather
71+ than none on the iso as well.
72+
73+ -- Didier Roche <didrocks@ubuntu.com> Tue, 09 Oct 2012 15:26:52 +0200
74+
75+compiz (1:0.9.8.4-0ubuntu1) quantal-proposed; urgency=low
76+
77+ * debian/control:
78+ - Add dependency on gnome-settings-daemon for compiz-gnome, since some
79+ tests need the g-s-d gsetting schemas
80+ * New upstream release.
81+ - FTBFS with -DCOMPIZ_BUILD_TESTING=OFF if libgtest-dev is not installed
82+ (LP: #1057421)
83+ - [performance] glXSwapIntervalEXT called every frame, which is very slow
84+ on Nvidia. (LP: #1051286)
85+ - opacify plugin: opacity isn't reset after switching window (LP: #1050757)
86+ - cmake fails on python 2.6 as sys.version_info does not contain
87+ major_version or minor_version (LP: #1048964)
88+ - scale mode is not visible if a fullscreen window is unredirected
89+ (LP: #1047168)
90+ - Unredirected fullscreen windows flicker briefly when another window
91+ (like a menu) opens above them (LP: #1046664)
92+ - Week33 - Grid highlight window appears while switching between workspaces
93+ (LP: #1037142)
94+ - gtk-window-decorator leaks large numbers of pixmaps and pixmap memory
95+ (LP: #1057263)
96+ - [fglrx] compiz crashed with SIGSEGV in glXDestroyContext()
97+ [/usr/lib/fglrx/libGL.so.1] from GLScreen::~GLScreen() (LP: #1054724)
98+ - Maximized window gets unredirected when it's not fullscreen
99+ (LP: #1053902)
100+ - Double shortcuts conflict with gnome-control-center ones (LP: #1050796)
101+ - gtk-window-decorator leaking window handles. Window operations become
102+ sluggish after a few days of usage (LP: #1050610)
103+ - [valgrind] Up to 520,000 bytes lost when running
104+ CCSGSettingsBackendConceptTest (LP: #1049169)
105+ - 1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings keys to
106+ wrong values (LP: #1042041)
107+ - Compiz r3275 breaks VirtualBox Guest Additions: black screen or just
108+ wallpaper (LP: #1030891)
109+ - Incorrect (low/stuttering) refresh rate with NVIDIA driver (LP: #92599)
110+ - ARM build broken with 'swapInterval' is not a member of 'GL'
111+ (LP: #1056645)
112+ - compiz.fix_927168 broke ARM building (LP: #1052838)
113+ - compiz crashed with SIGSEGV in __strcasestr_ia32() from
114+ ccsStringToModifiers(binding=NULL) (LP: #1041535)
115+ * Cherry-picked from upstream:
116+ - ABI bump due to an ABI change in the composite plugin
117+ - Removed schema keys still used in keybindings and automated tests
118+ (LP: #1057955)
119+
120+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Thu, 27 Sep 2012 15:43:59 +0200
121+
122+compiz (1:0.9.8.2+bzr3377-0ubuntu1) quantal-proposed; urgency=low
123+
124+ [ Sam Spilsbury ]
125+ * debian/python-compizconfig.install
126+ - Install compizconfig-python.pc
127+ * debian/patches/100_expo_layout.patch
128+ - re-add the expo layout that used to be in precise (LP: #1047067)
129+ - add some testcases
130+
131+ [ Timo Jyrinki ]
132+ * New upstream snapshot.
133+ - Fix multiple window placement bugs (LP: #974242) (LP: #976032)
134+ - Don't waste CPU looping through and looking at all the windows if you're
135+ rendering an output that has no damage on it. (LP: #1014986)
136+ - Updated convert files to fix some typos in the key names. (LP: #1041631)
137+ - Fix crash when imgsvg is loaded, due to missing symbol
138+ (decor_apply_gravity from libdecoration). (LP: #956986)
139+ - Treat unresolved symbols at link time as an error, rather than letting
140+ them through and cause strange crashes later. (LP: #1043143)
141+ - Refactors a little bit of the upgrade code and gets it under test to
142+ prepare to fix (LP: #1042537)
143+ - Updated AUTHORS from the full bzr log, and re-sort the list.
144+ (LP: #1042095)
145+ - Fixes FTBFS for kde4-window-decorator (LP: #1041310)
146+ - Fix obvious omissions from the introduction of unminimize_*,
147+ which were causing the unminimize animation settings to be ignored
148+ (LP: #1040455)
149+ - resize plugin: don't crash if resize wasn't initiated externally
150+ (LP: #1045191)
151+ - Clean up capitalization (LP: #1045652)
152+ - Avoid division by zero, if plugins try to deform a window down to size
153+ zero. (LP: #1045235)
154+ - Make "Unredirect Fullscreen Windows" more reliable. This fixes the
155+ problem with unredirection failing to engage at all (LP: #1041066) when
156+ gtk-window-decorator creates offscreen windows that are stacked on top.
157+ This also fixes the problem with unredirect hiding all windows,
158+ because it thinks the desktop window should be stacked on top
159+ (LP: #980663).
160+ - Ensure unredirected windows don't stay unredirected if they're no longer
161+ on top. (LP: #1041047)
162+ - Fix launching terminal functionality and make show-hud default key
163+ visible. Update the defaults to org.compiz.integrated to reflect the
164+ actual gnome values pre-gnome-3. (LP: #1040081) (LP: #1046199)
165+ (LP: #1046190)
166+ - Fix show-hud, bump COMPIZ_GNOME_INTEGRATED_SETTINGS_LIST_SIZE.
167+ (LP: #1046212)
168+ - Fixed: Windows with an alpha-channel, like gnome-terminal, were not
169+ being considered as possibly covering fullscreen windows. But they most
170+ certainly can. This ensures such RGBA windows are visible if they're
171+ stacked above a fullscreen window. (LP: #1046661)
172+ - Remove ListToStringList (LP: #1046184)
173+ - Fix typo causing CMake Error (LP: #1045665)
174+ - Transitions gtk-window-decorator over to use GSettings. Add a testing
175+ framework for the options code. (LP: #1042323)
176+ - Also need kdeworkspace since kdecorationbridge.h is there
177+ (LP: #1046770)
178+ - Implements some cleanup that was suggested on the merge for the original
179+ port to gsettings. Other issues fixed as well. (LP: #1042323)
180+ - Fix the case where a new gsettings schema got added for building but
181+ it wasn't recompiled locally (LP: #1046701)
182+ - Scale: select the window under the pointer, when the scale animation
183+ is over. (LP: #1045127)
184+ - Fixes the some "Use of uninitialised value" warnings reported by
185+ valgrind (LP: #1004336))
186+ - Check if org.gnome.mutter is available before using it (LP: #1048551)
187+ - We don't need to map our style windows, prevent them from cluttering
188+ up the paint queue (LP: #1042552)
189+ - Migrate profile independent keys separately from the profile
190+ dependent keys (LP: #1046190)
191+ - Don't ever enter the subdir of a plugin that is disabled. (LP: #1049100)
192+ - Workaround SubBuffer performance regression (LP: #1037411)
193+ - Changed the default placement of the benchmark window from 0,0 to
194+ 100,50. (LP: #1039406)
195+ - Ensure window decorations always get rendered after the window, not
196+ before. This is how it was in compiz 0.9.7, and is required in order
197+ to resolve unity panel shadow (LP: #1050704)
198+ - Fix CMakeLists.txt to bring an xslt file back to compiz-dev
199+ - Avoid a NULL dereference and give a useful error message instead
200+ (LP: #944653)
201+ - Fix (LP: #1050752)
202+ - Check that pixmaps which aren't managed by us actually exist before
203+ binding. (LP: #927168)
204+ - Fix flickering and performance problems with using Unredirect Fullscreen
205+ Windows with multiple monitors. (LP: #1050749) (LP: #1051885)
206+ * debian/compiz-dev.install
207+ - Remove compizconfig-python.pc, now in python-compizconfig.install
208+ * Drop dependency on libgconf2-dev, add gconf2 dependency to the
209+ transitional package for migrations
210+ * Add -DUSE_GCONF=OFF to debian/rules
211+ * debian/libdecoration0.symbols
212+ - Add decor_shadow_options_cmp
213+ * Cherry-pick fixes from trunk:
214+ - Fix FTBFS with BUILD_GLES
215+ * Restore 'Glide 2' unminimize animation via override
216+
217+ [ Didier Roche ]
218+ * debian/libdecoration0.symbols:
219+ - update the symbols file
220+ * add and cherry-pick missing ABI breakage bump
221+
222+ -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Sep 2012 17:39:05 +0200
223+
224+compiz (1:0.9.8.0-0ubuntu1) quantal-proposed; urgency=low
225+
226+ * debian/control, debian/rules:
227+ - enable gles on armel and armhf
228+ - use dh-translations rather than custom code
229+
230+ [ Sam Spilsbury ]
231+ * Enable OpenGL ES building
232+ - Refresh debian/patches/workaround_broken_drivers.patch
233+ - Remove non-ported plugins from compiz-plugins
234+ - Add FindOpenGLES2.cmake to compiz-dev
235+
236+ [ Timo Jyrinki ]
237+ * New upstream release.
238+ - Code to make compiz work on GLES. This includes several changes
239+ to the compiz API. (LP: #201342) (LP: #901097) (LP: #1004251)
240+ (LP: #1037710)
241+ - Draft first 0.9.8.0 NEWS and bump VERSION
242+ * debian/patches/compiz-package-gles2.patch:
243+ - Remove, obsoleted by the upstream GLES work
244+ * Disable plugins that don't work on pure GLES on armhf/armel:
245+ - bench, firepaint, mblur, showmouse, splash, showrepaint, td, widget
246+
247+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 31 Aug 2012 22:59:50 +0200
248+
249+compiz (1:0.9.8+bzr3319-0ubuntu3) quantal; urgency=low
250+
251+ * debian/control.in:
252+ - Recommends python-gconf for the migration script (lp: #1041498)
253+ * postinst/convert-files/compiz-profile-active-Default.convert,
254+ postinst/convert-files/compiz-profile-Default.convert:
255+ - updated to fix some key names typos in the list (lp: #1041631)
256+
257+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 28 Aug 2012 19:50:29 +0200
258+
259+compiz (1:0.9.8+bzr3319-0ubuntu2) quantal-proposed; urgency=low
260+
261+ * No change rebuild against the latest metacity
262+
263+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 24 Aug 2012 16:36:28 +1200
264+
265+compiz (1:0.9.8+bzr3319-0ubuntu1) quantal-proposed; urgency=low
266+
267+ [ Didier Roche ]
268+ * debian/patches/ubuntu-config.patch:
269+ - refresh with latest trunk
270+ * debian/*docs:
271+ - remove the TODO copy now removed upstream
272+ * debian/compiz-plugins.install:
273+ - install stackswitch, trip plugins
274+ * debian/rules, debian/control:
275+ - remove the compiz gnome-control-center key sedding through metacity.
276+ Compiz now directly ships them.
277+ - we do not need metacity-common anymore as a build-dep then
278+ * debian/compiz-gnome.migrations, debian/control:
279+ - build-dep on dh-migrations and ship gconf -> gsettings migration file
280+
281+ [ Matthieu Baerts (matttbe) ]
282+ * Update apport hook for python3 ; thanks to Edward Donovan (LP: #1013171)
283+
284+ [ Timo Jyrinki ]
285+ * New upstream snapshot.
286+ - Fix Compiz crash in movementWindowOnScreen (LP: #1015151)
287+ - Start window decorator when decor plugin starts (LP: #1014461)
288+ - Fixed: Crash in compiz::wall::movementWindowOnScreen (LP: #1015151)
289+ - Don't waste memory leaving /bin/sh running (LP: #1015422)
290+ - Add reliable detection of the compiz bin directory (LP: #1015898)
291+ - Check if the window would actually paint before painting the shadow,
292+ since it is possible that another plugin could be inhibiting paint of
293+ the dock window. (LP: #1012956)
294+ - Don't insert the window into the server list above the window it was
295+ created above. (LP: #1008020) (LP: #886605)
296+ - makes compiz enhanced zoom and show mouse plugins considerably
297+ smoother to use (LP: #930783)
298+ - Don't set decoration contexts on undecorated windows, since that
299+ might be read later and code will assume the window is decorated when
300+ it isn't. (LP: #1015593)
301+ - Fix potentially unterminated string leading to an uninitialized memory
302+ read (LP: #1018302)
303+ - Lift the 31/32 character restriction on key names that was causing so
304+ many warnings. It's now 1024 characters according to glib. (LP: #1018730)
305+ - Don't print the result of BUILD_DEB. It prevents ccsm et al from
306+ installing. (LP: #1018916)
307+ - Use the XDamage extension more efficiently (the way it was designed to be
308+ used). This dramatically reduces CPU usage, reduces wakeups, and
309+ increases frame rates. It also solves at least one observed performance
310+ bug (LP: #1007299) and probably several more.
311+ - Do the initial work to get libcompizconfig under test. (LP: #990690)
312+ - Add support for initiating window picker in other than nomal mode. For
313+ now added only the additional 'All windows' picker (LP: #933776)
314+ (LP: #955035)
315+ - Fixes (LP: #1018602) : An invalid read when using g_variant_iter_loop.
316+ - Don't allow unbinds of textures kept around for animations in any case,
317+ not just resizing. (LP: #1016366)
318+ - Wait for the server to finish processing requests before doing a bind
319+ (LP: #1016367)
320+ - Using the next/previous bindings the wall plugin didn't calculate
321+ correctly the next workspace when it reaches the begin or the end of a
322+ row of workspaces, so it didn't jump to the next line. (LP: #904205).
323+ - Added the plug-in "Stack Window Switcher" converted from git to bzr
324+ (including full history) to Compiz. (LP: #1012205)
325+ - Added the unsupported, but fully working plug-in "workspacenames"
326+ - Added the plug-in "Trip" (LP: #1012213)
327+ - Add extra checks to avoid passing an invalid xid to XGetWindowProperty
328+ which would result in fatal error: BadWindow (invalid Window parameter).
329+ (LP: #1019337)
330+ - Fix crash LP: #1019337 properly this time.
331+ - Added .convert files (for gsettings-data-convert) and a migration python
332+ script (best for usage with session-migrations) for migrating some compiz
333+ settings from gconf to gsettings
334+ - Fix CMake error when USER environment variable is not set (LP: #1023772)
335+ - Avoid severe artifacts and flickering when using LLVMpipe (LP: #1021104)
336+ - Fix build failure due to invalid sed expression (LP: #1023738)
337+ - Generate the CTestFile.cmake using cmake itself (LP: #1024214)
338+ - Avoid random build failures "_intltool_update-NOTFOUND: not found"
339+ by verifying intltool-update exists. If not, then fail cmake more
340+ cleanly with a nice error message telling the user how to install
341+ it. (LP: #1023742)
342+ - Fixed CompTimerTestCallback.TimerOrder failure on slow
343+ systems (like valgrind) (LP: #1021139)
344+ - Fix incorrect shell expansion, leading to invalid "sed" syntax
345+ (LP: #1029383)
346+ - Install the cmake helper macros and check for them in
347+ COMPIZ_CMAKE_MODULE_PATH (LP: #1024179)
348+ - Fixed: schemas were getting installed to ${DESTDIR} twice
349+ - Reduced combined filesizes of Compiz' .png resources from 2.2MB to
350+ 1.5MB by re compression of those with Trimage Image Compressor.
351+ - Added test module for the migration script created by Francis Ginther
352+ - Adds a COVERAGE argument to compiz_discover_tests
353+ - Fixed various problems described in bug 1030473, optimizing
354+ performance and style (LP: #1030473)
355+ - Fixed commands addon desription typo (LP: #1033085)
356+ - Reduced the scope of the variable 'icccm_version', removed a break
357+ that can never be executed, added the variables 'frameType',
358+ 'frameState' and 'frameActions' to decor_quads_to_property in the
359+ #else branch in KWD::Switcher::updateWindowProperties () as well and
360+ simplified calc_button_size (decor_t *d) in cairo.c.. (LP: #1030473)
361+ - Always call terminate callbacks for key bindings. ATM we call just the
362+ first callback. (LP: #960652)
363+ - Make valgrind shut up about some known "leaks" in python and glib.
364+ Fix some leaks in the tests in the process.
365+ - Implemented single click exit from expo screen. (LP: #1033531)
366+ - Restore the fix for avoiding re-entering the glib event loop and
367+ crashing. (LP: #1036490)
368+ - Including rsvg-cairo.h is now deprecated. (LP: #1039482)
369+ - Add keybinding integration for gnome-control-center
370+ - Separate the configuration for the minimize and unminimize animations.
371+ (LP: #1036739)
372+ - Ignore mouse press and release if it does not happen inside of the expo
373+ screen. (LP: #1036542).
374+ - Additional keys from metacity to convert to GSettings
375+ - Maximize vertically if pointer reaches top or bottom edges.
376+ - Explicitly depend on resize-options. (LP: #1039834)
377+ - Add some docstring warnings about using those classes directly.
378+ - Fix some memory management issues on the mock objects, namely:
379+ Make destructor functions virtual where appropriate, so that we can add
380+ them to lists polymorphically. Support polymorphic ccs*Unref function.
381+ Also make some other necessary changes to libcompizconfig.
382+ - Detect if rsvg 2.36.2 is installed (LP: #1039843)
383+ - GSettings integration backend, created a testsuite for it. Refactors a
384+ bunch of the backend code, adds appropriate testsuites and refactors
385+ the integration code to make it more flexible. (LP: #1035261)
386+ * Update compiz-core.lintian-overrides
387+ * Enable GSettings backend and install the schema files
388+ * Switch the default profile to use gsettings
389+ * Add dependency on gsettings-desktop-schemas(-dev)
390+ * Add compiz-gnome.gsettings-override
391+ * Update gsettings-override to new paths org.compiz.*
392+ * Add support for disabling gconf schemas installation
393+ - However, not enabled because of gtk-window-decorator for now
394+ * Add libcompizconfig_gsettings_backend.so
395+ * Workaround to install xml files
396+
397+ [ Łukasz 'sil2100' Zemczak ]
398+ * debian/control, debian/rules:
399+ - add dependency and use dh-migrations
400+ * debian/compiz-gnome.migrations:
401+ - use a migrations file for installing the script for migrating gconf
402+ configuration to gsettings
403+ * debian/patches/ubuntu-config.patch:
404+ - changed keybinding for initiate window picker, according to the design
405+ specification
406+
407+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 23 Aug 2012 09:56:05 +0300
408+
409+compiz (1:0.9.8+bzr3249-0ubuntu4) quantal; urgency=low
410+
411+ * Restore the maintainer script, the profile part is needed
412+
413+ -- Didier Roche <didrocks@ubuntu.com> Wed, 15 Aug 2012 17:46:48 +0200
414+
415+compiz (1:0.9.8+bzr3249-0ubuntu3) quantal; urgency=low
416+
417+ * Remove unity-2d 2nd fallback mechanism for autologin as unity-2d
418+ is now deprecated: (part one of LP: #1035261)
419+ - debian/65compiz_profile-on-session,
420+ debian/compiz-gnome.install:
421+ remove conffile and don't install it
422+ - debian/compiz-gnome.maintscript:
423+ remove it on upgrade
424+
425+ -- Didier Roche <didrocks@ubuntu.com> Wed, 15 Aug 2012 14:58:39 +0200
426+
427+compiz (1:0.9.8+bzr3249-0ubuntu2) quantal; urgency=low
428+
429+ * debian/control:
430+ - take latest libjpeg8 instead of 62
431+ - fix a missing Replaces: on libcompizconfig0 (LP: #1019270)
432+
433+ -- Didier Roche <didrocks@ubuntu.com> Fri, 29 Jun 2012 18:10:50 +0200
434+
435+compiz (1:0.9.8+bzr3249-0ubuntu1) quantal-proposed; urgency=low
436+
437+ * New upstream snapshot.
438+ - Fall back to a refresh rate that is more likely to look correct; 60Hz.
439+ (LP: #1009338)
440+ - Benchmark plugin should consume its key binding, and not pass the key to
441+ the underlying window. (LP: #1009320)
442+ - Avoid needless STL operations leading to expensive heap operations.
443+ (LP: #1006335)
444+ - Fix a typo that was causing (LP: #1002606)
445+ (widthIncBorders/heightIncBorders)
446+ - Check if the window is decorated before trying to change its event window
447+ states (which won't exist if not decorated) (LP: #1007754)
448+ - Use the XDamage extension more efficiently (the way it was designed to be
449+ used). This dramatically reduces CPU usage, reduces wakeups, and
450+ increases frame rates. It also solves at least one observed performance
451+ bug (LP: #1007299) and probably several more.
452+ - Avoid constructing and destructing lots of strings on every single event,
453+ which was wasting lots of CPU (LP: #1005569)
454+ - md LINGUAS doesn't exist, it's mnk (Mandinka in ISO 639-3)
455+ - Move grid plugin to google test and don't depend on the plugin for the
456+ test (LP: #1005009)
457+ - Don't read plugin.Initialized and test the value. (LP: #1004848)
458+ - libcompizconfig's install () commands were still using the old includedir
459+ and libdir variables rather than their libcompizconfig_* variants.
460+ (LP: #1005176)
461+ - Execute the cmake files separately to ensure that DESTDIR is respected.
462+ (LP: #1005177)
463+ - Don't set_target_properties on a target that might not exist
464+ (LP: #1005008)
465+ - Don't allow windows which we weren't even tracking as decoratable to
466+ become decorated if they try and change their hints. (LP: #963794)
467+ - Change the mouse pointer while dragging windows in expo. Just like the
468+ ubuntu branches do. (LP: #987647)
469+ - Fix uninitialized memory use (LP: #1004338)
470+ - Fix uninitialized variable (LP: #1004335)
471+ - Delay unbinding of pixmaps until then next rebind (LP: #729979)
472+ (LP: #1002602)
473+ - Don't drop plugins from the list to try and load before you've even tried
474+ to load them. Doing so makes missing plugins silently ignored instead of
475+ an error message (LP: #1002715). It also means valid plugins in more
476+ unusual, but real locations in LD_LIBRARY_PATH will never get loaded
477+ (LP: #1002721).
478+ - If running test cases under a real X server, we don't care if Xvfb is
479+ missing (LP: #994841)
480+ - Don't assume pkg_check_modules always sets _PREFIX (LP: #993608)
481+ - Don't clear selections in ~PrivateScreen because it causes a race between
482+ the existing and the new compiz instances, breaking --replace and
483+ non-replace behaviour. (LP: #988684) (LP: #989545)
484+ - Always paint with infiniteRegion as the clip region if the window is
485+ transformed and always use the supplied region if painting with offset or
486+ on transformed screen. (LP: #987639)
487+ - Add synchronization primitives to the decoration protocol so that there
488+ isn't a race where we bind a texture that's being freed. (LP: #454218)
489+ (LP: #929989)
490+ - fix a crash in the first attempt at this (LP: #996901)
491+ - Reintroduce the fix for LP: #994841 which was accidentally reverted by
492+ revision 3133. (LP: #999019)
493+ * Cherry-pick some post-snapshot crasher fix:
494+ - rev for Crash in compiz::wall::movementWindowOnScreen (rev 3255)
495+ (LP: #1015151)
496+ - Don't set decoration contexts on undecorated windows, since that might be
497+ read later and code will assume the window is decorated when it isn't.
498+ (LP: #1015593). rev 3261
499+ * debian/control:
500+ - clean build-deps, removing some suggests and rewritting some descriptions
501+ to fit the reality
502+ - change Vcs-Bzr to canonical branch
503+ * add libcompizconfig package:
504+ - debian/control:
505+ - add some build-deps
506+ - add the new packages
507+ - debian/libcompizconfig0.install, debian/libcompizconfig0-dev.install:
508+ - added the install files,
509+ - removed some unused profiles
510+ - add debian/config for default profile (wasn't shipped anymore upstream)
511+ * merge compiz-plugins-main, compiz-plugins-main-default,
512+ compiz-plugins-main-dev and compiz-plugins-extra to this package
513+ both .install and .install.armhf, .install.armel):
514+ - compiz-plugins-main-default plugins are now in compiz-plugins-default
515+ - compiz-plugins-main plugins are now in compiz-plugins
516+ - compiz-plugins-extra plugins are now in compiz-plugins-extra
517+ - compiz-plugins-main-dev and some part of compiz-plugins-extra content
518+ is now in compiz-dev
519+ - the gconf configuration part is now in compiz-gnome (won't appear if the
520+ .so file isn't installed in ccsm)
521+ - debian/control:
522+ * add the necessary build-dep
523+ * add the needed replaces
524+ * add transitional compiz-plugins-main-default, compiz-plugins-main,
525+ compiz-plugins-main-dev and compiz-plugins-extra packages
526+ * add python-compizconfig to the package:
527+ - debian/control:
528+ add the necessary build-dep, remove cython as in universe and adapt
529+ upstream code to only use pyrexc
530+ - debian/rules:
531+ build with dh_python2
532+ - add debian/python-compizconfig.install
533+ * add compizconfig-settings-manager to the package:
534+ - debian/control:
535+ * drop some deps
536+ * add a recommends on -default instead of compiz-plugins
537+ - add debian/compizconfig-settings-manager.install
538+ * Remove compiz-kde:
539+ - not anymore supported upstream
540+ - remove the build-deps as well
541+ - remove some reference to -kde in description and depends
542+ - remove the install file
543+ * compiz-core:
544+ - remove and don't install debian/compiz-decorator wrapper anymore
545+ - same with debian/compiz-decorator.1
546+ - run gtk-window-decorator in debian/patches/ubuntu-config.patch by default
547+ - put some dev files in compiz-dev now
548+ * removing compizconfig-backend-gconf, making this package (as well as the
549+ new gsettings backend) part of compiz-gnome:
550+ - added to the .install files
551+ - added the C/R/P to compiz-gnome
552+ - added the transitional package
553+ * debian/patches/ccp_plugin.patch:
554+ - adapted to new upstream code and style
555+ * Misc:
556+ - remove a lot of compiz-fusion and compiz-wrapper references (deprecated,
557+ upgrade path not supported anymore) in debian/control
558+ - remove a lot of breaks: replaces: pre-12.04
559+ - update debian/libdecorator0.symbols
560+ - set python-compizconfig section to python
561+ - set some lintian non applicable warnings in *.lintian-overrides
562+ - merging every patches for every independent sources in this source
563+ - add debian ccsm manpage (debian/compizconfig-settings-manager.manpages,
564+ debian/patches/ccsm.1)
565+ - enable building compiz in parallel
566+ - switch to dh9
567+ - build on unversionned boost -dev
568+ - shipped new workspacename plugin
569+ - adding some replaces for locale installation support as well
570+ * debian/patches/99_valid_ccsm_desktop_file.patch:
571+ - create a valid ccsm desktop file
572+ * debian/copyright, debian/watch:
573+ - redone, as new packaging, new source content, new host (launchpad)
574+ * debian/patches/ubuntu-config.patch:
575+ - don't expose on edge
576+ * debian/source/format:
577+ - remove v3 (quilt) format: it doesn't work well with merge-upstream
578+ workflow
579+ * Note that right now, armhf/armel are building with opengl as opengles is
580+ not yet backed into upstream and opengles drivers are broken in quantal
581+ kernel
582+
583+ -- Didier Roche <didrocks@ubuntu.com> Tue, 19 Jun 2012 12:25:07 +0100
584+
585+compiz (1:0.9.7.8-0ubuntu3) quantal; urgency=low
586+
587+ * drop -Werror temporary on armel/hf builds until the GLES patch does
588+ not produce warnings anymore which cause compiz to FTBFS
589+
590+ -- Oliver Grawert <ogra@ubuntu.com> Mon, 04 Jun 2012 17:38:35 +0200
591+
592+compiz (1:0.9.7.8-0ubuntu2) quantal; urgency=low
593+
594+ * debian/control:
595+ - rebuild with new boost
596+
597+ -- Didier Roche <didrocks@ubuntu.com> Thu, 31 May 2012 09:41:01 +0200
598+
599+compiz (1:0.9.7.8-0ubuntu1) precise-proposed; urgency=low
600+
601+ [ Didier Roche ]
602+ * New upstream bug fix release:
603+ - [fglrx] Title bar does not update on non-maximized windows (LP: #770283)
604+ - Some apps (like Remmina) can't full-screen under Compiz (or Unity)
605+ (LP: #946388)
606+ - Compiz-core fails to compile with gcc-4.7 - 'cc1plus: all warnings
607+ being treated as errors' (LP: #972519)
608+ - Menu shadow clipping flickers while switching menubar items/indicators
609+ (LP: #978900)
610+ - Compiz should not move windows to workspace 0,0 when restarted
611+ (LP: #980026)
612+ - regression / unable to interact with window-titlebar (window decoration)
613+ after minimizing/unminimizing gnome-terminal (LP: #981703)
614+ * debian/patches/workaround_770283.patch,
615+ debian/patches/fix_976467.patch:
616+ - removed, upstreamed
617+
618+ [ Oliver Grawert ]
619+ * update the GLES2 patch for the new upstream release.
620+
621+ -- Didier Roche <didrocks@ubuntu.com> Thu, 26 Apr 2012 09:19:51 +0200
622+
623+compiz (1:0.9.7.6-0ubuntu2) precise-proposed; urgency=low
624+
625+ [ Łukasz 'sil2100' Zemczak ]
626+ * debian/patches/workaround_770283.patch:
627+ - Workaround a problem with fglrx not refreshing window decoration textures
628+ on pixmap modification (LP: #770283)
629+
630+ [ Oliver Grawert ]
631+ * update GLES patch for new quilt patch, fix issue with GLES patch that
632+ forcefully unapplied other quilt patches and resulted in
633+ gtk-window-decorator to not be started.
634+
635+ -- Oliver Grawert <ogra@ubuntu.com> Fri, 20 Apr 2012 18:25:13 +0200
636+
637+compiz (1:0.9.7.6-0ubuntu1) precise; urgency=low
638+
639+ [ Didier Roche ]
640+ * New upstream release:
641+ - Memory leak in dlloaderListPlugins (LP: #968985)
642+ - priv->invisible is not updated when the window is mapped (LP: #969102)
643+ - window management, multi-monitor - In multi-monitor environment, windows
644+ should spread on the monitor in which they reside (LP: #919139)
645+ - Drop-down menus look disembodied from their titles (LP: #659816)
646+ - Improve performace of the shadow clipping code (LP: #931883)
647+ - DecorWindow::computeShadowRegion called way too much (LP: #969101)
648+ - white box randomly shows up at top left corner blocking application
649+ from using stuff under it (LP: #940603)
650+ * Rebuild against latest metacity to get the HUD key configuration
651+ exposed in unity 3D as well (LP: #969256)
652+ * debian/patches/ubuntu-config.patch:
653+ - set multioutput_mode to all outputs (windows to be scaled on each the
654+ monitor they are on only) (LP: #919139)
655+ * debian/patches/fix_976467.patch:
656+ - Fix shadows being clipped incorrectly (LP: #976467)
657+
658+ [ Oliver Grawert ]
659+ * update the GLES2 patch for the new upstream release.
660+
661+ -- Didier Roche <didrocks@ubuntu.com> Wed, 11 Apr 2012 18:35:39 +0200
662+
663+compiz (1:0.9.7.4-0ubuntu3) precise; urgency=low
664+
665+ * fix typo in copying of the cmake files, so FindOpenGLES2.cmake ends up in
666+ the right place for other packages (i.e. compiz-plugins-main on GLES2
667+ capable arches)
668+ * make copying the GLES2 cmake file architecture specifc instead of ignoring
669+ if it is not found on arches that do not have it.
670+
671+ -- Oliver Grawert <ogra@ubuntu.com> Fri, 06 Apr 2012 13:55:13 +0200
672+
673+compiz (1:0.9.7.4-0ubuntu2) precise; urgency=low
674+
675+ * enable Linaros compiz-package-gles2.patch for armhf(/el) builds, thanks
676+ to Alexandros Frantzis <alexandros.frantzis@linaro.org> for creating it.
677+ * enable quilt in debian/rules
678+ * apply patches based on debian architecture via series.<arch> file
679+ (stolen from eglibc)
680+ * add build deps to libgl1-mesa-dev and libgl-dev for armhf builds
681+ * add armel/armhf specific .install files since only a subset of modules can
682+ be built yet.
683+
684+ -- Oliver Grawert <ogra@ubuntu.com> Thu, 05 Apr 2012 19:09:27 +0200
685+
686+compiz (1:0.9.7.4-0ubuntu1) precise; urgency=low
687+
688+ * New upstream release
689+ - compiz crashed with SIGSEGV in CompositeScreen::compositingActive()
690+ - Window management - Closing one window sends others to the
691+ background (LP: #888704)
692+ - [regression] Invisible resize border is now only 1px wide (LP: #953839)
693+ - Coverity REVERSE_INULL - CID 10888 (LP: #957572)
694+ - Unity dash opens and immediately closes if you tap Super+A
695+ quickly (LP: #960831)
696+ - Unity 5.8: Flickering and corruption on Unity UI elements (LP: #963093)
697+ - Unity 5.8: Can't login to Unity since upgrade to 5.8 (LP: #963465)
698+ - [regression] Unity 5.8+Compiz 0.9.7.2: Pressing Super+Tab or
699+ Super+W works, but unity does not respond to when Super is
700+ released. (LP: #963470)
701+ - Unity 5.8: Login to blank screen (all black or just wallpaper)
702+ (LP: #963633)
703+ - Tests do not build when libgtest-dev is installed but libgtest
704+ isn't (LP: #964248)
705+ - Note that this fix is REMOVED for stability reasons:
706+ Unity/compiz intercepts Super and Alt keypresses from grabbed
707+ windows like VMs. (806255)
708+ * debian/patches/ubuntu-config.patch:
709+ - tweak slightly the shadow border for both active/inactive windows.
710+ - change the shortcuts as per design request: (LP: #969235)
711+ Ctrl + Super + D Minimises all windows
712+ Ctrl + Super + Cursor up Maximises the current window
713+ Ctrl + Super + Cursor down Restores or minimises current window
714+ * debian/rules, debian/compiz-gnome.gconf-defaults:
715+ - move the default for the unity-less default profile from DEFAULT_PLUGINS
716+ list as it seems compiz tries to load that list, then ccp, then the
717+ profile list.
718+ - put the active_plugins list back to the Default profile in gconf then.
719+ * debian/control:
720+ - set Standards-Version to latest
721+ * remove debian/patches/always_replace.patch,
722+ debian/patches/exit_1_if_composite_cant_init.patch,
723+ debian/patches/reset_active_plugin_list.patch,
724+ debian/reset-compiz-gconf, debian/compiz-gnome.install:
725+ - the 3 bad hacks are now not necessary anymore (LP: #963264)
726+ * remove as now in upstream tarball:
727+ - debian/patches/fix_953839.patch
728+ - debian/patches/revert_lim.patch
729+ - debian/patches/fix_953089_2.patch
730+ - debian/patches/fix_960831.patch
731+
732+ -- Didier Roche <didrocks@ubuntu.com> Tue, 03 Apr 2012 15:43:16 +0200
733+
734+compiz (1:0.9.7.2-0ubuntu4) precise; urgency=low
735+
736+ * No-change upload to the release pocket instead of to -proposed, so we can
737+ get the package built on all archs immediately instead of it blocking on
738+ gtk+3.0's build on armel.
739+
740+ -- Steve Langasek <steve.langasek@ubuntu.com> Mon, 26 Mar 2012 14:57:30 -0700
741+
742+compiz (1:0.9.7.2-0ubuntu3) precise-proposed; urgency=low
743+
744+ * debian/reset-compiz-gconf:
745+ - Fix crash in a new session
746+
747+ -- Didier Roche <didrocks@ubuntu.com> Mon, 26 Mar 2012 20:35:33 +0200
748+
749+compiz (1:0.9.7.2-0ubuntu2) precise-proposed; urgency=low
750+
751+ * debian/patches/reset_active_plugin_list.patch:
752+ temporary wrapper from resetting the plugin list to the default.
753+ Uncorrect and unknown plugin makes various side effects, like removing
754+ plugins, creating hanging at startup and also creating on screen
755+ corruption. (LP: #963633)
756+
757+ -- Didier Roche <didrocks@ubuntu.com> Mon, 26 Mar 2012 18:41:09 +0200
758+
759+compiz (1:0.9.7.2-0ubuntu1) precise-proposed; urgency=low
760+
761+ [ Łukasz 'sil2100' Zemczak ]
762+ * New upstream snapshot:
763+ - Fix global menu not being ergonomical on large screens (LP: #682788)
764+ - Fix Alt+Right arrow key (LP: #943612)
765+ - Fix key bindings for actions while doing tap detection (LP: #944631)
766+ - Window movement is erratic and buggy, backport (LP: #923683)
767+ - CompScreenImpl::addAction(CompAction*): Assertion `priv->initialized'
768+ failed (LP: #946118)
769+ - gtk-window-decorator crash with SIGSEGV in max_window_name_width()
770+ (LP: #937815)
771+ - Finish the implementation of the locally integrated menubars
772+ (LP: #931245)
773+ - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
774+ - Pressing alt doesn't show the menu title bar in top panel (LP: #943194)
775+ - Fix Alt stealing focus from widgets (LP: #943851)
776+ - Fix Alt + drag (LP: #945373)
777+ - lp:compiz-core fails parallel builds (make -jN) (LP: #938417)
778+ - Changing the HUD shortcut disables all Alt-based combinations. And
779+ changing the Dash shortcut disables all Super-based shortcuts
780+ (LP: #945816)
781+ - Fix key bindings (such as Super) not working on empty workspace or on
782+ slow/loaded systems (LP: #953089)
783+ - compiz crashed with signal 5 in Glib::exception_handlers_invoke()
784+ (LP: #808007)
785+ - Fix segfault caused by r3043 (LP: #958540)
786+ * Removed cherry-picked patches:
787+ - debian/patches/fix_806255.patch
788+ - debian/patches/fix_923683.patch
789+ - debian/patches/fix_943194.patch
790+ - debian/patches/fix_944631.patch
791+ - debian/patches/fix_alt_pressing.patch
792+ - debian/patches/additional_alt_tapping_fix.patch
793+
794+ [ Didier Roche ]
795+ * pick upstream fix, debian/patches/fix_953839.patch:
796+ [regression] Invisible resize border is now only 1px wide (LP: #953839)
797+ * debian/patches/revert_lim.patch:
798+ - revert the integrated menu patch. It won't be released in precise and
799+ triggers a regression (in bug #962085)
800+ * debian/patches/fix_953089_2.patch:
801+ - second trial to fix remaining corner cases
802+ * debian/patches/exit_1_if_composite_cant_init.patch:
803+ - try to workaround a crasher which seems to happen when the composite
804+ plugin failed to initialize. Hopefully exiting 1 will make gnome-session
805+ respawning compiz and then the init will work. (LP: #833729)
806+ * debian/patches/always_replace.patch:
807+ - right now, always replace the current WM as it seems that some people
808+ got another compositor running at the start of the session. This will
809+ hopefully workaround the issue that some people experience.
810+
811+ -- Didier Roche <didrocks@ubuntu.com> Fri, 23 Mar 2012 09:13:51 +0100
812+
813+compiz (1:0.9.7.0+bzr3035-0ubuntu1) precise; urgency=low
814+
815+ [ Łukasz 'sil2100' Zemczak ]
816+ * New upstream snapshot:
817+ - Fix gtk-window-decorator crash upon demaximizing a window (LP: #930071)
818+ - Fix core keybindings (LP: #930412)
819+ - Fixes compiz crash with SIGSEGV on shutdown (LP: #931283)
820+ - Plugins can't tell the difference between a key-tap and modifier
821+ key-release (LP: #925293)
822+ - compiz-core r3001 (and 3002) ftbfs (LP: #933226)
823+ - Semi-maximized windows have no shadow or frame (LP: #924736)
824+ - Untranslated strings in gtk-window-decorator (LP: #780505)
825+ - Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
826+ - [regression] Customized shortcuts don't work (LP: #931927)
827+ - Window stacking problem (LP: #936675)
828+ - Quickly demaximized windows can receive maximized window decorations if
829+ they were initially maximized (LP: #936778)
830+ - Maximized windows do not get shadows at all (LP: #936774)
831+ - [regression] Launcher, top panel and keyboard un-responsive after using
832+ any Super-x shortcut (LP: #934058)
833+ - No draggable border if mutter isn't installed (LP: #936781)
834+ - Fix compiz crash with SIGSEGV in XDefineCursor() (LP: #936487)
835+ - Fixes memory leak at DecorWindow::updateSwitcher() (LP: #940115)
836+ - Unresolved symbols in plugins cause compiz to exit (LP: #938478)
837+ - Fix compiz spending about 51% of its CPU time in CompRegion
838+ construction/destruction (LP: #940139)
839+ - Fix Conditional jump or move depends on uninitialised value(s) in
840+ decor_match_pixmap (LP: #940066)
841+ - Fix 'show desktop' behaviour (LP: #871801)
842+ - Tweak algorithm used to cast shadows on maximized windows (LP: #936784)
843+ - "Svg" and "Png" should be "SVG and "PNG" (LP: #942890)
844+ - Fix invalid memory usage after free() in DecorWindow (LP: #943116)
845+ - Fix alt + F10 (LP: #943223)
846+ * Removed cherry-picked patches
847+ * debian/patches/fix_944631.patch:
848+ - Always replay the keyboard if something was grabbed and didn't trigger
849+ an action and don't trigger actions which aren't added accidentally
850+ (LP: #943612) (LP: #944631)
851+ * debian/patches/fix_923683.patch:
852+ - Backports a patch which prevents the shift race condition
853+
854+ [ Didier Roche ]
855+ * debian/patches/fix_alt_pressing.patch:
856+ - Patch from ddv to fix all the regressions with the alt key fix and other
857+ (LP: #943851, #945373)
858+ - Fix Quicklist are not showing if right-clicking a launcher icon in Expo
859+ mode if triggered by Super + S (LP: #944979)
860+ * debian/patches/fix_806255.patch:
861+ - Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
862+ * debian/patches/fix_943194.patch:
863+ - second part for the alt key fix (LP: #943194)
864+ * debian/patches/additional_alt_tapping_fix.patch:
865+ - again another alt tapping related fix for some regressions from the
866+ previous branch. Taken from "tapping-panacea" upstream branch.
867+
868+ -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Mar 2012 10:22:10 +0100
869+
870+compiz (1:0.9.7.0~bzr3025-0ubuntu1~ppa1) precise; urgency=low
871+
872+ * New upstream snapshot:
873+ - Fix gtk-window-decorator crash upon demaximizing a window (LP: #930071)
874+ - Fix core keybindings (LP: #930412)
875+ - Fixes compiz crash with SIGSEGV on shutdown (LP: #931283)
876+ - Plugins can't tell the difference between a key-tap and modifier
877+ key-release (LP: #925293)
878+ - compiz-core r3001 (and 3002) ftbfs (LP: #933226)
879+ - Semi-maximized windows have no shadow or frame (LP: #924736)
880+ - Untranslated strings in gtk-window-decorator (LP: #780505)
881+ - Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
882+ - [regression] Customized shortcuts don't work (LP: #931927)
883+ - Window stacking problem (LP: #936675)
884+ - Quickly demaximized windows can receive maximized window decorations if
885+ they were initially maximized (LP: #936778)
886+ - Maximized windows do not get shadows at all (LP: #936774)
887+ - [regression] Launcher, top panel and keyboard un-responsive after using
888+ any Super-x shortcut (LP: #934058)
889+ - No draggable border if mutter isn't installed (LP: #936781)
890+ - Fix compiz crash with SIGSEGV in XDefineCursor() (LP: #936487)
891+ - Fixes memory leak at DecorWindow::updateSwitcher() (LP: #940115)
892+ - Unresolved symbols in plugins cause compiz to exit (LP: #938478)
893+ - Fix compiz spending about 51% of its CPU time in CompRegion
894+ construction/destruction (LP: #940139)
895+ - Fix Conditional jump or move depends on uninitialised value(s) in
896+ decor_match_pixmap (LP: #940066)
897+ - Fix 'show desktop' behaviour (LP: #871801)
898+ * Removed cherry-picked patches:
899+ - debian/patches/fix_871801.patch
900+ - debian/patches/fix_924736.patch
901+ - debian/patches/fix_925293.patch
902+ - debian/patches/fix_930412.patch
903+ - debian/patches/fix_931283.patch
904+ - debian/patches/fix_931473.patch
905+ - debian/patches/fix_931927.patch
906+ - debian/patches/fix_931958.patch
907+ - debian/patches/fix_932087.patch
908+ - debian/patches/fix_933226.patch
909+ - debian/patches/fix_gtk_w_d_crash.patch
910+
911+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> Mon, 27 Feb 2012 14:53:05 +0100
912+
913+compiz (1:0.9.7.0~bzr2995-0ubuntu5) precise; urgency=low
914+
915+ * Change some keybindings as per design (LP: #878820, #891757, #751050)
916+ debian/patches/ubuntu-config.patch:
917+ - Show desktop is now Super + d
918+ - Super + Up maximize the window
919+ - Super + Down restore the window
920+ - Super + W initiate scale for all windows on current ws
921+ - Control + Alt + NumPad 5 is used to switch/restore maximize state
922+ - Control + Alt + NumPad 0 is used to minimize current window
923+ - Ensure we don't have any conficting keys anymore (LP: #922354)
924+ * 01_ctrl_alt_*tea*.patch:
925+ - Merged into ubuntu-config.patch, no reason to keep it separated
926+ * debian/compiz-gnome.gconf-defaults, debian/rules, debian/unity.ini:
927+ - Set the new plugin order with the incoming unity change as the default
928+
929+ -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Feb 2012 13:44:25 +0100
930+
931+compiz (1:0.9.7.0~bzr2995-0ubuntu4) precise; urgency=low
932+
933+ * debian/patches/fix_925293.patch:
934+ - rollback that patch as well, not ready for wide consumption
935+ (triggered side effects)
936+
937+ -- Didier Roche <didrocks@ubuntu.com> Fri, 17 Feb 2012 10:00:16 +0100
938+
939+compiz (1:0.9.7.0~bzr2995-0ubuntu3) precise; urgency=low
940+
941+ * debian/patches/series:
942+ - rollbacking fix_931473.patch which was supposed to fix
943+ "Rendering menus leaves transparent areas". Apparently, the fix does
944+ the opposite effect on most configurations. Reverted it put it back in
945+ the previous state and the ghost menus are way less common.
946+
947+ -- Didier Roche <didrocks@ubuntu.com> Thu, 16 Feb 2012 20:47:35 +0100
948+
949+compiz (1:0.9.7.0~bzr2995-0ubuntu2) precise; urgency=low
950+
951+ * debian/compiz-kde.install, debian/control, debian/rules:
952+ - disable right now kde build for compiz-kde package. It's using
953+ deprecated kde libraries and fails to build on armel. It's
954+ probably as well not needed anymore as most of kde users are using
955+ kwin which is better integrated to kde than compiz. There is not
956+ anymore upstream compiz maintenance on this plugin as well.
957+ (LP: #931500)
958+ * debian/patches/fix_931958.patch:
959+ impossible to click on keyring dialog since the upgrade. Doesn't really
960+ fix 931958 as per say, but another issue impacting seahorse.
961+ * debian/patches/fix_871801.patch:
962+ window management, alt-tab - After using 'show desktop' to minimise
963+ all windows, opening any new window also incorrectly restores all
964+ the minimised windows (LP: #871801)
965+ * debian/patches/fix_925293.patch:
966+ Add support for key "tap" detection (LP: #925293)
967+ * debian/patches/fix_933226.patch:
968+ Fix FTBFS in previous commit (LP: #933226)
969+ * debian/patches/fix_932087.patch:
970+ Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
971+ * debian/patches/fix_931473.patch:
972+ - Menus don't fully appear (LP: #931473)
973+ - Rendering menus leaves transparent areas (LP: #932813)
974+ * debian/patches/fix_931927.patch:
975+ - Customized shortcuts don't work in compiz 1:0.9.7.0~bzr2995-0ubuntu1
976+ (LP: #931927). Breaks API/ABI.
977+
978+ -- Didier Roche <didrocks@ubuntu.com> Thu, 16 Feb 2012 15:11:51 +0100
979+
980+compiz (1:0.9.7.0~bzr2995-0ubuntu1) precise; urgency=low
981+
982+ [ Didier Roche ]
983+ * New upstream snapshot:
984+ - Fix slow/stuttering display with fglrx (LP: #763005)
985+ - Don't dynamically link to compiz_core
986+ - Fix build failures with glib 2.30 (oneiric) (LP: #921406)
987+ - Fix uninitialized variable warnings in valgrind (LP: #921451)
988+ - Fixes up a bunch of boost::variant edge cases
989+ - Fixes a race condition where the xig restart test would fail spuriously
990+ - Incorrect (low/stuttering) refresh rate with NVIDIA driver (LP: #92599)
991+ - Benchmark window slows the system and degrades graphics resources
992+ (LP: #254561)
993+ - Windows that hide themselves when closed don't appear in any
994+ "this workspace" switcher (LP: #684731)
995+ - hang in g_spawn_sync and select() (LP: #690239)
996+ - word misspelled - bunding (LP: #694169)
997+ - sometimes, restored window placed too high. (LP: #716521)
998+ - Compiz clears the root window in the installer session (LP: #720679)
999+ - unity-window-decorator: When switching between windows, Orca does
1000+ not speak the title of the focused window. (LP: #724093)
1001+ - Cannot open a window that starts iconified (LP: #732997)
1002+ - Minimize animation flickr when for maximized apps (LP: #737125)
1003+ - Pixmap memory leak in gtk-window-decorator (LP: #740258)
1004+ - Windows should not automatically be focused when opened if the
1005+ focus is on another application (LP: #748840)
1006+ - [sandybridge] Graphics tearing when playing video (LP: #755841)
1007+ - Compiz's "Sync to Vblank" makes display stutter/slow with fglrx
1008+ (LP: #763005)
1009+ - [regression] Moving windows lags behind the mouse by 1-2 seconds;
1010+ appear to freeze when dragging. (LP: #764330)
1011+ - Launcher - Spread should not affect the state of window (LP: #764673)
1012+ - Clicking on a tweet/message link sometimes does not work (LP: #790565)
1013+ - scrolling on top of a close animation switches viewports (LP: #795065)
1014+ - unity video tearing when moving windows in oneiric with
1015+ nvidia-current (LP: #798868)
1016+ - dialogs really slow to be displayed since the compiz update (LP: #812711)
1017+ - It is possible to stack windows relative to windows that are
1018+ destroyed (LP: #837252
1019+ - Should keep list of windows last sent to server and last recv
1020+ from server (LP: #841727)
1021+ - compiz and X can disagree on the stacking order (LP: #845719)
1022+ - A minimized window 'remains' behind on the desktop if
1023+ /apps/compiz-1/plugins/unityshell/screen0/options/
1024+ show_minimized_windows is set to true (LP: #847967)
1025+ - maximized windows fail to update their input extents when
1026+ undecorated (LP: #853734)
1027+ - resizing bugs with xterm (LP: #854725)
1028+ - crash on closing a window (LP: #856015)
1029+ - Java application windows cut-off/truncated/not displayed properly
1030+ (LP: #857201)
1031+ - compiz crashed with SIGSEGV in CompScreen::insertServerWindow()
1032+ (LP: #857487)
1033+ - compiz crashed with SIGABRT in raise() (LP: #857738)
1034+ - Applications which create multiple windows that are transients of
1035+ each other can be given invalid stack positions (LP: #858625)
1036+ - Windows move to 0,0 on compiz restarts (LP: #858629)
1037+ - Crash when selecting Evolution in alt-tab (LP: #859431)
1038+ - invisible window when a window is mapped but not yet drawn on by
1039+ the process mapping it (LP: #860286)
1040+ - race condition in configureXWindow causes unpredicatable window
1041+ geometry changes (LP: #860304)
1042+ - windows that are decorated while resizing can cause incorrect
1043+ resize results (LP: #860306)
1044+ - Moving a window while it is being resized by core caused
1045+ unpredictable movement (LP: #860309)
1046+ - Windows which are marked transients of docks should be treated
1047+ like docks (LP: #860397)
1048+ - can't maximize windows on second monitor and Qt windows displayed
1049+ in wrong place (LP: #861341)
1050+ * debian/compiz-decorator, debian/compiz-gnome.install,
1051+ debian/compiz-plugins-default.install,
1052+ debian/compiz-plugins.install,
1053+ debian/compiz-gnome.gconf-defaults, debian/rules, debian/unity.ini:
1054+ - no more unity-window-decorator, switch back to gtk-window-decorator
1055+ - remove plugins that are not shipped anymore
1056+ - don't set in the default list plugins that are not shipped anymore
1057+ * debian/libdecoration0.symbols:
1058+ - upated to latest
1059+ * Removed cherry-picked patches:
1060+ - debian/patches/02_fix_autofocus_minimize_window.patch
1061+ - debian/patches/03_fix_configureframe.patch
1062+ - debian/patches/04_fix_insertServerWindow_crash.patch
1063+ - debian/patches/05_fix_reconfigureXWindow_crash.patch
1064+ - debian/patches/fix-748840.patch
1065+ - debian/patches/fix-832150.patch
1066+ - debian/patches/fix-863328.patch
1067+ - debian/patches/fix-864330.patch
1068+ - debian/patches/fix-864478.patch
1069+ - debian/patches/fix-865863.patch
1070+ - debian/patches/fix-866752.patch
1071+ - debian/patches/fix-869316_869919.patch
1072+ - debian/patches/fix-869967.patch
1073+ - debian/patches/fix-886978.patch
1074+ - debian/patches/fix_slow_vsync_lp763005.patch
1075+ - debian/patches/rev_2821_fix_807487.patch
1076+ - debian/patches/rev_2847_bug_796594.patch
1077+ - debian/patches/rev_2878_bug_865696.patch
1078+ - debian/patches/rev_2884_fix_874004.patch
1079+ - debian/patches/rev_2890_fix_879253.patch
1080+ * debian/rules:
1081+ - the abi file is now renamed to core/abiversion.h
1082+ - remove the .a
1083+ - Remove -Bsymbolic-functions from LDFLAGS as it causes libcompiz_core to
1084+ be loaded once per plugin when dlopened
1085+ - don't run tests, they don't run on headless server anymore
1086+ * debian/compiz-core.install:
1087+ - contain new libcompiz-core lib
1088+ * debian/compiz-kde.install:
1089+ - do not ship kde part for now, it's broken upstream
1090+ * debian/patches/ubuntu-config.patch:
1091+ - default configuration is here now.
1092+ * debian/patches/fix_gtk_w_d_crash.patch:
1093+ - additional backport for gtk-w-d crash (LP: #930071)
1094+ * debian/patches/fix_930412.patch:
1095+ - backport to fix keybindings not working (LP: #930412)
1096+ * debian/patches/fix_931283.patch:
1097+ - trunk commit to fix a crash on shutdown (LP: #931283)
1098+ * debian/patches/fix_924736.patch:
1099+ - additional fix for getting the shadow active on maximized window
1100+ (LP: #924736)
1101+
1102+ [ Sam Spilsbury ]
1103+ * Remove unused plugins, disable tests by default
1104+ * debian/patches/ccp_plugin.patch : force load the cpp plugin if not
1105+ specified
1106+ * debian/patches/workaround_broken_drivers.patch : workaround broken
1107+ drivers that do binary detection
1108+ * debian/patches/default_drag_key.patch : add a default in case mutter
1109+ isn't installed
1110+
1111+ -- Didier Roche <didrocks@ubuntu.com> Mon, 13 Feb 2012 15:28:06 +0100
1112+
1113+compiz (1:0.9.6+bzr20110929-0ubuntu8) precise; urgency=low
1114+
1115+ * Drop build dependency on libdecoration0-dev (built from this very same source).
1116+
1117+ -- Matthias Klose <doko@ubuntu.com> Sun, 04 Dec 2011 22:21:08 +0100
1118+
1119+compiz (1:0.9.6+bzr20110929-0ubuntu7) precise; urgency=low
1120+
1121+ * Upload to precise
1122+
1123+ -- Didier Roche <didrocks@ubuntu.com> Thu, 10 Nov 2011 09:11:57 +0100
1124+
1125+compiz (1:0.9.6+bzr20110929-0ubuntu6) oneiric-proposed; urgency=low
1126+
1127+ * debian/patches/rev_2821_fix_807487.patch:
1128+ - unity-window-decorator crashed with SIGSEGV in
1129+ g_datalist_id_set_data_full() (LP: #807487)
1130+ * debian/patches/rev_2847_bug_796594.patch:
1131+ - Window behaviour - pressing the 'restore' window indicator on a
1132+ semi-maximised window should return it to the restored state
1133+ (LP: #796594)
1134+ * debian/patches/rev_2878_bug_865696.patch:
1135+ - Windows from other workspaces missing decorations in window spread
1136+ (LP: #865696)
1137+ * debian/patches/rev_2884_fix_874004.patch:
1138+ - When a window is minimized on another workspace it doesn't appear
1139+ in the spread (LP: #874004)
1140+ * debian/patches/rev_2890_fix_879253.patch:
1141+ - Makes the previous patch building and not crashing.
1142+ * Add some upstream missing bits from previous fixes:
1143+ - debian/patches/fix-864330.patch
1144+ - debian/patches/fix-864478.patch
1145+ * debian/patches/fix-886978.patch:
1146+ - compiz crashes with SIGSEGV in PrivateWindow::configure (LP: #886978)
1147+
1148+ -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Oct 2011 14:23:52 +0200
1149+
1150+compiz (1:0.9.6+bzr20110929-0ubuntu5) oneiric-proposed; urgency=low
1151+
1152+ * debian/patches/fix-864330.patch:
1153+ - fix windows which can have towed moving (LP: #864330)
1154+ * debian/patches/fix-864478.patch:
1155+ - Window shading is broken (LP: #864478)
1156+
1157+ -- Didier Roche <didrocks@ubuntu.com> Wed, 12 Oct 2011 10:44:49 +0200
1158+
1159+compiz (1:0.9.6+bzr20110929-0ubuntu4) oneiric-proposed; urgency=low
1160+
1161+ * debian/control:
1162+ - don't suggest nvidia-glx, it's part of the old initial packaging
1163+ and probably a bad hint on non nvidia system (LP: #844218)
1164+ * Cherry-pick upstream patches:
1165+ - Windows should not automatically be focused when opened if the focus
1166+ is on another application (LP: #748840)
1167+ - Launcher - If a spread contains minimised windows, when the spread
1168+ exits, the minimised windows momentarily appear on the desktop
1169+ before disappearing (LP: #863328)
1170+ - reproducible stacking bug in compiz (LP: #869316)
1171+ - Click-dragging a window that's stacked above a fullscreen window will
1172+ cause it to go underneath the fullscreen window (LP: #869919)
1173+ - sometimes the keyboard input doesn't go to the apparently focussed
1174+ dialog (LP: #869967)
1175+ - Opening mumble can cause it to be stacked above the dash if you
1176+ open the dash at the same time (LP: #865863)
1177+ - Sometimes configure events are missed and windows move slow as a result
1178+ (LP: #866752)
1179+ - Workaround ubuntu desktop unity. Mouse at the left side doesn't reveal
1180+ launcher (LP: #832150)
1181+
1182+ -- Didier Roche <didrocks@ubuntu.com> Thu, 06 Oct 2011 17:57:36 +0200
1183+
1184+compiz (1:0.9.6+bzr20110929-0ubuntu3) oneiric; urgency=low
1185+
1186+ * debian/patches/04_fix_insertServerWindow_crash.patch:
1187+ - compiz crashed with SIGSEGV in CompScreen::insertServerWindow()
1188+ (LP: #857487)
1189+ * debian/patches/05_fix_reconfigureXWindow_crash.patch:
1190+ - compiz crashed with SIGABRT in raise() (LP: #857738)
1191+
1192+ -- Didier Roche <didrocks@ubuntu.com> Tue, 04 Oct 2011 13:49:01 +0200
1193+
1194+compiz (1:0.9.6+bzr20110929-0ubuntu2) oneiric; urgency=low
1195+
1196+ * debian/patches/02_fix_autofocus_minimize_window.patch:
1197+ - closing a window gives focus to last minimized window (LP: #862719)
1198+ * debian/patches/03_fix_configureframe.patch:
1199+ - compiz crashed with SIGSEGV in PrivateWindow::configureFrame()
1200+ (LP: #861909)
1201+
1202+ -- Didier Roche <didrocks@ubuntu.com> Tue, 04 Oct 2011 08:29:38 +0200
1203+
1204+compiz (1:0.9.6+bzr20110929-0ubuntu1) oneiric; urgency=low
1205+
1206+ * New upstream snapshot:
1207+ - Workspace switcher makes windows lose decorations (LP: #853951)
1208+ - compiz crashed with SIGSEGV in PrivateWindow::addWindowStackChanges()
1209+ (LP: #861793)
1210+ - sometimes, restored window placed too high (LP: #716521)
1211+ - can't maximize windows on second monitor and Qt windows displayed in
1212+ wrong place (LP: #861341)
1213+ * 091_no_use_gnome_but_desktop_file.patch:
1214+ - partially committed upstream, no more needed
1215+
1216+ -- Didier Roche <didrocks@ubuntu.com> Thu, 29 Sep 2011 09:21:42 +0200
1217+
1218+compiz (1:0.9.6-0ubuntu1) oneiric; urgency=low
1219+
1220+ * New upstream release 0.9.6:
1221+ - Windows which are marked transients of docks should be treated like docks (LP: #860397)
1222+ - Applications which create multiple windows that are transients of each other can be given invalid stack positions (LP: #858625)
1223+ - race condition in configureXWindow causes unpredicatable window geometry changes (LP: #860304)
1224+ - invisible window when a window is mapped but not yet drawn on by the process mapping it (LP: #860286)
1225+ - resizing bugs with xterm (LP: #854725)
1226+ - Cannot open a window that starts iconified (LP: #732997)
1227+ - maximized windows fail to update their input extents when undecorated (LP: #853734)
1228+ - Clicking on a tweet/message link sometimes does not work (LP: #790565)
1229+ - crash on closing a window (LP: #856015)
1230+ - Windows move to 0,0 on compiz restarts (LP: #858629)
1231+ - windows that are decorated while resizing can cause incorrect resize results (LP: #860306)
1232+ - remove transient window handling from unity-window-decorator (LP: #856096)
1233+
1234+ -- Didier Roche <didrocks@ubuntu.com> Wed, 28 Sep 2011 14:15:21 +0200
1235+
1236+compiz (1:0.9.5.94+bzr20110919-0ubuntu1) oneiric; urgency=low
1237+
1238+ * New upstream snapshot:
1239+ - "maximized windows fail to update their input extents when undecorated"
1240+ (LP: #853734)
1241+ - Panel shadow conflicts with Window shadow in Ubuntu Classic Desktop
1242+ Session (LP: #731685)
1243+ - "unity-window-decorator: When switching between windows, Orca does not
1244+ speak the title of the focused window (LP: #724093)
1245+ - Dash and launcher appear underneath windows (LP: #805087)
1246+ - A minimized window 'remains' behind on the desktop if
1247+ /apps/<…>/show_minimized_windows is set to true (LP: #847967)
1248+ - compiz and X can disagree on stacking order (LP: #845765)
1249+ - Should keep a list last sent and last recv from server (LP: #841727)
1250+ - Minimize animation flickr when for maximized apps (LP: #737125)
1251+ - Dash and launcher appear underneath windows (LP: #805087)
1252+ - Stacking problem when switching between apps with multiple windows
1253+ (LP: #802527)
1254+
1255+ -- Didier Roche <didrocks@ubuntu.com> Thu, 22 Sep 2011 14:49:10 +0200
1256+
1257+compiz (1:0.9.5.94+bzr2803-0ubuntu5) oneiric; urgency=low
1258+
1259+ * debian/compiz-gnome.install:
1260+ - install the upgrade profile as well
1261+
1262+ -- Didier Roche <didrocks@ubuntu.com> Thu, 15 Sep 2011 20:10:48 +0200
1263+
1264+compiz (1:0.9.5.94+bzr2803-0ubuntu4) oneiric; urgency=low
1265+
1266+ * debian/profile_upgrades/com.canonical.unity.unity.02.upgrade:
1267+ - upgrade the settings for the expo changes (LP: #837545)
1268+ * debian/patches/01_ctrl_alt_*tea*.patch:
1269+ - make Ctrl + Alt + T the default in compiz too as if you unity --reset
1270+ to reset all the keys in gconf, it will revert the associated key
1271+ for metacity in gnome-control-center
1272+
1273+ -- Didier Roche <didrocks@ubuntu.com> Thu, 15 Sep 2011 19:59:40 +0200
1274+
1275+compiz (1:0.9.5.94+bzr2803-0ubuntu3) oneiric; urgency=low
1276+
1277+ * debian/profile_upgrades/com.canonical.unity.unity.01.upgrade,
1278+ debian/compiz-gnome.install:
1279+ - upgrade configuration to remove uneeded staticswitcher and add
1280+ pause to spread as default for the switcher (LP: #838075)
1281+ * debian/control:
1282+ - breaks on unpatched libcompizconfig as it would otherwise lead to
1283+ a desktop with only "staticswitcher" enabled
1284+
1285+ -- Didier Roche <didrocks@ubuntu.com> Wed, 14 Sep 2011 17:21:35 +0200
1286+
1287+compiz (1:0.9.5.94+bzr2803-0ubuntu1) oneiric; urgency=low
1288+
1289+ [ David Barth ]
1290+ * New upstream release 0.9.5.94
1291+ - Merge in change to have a serverWindows () this break the API
1292+ - "mumble fix", ie "It is possible to stack windows relative to windows that are destroyed" (LP: #837252)
1293+ - fix for "Severe screen corruption after rotate the screen" (LP: #833549)
1294+ - Remove inactive API
1295+ - Fix for "vp switch causes windows to move further offscreen" (LP: #831987)
1296+ - Debug messages removed
1297+ - Memory leak fix in gtk and unity window decorators
1298+ - Fix further issues with shaped windows mapping/unmapping (rev. 2793)
1299+ * removed patches that were integrated into the new upstream release
1300+ - debian/patches/100_core-fix-rev-2794.patch
1301+ - debian/patches/101_memleak-fix-rev-2794.patch
1302+ - debian/patches/102_attrib-fix-rev-2796.patch
1303+ - debian/patches/103_driver_workaround.patch
1304+
1305+ [ Didier Roche ]
1306+ * debian/rules, debian/compiz-gnome.install, debian/compiz-keybindings.sed:
1307+ - readd and tweak some compiz keys for g-c-c and Gnome integration
1308+ This fixes Ctrl + Alt + T to open a terminal (LP: #820266)
1309+
1310+ -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Sep 2011 08:09:46 +0200
1311+
1312+compiz (1:0.9.5.92+bzr2791-0ubuntu1) oneiric; urgency=low
1313+
1314+ * debian/65compiz_profile-on-session:
1315+ - the default profile is "ubuntu" (that fix missed in the vcs it seems)
1316+ * debian/compiz-decorator:
1317+ - go back to the unity decorator, the unitydialog work got rolled back
1318+ * debian/rules:
1319+ - don't use gsettings, it needs testing and is not ready for Oneiric
1320+ * debian/patches/103_driver_workaround.patch:
1321+ - backported new revision from trunk to fix ati binary drivers issue
1322+
1323+ [ David Barth ]
1324+ * Re-apply some distro-patches that were dropped upstream
1325+ * debian/compiz-gnome.install:
1326+ - remove gsettings schemas
1327+ * debian/compiz-core.install:
1328+ - add additional decorator files
1329+ * debian/libdecoration0.symbols: update
1330+ * debian/compiz-core.install: remove references to:
1331+ -debian/tmp/usr/bin/simple-decorator
1332+ -debian/tmp/usr/bin/decoration_inspector
1333+ -debian/tmp/usr/share/simple-decorator/simple-decoration.png
1334+ -debian/tmp/usr/share/decoration_inspector/decoration_inspector.xml
1335+ * debian/patches/100_core-fix-rev-2794.patch: core fix to avoid decoration
1336+ problems
1337+ * debian/patches/101_memleak-fix-rev-2794.patch: memleak fix
1338+ * debian/patches/102_attrib-fix-rev-2796.patch: fix for window getting lost
1339+ when cycling thru workspaces
1340+
1341+ [ Didier Roche ]
1342+ * New upstream release
1343+ * debian/control:
1344+ - remove the build-dep on cdbs
1345+
1346+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 23 Aug 2011 18:19:11 +0200
1347+
1348+compiz (1:0.9.5.0-0ubuntu5) oneiric; urgency=low
1349+
1350+ * Make compiz-dev deps on libdecoration0-dev as compiztoolbox is using it.
1351+
1352+ -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Aug 2011 21:21:23 +0200
1353+
1354+compiz (1:0.9.5.0-0ubuntu4) oneiric; urgency=low
1355+
1356+ * debian/compiz-gnome.gconf-defaults, debian/unity.ini:
1357+ - remove Static Application Switcher plugin as now handled by unity.
1358+
1359+ -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Aug 2011 16:28:49 +0200
1360+
1361+compiz (1:0.9.5.0-0ubuntu3) oneiric; urgency=low
1362+
1363+ * debian/control:
1364+ - build-dep on boost 46
1365+ * debian/65compiz_profile-on-session:
1366+ - set ubuntu as the default unity session
1367+
1368+ -- Didier Roche <didrocks@ubuntu.com> Wed, 10 Aug 2011 10:22:16 +0200
1369+
1370+compiz (1:0.9.5.0-0ubuntu2) oneiric; urgency=low
1371+
1372+ * debian/compiz-decorator:
1373+ - use gtk-window-decorator for alpha3 by default. Too many bugs with u-w-d
1374+ right now (the side effect is that the decorator isn't removed and we
1375+ don't get the invisible resize area anymore)
1376+ * debian/compiz-gnome.gconf-defaults, debian/unity.ini
1377+ - remove the unity dialogs from oneiric, it's not ready, we won't ship it
1378+ for now.
1379+
1380+ -- Didier Roche <didrocks@ubuntu.com> Mon, 01 Aug 2011 14:38:26 +0200
1381+
1382+compiz (1:0.9.5.0-0ubuntu1) oneiric; urgency=low
1383+
1384+ * New upstream release:
1385+ - unity window decorator needs to support different metacity frame types
1386+ (LP: #795048)
1387+ - firefox window mapped fullscreen gets mapped under gnome-panel
1388+ (LP: #800592)
1389+ * Switch to dpkg-source 3.0 (quilt) format
1390+ * remove all debian/patches/*:
1391+ - upstream now directly deliver with our patches
1392+ * debian/control:
1393+ - replace kdebase-workspace-dev build-dep by kde-workspace-dev
1394+ - build on libdecoration0-dev to build the unity window decorator
1395+ - make compiz-dev dep on gtk-3
1396+ * debian/compiz-plugins-default.install:
1397+ - grid is now in -main
1398+ * debian/libdecoration0.symbols:
1399+ - add new symbols
1400+ * debian/patches/01_don_t_init_a11y.patch:
1401+ - don't initialize the GAIL and AT bridges when comipz initialize
1402+ (LP: #810045)
1403+
1404+ -- Didier Roche <didrocks@ubuntu.com> Tue, 19 Jul 2011 08:00:29 +0200
1405+
1406+compiz (1:0.9.4+bzr20110606-0ubuntu6) oneiric; urgency=low
1407+
1408+ * debian/control:
1409+ - don't build with g-c-c integration (broken with gnome 3)
1410+ removed dep on libgnome-window-settings-dev, libgnomeui-dev,
1411+ libgnome-desktop-dev
1412+ * debian/patches/091_no_use_gnome_but_desktop_file.patch,
1413+ debian/rules, debian/compiz-gnome.install:
1414+ - don't install anymore previous files, but still build
1415+ /usr/share/applications/compiz.desktop for starting compiz with
1416+ gnome-session
1417+ * debian/65compiz_profile-on-session:
1418+ - use DESKTOP_SESSION now
1419+
1420+ -- Didier Roche <didrocks@ubuntu.com> Thu, 07 Jul 2011 16:15:23 +0200
1421+
1422+compiz (1:0.9.4+bzr20110606-0ubuntu5) oneiric; urgency=low
1423+
1424+ * debian/patches/090_run_gtk_init.patch:
1425+ - run gtk_init_check in compiz core (needed for unity and unity dialogs, and
1426+ there is no good upgrade story with the current backend to add a new
1427+ plugin)
1428+ * debian/control:
1429+ - add a libgtk-3-dev dep
1430+ - breaks against previous unity version (gtk_init should run be once with
1431+ ldopen)
1432+ - bump standards-version
1433+ * debian/compiz-gnome.gconf-defaults, debian/unity.ini:
1434+ - add unity dialogs by default (doesn't support upgrade though, need to
1435+ reset the profile manually)
1436+
1437+ -- Didier Roche <didrocks@ubuntu.com> Mon, 04 Jul 2011 18:33:26 +0200
1438+
1439+compiz (1:0.9.4+bzr20110606-0ubuntu4) oneiric; urgency=low
1440+
1441+ * debian/patches/00_bzr_fix_727143.patch:
1442+ - Fix unity-window-decorator crashes with SIGSEGV when closing Java
1443+ windows (LP: #727143)
1444+
1445+ -- Didier Roche <didrocks@ubuntu.com> Fri, 24 Jun 2011 10:46:01 +0200
1446+
1447+compiz (1:0.9.4+bzr20110606-0ubuntu3) oneiric; urgency=low
1448+
1449+ * Separate plugins we install by default from others:
1450+ - create compiz-plugins-default which is a subpart of what compiz-plugins
1451+ depended on
1452+ - compiz-plugins install compiz-plugins-default
1453+ - compiz, compiz-core, compiz-gnome, compiz-kde now depends on
1454+ compiz-plugins-default and recommends compiz-plugins-main-default
1455+ - compiz-dev still depends on compiz-plugins as shipping the compiztoolbox
1456+ and cube headers
1457+ - reshuffle the replaces to handle transitions
1458+ * move /usr/share/compiz/kde.xml wrongly set in compiz-plugins to compiz-kde
1459+
1460+ -- Didier Roche <didrocks@ubuntu.com> Tue, 07 Jun 2011 14:01:18 +0200
1461+
1462+compiz (1:0.9.4+bzr20110606-0ubuntu2) oneiric; urgency=low
1463+
1464+ * debian/rules, debian/compiz-gnome.install:
1465+ - generate g-c-c keybindings from new metacity package
1466+ - don't generate schema for gconf bindings, not sure we will ship them or
1467+ should switch to gsettings
1468+
1469+ -- Didier Roche <didrocks@ubuntu.com> Mon, 06 Jun 2011 17:58:54 +0200
1470+
1471+compiz (1:0.9.4+bzr20110606-0ubuntu1) oneiric; urgency=low
1472+
1473+ * New bug fix release:
1474+ - Switcher window borders are not properly unmapped with
1475+ (unity|gtk)-window-decorator (LP: #789580)
1476+ - maximized window is displaced (LP: #772612)
1477+ - Unity launcher gets visible while screensaver is active (LP: #771391)
1478+ - 1 pixel icons in notification-area-applet when compiz is the windows
1479+ manager (LP: #767095)
1480+ * debian/patches/00_bzr_fix_apps_without_startupid.patch:
1481+ - removed: upstream
1482+
1483+ -- Didier Roche <didrocks@ubuntu.com> Mon, 06 Jun 2011 16:18:08 +0200
1484+
1485+compiz (1:0.9.4+bzr20110415-0ubuntu2) natty; urgency=low
1486+
1487+ * debian/patches/00_bzr_fix_apps_without_startupid.patch:
1488+ - from upstream trunk, fix crash on applications removing _NET_STARTUP_ID
1489+ (LP: #759363)
1490+
1491+ -- Didier Roche <didrocks@ubuntu.com> Tue, 19 Apr 2011 11:40:43 +0200
1492+
1493+compiz (1:0.9.4+bzr20110415-0ubuntu1) natty; urgency=low
1494+
1495+ * New upstream snapshot
1496+ - Focus problem with Thunderbird (LP: #753951)
1497+ - Chromium fullscreen + Alt-TAB confuses the launcher (LP: #757434)
1498+ - compiz hangs randomly several times per day (LP: #740126)
1499+ * debian/patches/00_*:
1500+ - removed as part of upstream tarball
1501+
1502+ -- Didier Roche <didrocks@ubuntu.com> Fri, 15 Apr 2011 17:08:40 +0200
1503+
1504+compiz (1:0.9.4+bzr20110411-0ubuntu2) natty; urgency=low
1505+
1506+ * 00_bzr_fix_crash_with_some_apps.patch
1507+ - Fix inkscape/unison and other applications crashes (LP: #758307)
1508+
1509+ -- Didier Roche <didrocks@ubuntu.com> Thu, 14 Apr 2011 14:37:39 +0200
1510+
1511+compiz (1:0.9.4+bzr20110411-0ubuntu1) natty; urgency=low
1512+
1513+ * New upstream snapshot, including all 01_bzr* patch:
1514+ - compiz crashed with SIGSEGV in PluginClassHandler<DecorWindow, CompWindow,
1515+ 0>::get() (LP: #743807)
1516+ - Animation for Grid Previews is broken (LP: #754088)
1517+ - Grid plugin: Maximizing a window from left or right edge loses original
1518+ size (LP: #753051)
1519+ * add 00_remove_printf.patch: remove debug printf
1520+ * 02_add_debug_spewer_for_apport.patch:
1521+ - refreshed
1522+
1523+ -- Didier Roche <didrocks@ubuntu.com> Mon, 11 Apr 2011 13:25:14 +0200
1524+
1525+compiz (1:0.9.4+bzr20110407-0ubuntu2) natty; urgency=low
1526+
1527+ * New upstream snapshot:
1528+ - fix unity-window-decorator crashed with SIGSEGV in event_filter_funct
1529+ (LP: #711561)
1530+ * debian/patches/086_new_grid_defaults.patch:
1531+ - change threshold to 15 on sides and 20 on top to work well with the new
1532+ animtion
1533+ * debian/patches/01_bzr_fix_grid_on_multimonitor.patch,
1534+ 01_bzr_fix_resize.patch, 01_bzr_fix_grid_premultiply.patch:
1535+ - from upstream bzr, fix grid on multimonitor and colors handling
1536+ * debian/patches/086_new_grid_defaults.patch,
1537+ debian/patches/029_default_options.patch:
1538+ - set the resize grid shadow to orange (LP: #752711)
1539+
1540+ -- Didier Roche <didrocks@ubuntu.com> Thu, 07 Apr 2011 18:06:44 +0200
1541+
1542+compiz (1:0.9.4+bzr20110406-0ubuntu1) natty; urgency=low
1543+
1544+ * new upstream bzr tarball:
1545+ - display/size problems with xterm (LP: #748137)
1546+ - fix crashes on tcl/tk applications (LP: #741074, #747439)
1547+ - fix grab on compose keys (LP: #747323)
1548+ - resync stack at regular interval to avoid invisible windows
1549+ (LP: #723014, #743011, #736876, #740465, #684590)
1550+ - fix weird order in alt + tab (LP: #175874)
1551+ - fix crash in gitk (LP: #743011, #741074)
1552+ - avoid compiz detection by fglrx driver (LP: #740298)
1553+ - Wrong window moves (LP: #741656, #743634)
1554+ - Unity Grid is broken for multi-monitor setups (LP: #709221)
1555+ - Feature Freeze Exception: Animation for Grid Plugin Previews (LP: #744104)
1556+ - unity-window-decorator crashed with SIGSEGV in gdk_window_get_events()
1557+ (LP: #725284)
1558+ - fix xterm (LP: #692463)
1559+ - start the decorator on a secondary screen (LP: #730495)
1560+ * debian/patches/090_git_fix_new_invisible_windows.patch,
1561+ debian/patches/100_bump_core.h.patch:
1562+ - upstreamed
1563+ * debian/patches/01_unity_window_decorator.patch
1564+ debian/patches/085_add_grid_plugin.patch:
1565+ - in bzr upstream tarball
1566+
1567+ -- Didier Roche <didrocks@ubuntu.com> Wed, 06 Apr 2011 19:37:45 +0200
1568+
1569+compiz (1:0.9.4git20110322-0ubuntu5) natty; urgency=low
1570+
1571+ * debian/patches/080_fix_session_handling.patch:
1572+ reverted, seems to break more people that it fixes it. Not commited to
1573+ compiz trunk as well
1574+
1575+ -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Mar 2011 12:03:47 +0100
1576+
1577+compiz (1:0.9.4git20110322-0ubuntu4) natty; urgency=low
1578+
1579+ * 080_fix_session_handling.patch:
1580+ - fix respawn on crash (LP: #716462)
1581+
1582+ -- Didier Roche <didrocks@ubuntu.com> Wed, 23 Mar 2011 23:38:35 +0100
1583+
1584+compiz (1:0.9.4git20110322-0ubuntu3) natty; urgency=low
1585+
1586+ * 90_git_fix_new_invisible_windows.patch:
1587+ from git, fix a case with new invisible windows (LP: #741072)
1588+
1589+ -- Didier Roche <didrocks@ubuntu.com> Wed, 23 Mar 2011 17:36:06 +0100
1590+
1591+compiz (1:0.9.4git20110322-0ubuntu2) natty; urgency=low
1592+
1593+ * debian/patches/01_unity_window_decorator.patch:
1594+ - fix frequent crash (LP: #740480)
1595+ * debian/compiz-decorator:
1596+ - reset the unity window decorator by default
1597+
1598+ -- Didier Roche <didrocks@ubuntu.com> Wed, 23 Mar 2011 08:55:46 +0100
1599+
1600+compiz (1:0.9.4git20110322-0ubuntu1) natty; urgency=low
1601+
1602+ * New upstream bug fix snapshot:
1603+ - Application windows can sometimes fail to display and will
1604+ mask regions of the screen (LP: #709461)
1605+ - Compiz switcher Alt-Tab order is not predictable - should
1606+ maintain LIFO ordering in application switcher (LP: #175874)
1607+ - after compiz crashed, gnome-panel isn't mapped again (LP: #711378)
1608+ - invisible windows border problem (LP: #710271)
1609+ - Compiz thinks you are clicking in an edge window when you
1610+ are not (LP: #734250)
1611+ - Add test case for invisible window regressions (LP: #736876)
1612+ - often can't alt-click-dnd to move the focussed dialog (LP: #711911)
1613+ - When windows open for the first time they should not hide (LP: #723878)
1614+ - Unity Grid is broken for multi-monitor setups (LP: #709221)
1615+ - Pixmaps trashed during animations when window is unmapped (LP: #733331)
1616+ - Windows have blank decorations when rapidly closing and
1617+ reopening (LP: #733328)
1618+ - Unity is not restored on unity/compiz crash: compiz doesn't register
1619+ properly with gnome-session (LP: #716462)
1620+ * remove the patch taken from upstream
1621+ * refresh u-w-d patch with latest upstream work
1622+ * debian/compiz-core.install:
1623+ - image move to the final destination
1624+ * debian/patches/100_bump_core.h.patch:
1625+ - bump for ABI breakage
1626+ * debian/compiz-decorator:
1627+ - use gtk-window-decorator and not unity-window-decorator as it's really
1628+ crashy for now (will probably redo an upload tomorrow with a fixed
1629+ decorator)
1630+
1631+ -- Didier Roche <didrocks@ubuntu.com> Tue, 22 Mar 2011 21:45:34 +0100
1632+
1633+compiz (1:0.9.4-0ubuntu7) natty; urgency=low
1634+
1635+ * debian/control:
1636+ - breaks on old simple-ccsm until a new one for 0.9 is available
1637+ * debian/patches/029_default_options.patch:
1638+ - don't enable showing desktop while scale is triggered (LP: #736947)
1639+
1640+ -- Didier Roche <didrocks@ubuntu.com> Thu, 17 Mar 2011 17:13:32 +0100
1641+
1642+compiz (1:0.9.4-0ubuntu5) natty; urgency=low
1643+
1644+ * debian/patches/029_default_options.patch: (LP: #723273)
1645+ - remove Super W change for the "Initiate Window Picker for current
1646+ workspace". The default is now compiz default: Shift + Alt + Up
1647+ - transforming the Super A change to Super W for "Initiate Window Picker
1648+ For All Windows"
1649+ * debian/compiz-gnome.gconf-defaults:
1650+ - disable Alt + F1/F2 in the gnome-compat plugin for the unity profile only
1651+ (those keys are handled by unity itself now)
1652+ * debian/source_compiz.py:
1653+ - add xorg info in case of crash
1654+
1655+ -- Didier Roche <didrocks@ubuntu.com> Wed, 16 Mar 2011 19:28:01 +0100
1656+
1657+compiz (1:0.9.4-0ubuntu4) natty; urgency=low
1658+
1659+ * Fix crashes in unity-window-decorator
1660+ (LP: #724874, #728563, #728383)
1661+ * Fix grid plugin not working with snap (LP: #716313)
1662+
1663+ -- Didier Roche <didrocks@ubuntu.com> Mon, 07 Mar 2011 16:31:04 +0100
1664+
1665+compiz (1:0.9.4-0ubuntu3) natty; urgency=low
1666+
1667+ * debian/rules:
1668+ - don't run unitymtgrabhandles and unityshell by default
1669+
1670+ -- Didier Roche <didrocks@ubuntu.com> Tue, 01 Mar 2011 13:31:32 +0100
1671+
1672+compiz (1:0.9.4-0ubuntu2) natty; urgency=low
1673+
1674+ * Force libdecoration0 to have the same version than compiz-plugins
1675+ * debian/patches/01_unity_window_decorator.patch
1676+ - fix a crash in unity-window-decorator (LP: #726063, #725284, #726101)
1677+ * Backport some patches from upstream to fix other crashes and bring
1678+ support to the unity plugin (LP: #726702)
1679+ * debian/compiz-core.install:
1680+ png are now installed in /usr/share/compiz
1681+ * add the future unity mt plugin by default
1682+
1683+ -- Didier Roche <didrocks@ubuntu.com> Mon, 28 Feb 2011 20:51:00 +0100
1684+
1685+compiz (1:0.9.4-0ubuntu1) natty; urgency=low
1686+
1687+ * New upstream release:
1688+ - Fix no windows receiving the focus if someone got the focus then was
1689+ destroyed
1690+ - Fix crash when resizing using keybindings
1691+ - Fix unresponsive inactive decorations (LP: #703755)
1692+ - Fix the long awaited gconf crash (LP: #691561)
1693+ - gtk-window-decorator doesn't respect special decoration styles
1694+ (LP: #290835)
1695+ * debian/compiz-core.links,
1696+ debian/source_compiz.py,
1697+ debian/compiz-core.install:
1698+ - install again a richer apport hook to redirect nux/libunity/unityshell
1699+ crash. It also asks the user to redirect unity issues against unity (still
1700+ incuding xorg info when needed)
1701+ * Removed a bunch of patches either cherry-picked or pushed upstream. With the
1702+ other fixes, the gconf workaround is hopefully not needed anymore.
1703+ * refresh existing patches to still apply
1704+ * debian/control:
1705+ - rename dep on compiz-fusion* to compiz*
1706+ * debian/patches/085_add_grid_plugin.patch:
1707+ - refresh the grid plugin from new release
1708+ * debian/patches/086_new_grid_defaults.patch
1709+ - separate tweaking the default settings to only have the effect that were
1710+ specified:
1711+ top -> maximize, left (top or bottom left) -> window half left of the
1712+ screen, right (top or bottom right) -> window half right of the screen,
1713+ bottom -> do nothing
1714+
1715+ -- Didier Roche <didrocks@ubuntu.com> Thu, 24 Feb 2011 17:31:29 +0100
1716+
1717+compiz (1:0.9.2.1+glibmainloop4-0ubuntu11) natty; urgency=low
1718+
1719+ * debian/patches/18_really_fix_stacking_issues.patch:
1720+ - hopefully, this time, the invisible window is dead (LP: #709461)
1721+
1722+ -- Didier Roche <didrocks@ubuntu.com> Fri, 11 Feb 2011 13:00:01 +0100
1723+
1724+compiz (1:0.9.2.1+glibmainloop4-0ubuntu10) natty; urgency=low
1725+
1726+ * debian/patches/080_migrate_gconf_from_alpha1.patch
1727+ debian/reset-compiz-gconf, debian/compiz-gnome.install:
1728+ - remove the additional python wrapper now that people who installed
1729+ alpha1 are considerated to be transitionned to the new schema.
1730+ * debian/patches/17_fix_stacking_issue.patch:
1731+ - backport from upstream. This seems to fix the random invisible window
1732+ (LP: #709461)
1733+
1734+ -- Didier Roche <didrocks@ubuntu.com> Tue, 08 Feb 2011 10:31:06 +0100
1735+
1736+compiz (1:0.9.2.1+glibmainloop4-0ubuntu9) natty; urgency=low
1737+
1738+ * debian/patches/086_fix_unreachable_options_crash.patch:
1739+ getOptions is broken at start as some initialized options aren't map when
1740+ calling from the core. Use direct call instead (LP: #708812).
1741+ Fixes crashes at start.
1742+
1743+ -- Didier Roche <didrocks@ubuntu.com> Wed, 02 Feb 2011 15:17:02 +0100
1744+
1745+compiz (1:0.9.2.1+glibmainloop4-0ubuntu8) natty; urgency=low
1746+
1747+ * debian/patches/14_fix_empathy_list_vanish.patch:
1748+ - fix the buddy list disappearing (LP: #682781)
1749+ * debian/patchs/15_hidden_maximized_decoration.patch:
1750+ - fix sometimes invisible decoration on maximized window still decorated
1751+ * 16_display_unfocused_state.patch:
1752+ - fix unfocused state not being displayed properly in the decoration
1753+ (LP: #704413)
1754+
1755+ -- Didier Roche <didrocks@ubuntu.com> Mon, 31 Jan 2011 15:50:17 +0100
1756+
1757+compiz (1:0.9.2.1+glibmainloop4-0ubuntu7) natty; urgency=low
1758+
1759+ * debian/patches/000_workaround_gconfbackend_init_hang.patch:
1760+ - readd the workaround. Seems that slow machines really have a problem with
1761+ the new init order
1762+
1763+ -- Didier Roche <didrocks@ubuntu.com> Fri, 28 Jan 2011 19:07:35 +0100
1764+
1765+compiz (1:0.9.2.1+glibmainloop4-0ubuntu6) natty; urgency=low
1766+
1767+ * debian/control:
1768+ - compiz-gnome replaces compiz-fusion-plugins-extra (grid gconf schema file
1769+ is hosted there) (LP: #708835)
1770+ * debian/patches/029_default_options.patch:
1771+ - set the spacing to 68 temporary as a workaround to avoid the spread mode
1772+ to overlap the launcher (LP: #702822)
1773+
1774+ -- Didier Roche <didrocks@ubuntu.com> Fri, 28 Jan 2011 15:46:20 +0100
1775+
1776+compiz (1:0.9.2.1+glibmainloop4-0ubuntu5) natty; urgency=low
1777+
1778+ * debian/patches/000_workaround_gconfbackend_init_hang.patch:
1779+ - remove the workaround (commented in debian/patches/series). It seems to
1780+ work for others without it, I still have it hanging there, but maybe
1781+ that's a system issue, let's see if people reports hangs at start.
1782+ * debian/patches/060_move_checks_to_compiz.patch:
1783+ - adapt to new version
1784+
1785+ -- Didier Roche <didrocks@ubuntu.com> Thu, 27 Jan 2011 17:42:04 +0100
1786+
1787+compiz (1:0.9.2.1+glibmainloop4-0ubuntu4) natty; urgency=low
1788+
1789+ * debian/patches/000_fix_stacking.patch:
1790+ - so awaited patch to fix menu stacking issue
1791+ (LP: #693073, #695638, #690461) (congrats smspillaz)
1792+ * debian/patches/065_add_bailer_and_detection_plugins.patch:
1793+ - remove zenity message, now handled in the session level
1794+ * debian/patches/029_default_options.patch:
1795+ - set back to opacity to 100 when dragging windows, seems to have a lot of
1796+ perf issues on some graphic card. (LP: #703458)
1797+ * debian/patches/03_git_fix_maprequest.patch
1798+ debian/patches/04_git_fix_override_redirect_window.patch
1799+ debian/patches/06_git_fix_unmapped_then_remapped_window.patch
1800+ debian/patches/07_git_fix_click_to_focus_issue.patch
1801+ debian/patches/08_make_qt_wine_appearing.patch
1802+ debian/patches/09_git_valgrind_cleanage.patch
1803+ debian/patches/10_git_set_vp_before_window_initialization.patch:
1804+ - misc fixes backported from upstream git head. Fixing flash and gnome-panel
1805+ crash (LP: #683100, #690461)
1806+ * debian/patches/000_workaround_gconfbackend_init_hang.patch:
1807+ - adapt to new version
1808+ * debian/patches/029_default_options.patch:
1809+ - disable ligthning by default on the opengl plugin as it's not really used
1810+ and conflict with unity (LP: #703140)
1811+ * debian/patches/11_git_fix_windows_jumping.patch
1812+ debian/patches/12_fix_warning.patch
1813+ debian/patches/13_fix_window_geometries_and_properties.patch:
1814+ - last minute fix due to regression introduced by the patch above, fix wrong
1815+ geometry and wrong startup position (LP: #707853, #707852)
1816+ * debian/patches/085_add_grid_plugin.patch,
1817+ debian/rules, debian/control, debian/unity.ini,
1818+ debian/compiz-gnome.gconf-defaults
1819+ - add to main (as upstream is doing in the git repository) the grid plugin
1820+ and activate it by default. Replaces the -extra package with a previous
1821+ version
1822+ - tweak the default settings to only have the effect that were specified:
1823+ top -> maximize, left (top or bottom left) -> window half left of the
1824+ screen, right (top or bottom right) -> window half right of the screen
1825+
1826+ -- Didier Roche <didrocks@ubuntu.com> Thu, 27 Jan 2011 13:05:18 +0100
1827+
1828+compiz (1:0.9.2.1+glibmainloop4-0ubuntu3) natty; urgency=low
1829+
1830+ * debian/patches/01_unity_window_decorator.patch:
1831+ - dont dep on system libdecoration but on built one
1832+ * debian/control:
1833+ - remove circular build-dep on libdecoration0-dev
1834+ - build against new libmetacity ABI
1835+
1836+ -- Didier Roche <didrocks@ubuntu.com> Wed, 19 Jan 2011 17:52:09 +0100
1837+
1838+compiz (1:0.9.2.1+glibmainloop4-0ubuntu2) natty; urgency=low
1839+
1840+ * debian/control:
1841+ - temporary depends on libdecoration0-dev as the unity-window-decorator
1842+ needs it. The correct fix will need to shuffle the order of build around
1843+ and take the current library.
1844+
1845+ -- Didier Roche <didrocks@ubuntu.com> Fri, 14 Jan 2011 03:17:38 +0100
1846+
1847+compiz (1:0.9.2.1+glibmainloop4-0ubuntu1) natty; urgency=low
1848+
1849+ [ Didier Roche ]
1850+ * New upstream release:
1851+ - Fixed a high number of wakeups (LP: #681696)
1852+ - Fixed links not working in some gtk windows
1853+ - Raise the window when it is moved if raise on click is enabled
1854+ - Fix crash when loading plugins on the command line
1855+ - Fix focus issues on window close and reopen rapidly
1856+ - Fix focus issues with multiple X screens
1857+ - Glib plugin removed
1858+ - Fix bug where not moving the mouse and clicking button 2 or 3 in
1859+ scale addon would close the current active window, not the window the
1860+ mouse hovers over
1861+ - Add unity-window-decorator
1862+ - Move window doesn't raise window (LP: #695570)
1863+ - gtk.Label <a href> link-activate signal broken with compiz in natty
1864+ (LP: #687732)
1865+ * debian/patches/060_move_checks_to_compiz.patch:
1866+ - remove GNOME failsafe detection as now handled as a session type in
1867+ gnome-session
1868+ * Remove deprecated or now merge upstream patches:
1869+ - 01_backport_trunk_fix.patch
1870+ - 002_ship_splited_gconf_cmakeext_files.patch
1871+ - 004_packagemode_is_release_debug_for_plugins.patch
1872+ - 005_no_glib_plugin.patch
1873+ - 017_always_unredirect_screensaver_on_nvidia.patch
1874+ - 080_migrate_gconf_from_alpha1.patch
1875+ * debian/compiz-gnome.gconf-defaults,
1876+ debian/patches/029_default_options.patch:
1877+ - new settings for natty. Also set the 2x2 layout by default
1878+ * unity-decorator:
1879+ - debian/compiz-decorator:
1880+ launch unity-compiz-decorator in gnome sessions
1881+ - debian/compiz-gnome.install:
1882+ install it
1883+ - debian/control:
1884+ depends on latest metacity having the right extension
1885+ - debian/patches/01_unity_window_decorator.patch:
1886+ add unity-window-decorator
1887+ * debian/patches/02_add_debug_spewer_for_apport.patch:
1888+ - new plugin (not activated for now) to get additional info for apport
1889+
1890+ [ Bryce Harrington ]
1891+ * compiz-core.install, compiz-core.links, source_compiz.py:
1892+ Replace the compiz apport hook with a link to xorg's apport script.
1893+
1894+ -- Didier Roche <didrocks@ubuntu.com> Thu, 13 Jan 2011 21:50:27 +0100
1895+
1896+compiz (1:0.9.2.1+glibmainloop3-0ubuntu5) natty; urgency=low
1897+
1898+ * Restore the workaround to avoid crashes (lp: #691561)
1899+
1900+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 17 Dec 2010 21:08:43 +0100
1901+
1902+compiz (1:0.9.2.1+glibmainloop3-0ubuntu4) natty; urgency=low
1903+
1904+ * debian/patches/000_workaround_gconfbackend_init_hang.patch:
1905+ - drop the workaround, the issue has not been confirmed but the update
1906+ broke the menus in unity (lp: #690461)
1907+ * debian/patches/060_move_checks_to_compiz.patch:
1908+ - adapted regarding previous patch
1909+
1910+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Dec 2010 22:19:50 +0100
1911+
1912+compiz (1:0.9.2.1+glibmainloop3-0ubuntu3) natty; urgency=low
1913+
1914+ * debian/patches/080_migrate_gconf_from_alpha1.patch,
1915+ debian/reset-compiz-gconf,
1916+ debian/compiz-gnome.install:
1917+ - temporary wrapper from new gconf path not transitionned from alpha1
1918+ (allscreens became screen0). This will reset the current compiz profiles
1919+ (LP: #690011)
1920+
1921+ -- Didier Roche <didrocks@ubuntu.com> Tue, 14 Dec 2010 19:25:03 +0100
1922+
1923+compiz (1:0.9.2.1+glibmainloop3-0ubuntu2) natty; urgency=low
1924+
1925+ * debian/patches/000_workaround_gconfbackend_init_hang.patch:
1926+ - workaround in delaying the plugin init as the gconf backend hangs when
1927+ trying to contact/launch the gconf daemon. This only happens when you
1928+ don't change your current profile, at session start.
1929+ * debian/patches/060_move_checks_to_compiz.patch:
1930+ - adapted regarding previous patch
1931+
1932+ -- Didier Roche <didrocks@ubuntu.com> Tue, 14 Dec 2010 02:57:50 +0100
1933+
1934+compiz (1:0.9.2.1+glibmainloop3-0ubuntu1) natty; urgency=low
1935+
1936+ * new glibmainloop branch snapshot:
1937+ - fix launching an application set it to the wrong place (LP: #683273)
1938+ - Can't resize windows to be displayed on several monitors (LP: #455378)
1939+ - Scale All Windows gets its suffixes wrong for a 3x3 layout (LP: #683063)
1940+ - Compiz sometimes loses focus when closing some windows (LP: #671459)
1941+ - Fix hanging when session exit (LP: #683121)
1942+ * debian/patches/000_fix_OOo_crash1.patch
1943+ debian/patches/000_fix_OOo_crash2.patch
1944+ debian/patches/001_fix_gconf_path.patch
1945+ debian/patches/003_more_gconf_parser_fix.patch:
1946+ - remove, upstreamed.
1947+ * debian/patches/060_move_checks_to_compiz.patch:
1948+ - adapt to new version
1949+ * debian/patches/01_backport_trunk_fix.patch:
1950+ - backport some additional fixes from trunk, otherwise compiz crash at start
1951+ * debian/source_compiz.py:
1952+ - fix gconf path
1953+ * debian/compiz-gnome.gconf-defaults, debian/rules, debian/unity.ini,
1954+ debian/patches/030_no_fade_in_staticswicher.patch:
1955+ - change order to load fade before staticswichter to avoid the fade effect
1956+ when alt + tabbing (LP: #683635)
1957+ - add snap and workarounds by default as well
1958+ * debian/compiz-gnome.gconf-defaults,
1959+ debian/compiz-keybindings.sed,
1960+ debian/patches/021_hide_tooltip_on_decorator.patch,
1961+ debian/patches/057_update_gnome_bindings.patch:
1962+ - update the gconf path from allscreens to screen0 as new gconf path in the
1963+ gconf backend
1964+ * debian/control:
1965+ - handle the ABI breakage with other compiz components
1966+
1967+ -- Didier Roche <didrocks@ubuntu.com> Mon, 13 Dec 2010 16:38:10 +0100
1968+
1969+compiz (1:0.9.2.1+glibmainloop2-0ubuntu4) natty; urgency=low
1970+
1971+ * debian/patches/065_add_bailer_and_detection_plugins.patch:
1972+ - fix the fallback not launching gnome-panel when no 3D support
1973+ (LP: #683356, #683531)
1974+ * debian/patches/000_fix_OOo_crash{1,2].patch:
1975+ - cherry-pick fix crashes with random applications (LP: #675506)
1976+
1977+ -- Didier Roche <didrocks@ubuntu.com> Wed, 01 Dec 2010 13:10:41 +0100
1978+
1979+compiz (1:0.9.2.1+glibmainloop2-0ubuntu3) natty; urgency=low
1980+
1981+ * debian/rules:
1982+ - use our own keybindings with new Compiz wm_name
1983+ (note, upstream one faily try to install them ignoring DESTDIR, keep in
1984+ mind when fixed to keep ours)
1985+
1986+ -- Didier Roche <didrocks@ubuntu.com> Mon, 29 Nov 2010 19:37:41 +0100
1987+
1988+compiz (1:0.9.2.1+glibmainloop2-0ubuntu2) natty; urgency=low
1989+
1990+ * debian/rules:
1991+ - build with RelWithDebInfo cmake flag to get debug info and release
1992+ optimisation
1993+ * debian/patches/004_packagemode_is_release_debug_for_plugins.patch:
1994+ - when compiz plugin built in "Package" mode, add optimization + debug
1995+ symbols for stripping in dbgsym. Thanks RAOF for pointing at it
1996+ (LP: #682574)
1997+ * debian/patches/005_no_glib_plugin.patch:
1998+ - remove glib plugin as conflicting with the glibmainloop branch
1999+ * debian/source_compiz.py:
2000+ - grab new gconf path in apport bug report
2001+
2002+ -- Didier Roche <didrocks@ubuntu.com> Mon, 29 Nov 2010 12:23:15 +0100
2003+
2004+compiz (1:0.9.2.1+glibmainloop2-0ubuntu1) natty; urgency=low
2005+
2006+ * new upstream snapshot with glibmm experimental branch:
2007+ - Compiz crashes when scrolling in Openoffice (LP: #675506)
2008+ - Compiz sometimes loses focus when closing some windows (LP: #671459)
2009+ - Fix --replace hang (LP: #680165)
2010+ * debian/65compiz_profile-on-session:
2011+ - add unity profile to default session
2012+ * debian/rules:
2013+ - add bailer, detection, regex and animation and fade plugin to both
2014+ profiles
2015+ - get an optimized plugin default order
2016+ * debian/patches/060_move_checks_to_compiz.patch:
2017+ - start stripping it down as now we have a detection and bailer plugins
2018+ for that. The failsafe session should be moved in the detection plugin.
2019+ * debian/patches/055_fix_COMPIZ_DEFAULT_PLUGINS.patch,
2020+ debian/patches/056_Preserve-DESTDIR-if-no-override-in-COMPIZ_DESTDIR.patch
2021+ debian/patches/057_update_gnome_bindings.patch:
2022+ - removed, upstreamed
2023+ * debian/patches/065_add_bailer_and_detection_plugins.patch:
2024+ - add bailer and detection plugins to fallback to 2D session or run in
2025+ degraded mode.
2026+ * debian/compiz-gnome.install, debian/unity.ini,
2027+ debian/compiz-gnome.gconf-defaults:
2028+ - add the unity profile to ini and gconf backend
2029+ * debian/patches/001_fix_gconf_path.patch:
2030+ - fix the path when generating the gconf keys (compiz-1)
2031+ * debian/patches/002_ship_splited_gconf_cmakeext_files.patch:
2032+ - ship and link the splited gconf extension schema builder
2033+ * debian/control:
2034+ - add libglibmm-2.4-dev build-dep and to -dev dep
2035+ * debian/patches/003_more_gconf_parser_fix.patch:
2036+ - fix parser breakage with some plugins
2037+
2038+ -- Didier Roche <didrocks@ubuntu.com> Fri, 26 Nov 2010 20:30:56 +0100
2039+
2040+compiz (1:0.9.2.1+glibmainloop-0ubuntu3) natty; urgency=low
2041+
2042+ * debian/rules:
2043+ - add gnomecompat as a default plugin (LP: #675774)
2044+ - add vpswitch too
2045+ * debian/libdecoration0.symbols:
2046+ - add a symbol file
2047+ * debian/patches/057_update_gnome_bindings.patch:
2048+ - update wmname to get the keybindings shown in GNOME capplet
2049+
2050+ -- Didier Roche <didrocks@ubuntu.com> Thu, 18 Nov 2010 14:35:04 +0100
2051+
2052+compiz (1:0.9.2.1+glibmainloop-0ubuntu2) natty; urgency=low
2053+
2054+ * debian/patches/065_glib_mainloop.patch:
2055+ - removed as part of make dist
2056+ * debian/control:
2057+ - make compiz-dev dep on libglib2.0-dev
2058+
2059+ -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Nov 2010 21:52:26 +0100
2060+
2061+compiz (1:0.9.2.1+glibmainloop-0ubuntu1) natty; urgency=low
2062+
2063+ * New upstream snapshot with glib mainloop support needed for unity compiz
2064+ * debian/rules:
2065+ - use the ezoom plugin rather than the zoom one
2066+ * debian/patches/055_fix_COMPIZ_DEFAULT_PLUGINS.patch,
2067+ debian/patches/056_Preserve-DESTDIR-if-no-override-in-COMPIZ_DESTDIR.patch:
2068+ - refresh to new upstream snapshot
2069+
2070+ -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Nov 2010 18:20:59 +0100
2071+
2072+compiz (1:0.9.2.1-0ubuntu2) natty; urgency=low
2073+
2074+ * debian/control:
2075+ - add missing replaces with latest natty version
2076+
2077+ -- Didier Roche <didrocks@ubuntu.com> Wed, 10 Nov 2010 10:40:29 +0100
2078+
2079+compiz (1:0.9.2.1-0ubuntu1) natty; urgency=low
2080+
2081+ [ Travis Watkins ]
2082+ * debian/patches/010-disable-child-window-clipping.patch,
2083+ debian/patches/013-add-cursor-theme-support.patch,
2084+ debian/patches/016_call_glxwaitx_before_drawing.patch,
2085+ debian/patches/035_ignore_workspaces,
2086+ debian/patches/037_fullscreen_stacking_fixes.patch,
2087+ debian/patches/061_KWD_stubs.patch,
2088+ debian/patches/090_profiling,
2089+ - removed as they are applied upstream or obsolete
2090+ * debian/patches/017_always_unredirect_screensaver_on_nvidia.patch
2091+ debian/patches/018_use_metacity_settings.patch
2092+ debian/patches/021_hide_tooltip_on_decorator.patch
2093+ debian/patches/029_default_options
2094+ debian/patches/060_move_checks_to_compiz.patch
2095+ - updated for 0.9 and added DEP-3 comments
2096+ * comment debian/patches/014_fix-no-border-window-shadow.patch
2097+ * debian/kde4-window-decorator.1:
2098+ - renamed kde-window-decorator.1 with name fixups
2099+ * debian/compiz-decorator.1,
2100+ debian/compiz-core.manpages:
2101+ - add compiz-decorator manpage
2102+ * debian/compiz.1,
2103+ debian/kde4-window-decorator.1:
2104+ - refreshed
2105+ * debian/compiz-decorator:
2106+ - remove support for kde-window-decorator as it no longer exists
2107+ * debian/compiz-gnome.gconf-defaults:
2108+ - strip down to just gtk-window-decorator defaults, we set the rest in
2109+ other places already
2110+ * debian/rules:
2111+ - switch to debhelper 7 style rules, much easier to understand
2112+ * debian/control:
2113+ - add cmake and boost build-depends, remove automake
2114+
2115+ [ Didier Roche ]
2116+ * new upstream release
2117+ * remerge and adapt travis' work to latest release in natty
2118+ * debian/patches/029_default_options.patch:
2119+ - retake latest patch and refresh to new version
2120+ * debian/patches/060_move_checks_to_compiz.patch:
2121+ - remove all plugins and not use the DEFAULT plugin list (just load cpp)
2122+ * debian/compiz-gnome.gconf-defaults:
2123+ - keep some needed value. With gsetting port, we should only push default,
2124+ don't be evil and avoid patching the schema
2125+ * debian/control:
2126+ - bump all dep to 0.9 for compiz components
2127+ - add libboost-serialization1.42-dev build-dep
2128+ - add some sanity check as well (lintian warnings)
2129+ - additional dependency on compiz-plugins from compiz-dev
2130+ * debian/patches/015_optional-fbo.patch:
2131+ - removed as the new version doesn't seem to handle that natively
2132+ * debian/patches/014-fix-gtk-window-decorator-no-argb-crash.patch:
2133+ - removed as seems to be upstreamed
2134+ * debian/patches/015_draw_dock_shadows_on_desktop.patch:
2135+ - removed from now, let's revert to upstream behavior
2136+ * debian/patches/020_disable_gdk_gtk_disable_deprecated:
2137+ - removed, upstream
2138+ * disable debian/patches/021_hide_tooltip_on_decorator.patch for now
2139+ * debian/compiz-core.install,debian/compiz-dev.install,
2140+ debian/compiz-gnome.install:
2141+ - changed the path according to new upstream layout and remove some
2142+ libraries and re-ad /usr/share/gnome/wm-properties/compiz.desktop to
2143+ make the gnome-window-properties work again (LP: #269805)
2144+ - compiz-gnome install gconf schemas, not compiz-plugins
2145+ - also some cleanage to make things easier to read
2146+ * debian/compiz-kde.manpages:
2147+ - adapt to kde4 new manpage
2148+ * convert to quilt format
2149+ * remove debian/patches/562027-fix-gconf-ftbfs.patch,
2150+ debian/patches/635258-fix-pixmap-size-calculations.patch,
2151+ debian/patches/111_link-kde-window-decorator-with-x11:
2152+ - not relevant in the context
2153+ * debian/compiz-kde.install, debian/compiz-plugins.install:
2154+ - put likde in compiz-kde package
2155+ * debian/rules:
2156+ - a lot of cleanage, try to make the rule easy to read
2157+ - force to build in release mode
2158+ - compile the default plugins list
2159+ - force copying to cmake install dir. Don't use findcompiz_install which is
2160+ broken upstream when using DESTDIR and COMPIZ_DESTDIR
2161+ - add some switch to ensure we build in package mode not in debug one
2162+ * add debian/patches/055_fix_COMPIZ_DEFAULT_PLUGINS.patch:
2163+ - use COMPIZ_DEFAULT_PLUGINS from debian/rules
2164+ * debian/patches/056_Preserve-DESTDIR-if-no-override-in-COMPIZ_DESTDIR.patch:
2165+ - make compiz respect env variable
2166+ * debian/patches/065_glib_mainloop.patch:
2167+ - added but not activated yet: need some work with tip of compiz 0.9.2.1
2168+
2169+ -- Didier Roche <didrocks@ubuntu.com> Tue, 19 Oct 2010 12:23:51 +0200
2170+
2171+compiz (1:0.8.6-0ubuntu12) natty; urgency=low
2172+
2173+ * Merge patch 110_link-gtk-windows-decorator-with-xcursor into
2174+ 013-add-cursor-theme-support as that's where the bug was introduced.
2175+ * Remove bogus dh_install -pcompiz-wrapper call in rules leaving a
2176+ debhelper.log over; presumably left over from the removal of this package.
2177+
2178+ -- Loïc Minier <loic.minier@ubuntu.com> Mon, 18 Oct 2010 00:13:28 +0200
2179+
2180+compiz (1:0.8.6-0ubuntu11) natty; urgency=low
2181+
2182+ * New patch, 110_link-gtk-windows-decorator-with-xcursor, fix configure.ac
2183+ to require the xcursor pkg-config file/libs etc. for gtk/window-decorator
2184+ which calls XcursorSetTheme(); fixes FTBFS.
2185+ * New patch, 111_link-kde-window-decorator-with-x11, fix configure.ac to
2186+ require the x11 pkg-config file/libs etc. for kde/window-decorator which
2187+ calls XGetWMProtocols(); fixes FTBFS.
2188+
2189+ -- Loïc Minier <loic.minier@ubuntu.com> Sun, 17 Oct 2010 23:19:57 +0200
2190+
2191+compiz (1:0.8.6-0ubuntu10) natty; urgency=low
2192+
2193+ * New patch, 635258-fix-pixmap-size-calculations, from commit
2194+ 0f95c41a0aa175ddf7947ba18b01f746c95594a9 in the 0.8 branch; thanks
2195+ Paul Donohue; LP: #635258.
2196+
2197+ -- Loïc Minier <loic.minier@ubuntu.com> Sun, 17 Oct 2010 22:02:58 +0200
2198+
2199+compiz (1:0.8.6-0ubuntu9) maverick; urgency=low
2200+
2201+ * debian/compiz-gnome.gconf-defaults: /apps/gwd/metacity_theme_opacity
2202+ is a float (1.0), not int (1).
2203+
2204+ -- Anders Kaseorg <andersk@mit.edu> Fri, 24 Sep 2010 21:09:32 -0400
2205+
2206+compiz (1:0.8.6-0ubuntu8) maverick; urgency=low
2207+
2208+ * debian/compiz-gnome.gconf-defaults
2209+ - move the shadow 4 pixels down, in order to reduce the shadow between
2210+ menubaritems and the menu frame (LP: #634417)
2211+
2212+ * debian/patches/029_default_options.patch
2213+ - get rid of the transparency on the unfocused window frame. (LP: #634417)
2214+
2215+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 21 Sep 2010 16:59:27 -0400
2216+
2217+compiz (1:0.8.6-0ubuntu7) maverick; urgency=low
2218+
2219+ * 060_move_checks_to_compiz.patch: Remove Sandybridge bridge devices from
2220+ the blacklist, they were preventing compiz from loading on machines
2221+ with discreet GPU's as well. (LP: #644372)
2222+
2223+ -- Robert Hooker <robert.hooker@canonical.com> Tue, 21 Sep 2010 09:46:36 -0400
2224+
2225+compiz (1:0.8.6-0ubuntu6) maverick; urgency=low
2226+
2227+ * Update 060_move_checks_to_compiz.patch to add Intel Sandybridge pci id's
2228+ to the blacklist, the mesa dri driver claims it instead of swrast so
2229+ compiz tries to use it but does not work currently. (LP: #633376)
2230+
2231+ -- Robert Hooker <robert.hooker@canonical.com> Wed, 08 Sep 2010 13:10:11 -0400
2232+
2233+compiz (1:0.8.6-0ubuntu5) maverick; urgency=low
2234+
2235+ * Fix LP: #622195 - dh_install can't rename files. In trying to do so,
2236+ compiz-wm.desktop is installed one folder too deep, breaking
2237+ gnome-{appearance,window}-properties
2238+ - update debian/compiz-gnome.install
2239+
2240+ -- Chris Coulson <chris.coulson@canonical.com> Thu, 26 Aug 2010 21:33:53 +0100
2241+
2242+compiz (1:0.8.6-0ubuntu4) maverick; urgency=low
2243+
2244+ * debian/control: Argh, also reduce the libcompizconfig0 dependency to the
2245+ version that actually rebuilt against 0.8.6.
2246+
2247+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 03 Aug 2010 10:40:30 +0200
2248+
2249+compiz (1:0.8.6-0ubuntu3) maverick; urgency=low
2250+
2251+ * debian/control: Reduce libcompizconfig0 breaks to << the version that
2252+ actually rebuilt against 0.8.6.
2253+
2254+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 03 Aug 2010 00:13:46 +0200
2255+
2256+compiz (1:0.8.6-0ubuntu2) maverick; urgency=low
2257+
2258+ * control: Don't build-depends on libdbus-qt-1-dev, it's deprecated
2259+
2260+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 02 Aug 2010 17:49:08 +0200
2261+
2262+compiz (1:0.8.6-0ubuntu1) maverick; urgency=low
2263+
2264+ * New upstream release:
2265+ - Maintenance release.
2266+ - Various focus and window placement fixes.
2267+ - Fixed handling of windows that have a (server-drawn) border.
2268+ - Fixed handling of window icons that have a colour depth of 1 bit.
2269+ - Added KDE 4.4 support to KDE4 window decorator.
2270+ * debian/control:
2271+ - Build-depend on libx11-dev, libxext-dev
2272+ * debian/patches/020_fix_focus.patch:
2273+ * debian/patches/030_from_git_crash_fix_multiscreen.patch:
2274+ * debian/patches/031_from_git_fix_gnome_keybindings.patch:
2275+ * debian/patches/070_remove_deprecated_gtk_symbol.patch:
2276+ - Applied upstream
2277+
2278+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 27 Jul 2010 17:23:05 +0200
2279+
2280+compiz (1:0.8.4-4ubuntu1) maverick; urgency=low
2281+
2282+ * Merge with Debian unstable, remaining Ubuntu changes:
2283+ * debian/control:
2284+ - Build-depend on cdbs for strip-schemas
2285+ - Add version on libmetacity-dev build-depend
2286+ - Add KDE build-depends
2287+ - Add metacity-common build-depends (for getting keybindings)
2288+ - Add gnome-control-center-dev build-depends (may not be required)
2289+ - Add libx11-xcb-dev build-depend
2290+ - Add Vcs-Bzr link
2291+ - compiz provides x-window-manager
2292+ - compiz-core does not provide mesa-utils
2293+ - compiz-core breaks old version of compiz-fusion-plugins-main and
2294+ compiz-fusion-plugins-extra
2295+ - compiz-core replaces old compiz-wrapper
2296+ - compiz-dev depends on libx11-xcb-dev
2297+ - compiz-gnome and compiz-kde depend on compiz-plugins and their backends
2298+ * debian/rules:
2299+ - Compile a subset of the plugins
2300+ - Do not build the kconfig plugin (in favior of libcompizconfig)
2301+ - Build with --enable-gconf
2302+ - Build translations/language packs
2303+ - Install compiz-decorator wrapper
2304+ - Install apport hook
2305+ - Copy keybindings from metacity
2306+ - Exclude some files from compiz-plugins
2307+ * debian/compiz-core.install:
2308+ - Don't install plugin files
2309+ - Install apport hooks
2310+ * debian/compiz-decorator:
2311+ - Script to run the appropriate decorator for the current session
2312+ * debian/compiz-dev.install:
2313+ - Install XSLT file
2314+ * debian/compiz-gtk.*:
2315+ - Not required, merged into compiz-gnome
2316+ * debian/compiz-gnome.gconf-defaults:
2317+ - Set Ubuntu defaults
2318+ * debian/compiz-gnome.install:
2319+ - Rename wm-properties desktop file, don't know why
2320+ - Install gnome-control-center keybindings files
2321+ - Add files from compiz-gtk
2322+ * debian/compiz-gnome.manpages:
2323+ - Add files from compiz-gtk
2324+ * debian/compiz-keybindings.sed:
2325+ - Script to add keybindings
2326+ * debian/compiz-plugins.install:
2327+ - Install XML files for the plugins
2328+ * debian/source_compiz.py:
2329+ - Apport hook
2330+ * debian/patches/012_snap-by-default.patch:
2331+ - Not enabled, not sure if we want this in Ubuntu
2332+ * debian/patches/021_hide_tooltip_on_decorator.patch:
2333+ - Make decorator tooltips optional
2334+ * debian/patches/029_default_options.patch:
2335+ - Updated with additional changes over Debian
2336+ * debian/patches/090_profiling.patch:
2337+ - Timing profiling patch (disabled)
2338+ * debian/watch:
2339+ - Update download location
2340+
2341+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 17 Jun 2010 10:12:18 +1000
2342+
2343+compiz (0.8.4-4) unstable; urgency=low
2344+
2345+ * Drop libdbus-qt-1-dev from Build-Depends, as kindly requested by
2346+ Michael Biebl (Closes: #581788). Qt3 is going away, we already use
2347+ --disable-kde and --enable-kde4 to that effect, so libdbus-qt-1-dev
2348+ can be kicked away.
2349+ * Add libglu1-mesa-dev, needed for <GL/glu.h>.
2350+
2351+ -- Cyril Brulebois <kibi@debian.org> Sun, 16 May 2010 20:44:51 +0200
2352+
2353+compiz (0.8.4-3) unstable; urgency=high
2354+
2355+ [ Brice Goglin ]
2356+ * Remove Thierry Reding from Uploaders, closes: #572540.
2357+
2358+ [ Cyril Brulebois ]
2359+ * Add patch to prevent FTBFS due to deprecated GDK/GTK stuff:
2360+ * 020_disable_gdk_gtk_disable_deprecated (Closes: #577352).
2361+ * Add myself to Uploaders.
2362+ * Set urgency to high due to RC bugfix.
2363+
2364+ -- Cyril Brulebois <kibi@debian.org> Thu, 15 Apr 2010 03:29:29 +0200
2365+
2366+compiz (0.8.4-2) unstable; urgency=low
2367+
2368+ * Bump the dh_makeshlibs call to (>= 0.8.4)
2369+
2370+ -- Sean Finney <seanius@debian.org> Thu, 11 Feb 2010 23:08:16 +0100
2371+
2372+compiz (0.8.4-1) unstable; urgency=low
2373+
2374+ * New upstream release.
2375+
2376+ [ Sean Finney ]
2377+ * Fix FTBFS: "gconf/gconf-client.h: No such file or directory"
2378+ - thanks to Sebastian Harl <tokkee@debian.org> (Closes: #562027, #562438)
2379+ * Add compiz-decorator symlink for compatibility with ubuntu systems.
2380+ * Make all patches DEP-3 formatted.
2381+ * No longer keep the ubuntu patches logically separated from ours
2382+ * Enable 010-disable-child-window-clipping.patch, as there's an ABI bump.
2383+ Also, massage the patch a little so that it applies cleanly.
2384+ * Synchronize ubuntu patches from 0.8.4-0ubuntu10
2385+ * 015_draw_dock_shadows_on_desktop.patch:
2386+ - change decoration plugin to draw dock shadows only on the
2387+ desktop window instead of on top of all other windows
2388+ * 016_call_glxwaitx_before_drawing.patch:
2389+ - Call glXWaitX before we start drawing to make sure X is done
2390+ handling rendering calls. Suggested by Michel Dänzer to ensure
2391+ we don't have any rendering glitches.
2392+ * 017_always_unredirect_screensaver_on_nvidia.patch:
2393+ - always unredirect gnome-screensaver when using nvidia, workaround
2394+ for LP #160264 while still disabling unredirect fullscreen
2395+ windows for nvidia users
2396+ * 020_fix_focus.patch:
2397+ - give back the focus to the previous focused window (LP: #455900)
2398+ * 030_from_git_crash_fix_multiscreen.patch:
2399+ - merge commit 24dea72a395071b533dcf66b2eef37b20522cbba to fix
2400+ crash with wobbly windows in a multi screen setup
2401+ * 031_from_git_fix_gnome_keybindings.patch:
2402+ - fix gnome keybindings (terminal key)
2403+ * 060_move_checks_to_compiz.patch:
2404+ - add all relevant checks from compiz-manager to compiz itself
2405+ Compiz already checks for almost everything it needs so there is no
2406+ need to check twice.
2407+ * 061_KWD_stubs.patch (updated locally to remove fuzz):
2408+ - Horrible hack to define empty stubs for some new pure virtual
2409+ functions in KWD::Window, to fix FTBFS.
2410+ * The following patches have been updated to cleanly apply:
2411+ * 014-fix-gtk-window-decorator-no-argb-crash.patch
2412+ * 015_optional-fbo.patch
2413+ * ubuntu/010-disable-child-window-clipping.patch
2414+ * ubuntu/013-add-cursor-theme-support.patch
2415+ * ubuntu/018_use_metacity_settings.patch
2416+ * ubuntu/029_default_options
2417+ * ubuntu/035_ignore_workspaces
2418+ * ubuntu/037_fullscreen_stacking_fixes.patch
2419+ * ubuntu/049-damage-report-non-empty.patch
2420+ * ubuntu/050_stacking.patch
2421+ * Transition from compiz-manager to compiz binary for /usr/bin/compiz
2422+ * Remove all patches to the embedded compiz-manager script
2423+ * 028_compiz_manager_blacklist
2424+ * 029_compiz_manager_decoration.patch
2425+ * 029_compiz_manager_nvidia_settings.patch
2426+ * 030_compiz_manager_multi_display
2427+ * 031_compiz_manager_extra_blacklist_support
2428+ * 032_compiz_manager_add_gnomecompat
2429+ * 033_compiz_manager_xdg_dirs
2430+ * 042-compiz-manager-default-plugin
2431+ * 046_compiz_manager_second_screen.patch
2432+
2433+ -- Sean Finney <seanius@debian.org> Thu, 11 Feb 2010 20:17:39 +0100
2434+
2435+compiz (0.8.2-6) unstable; urgency=low
2436+
2437+ * Add libxcursor-dev build-dep as required by patch
2438+ ubuntu/013-add-cursor-theme-support; also let compiz-dev pull it as it's
2439+ referenced in the .pc file; closes: #525240, #524943.
2440+ * Add a virtual compiz-core-abiversion-2009xxyy provides to compiz-core to
2441+ allow for strict dependencies of plugins on the compiz-core
2442+ CORE_ABIVERSION they were built with, as read from include/compiz-core.h.
2443+ * Use the new Breaks feature for the compiz-core -> libcompizconfig0 dep.
2444+ This makes upgrades smoother than Conflicts.
2445+ * Bump the compiz-core Breaks on libcompizconfig0 to 0.8.0 as the last
2446+ CORE_ABIVERSION bump happened between 0.7.8 and 0.8.0; closes: #523514.
2447+ * Add a missing libxml2-dev build-dep and update the compiz-dev deps to
2448+ match what compiz.pc requires and use the same versions as the build-deps.
2449+ * Build-dep on libcairo2-dev instead of libcairo-dev.
2450+ * Add missing libstartup-notification0-dev (>= 0.7) bdep and version the
2451+ compiz-dev dep to match.
2452+ * Use the same version in the libdecoration0-dev dep on libxrender-dev as
2453+ in the libxrender-dev bdep.
2454+
2455+ -- Loic Minier <lool@dooz.org> Fri, 24 Apr 2009 15:15:24 +0200
2456+
2457+compiz (0.8.2-5) unstable; urgency=low
2458+
2459+ * remove obsolete --enable-gconf-dump configure option
2460+ * add build-dependency on libgnomeui-dev to fix new FTBFS (Closes: #524446)
2461+ * add Vcs-Git and Vcs-Browser headers to debian/control
2462+
2463+ -- Sean Finney <seanius@debian.org> Sun, 19 Apr 2009 18:45:39 +0200
2464+
2465+compiz (0.8.2-4) unstable; urgency=low
2466+
2467+ * disable child window clipping patch: it breaks the abi
2468+
2469+ -- Sean Finney <seanius@debian.org> Sat, 11 Apr 2009 18:55:35 +0200
2470+
2471+compiz (0.8.2-3) unstable; urgency=low
2472+
2473+ * import of some ubuntu patches for 0.8.2 with some modifications
2474+ - see debian/patches/ubuntu for patches
2475+ - see debian/patches/series for which patches are used and which
2476+ are not.
2477+ - includes patch to copy gnome/metacity keyboard shortcuts
2478+ (Closes: #503442, #454922).
2479+
2480+ -- Sean Finney <seanius@debian.org> Sat, 11 Apr 2009 14:26:06 +0200
2481+
2482+compiz (0.8.2-2) unstable; urgency=low
2483+
2484+ * upgrading compiz-manager backed out some locally modified but not
2485+ quilt-using changes in paths. so, new patch compiz-debian-paths.patch
2486+ should fix this (closes: #522985).
2487+
2488+ -- Sean Finney <seanius@debian.org> Wed, 08 Apr 2009 23:13:19 +0200
2489+
2490+compiz (0.8.2-1) unstable; urgency=low
2491+
2492+ * new upstream release.
2493+ * update location of compiz-gnome desktop file
2494+ * add new app desktop file for compiz to compiz-core
2495+ * update build-deps to use kdebase-workspace-dev
2496+ * add build-dep on libxslt1-dev
2497+ * disable kde3 decorator and enable kde4 decorator
2498+ * include a gbp.conf for use with git-buildpackage
2499+ * bump the libdecoration0 shlibs version to 0.8.2
2500+ * update compiz-manager to upstream's 223180bf
2501+ * Obsolete patches now removed:
2502+ - disable-libx11-xcb-support.patch
2503+ - xscreensaver-damage-fix.patch
2504+ - compiz-manager-posixly-correct.patch
2505+ * Lintian fixes:
2506+ - update Standards-Version to 3.8.1
2507+ - add misc:Depends to compiz
2508+
2509+ -- Sean Finney <seanius@debian.org> Wed, 01 Apr 2009 00:00:10 +0200
2510+
2511+compiz (0.7.6-8) unstable; urgency=low
2512+
2513+ * Don't run glib-gettextize, to fix FTBFS caused by intltoolize changes
2514+ (closes: #518909).
2515+ * Rebuild against new metacity (closes: #518910).
2516+
2517+ -- Julien Cristau <jcristau@debian.org> Mon, 09 Mar 2009 18:44:13 +0100
2518+
2519+compiz (0.7.6-7) unstable; urgency=medium
2520+
2521+ * refresh quilt patches to apply with no fuzz/offsets.
2522+ * add fglrx driver to compiz-manager whitelist (closes: #495539).
2523+
2524+ -- Sean Finney <seanius@debian.org> Mon, 01 Sep 2008 08:00:56 +0200
2525+
2526+compiz (0.7.6-6) unstable; urgency=high
2527+
2528+ * backport commit aed97c441881d9c382c7865d0305fc8f884c10ac to fix the
2529+ problems that seem to come up with certain xscreensavers the Right Way.
2530+ (closes: #483170).
2531+
2532+ -- Sean Finney <seanius@debian.org> Sat, 30 Aug 2008 11:39:17 +0200
2533+
2534+compiz (0.7.6-5) unstable; urgency=high
2535+
2536+ * Brown paper bag: remove shlibs.local and libdecoration0.shlibs, call
2537+ dh_makeshlibs with the proper flags to actually fix dependencies on
2538+ libdecoration0.
2539+
2540+ -- Julien Cristau <jcristau@debian.org> Fri, 01 Aug 2008 18:57:30 +0200
2541+
2542+compiz (0.7.6-4) unstable; urgency=low
2543+
2544+ [ Julien Cristau ]
2545+ * Bump libdecoration0 shlibs to >= 0.7.6 (closes: #485775).
2546+
2547+ [ Sean Finney ]
2548+ * Include fix for posixly-incorrect usage of ENV (closes: #484225).
2549+
2550+ -- Julien Cristau <jcristau@debian.org> Sat, 26 Jul 2008 21:44:51 +0200
2551+
2552+compiz (0.7.6-3) unstable; urgency=high
2553+
2554+ * Add a versioned Replaces on older compiz-plugins to compiz-gtk, to prevent
2555+ file conflicts. Thanks to Daniel Burrows for the report (closes: #485436).
2556+
2557+ -- Sean Finney <seanius@debian.org> Mon, 09 Jun 2008 18:39:57 +0200
2558+
2559+compiz (0.7.6-2) unstable; urgency=low
2560+
2561+ * Add Conflicts against xscreensaver-data-extra as an unfortunately
2562+ heavy handed workaround to prevent graphical lockups with an as-of-yet
2563+ unknown bug somewhere in the screensaver-compiz-driver-xserver chain.
2564+ (See: #483170, and other bugs/urls referenced in that report)
2565+
2566+ -- Sean Finney <seanius@debian.org> Sat, 07 Jun 2008 14:22:15 +0200
2567+
2568+compiz (0.7.6-1) unstable; urgency=low
2569+
2570+ * New upstream release
2571+
2572+ [ Sean Finney ]
2573+ * Special-case the gconf and kconfig plugins to go into the -gtk and -kde
2574+ packages respectively, as they are semi-obsoleted by the ccp plugin anyway
2575+ and cause potentially problematic dependencies. Thanks to Fabiano
2576+ Manoel de Andrade for the report (closes: #482150).
2577+ * Add versioned Conflicts on libcompizconfig0 to compiz-core, to reflect
2578+ ABI breakage without introducing a circular dependency. Thanks
2579+ to Mike Hommey for the report (closes: #482646).
2580+ * Make debian/rules stricter about catching uninstalled files.
2581+ * Make debian/rules able to build/clean/build again.
2582+ * Misc cleanups in debian/rules.
2583+ * Lintian fixes:
2584+ - Spelling correction in debian/control
2585+ - Fix for build-depends-on-1-revision for x11proto-gl-dev
2586+
2587+ [ Julien Cristau ]
2588+ * Add Depends: libxslt1-dev, libxml2-dev to compiz-dev, as they are required
2589+ by compiz.pc (closes: #482192).
2590+
2591+ -- Sean Finney <seanius@debian.org> Mon, 26 May 2008 23:04:24 +0200
2592+
2593+compiz (0.7.4-1) unstable; urgency=low
2594+
2595+ * New upstream release
2596+ * Incorporate xcb-disabling patch from
2597+ http://gitweb.opencompositing.org/?p=users/3v1n0/compiz-patches
2598+
2599+ -- Sean Finney <seanius@debian.org> Sun, 18 May 2008 19:15:13 +0200
2600+
2601+compiz (0.6.3~git20080115.0ea58487-1) unstable; urgency=low
2602+
2603+ * New upstream (git snapshot) release. Refreshed quilt patches.
2604+ * Contains upstream fix for kde-window-decorator problems with not properly
2605+ mapping/rendering titlebars. closes: #458464, #460186.
2606+ * Remove timestamps from quilt patches (package maintainers, you
2607+ should put QUILT_NO_DIFF_TIMESTAMPS=1 in your ~/.quiltrc).
2608+ * add compizconfig-settings-manager to Suggests field for compiz.
2609+ * don't blindly assume that the nvidia-settings program is present.
2610+ patch: compiz-manager-nvidia-settings-optional.patch. closes: #463645.
2611+
2612+ -- sean finney <seanius@debian.org> Tue, 26 Feb 2008 20:08:31 +0100
2613+
2614+compiz (0.6.3~git20071222.061ff159-1) unstable; urgency=low
2615+
2616+ * New upstream (git snapshot) release. Refreshed quilt patches.
2617+ * Remove build-dependency on libfuse-dev, since we explicitly disable the
2618+ fuse plugin and it causes FTBFS on non-linux arches. It should also make
2619+ backporting easier (closes: #451149, #455516).
2620+ * compiz-manager-posixly-correct.patch: fix from Brian Carlson to get
2621+ compiz-manager to run when POSIXLY_CORRECT is set (always pass
2622+ options before arguments closes: #456628).
2623+ * Remove libmetacity entry from shlibs override (closes: #455515) Thanks to
2624+ Rober Millan for noticing this.
2625+ * Remove outdated info in README.Debian for compiz-core (closes: #454340).
2626+ * lintian:
2627+ - Standards-Version to 3.7.3
2628+ - libdecoration0-dev to section libdevel
2629+
2630+ -- Sean Finney <seanius@debian.org> Sat, 22 Dec 2007 12:01:54 +0100
2631+
2632+compiz (0.6.3~git20071208.25941d14-1) unstable; urgency=low
2633+
2634+ [Sean Finney]
2635+ * New upstream (git snapshot) release.
2636+ * Remove autofoo generated content and create/remove it as part of the
2637+ standard build process instead.
2638+ * Similarly, add Build-Deps on autoconf and similar stuff.
2639+ * Remove the old/buggy compiz.wrapper script and now use Kristian Lyngstol's
2640+ compiz-manager script as a drop-in replacement for it. This should fix
2641+ numerous problems with plugin settings and window decorators not behaving
2642+ properly. specifically, it closes: #449389, #390929, #400583, #440095.
2643+ it also closes: #446901, #447345 closes: #393501, #445026.
2644+ * Update copyright file accordingly.
2645+
2646+ -- Sean Finney <seanius@debian.org> Sun, 16 Dec 2007 17:29:03 +0100
2647+
2648+compiz (0.6.3~git20071104.c9009efd-1) unstable; urgency=low
2649+
2650+ [Sean Finney]
2651+ * New upstream (git snapshot) release.
2652+ * Disable the (unused?) fuse plugin, explicitly enable the gconf plugin
2653+ * lintian: update FSF address
2654+
2655+ [Brice Goglin]
2656+ * Make compiz dependencies on compiz-* packages versioned,
2657+ closes: #440494.
2658+ * Make the build-dependency on libfuse-dev require >= 2.7.0.
2659+
2660+ -- Sean Finney <seanius@debian.org> Sun, 04 Nov 2007 21:20:17 +0100
2661+
2662+compiz (0.5.2-2) unstable; urgency=low
2663+
2664+ * oops, shipping copies of a few .h and .pc files in both compiz-dev
2665+ and libdecoration0-dev. fixed.
2666+
2667+ -- sean finney <seanius@debian.org> Wed, 29 Aug 2007 21:06:29 +0200
2668+
2669+compiz (0.5.2-1) unstable; urgency=low
2670+
2671+ * New upstream release.
2672+ * updated/massaged various quilt patches
2673+ * make sure configure is executable at build time. seems that this
2674+ causes problems in a pbuilder environment
2675+ * new build-dependencies on libxml-parser-perl and xsltproc
2676+ * modify compiz-dev.install to install all the extra .h/.pc files
2677+ being generated in this new version.
2678+
2679+ -- sean finney <seanius@debian.org> Wed, 22 Aug 2007 22:58:09 -0700
2680+
2681+compiz (0.5.0.dfsg-3) UNRELEASED; urgency=low
2682+
2683+ * Restore all ${misc:Depends} in debian/control so that for instance
2684+ compiz-gtk and compiz-plugins gets the required dependency on gconf2
2685+ (for gconf-schemas in postinst), closes: #436432.
2686+
2687+ -- Brice Goglin <bgoglin@debian.org> Tue, 07 Aug 2007 15:10:49 +0200
2688+
2689+compiz (0.5.0.dfsg-2) unstable; urgency=low
2690+
2691+ * Drop the now obsolete Source-Version in favour of binary:Version in
2692+ debian/control.
2693+ * Replace --strict-binding and --use-cow documentation by --loose-binding
2694+ and --use-root-window respectively in the compiz.real manpage. Thanks
2695+ Michael Gilbert. (Closes: 432920)
2696+ * Rearrange and add missing command-line options in the compiz.real manpage.
2697+ * compiz-gtk needs to conflict with libmetacity0 (<< 1:2.15.21) because of
2698+ an incompatible ABI change. This should really be fixed in libmetacity. A
2699+ shlibs bump should do the trick. (Closes: 425631)
2700+ * Add upstream patch that fixes non-tfp textures (icons, cube top image
2701+ etc.) on big endian platforms. Thanks Michel Dänzer.
2702+ * Run dh_makeshlibs with -V. (Closes: 425463)
2703+ * Use package-local shlibs override file to depend on libmetacity0 (>=
2704+ 1:2.15.21) and libdecoration0 (>= 0.5.0). Thanks Sune Vuorela.
2705+
2706+ -- Thierry Reding <thierry@gilfi.de> Fri, 13 Jul 2007 11:25:13 +0200
2707+
2708+compiz (0.5.0.dfsg-1) unstable; urgency=low
2709+
2710+ [ Thierry Reding ]
2711+ * New upstream development release:
2712+ - Remove stencil buffer requirement.
2713+ - Focus stealing prevention support.
2714+ - Better occlusion detection and more efficient rendering.
2715+ - Added plugins:
2716+ + blur: blur windows and contents behind translucent windows
2717+ + fuse: map compiz options to a file-system
2718+ + ini: flat file configuration backend
2719+ + inotify: file change notification
2720+ + video: composited video interface for efficient playback
2721+ * Forward-port patches:
2722+ - Dropped 012_debian-kde-includes-dir.patch, no longer needed.
2723+ - Dropped 013_set-qtdir-fallback.patch, no longer needed.
2724+ - Refresh other patches.
2725+ * Use compiz' default set of plugins.
2726+ * Add build-dependency on libfuse-dev needed by the fuse plugin.
2727+ * No longer conflict with metacity >= 2.15.21, now that metacity 2.18 is in
2728+ unstable. (Closes: #411012)
2729+ * Add symlink to the compiz-core README to the compiz package.
2730+ (Closes: #408605)
2731+ * Drop po/*.gmo and kde/window-decorator/*.moc.cpp from the original
2732+ tarball. Add a note to debian/copyright.
2733+ * Pass QTDIR=/usr to the configure script so that the moc can be found.
2734+ * shlibs bump for libdecoration because it contains added symbols.
2735+ Thanks Julien Cristau.
2736+
2737+ [ Julien Cristau ]
2738+ * Don't remove .cvsignore files and autogen.sh in clean.
2739+
2740+ -- Thierry Reding <thierry@gilfi.de> Sat, 19 May 2007 17:34:51 +0200
2741+
2742+compiz (0.3.6-1) experimental; urgency=low
2743+
2744+ [ Thierry Reding ]
2745+ * New upstream release:
2746+ + Drop 002_tfp-server-extension.patch, obsolete.
2747+ + Drop 005_glfinish.patch, fixed upstream.
2748+ + Refresh 011_snap-by-default.patch.
2749+ * Replace build-dependency on libdbus-1-dev by libdbus-glib-1-dev.
2750+ * Add build-dependency on kdebase-dev and libdbus-qt-1-dev for the KDE
2751+ window decorator.
2752+ * Add patch 012_debian-kde-includes-dir to correctly detect the KDE include
2753+ directory on Debian systems.
2754+ * Add patch 013_set-qtdir-fallback to set the QTDIR variable to /usr if it
2755+ has not explicitly been set before. This allows the configure script to
2756+ correctly detect the moc compiler.
2757+ * Add the compiz-kde package which provides a window decorator for KDE.
2758+ Closes: #390338.
2759+ * Add the libdecoration0 and libdecoration0-dev packages. libdecoration0 is
2760+ needed by both Gtk and KDE window decorators while libdecoration0-dev can
2761+ be used to write additional decorators.
2762+ * Add patch 015_optional-fbo which adds a command-line option for disabling
2763+ the use of FBOs (work around buggy drivers). Add the --no-fbo option to
2764+ command-line in the compiz wrapper.
2765+ * Remove the --strict-binding and --use-cow options from the command-line in
2766+ the compiz wrapper. These are now the defaults.
2767+ * Add png and svg to the list of default plugins. They are needed to load
2768+ PNG and SVG images (e.g. for the cube's top face).
2769+ * Check whether the GLX_EXT_texture_from_pixmap extension is available in
2770+ direct or indirect rendering contexts. If it is available only in indirect
2771+ rendering contexts, force compiz to use indirect rendering.
2772+
2773+ -- David Nusinow <dnusinow@debian.org> Wed, 17 Jan 2007 23:46:34 -0500
2774+
2775+compiz (0.3.4-1) experimental; urgency=low
2776+
2777+ * New upstream release:
2778+ + Drop 012_metacity-theme-support.patch, fixed upstream.
2779+ + Drop 013_fix-default-plugins.patch, fixed upstream.
2780+ + Refresh all other patches.
2781+ * Don't use xsfbs anymore until there's an easy way to keep it up-to-date
2782+ in git repositories. For now using quilt works just fine.
2783+ * Drop build-dependencies on automake1.9 and libtool because we don't run
2784+ the complete autotools stack anymore.
2785+ * Add missing dependencies to the compiz-dev package. It needs to pull in
2786+ all packages required by its pkgconfig file.
2787+ * Add a dependency on libgl1-mesa-dev | libgl-dev to compiz-dev because
2788+ compiz.h includes files provided in that package.
2789+
2790+ -- Thierry Reding <thierry@gilfi.de> Sun, 26 Nov 2006 00:36:39 +0100
2791+
2792+
2793+compiz (0.3.2-1) experimental; urgency=low
2794+
2795+ * New upstream release. Closes: #396770.
2796+ + Remove 010_snap-inverted.patch, applied upstream.
2797+ + Refreshed other patches to apply cleanly again.
2798+ + Remove gtk-window-decorator.schemas and use the one provided by
2799+ upstream (gtk/window-decorator/gwd.schemas).
2800+ * Targetted at experimental until the release of etch.
2801+
2802+ -- Thierry Reding <thierry@gilfi.de> Tue, 14 Nov 2006 02:36:40 +0100
2803+
2804+compiz (0.2.2-1) unstable; urgency=low
2805+
2806+ [ Thierry Reding ]
2807+ * New upstream release:
2808+ + Drop 013_dont-fail-if-theme-not-found.patch, applied upstream.
2809+ * Make 012_metacity-theme-support also patch the configure script, not only
2810+ configure.ac.
2811+ * Add 013_fix-default-plugins.patch which fixes upstream's handling of the
2812+ default plugins configuration variable.
2813+ * Make all plugins that were enabled in previous versions default plugins so
2814+ compiz' behaviour doesn't change. Drop the 'water' plugin because our X
2815+ server does not support it yet.
2816+ * Drop --disable-kde from the configure flags because it is now disabled by
2817+ default.
2818+ * Add a dependency on mesa-utils to compiz-core to provide glxinfo that is
2819+ needed by the compiz wrapper. Thanks Per Bojsen.
2820+ Closes: #393113.
2821+ * Conflict with libmetacity0 (>= 1:2.15.21) because it would currently make
2822+ gtk-window-decorator segfault.
2823+
2824+ [ David Nusinow ]
2825+ * Add myself to uploaders. Thierry is still the primary maintainer.
2826+
2827+ -- David Nusinow <dnusinow@debian.org> Mon, 6 Nov 2006 23:13:41 -0500
2828+
2829+compiz (0.2.0-1) unstable; urgency=low
2830+
2831+ [ Thierry Reding ]
2832+ * New upstream release.
2833+ + Drop 011_plane-plugin-schema.patch, applied upstream.
2834+ + Drop 012_freedesktop-schema.patch, applied upstream.
2835+ * Replace 010_snap-by-default by the upstream patch 010_snap-inverted and
2836+ add 011_snap-by-default to enable snapping by default.
2837+ * Add 012_metacity-theme-support.patch which uses an older version of the
2838+ metacity library for theme support so that compiz can be built for Debian
2839+ unstable.
2840+ * Install a schemas file for the Gtk window decorator which is used to
2841+ enable the use of metacity themes.
2842+ * Suggest nvidia-glx (>= 1.0.9625-1). (Closes: #390326).
2843+ * Add code to the compiz wrapper to handle the NVIDIA GLX implementation
2844+ Closes: #390814.
2845+ * No longer build static versions of the plugins.
2846+ * Remove .la files manually because they are not needed.
2847+ * Clean up build-dependencies:
2848+ + Remove unnecessarily versioned build-dependencies.
2849+ + Tighten the build-dependency on libxcomposite-dev to (>= 1:0.3-2).
2850+ Closes: 390304, 390416.
2851+ * Add a manpage documenting the compiz wrapper.
2852+ * Check if the gconf plugin is installed before trying to load it in the
2853+ wrapper.
2854+ * Enable building the gconf-dump plugin.
2855+ * Add a README file to the compiz-core package.
2856+ * List copyright holders and contributors in the copyright file.
2857+ Closes: #392422.
2858+ * Add 013_dont-fail-if-theme-not-found.patch which will make compiz use its
2859+ default theme if the metacity theme cannot be found.
2860+ * Make compiz-gtk suggest gnome-themes so people can take advantage of the
2861+ metacity theme support.
2862+
2863+ [ David Nusinow ]
2864+ * Tighten up all the X library build-depends by explicitly using current
2865+ versions. Thanks aj.
2866+
2867+ -- David Nusinow <dnusinow@debian.org> Fri, 13 Oct 2006 16:22:17 -0400
2868+
2869+compiz (0.0.13+git20060928-2) unstable; urgency=low
2870+
2871+ * Change the maintainer field to the Debian X Strike Force.
2872+ * Add myself to the uploaders field.
2873+ * Move compiz.{docs,install,manpages} to compiz-core.{docs,install,manpages}
2874+ so the installed files end up in the correct package.
2875+ * Rename compiz.1 to compiz.real.1, because it's actually documenting the
2876+ real compiz binary.
2877+
2878+ -- Thierry Reding <thierry@gilfi.de> Fri, 29 Sep 2006 09:24:30 +0200
2879+
2880+compiz (0.0.13+git20060928-1) unstable; urgency=low
2881+
2882+ * Initial release. (Closes: #352151)
2883+ * Install the compiz schema during postinst and removes it during prerm
2884+ (using dh_gconf).
2885+ * Add patches by Kristian Høgsberg to make compiz work on AIGLX:
2886+ + 002_tfp-server-extension.patch
2887+ + 005_glfinish.patch
2888+ * No longer build the compiz-kde package, because it is unusable.
2889+ * Add gtk-window-decorator.1 manpage.
2890+ * Install the window settings configuration plugin into the right location
2891+ (/usr/lib/libgnome-window-settings1/libcompiz.so).
2892+ * Bump build-dependency on libxcomposite-dev (>= 0.3) because it provides
2893+ the XComposite{Get,Release}OverlayWindow functions.
2894+ * Install a compiz wrapper as /usr/bin/compiz to call compiz.real with
2895+ required arguments (load gconf plugin).
2896+ * Add 010_snap-by-default.patch to turn snapping on by default.
2897+ * Add a versioned build-dependency on x11proto-gl-dev (>= 1.4.8-1) to make
2898+ sure compiz gets built with the correct opcodes for the GLX_EXT_tfp
2899+ extension.
2900+ * Add build-dependency on libmetacity-dev, which is needed for metacity
2901+ theme support.
2902+ * Add the compiz-gtk package containing the former gnome-window-decorator.
2903+ The compiz-gnome package provides the files necessary to integrate compiz
2904+ and compiz-gtk with the GNOME desktop environment.
2905+ * Add a build-dependency on libxinerama-dev, needed to build compiz with
2906+ support for the xinerama extension.
2907+ * Revise the compiz.1 manpage.
2908+ * Rename the compiz package to compiz-core and make compiz a meta-package
2909+ pulling in everything necessary to run compiz from within GNOME.
2910+ * Add 011_plane-plugin-schema.patch by Eugene Konev gconf settings
2911+ for the plane plugin.
2912+ * Add 012_freedesktop-schema.patch that fixes a typo in compiz.schema.in.
2913+
2914+ -- Thierry Reding <thierry@gilfi.de> Fri, 29 Sep 2006 07:56:05 +0200
2915+
2916+>>>>>>> MERGE-SOURCE

Subscribers

People subscribed via source and target branches

to all changes: