diff options
| author | Didier Roche <didier.roche@canonical.com> | 2010-07-01 18:34:49 +0200 | 
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2010-07-01 18:34:49 +0200 | 
| commit | ae538681168ea0bf35fc1e9482bafb7778971654 (patch) | |
| tree | 2b5b9796b9c7d5647691b4021c129c930f8149d6 | |
| parent | c80e18e9592097f30980c7d70c9aef59ccf21591 (diff) | |
- fix wrong window geometry (LP: #578545)
 - fix quicklist items were unresponsive when the mouse was overing over them (LP: #598561) - fix can't drag and drop item to last position in launcher (LP: #595819) - removes/unfavorites apps on drag out, (LP: #592744) - fix contracted/expanded feature doesn't take mouse position into account (LP: #595878) - fix really slow to display place icons (LP: #599901) - display files thumbnails (LP: #599896) Fixed bugs: - LP: #578545 - LP: #592744 - LP: #595819 - LP: #595878 - LP: #598561 - LP: #599896 - LP: #599901 (bzr r55.5.17)
| -rw-r--r-- | debian/changelog | 11 | 
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c9982752c..7ad8d08c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,15 @@ -unity (0.2.14-0ubuntu2) UNRELEASED; urgency=low +unity (0.2.14-0ubuntu1) UNRELEASED; urgency=low  * New upstream release. + - fix wrong window geometry (LP: #578545) + - fix quicklist items were unresponsive when the mouse was overing over them + (LP: #598561) + - fix can't drag and drop item to last position in launcher (LP: #595819) + - removes/unfavorites apps on drag out, (LP: #592744) + - fix contracted/expanded feature doesn't take mouse position into account + (LP: #595878) + - fix really slow to display place icons (LP: #599901) + - display files thumbnails (LP: #599896)  * debian/control:  - recommend ubuntu-netbook-default-settings as the session file is there  and a lot of people could install unity without the session file  | 
