~ubuntu-branches/ubuntu/oneiric/docky/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2010-07-01 21:21:50 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100701212150-1dqehqxey8rrvtlo
Tags: 2.0.5-1
* New upstream release 2.0.5 "Be proud of your dock",
  changes include:
  + remove --debug flag from launcher for lower memory usage
  + update the about dialog credits to list documenters and make translation 
    tab easier to read
  + change url in about dialog to the launchpad project page
  + Window-Matching
    - fix for applications commandline
    - properly match qt creator (LP: #594814)
    - prefer local over global launchers (LP: #588073) (LP: #592841)
    - match prefix for gksudo (LP: #516433)
    - fix nautilus items showing active indicator when desktop 
      is focused (LP: #487113)
    - fix matching wine apps that use a prefixed launcher (LP: #596092)
  + Memory Leaks
    - dispose of calendar painter when the clock item is disposed
    - fix leak in AutoHideManager
    - several fixes using Cairo.Context.Target and Pango.Layout
    - fix leak in PagingPainters
    - fix leak in recursive file-deletion
    - fix leaking SeparatorItems, WnckDockItems
    - fix leaks with FileEmblems
    - fix Pixbuf related leaks
    - fix some leaks regarding FileMonitors
    - fix leaks regarding Tiles and AbtractTileObjects
    - fix leaking Glib.FileAdapter caused by unreferenced Action in 
      FileDockItem
  + Handle invalid desktopfile entry and UriFormatException in 
    FileApplicationProvider (LP: #595921)
  + fix potential crash for invalid HelperMetadata
  + handle drops correctly
  + fix handling of Helpers in HelperService
  + make the sliders in preferences behave better
  + fix drawing of rotated items
  + fix HoveredItem click-position
  + avoids fatal errors on console when loading embedded icons when no 
    height or width is specified and when dock items have a null Icon
  + fix icon theme change not refreshing the dock icons (LP: #590205)
  + fix SVG rendering bug
  + fix iconsize temporarily getting large when adding to full dock 
    (LP: #579576)
  + fix the 'crash in PinToDock' (LP: #588073)
  + make 3d background height more consistent and a tad larger (LP: #503038)
  + fix dragging multiple files to a folder on the dock, which caused 
    a crash and data corruption (LP: #579049)
  + don't request animations if urgent state is removed from a window and 
    fix glow location (LP: #596422)
  + fix window previews being offset (LP: #495065)
  + fix broken zoom after shrinking icon size (LP: #598924)
  + fix problem with hovers still visible when painters show
  + fix displaying default icon in place of missing file emblem (LP: #534651)
  + fix crash when gconf key for menus_have_icons is not set (LP: #573751)
  + make sure painters fit on screen (LP: #589978)
  + fix icon minimize animations not working immediately for some newly 
    opened windows
  + don't dispose our static DockyItem
  + fix CurrentDesktopOnly not working when dragging a window across desktops
    (LP: #600290)
  + GMail: 
    - fix thread-guards and remove deprecated code
    - fix problem with feeds that don't have an author entry (LP: #595530)
  + NPR: fix bug where removing your last NPR station unloaded the docklet
    and fix station icon
  + NetworkManager: fix crash caused when NM goes away
    and fix icons and add another fallback icon (LP: #588581)
  + Mounter:
    - fixed some leaks
    - only remove mounted items if they were successfully unmounted 
      (LP: #597637)
    - fix duplicate icons showing in mounter (LP: #525306)
  + Weather: fix feels like temp showing incorrect for metric (LP: #597670)
  + RecentDocuments: 
    - fixed some leaks
    - fix sensitivity of recent docs clear menu item - even if docky shows 
      the list as empty does not mean it cant be cleared
* debian/patches/01_use_cli_for_wrapper.patch:
  + patch wrapper script to meet the Debian CLI Policy
* debian/control:
  + Bump Standards version to 3.9.0 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
docky (2.0.5-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release 2.0.5 "Be proud of your dock",
 
4
    changes include:
 
5
    + remove --debug flag from launcher for lower memory usage
 
6
    + update the about dialog credits to list documenters and make translation 
 
7
      tab easier to read
 
8
    + change url in about dialog to the launchpad project page
 
9
    + Window-Matching
 
10
      - fix for applications commandline
 
11
      - properly match qt creator (LP: #594814)
 
12
      - prefer local over global launchers (LP: #588073) (LP: #592841)
 
13
      - match prefix for gksudo (LP: #516433)
 
14
      - fix nautilus items showing active indicator when desktop 
 
15
        is focused (LP: #487113)
 
16
      - fix matching wine apps that use a prefixed launcher (LP: #596092)
 
17
    + Memory Leaks
 
18
      - dispose of calendar painter when the clock item is disposed
 
19
      - fix leak in AutoHideManager
 
20
      - several fixes using Cairo.Context.Target and Pango.Layout
 
21
      - fix leak in PagingPainters
 
22
      - fix leak in recursive file-deletion
 
23
      - fix leaking SeparatorItems, WnckDockItems
 
24
      - fix leaks with FileEmblems
 
25
      - fix Pixbuf related leaks
 
26
      - fix some leaks regarding FileMonitors
 
27
      - fix leaks regarding Tiles and AbtractTileObjects
 
28
      - fix leaking Glib.FileAdapter caused by unreferenced Action in 
 
29
        FileDockItem
 
30
    + Handle invalid desktopfile entry and UriFormatException in 
 
31
      FileApplicationProvider (LP: #595921)
 
32
    + fix potential crash for invalid HelperMetadata
 
33
    + handle drops correctly
 
34
    + fix handling of Helpers in HelperService
 
35
    + make the sliders in preferences behave better
 
36
    + fix drawing of rotated items
 
37
    + fix HoveredItem click-position
 
38
    + avoids fatal errors on console when loading embedded icons when no 
 
39
      height or width is specified and when dock items have a null Icon
 
40
    + fix icon theme change not refreshing the dock icons (LP: #590205)
 
41
    + fix SVG rendering bug
 
42
    + fix iconsize temporarily getting large when adding to full dock 
 
43
      (LP: #579576)
 
44
    + fix the 'crash in PinToDock' (LP: #588073)
 
45
    + make 3d background height more consistent and a tad larger (LP: #503038)
 
46
    + fix dragging multiple files to a folder on the dock, which caused 
 
47
      a crash and data corruption (LP: #579049)
 
48
    + don't request animations if urgent state is removed from a window and 
 
49
      fix glow location (LP: #596422)
 
50
    + fix window previews being offset (LP: #495065)
 
51
    + fix broken zoom after shrinking icon size (LP: #598924)
 
52
    + fix problem with hovers still visible when painters show
 
53
    + fix displaying default icon in place of missing file emblem (LP: #534651)
 
54
    + fix crash when gconf key for menus_have_icons is not set (LP: #573751)
 
55
    + make sure painters fit on screen (LP: #589978)
 
56
    + fix icon minimize animations not working immediately for some newly 
 
57
      opened windows
 
58
    + don't dispose our static DockyItem
 
59
    + fix CurrentDesktopOnly not working when dragging a window across desktops
 
60
      (LP: #600290)
 
61
    + GMail: 
 
62
      - fix thread-guards and remove deprecated code
 
63
      - fix problem with feeds that don't have an author entry (LP: #595530)
 
64
    + NPR: fix bug where removing your last NPR station unloaded the docklet
 
65
      and fix station icon
 
66
    + NetworkManager: fix crash caused when NM goes away
 
67
      and fix icons and add another fallback icon (LP: #588581)
 
68
    + Mounter:
 
69
      - fixed some leaks
 
70
      - only remove mounted items if they were successfully unmounted 
 
71
        (LP: #597637)
 
72
      - fix duplicate icons showing in mounter (LP: #525306)
 
73
    + Weather: fix feels like temp showing incorrect for metric (LP: #597670)
 
74
    + RecentDocuments: 
 
75
      - fixed some leaks
 
76
      - fix sensitivity of recent docs clear menu item - even if docky shows 
 
77
        the list as empty does not mean it cant be cleared
 
78
  * debian/patches/01_use_cli_for_wrapper.patch:
 
79
    + patch wrapper script to meet the Debian CLI Policy
 
80
  * debian/control:
 
81
    + Bump Standards version to 3.9.0 (no changes needed)
 
82
 
 
83
 -- Rico Tzschichholz <ricotz@t-online.de>  Thu, 01 Jul 2010 21:21:50 +0200
 
84
 
1
85
docky (2.0.4-1) unstable; urgency=low
2
86
 
3
87
  [ Iain Lane ]