~leprechaun-team/+junk/unity-use-patches

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-09 19:13:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100909191329-j3odkmn02roj91b1
Tags: 0.2.36-0ubuntu1
* New upstream release:
  - Fix width of home-button on panel, so groove aligns with right edge of
    launcher, fixes (LP: #630031)
  - migration script to transition first time new people to unity
    (LP: #622146)
  - Quicklist name disappearing (LP: #627666)
* debian/unity.install:
  - install libexec in unity package (for migration tool)
* debian/libunity0.symbols:
  - update symbol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>
 
4
 
 
5
        Release 0.2.36
 
6
 
 
7
2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>
 
8
 
 
9
        Merge Mikkel's branch lp:~unity-team/unity/pixbufcache-fixes:
 
10
        
 
11
        While this branch does not fix the big leak we have when bringing up a place, it fixes a leak of maybe 5-10mb we'll have on startup and it drastically improves the loading/rendering times of icons in the places:
 
12
        
 
13
        * Fix a big leak when loading pixbufs with Unity.PixbufCache
 
14
        
 
15
        * Optimize IO when loading pixbufs, by using a bigger buffer
 
16
        
 
17
        * Remove a few unnecessary async calls to reduce the number of mainloop round trips
 
18
        
 
19
        Remove some stale outcommented code
 
20
 
 
21
2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>
 
22
 
 
23
        Fix a big leak when loading pixbufs with Unity.PixbufCache
 
24
        
 
25
        Optimize IO when loading pixbufs, by using a bigger buffer
 
26
        
 
27
        Remove a few unnecessary async calls to reduce the number of mainloop round trips
 
28
        
 
29
        Remove some stale outcommented code
 
30
 
 
31
2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>
 
32
 
 
33
        Merge Mikkel's branch lp:~unity-team/unity/group-icons:
 
34
        
 
35
        * Support loading and rendering of group header icons
 
36
 
 
37
2010-09-09  Mikkel Kamstrup Erlandsen  <mikkel.kamstrup@gmail.com>
 
38
 
 
39
        Display group header icons as hinted by the model
 
40
 
 
41
2010-09-09  Didier Roche  <didier.roche@canonical.com>
 
42
 
 
43
        launch migration script from vala to transition one time new people to unity (LP: #622146)
 
44
 
 
45
2010-09-09  Didier Roche  <didier.roche@canonical.com>
 
46
 
 
47
        add comment about the workaround for dumping gconf values
 
48
 
 
49
2010-09-09  Didier Roche  <didier.roche@canonical.com>
 
50
 
 
51
        use prefix
 
52
 
 
53
2010-09-08  Didier Roche  <didier.roche@canonical.com>
 
54
 
 
55
        launch migration script from vala to transition one time new people to unity (LP: #622146)
 
56
 
 
57
2010-09-08  Didier Roche  <didier.roche@canonical.com>
 
58
 
 
59
        add migrate favorite script and distribute it
 
60
 
 
61
2010-09-09  Mirco Müller  <mirco.mueller@ubuntu.com>
 
62
 
 
63
        modified:
 
64
        unity-private/panel/panel-home-button.vala
 
65
        
 
66
        Merged unity.fix-630031 branch after review and approval from Jason. There
 
67
        was a regression in the alignment of the home-button groove and the right
 
68
        edge of the launcher. It was off by two pixels. By adding two to the to
 
69
        the query of the launcher-width this is now corrected. Fixes LP: #630031.
 
70
 
 
71
2010-09-08  Mirco Müller  <mirco.mueller@ubuntu.com>
 
72
 
 
73
        Fix width of home-button on panel, so groove aligns with right edge of launcher, fixes LP: #630031
 
74
 
 
75
2010-09-03  Didier Roche  <didier.roche@canonical.com>
 
76
 
 
77
        rebump post-release
 
78
 
 
79
2010-09-03  Didier Roche  <didier.roche@canonical.com>
 
80
 
 
81
        downgrade for merge-upstream no conflict
 
82
 
3
83
2010-09-03  Neil Jagdish Patel  <neil.patel@canonical.com>
4
84
 
5
85
        Add devices.png to tarball