aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 7461b6dc5adfa7698516fc5ee465ed93782b5b70 (plain)
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
libindicator (0.3.22-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Adding the ability to know the environment the indicator
      object is in. (LP: #703555)

 -- Ted Gould <ted@ubuntu.com>  Wed, 23 Mar 2011 13:21:49 -0500

libindicator (0.3.21-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Don't check for TargetEnvironment on the desktop group

 -- Ted Gould <ted@ubuntu.com>  Wed, 16 Mar 2011 13:29:21 -0500

libindicator (0.3.20-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Use the "TargetEnvironment" key in shortcuts

 -- Ted Gould <ted@ubuntu.com>  Thu, 03 Mar 2011 14:02:12 -0600

libindicator (0.3.19-0ubuntu3) natty; urgency=low

  * debian/control
    - More renaming of Depends to libgtk-3-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Feb 2011 12:08:03 -0500

libindicator (0.3.19-0ubuntu2) natty; urgency=low

  * debian/control:
    - Use new build-depends for libgtk-3-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Feb 2011 08:49:50 -0500

libindicator (0.3.19-0ubuntu1) natty; urgency=low

  * debian/rules
    - Updated shlibs

  [Ted Gould]
  * New upstream release.
    ∘ Adding in a11y description support
    ∘ Fixing distcheck (LP: #587811)
  * debian/*: Changing the library major version from 2 to 3
  * debian/control: Adding Breaks for the previous library rev
    so that users don't end up with systems that use both.

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Feb 2011 14:04:55 -0500

libindicator (0.3.18-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Adding a signal for scrolling that includes the entry
  * debian/rules: Updating shlibs 

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Jan 2011 15:31:04 -0600

libindicator (0.3.17-0ubuntu1~ppa1) natty; urgency=low

  * New upstream release.
    * Fixing catching services dropping off

 -- Ted Gould <ted@ubuntu.com>  Fri, 14 Jan 2011 11:09:36 -0600

libindicator (0.3.16-0ubuntu1) natty; urgency=low

  * New upstream release.
    * GDBus Port
  * debian/control: Migrating library versions from 1 to 2
  * debian/control: Dropping dbus-glib as a build-dep
  * debian/libindicator-tools: Removing indicator-loader3
  * debian/libindicator3-dev: Adding in the include files for this
    version of the library.

  [ Ken VanDine ]
  * debian/control: 
    - libindicator2 Breaks libindicator1

 -- Ted Gould <ted@ubuntu.com>  Thu, 13 Jan 2011 12:49:25 -0600

libindicator (0.3.15-0ubuntu2) natty; urgency=low

  * debian/control: 
    - dropped libindicator-debugenv package
  * -debian/libindicator-debugenv.install
  * debian/libindicator-tools.install
    - Install indicator-loader and indicator-loader3 in the 
    libindicator-tools package (means it depends on both gtk2 and gtk3)
    - Install sample xsession env in pkgdatadir for developer use
  * tools/Makefile.am
    - Install 80indicator-debugging in pkgdatadir

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 06 Dec 2010 10:19:58 -0500

libindicator (0.3.15-0ubuntu1) natty; urgency=low

  * debian/rules
    - Added build targets to build with gtk3 enabled in additional to
      default build with gtk2
  * debian/control
    - Updated build depends to support building with gtk+-3.0
    - Added dh-autoreconf build depends
    - Added libindicator3-1, libindicator3-dev, libindicator3-tools binaries
      binaries
  * libindicator/Makefile.am and tools/Makefile.am
    - Fixes needed for building with-gtk=3

  [ Ted Gould ]
  * New upstream release.
    * Adding a small file to set debugging environment variables
    * Allowing to build for GTK 2/3 and build parallel libraries
  * debian/control: Adding package libindicator-debugenv

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 24 Nov 2010 18:29:40 -0500

libindicator (0.3.14-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Adding a function to signal a menu is shown (LP: #637692)
    * Changing indicator directory to '4'
  * debian/source:
    - don't use quilt format, it's making the daily build not working
  * debian/control:
    - rename to soname bump
    - put the Vcs-Bzr to point the right official branch
  * debian/libindicator1.install: rename to soname bump
  * debian/rules:
    - update MAKESHLIBS_ARGS

  [Ted Gould]
  * debian/rules:
    - removing simple-patchsys

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 22 Sep 2010 18:09:44 +0200

libindicator (0.3.13-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Adding a menu_show signal

 -- Ted Gould <ted@ubuntu.com>  Wed, 15 Sep 2010 11:46:37 -0500

libindicator (0.3.12-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Removing a g_error that was breaking Unity on failed icons
  * dropping workaround-icon-crash.patch: 

 -- Ted Gould <ted@ubuntu.com>  Wed, 18 Aug 2010 11:05:51 -0500

libindicator (0.3.11-0ubuntu2) maverick; urgency=low

  * workaround-icon-crash.patch: 
    - change from Mikkel Kamstrup Erlandsen to workaround a crasher in the 
       new version
  * debian/control:
    - updated the gtk build requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 Aug 2010 11:40:29 +0200

libindicator (0.3.11-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Allowing absolute paths in the image name (LP: #564034)

 -- Ted Gould <ted@ubuntu.com>  Thu, 12 Aug 2010 14:42:46 -0500

libindicator (0.3.10-1) unstable; urgency=low

  * Merging new upstream release from Ubuntu.

 -- Evgeni Golov <evgeni@debian.org>  Sun, 25 Jul 2010 12:08:48 +0200

libindicator (0.3.10-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fixing unwatching crash (LP: #603489)
    * Adding configurable timeout for slow test systems

 -- Ted Gould <ted@ubuntu.com>  Thu, 15 Jul 2010 10:02:56 -0500

libindicator (0.3.9-1) unstable; urgency=low

  * Merging new upstream release and some changes from Ubuntu.
  * Don't drop debian/source/*
  * Standards-Version: 3.9.0

 -- Evgeni Golov <evgeni@debian.org>  Wed, 14 Jul 2010 10:07:36 +0200

libindicator (0.3.9-0ubuntu2) maverick; urgency=low

  * Merged in fix for (LP: #603489)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 09 Jul 2010 15:24:33 -0400

libindicator (0.3.9-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Removing checking for style properties that aren't used.
    * Make it so that a watcher dying is the same as unregistering.
  * Merge debian changes
  	* Drop debian/source/*
  * debian/control: Switch VCS for this branch to be the indicator
    applet developers branch.

 -- Ted Gould <ted@ubuntu.com>  Thu, 08 Jul 2010 15:19:08 -0500

libindicator (0.3.8-2) UNRELEASED; urgency=low

  * Revert cdbs drop, as requested by the Ubuntu maintainers.
  * Update Maintainer and Vcs-* fields for pkg-ayatana.

 -- Evgeni Golov <evgeni@debian.org>  Wed, 16 Jun 2010 09:54:50 +0200

libindicator (0.3.8-1) unstable; urgency=low

  * Merge Ubuntu package into Debian.
    Closes: #549999
  * debian/copyright:
    + Update to machine readable format.
  * debian/control:
    + Drop cdbs Build-Dep, bump debhelper to >=7.
    + Standards-Version 3.8.4.
    + Update Vcs-* fields.
    + Drop GNOME from Description, the package is not GNOME specific.
    + Slightly update Description, thanks lintian.
  * debian/rules:
    + Use minimal debhelper 7 rules without cdbs.
    + Disable tests for now, they fail (launchpad 587811)
  * debian/source/format:
    + Add file, make package 3.0 (quilt).

 -- Evgeni Golov <evgeni@debian.org>  Mon, 07 Jun 2010 11:21:32 +0200

libindicator (0.3.8-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Adding template files to tarball

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Apr 2010 12:56:19 -0500

libindicator (0.3.7-0ubuntu1~ppa1) lucid; urgency=low

  * New upstream release.
    * Use the domain in desktop files for shortcuts (LP: #549322)

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Apr 2010 12:53:39 -0500

libindicator (0.3.6-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.6
    * Adding in scroll signals for the indicators
  * debian/rules: Updating shlibs 

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Mar 2010 11:10:20 -0500

libindicator (0.3.5-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.5
    * Adding in a image loader helper for indicators.

 -- Ted Gould <ted@ubuntu.com>  Thu, 11 Mar 2010 14:27:04 -0600

libindicator (0.3.4-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.3.4
    * Reducing gio-unix dependency to 2.22

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Feb 2010 11:27:18 -0600

libindicator (0.3.3-0ubuntu2) lucid; urgency=low

  * debian/control:
    Reducing libglib dependency down to 2.22 for Karmic builds

 -- Ted Gould <ted@ubuntu.com>  Wed, 24 Feb 2010 21:05:01 -0600

libindicator (0.3.3-0ubuntu1) lucid; urgency=low

  * debian/control:
    - build-depends on libglib2.0-dev
  * debian/rules:
    - updated shlibs version

  [ Ted Gould ]
  * Upstream release 0.3.3
    * Adding new object for parsing desktop files for Shortcuts

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Feb 2010 17:32:08 +0100

libindicator (0.3.2-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.2
    * Various fixes to timeout handling in services and the
      service manager.
    * Fix test suite when run headless

 -- Ted Gould <ted@ubuntu.com>  Thu, 04 Feb 2010 17:40:06 -0800

libindicator (0.3.1-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.1
    * Adding in entry ordering.
    * Adding in the code to restart services

 -- Ted Gould <ted@ubuntu.com>  Thu, 21 Jan 2010 13:15:07 -0600

libindicator (0.3.0-0ubuntu1) lucid; urgency=low

  * debian/control:
    - Added description for libindicator-tools

  [Ted Gould]
  * Upstream 0.3.0 Release 
    * Adds a new tool to load indicators from the command line.
    * Adds an object for loading indicators.
    * Changes the indicator interface to be object based.
  * debian/control, debian/libindicator0: Adding in a new packages
    for the binary library.
  * debian/control, debian/libindicator-tools: Adding in a new
    package for the tools of libindicator.

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 10 Dec 2009 12:11:49 -0500

libindicator (0.2.1-0ubuntu2~ppa1) karmic; urgency=low

  * Adding in service management code.
  * debian/control: Adding a target for libindicator0
  * Adding libindicator0.install and libindicator-dev.install

 -- Ted Gould <ted@ubuntu.com>  Wed, 04 Nov 2009 08:19:01 -0600

libindicator (0.2.1-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.1 (LP: #446619)
    * Puts a copyright header on the header file.  Should have
      been there all along.

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Oct 2009 08:12:18 +0200

libindicator (0.2.0-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.0 (LP: #427443):
    - Use silent automake mode.
    - Tag for final release.

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Sep 2009 20:22:45 +0200

libindicator (0.2.0~bzr325-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * New version (LP: #417039)
  * Merging in the seperation from indicator-applet
  * debian/* Removing all of the indicator-applet stuff
  * Setting the icon path in the .pc file.
  * Merging onto the main packaging branch.
  * Renaming the second Bonobo server description file to match that
    of the FastUserSwitchApplet.
  * Upstream merge for better naming of the applet.
  * Updating from upstream with two (count them) two applets
    installed in the source.
  * debian/control: Adding information on indicator-applet-sus which
    is a different applet for the SUS indicator.
  * debian/indicator-applet.install: Making it more specific so that
    it doesn't grab the directories that now have additional files
    created by indicator-applet-sus existing.
  * debian/indicator-applet-sus.install: List files that are now
    used by the new binary package.

  [ Ken VanDine ]
  * debian/control:
    - Set both Vcs-Bzr and Vcs-Bzr-Browser, with ~ubuntu-desktop 

  [ Martin Pitt ]
  * Flush changelog.
  * debian/control: Fix Vcs-* links.

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 25 Aug 2009 08:35:00 +0200