1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
indicator-messages (0.2.0~bzr120-0ubuntu1) UNRELEASED; urgency=low
* Fix to track the timer. (LP: #365187)
-- Ted Gould <ted@ubuntu.com> Wed, 13 May 2009 09:55:36 -0500
indicator-messages (0.2.0~bzr119-0ubuntu1) jaunty; urgency=low
* Upstream update
-- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 23:34:21 -0500
indicator-messages (0.2.0~bzr116-0ubuntu3) jaunty; urgency=low
* debian/rules: Adding a rule to remove the .la/.a clutter
-- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 16:46:59 -0500
indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low
* debian/control: libindicator-dev to ~bzr301
-- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:58:45 -0500
indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low
* Upstream release
* Bug fixes
* Update API to new libindicator
* debian/control: Adding new dependency on libindicator-dev
-- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:45:21 -0500
indicator-messages (0.1.6-0ubuntu1) jaunty; urgency=low
* New upstream version
* Patch from Cody Russell to fix LP: #359018 by correctly implementing
the finalize functions.
-- Ted Gould <ted@ubuntu.com> Tue, 14 Apr 2009 11:32:00 +0200
indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low
* New upstream version
* Fixes the lifecycle of the various structures tracking the messages
and applications. Fixing bugs like (LP: #355616) (LP: #352881)
* Fixes the visual appearance by setting the widget name to grab the
style settings from the main applet. (LP: #351979)
* debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or
higher as the new version requires that.
-- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 16:32:49 -0500
indicator-messages (0.1.4-0ubuntu1) jaunty; urgency=low
* New upstream version
* Adding the display of indicators that are login messages coming from
other applications. (LP: #345494)
* Making all times displayed for IM messages relative instead of
absolute. (LP: #346345)
* Cleaning up the server removal code. May fix (LP: #345599), I can't
recreate it anymore afterwards.
-- Ted Gould <ted@ubuntu.com> Mon, 30 Mar 2009 09:40:40 +0200
indicator-messages (0.1.3-0ubuntu1) jaunty; urgency=low
[ Ted Gould ]
* New upstream version.
- Now changes the icon based on non-IM indicators so that Evolution
works much better. (LP: #342480)
- Now the menu items are in a predictable order, alphabetical.
- The Messages for a particular client (i.e. Pidgin) are grouped with
the client they're associated with.
- Adjusting the icon size to match the new one in the Human theme.
- Adjusting the build so that all the different libraries are not
built in a versioned manner. Now it's just one .so, which is
what it should have been originally.
[ Martin Pitt ]
* Add debian/watch.
* Add bzr-builddeb configuration.
* debian/copyright: Fix download location.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Mar 2009 12:23:17 +0100
indicator-messages (0.1-0ubuntu1) jaunty; urgency=low
* Initial release, based on DX team's PPA packaging branch.
(lp:~indicator-applet-developers/indicator-applet/messages-packaging)
* debian/control: Add Homepage:, Vcs-Bzr:, and fix package
description.
* debian/copyright: Properly describe license.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 11:35:38 +0100
|