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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
|
libdbusmenu (0.2.8-0ubuntu2) lucid; urgency=low
* debian/control:
- restore vcs location, we move back to the non import version, the other
one don't allow merging trunk changes
[ Ted Gould ]
* Upstream Merge
* Changing the parse function to get_children instead of
taking them. (LP: #471044)
* Supporting AboutToShow in event callbacks to catch up
with QT implementation.
* Unrefing on layout updates (LP: #545026)
* Resetting sync versions on disconnection
* Removing useless warning
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 01 Apr 2010 12:36:06 +0200
libdbusmenu (0.2.8-0ubuntu1) lucid; urgency=low
* debian/control
- Dropped Vcs-Bzr and Vcs-Browser
- Added extended descriptio for gir1.0-dbusmenu-gtk-0.2 and
gir1.0-dbusmenu-glib-0.2
* debian/rules
- bumped shlibs version to 0.2.8 for libdbusmenu-glib1
[Ted Gould]
* Upstream release 0.2.8
* Adding support for blank icons (LP: #534854)
* Remove unneeded warning (LP: #537312)
* Fix typo in documentation
-- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Mar 2010 11:35:46 -0400
libdbusmenu (0.2.7-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.7
* Adding in building of the GObject Introspection details
* Adding in building of VAPI files
* debian/control:
* Adding dependency on valac
* Adding in gir's as build dependencies.
* Adding in build dependencies for GIR dev
* Adding dependencies for gir-repository-dev and
gobject-introspection to ensure we get all the GI goodies.
* debian/control, debian/gir1.0-dbusmenu-glib-0.2.install,
debian/gir1.0-dbusmenu-gtk-0.2.install: Adding new packages to
hold the typelib files generated by GObject introspection.
* debian/libdbusmenu-glib-dev.install,
debian/libdbusmenu-gtk-dev.install:
* Added VAPI files to the packages.
* Added GIR files to the packages.
-- Ted Gould <ted@ubuntu.com> Thu, 04 Mar 2010 11:13:43 -0600
libdbusmenu (0.2.6-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.6
* Fix testing to make it more reliable
* Remove delayed property queueing as it was causing properties to not
get updated. (lp: #524308)
-- Ted Gould <ted@ubuntu.com> Thu, 25 Feb 2010 10:23:49 -0600
libdbusmenu (0.2.5-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.5
* Adding in menuitem proxy object.
* Adding ID to default <menu> item.
* debian/rules: Updating shlibs
-- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 11:00:24 -0600
libdbusmenu (0.2.4-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.4
* Remove uneccessary reference to stop duplication of menus
* Handle dbus method errors better
-- Ted Gould <ted@ubuntu.com> Thu, 11 Feb 2010 10:13:56 -0600
libdbusmenu (0.2.3-0ubuntu3) lucid; urgency=low
* Backported lp:~ted/dbusmenu/dbus-error-handling to fix the
indicator-applet crashing sometime on softwares close
(lp: #518900, #519019)
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 10 Feb 2010 00:12:35 +0100
libdbusmenu (0.2.3-0ubuntu2) lucid; urgency=low
* Upstream Merge
* Removing the ref to root and a setting of root
-- Ted Gould <ted@ubuntu.com> Tue, 09 Feb 2010 08:53:00 -0600
libdbusmenu (0.2.3-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.3
* Fixing handing of root IDs being zero
* Handling syncing of properties when reusing items
* Shipping new JSON files and READMEs for testing.
* libdbusmenu-tools.install: Add in json file and README so
that they're put in the right directories.
-- Ted Gould <ted@ubuntu.com> Fri, 05 Feb 2010 11:24:58 -0800
libdbusmenu (0.2.2-0ubuntu3) lucid; urgency=low
* debian/control:
- let libdbusmenu-glib1 breaks libdbusmenu-glib0 since they are create
issues at runtime if both got loaded
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 18:10:56 -0800
libdbusmenu (0.2.2-0ubuntu2) lucid; urgency=low
* debian/control: fix a typo in the tools depends
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 14:18:47 -0800
libdbusmenu (0.2.2-0ubuntu1) lucid; urgency=low
* Updated for the soname changes
[ Ted Gould ]
* Upstream Release 0.2.2
* Interoperability fixes
* Adding timestamps to events
* Better handling of XML
* Adding tools for timing dbusmenu
* debian/libdbusmenu-tools.install: Adding a wildcard to get
all of the tools in libexec
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 13:56:49 -0800
libdbusmenu (0.2.1-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.1
- Fix to not destroy the image if we're still using it.
- Adding code to support icon names that have an implied direction in them.
- Fix to put a small amount of padding between the icon and the label.
-- Ken VanDine <ken.vandine@canonical.com> Tue, 12 Jan 2010 11:03:39 -0500
libdbusmenu (0.2.0-0ubuntu3) lucid; urgency=low
* debian/rules:
- updated shlibs version (lp: #505258)
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 11 Jan 2010 16:04:11 +0100
libdbusmenu (0.2.0-0ubuntu2) lucid; urgency=low
* Added debian/libdbusmenu-tools.install
* debian/control
- improved description for libdbusmenu-tools
-- Ken VanDine <ken.vandine@canonical.com> Sat, 09 Jan 2010 09:05:47 -0500
libdbusmenu (0.2.0-0ubuntu1) lucid; urgency=low
* Upstream release 0.2.0
- Remove unused libdbusmenu-qt
- Changing API to be V0.2 for reals
- Adding underline support
- Test suite fixes and automation support
- dbus-dumper tool
- Switch to org.ayatana
- Fixing the handling of typed properties, especially bools.
- Adding GetChildren function for getting a single submenu
- Starting to watch DBus if the proxy builds fail.
- Test suite fixes
- Fixing the consistency between the #defines and what
was used in the code.
* debian/control, debian/libdbusmenu-tools.install: Setting
up a package for the new dbusmenu-dumper tool.
* debian/control: Mentioning nicely that this will cause
indicator-messages << 0.3 and indicator-session << 0.2 to
break.
-- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 08:42:59 -0600
libdbusmenu (0.1.8-0ubuntu1) lucid; urgency=low
* Upstream release 0.1.8
* Changing the name to org.ayatana
* Underline fixes
* Documenation of the DBus API
* Adding the GPL v3 Copying file so that we're all legal.
-- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 12:55:07 -0600
libdbusmenu (0.1.6-0ubuntu1) karmic; urgency=low
* Upstream release 0.1.6 (LP: #442822)
* Managing the life-cycle of the GTK Menu item better to
ensure that it is positioned correctly and dies
appropriately. (LP: #430904) and (LP: #419953)
* Checking returned properties to ensure that there wasn't
DBus errors. (LP: #433719)
-- Ted Gould <ted@ubuntu.com> Fri, 02 Oct 2009 17:00:45 -0500
libdbusmenu (0.1.5-0ubuntu1) karmic; urgency=low
* New upstream release (LP: #436185)
-- Ken VanDine <ken.vandine@canonical.com> Thu, 24 Sep 2009 17:12:25 -0400
libdbusmenu (0.1.4-0ubuntu1) karmic; urgency=low
* Upstream release (LP: #432003)
- Applying a fix by not blocking if we're calling for the root. Everyone
should be listening for root changes anyway (lp: #427819)
-- Ted Gould <ted@ubuntu.com> Thu, 17 Sep 2009 11:29:40 -0500
libdbusmenu (0.1.3-0ubuntu1) karmic; urgency=low
* Upstream update 0.1.3 (LP: #427360)
* Fixes reordering of menu item issue
-- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 08:43:47 -0500
libdbusmenu (0.1.2-0ubuntu1) karmic; urgency=low
* debian/rules:
- updated shlib version
[ Ted Gould ]
* Upstream release 0.1.2 (LP: #423958)
[ Ken VanDine ]
* debian/control
- Specify full urls for Vcs-Bzr
-- Sebastien Bacher <seb128@ubuntu.com> Fri, 04 Sep 2009 11:12:38 +0200
libdbusmenu (0.1.0-0ubuntu1) karmic; urgency=low
[ Ted Gould ]
* Upstream release 0.1.0
* debian/watch: Added for tarball
* debian/control:
- Specify both Vcs-Bzr and Vcs-Browser
- Fixed the project name
[ Martin Pitt ]
* Add bzr-builddep configuration for merge mode.
* debian/control: Fix Vcs-* links.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 27 Aug 2009 20:55:55 +0200
libdbusmenu (0.1~bzr5-0ubuntu1) karmic; urgency=low
* First version.
-- Ted Gould <ted@ubuntu.com> Wed, 05 Aug 2009 00:46:41 +0100
|