~ubuntu-branches/ubuntu/wily/docky/wily-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-05-04 16:15:39 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504161539-fxt02zw6oprun9gi
Tags: 2.0.3.1-1
* New upstream release 2.0.3.1 "You should have heard from us by now",
  changes include:
  + fix gnome-keyring related crash in Lucid caused by GMail docklet
    (LP: #555562)
  + catch exception for read-failure of cxoffice launcher (LP: #573294)
  + check if authentication is used before using network proxy
  + make sure to update screen regions when showing menus
  + make transparent themed docks still glow in configuration mode
    (LP: #572416)
  + Memory Leaks
    - some unlinked handlers and pixbufs (DockItemMenu, WindowDockItem, ...)
    - proper disposal of tile-widgets in preferences dialog
    - properly using DesktopAppInfo for launching application
  + GMail: fix exception when reloading (LP: #573991)
  + CLOCK: popup menu must always show icons (LP: #574003)
  + helpers crash when dbus isn't available (LP: #540688)
* debian/rules: Don't byte compile python helpers as this causes them to
  appear in the prefs window twice (and the compiled ones don't work) 
* debian/control: Add dep on librsvg2-common to fix installability when this
  isn't otherwise available.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
docky (2.0.3.1-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release 2.0.3.1 "You should have heard from us by now",
 
4
    changes include:
 
5
    + fix gnome-keyring related crash in Lucid caused by GMail docklet
 
6
      (LP: #555562)
 
7
    + catch exception for read-failure of cxoffice launcher (LP: #573294)
 
8
    + check if authentication is used before using network proxy
 
9
    + make sure to update screen regions when showing menus
 
10
    + make transparent themed docks still glow in configuration mode
 
11
      (LP: #572416)
 
12
    + Memory Leaks
 
13
      - some unlinked handlers and pixbufs (DockItemMenu, WindowDockItem, ...)
 
14
      - proper disposal of tile-widgets in preferences dialog
 
15
      - properly using DesktopAppInfo for launching application
 
16
    + GMail: fix exception when reloading (LP: #573991)
 
17
    + CLOCK: popup menu must always show icons (LP: #574003)
 
18
    + helpers crash when dbus isn't available (LP: #540688)
 
19
  * debian/rules: Don't byte compile python helpers as this causes them to
 
20
    appear in the prefs window twice (and the compiled ones don't work) 
 
21
  * debian/control: Add dep on librsvg2-common to fix installability when this
 
22
    isn't otherwise available.
 
23
 
 
24
 -- Iain Lane <laney@ubuntu.com>  Tue, 04 May 2010 16:15:39 +0100
 
25
 
1
26
docky (2.0.2-1) unstable; urgency=low
2
27
 
3
28
  [ Stefan Ebner ]