aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: b10bdcae7c1a4a35ae9f9527eb89b61edbaa87f1 (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
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
libayatana-appindicator (0.5.5-0) unstable; urgency=medium

  * Upstream-provided Debian package for libayatana-appindicator.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 23 Jul 2020 08:19:48 +0200

libayatana-appindicator (0.5.4-0) unstable; urgency=medium

  * Upstream-provided Debian package for libayatana-appindicator.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 11 Nov 2019 19:09:39 +0100

libayatana-appindicator (0.5.3-0) unstable; urgency=medium

  * Upstream-provided Debian package for libayatana-appindicator.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 20 Mar 2018 11:25:55 +0100

libayatana-appindicator (0.5.2-0) unstable; urgency=medium

  * Upstream-provided Debian package for libayatana-appindicator.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 24 Oct 2017 16:44:11 +0200

libayatana-appindicator (0.5.1-0) unstable; urgency=medium

  * Upstream-provided Debian package for libayatana-appindicator.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Sat, 23 Sep 2017 01:15:21 +0200

libayatana-appindicator (0.5.0-0) unstable; urgency=medium

  * Fork from Ubuntu's libappindicator project.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 22 May 2017 16:16:06 +0200

libappindicator (12.10.1+15.04.20141110-0ubuntu1) vivid; urgency=low

  [ Lars Uebernickel ]
  * scroll-event: change parameter to the right type

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Nov 2014 16:30:06 +0000

libappindicator (12.10.1+13.10.20130920-0ubuntu4) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 23 Feb 2014 13:48:02 +0000

libappindicator (12.10.1+13.10.20130920-0ubuntu3) trusty; urgency=medium

  * Build with -Wno-error=deprecated-declarations.
  * Don't build the mono bindings on ppc64el, not available.
  * Disable building the example, vala build error.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 19 Dec 2013 13:50:03 +0100

libappindicator (12.10.1+13.10.20130920-0ubuntu2) saucy; urgency=low

  * Don't build the mono bindings on AArch64, not available.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 14 Oct 2013 01:47:10 +0200

libappindicator (12.10.1+13.10.20130920-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 266

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 20 Sep 2013 10:17:40 +0000

libappindicator (12.10.1daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Making gtk-doc check run in the current source directory.

  [ Marco Trevisan (Treviño) ]
  * NotificationWatcher interface has not anymore the
    XAyatanaRegisterNotificationApprover method.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 264

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Jun 2013 02:01:55 +0000

libappindicator (12.10.1daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/rules: drop the "clean" target, it's superfluous.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 261

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 02 May 2013 22:59:05 +0000

libappindicator (12.10.1daily13.04.15-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 258

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 15 Apr 2013 02:02:56 +0000

libappindicator (12.10.1daily13.04.12-0ubuntu1) raring; urgency=low

  [ Iain Lane ]
  * Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this is
    an arch:all package and library. Update the assemblydir variable in this
    pcfile to refer to the correct location for the library instead of an
    incorrect multiarch directory.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 258

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Apr 2013 02:03:18 +0000

libappindicator (12.10.1daily13.04.09-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 258

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 09 Apr 2013 02:02:28 +0000

libappindicator (12.10.1daily13.04.08-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/rules: reverse the order of dh_clean and dh_autoreconf_clean,
    this fixes issues where clean removes files used by dh_autoreconf_clean.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 257

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Apr 2013 02:02:59 +0000

libappindicator (12.10.1daily13.03.13-0ubuntu1) raring; urgency=low

  [ Sebastien Bacher ]
  * stop build-depending on libindicate, it's deprecated and not used
    there

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 255

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 13 Mar 2013 02:02:14 +0000

libappindicator (12.10.1daily13.02.15-0ubuntu1) raring; urgency=low

  [ Charles Kerr ]
  * Race condition in app_indicator_init() causes application crash (LP:
    #1122596)

  [ Iain Lane ]
  * [raring] Python appindicators broken by the latest libappindicator
    update (12.10.1daily13.02.13-0ubuntu1) with "ERROR:root:Could not
    find any typelib for AppIndicator3" (LP: #1124941)

  [ John Vert ]
  * Race condition in app_indicator_init() causes application crash (LP:
    #1122596)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 253

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Fri, 15 Feb 2013 07:46:54 +0000

libappindicator (12.10.1daily13.02.13-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/control:
    - Update style: use trailing commas at the end of dependency lists.
    - Reorganize Build-Depends for clarity.
    - Bump Build-Depends on debhelper to (>= 9).
    - Drop Build-Depends on cdbs.
    - Drop old Conflicts, Replaces, Provides for old unsupported upgrade paths.
    - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
    - Add a Pre-Depends on multiarch-support for libappindicator(3-)7.
    - Add xvfb to Build-Depends.
  * debian/compat: bump to compat level 9.
  * debian/rules:
    - Convert from cdbs to debhelper 9.
    - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
    - Override dh_autoreconf to run autogen.sh and not call configure.
    - Override dh_auto_test to run tests per-flavor.
  * debian/*.install:
    - Update paths for multiarch and for use with dh9 (remove debian/tmp...)
  * Fix gtkdoc tests and building of the documentation given a separate build
    directory.

  [ Chris J Arges ]
  * acinclude.m4: Fix python multi-arch include issues. 

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 245 (bootstrap):
    - Fix Vala classes not being able to inherit from Indicator (LP: #1065310)

  [ Charles Kerr ]
  * indicators call deprecated glib function g_type_init() (LP:
    #1103087)
  * test-libappindicator-status fails with "Toggle count: 99" (LP:
    #1109128)
  * Coverity COPY_PASTE_ERROR - CID 10969 (LP: #1102595)
  * libappindicator-docs.sgml missing links (LP: #1083425)
  * Coverity INTEGER_OVERFLOW - CID 10970 (LP: #1102589)

  [ Charles Kerr <charles.kerr@canonical.com>, Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>, Michael Terry ]
  * indicators call deprecated glib function g_type_init() (LP:
    #1103087)
  * test-libappindicator-status fails with "Toggle count: 99" (LP:
    #1109128)
  * Coverity INTEGER_OVERFLOW - CID 10970 (LP: #1102589)
  * Coverity COPY_PASTE_ERROR - CID 10969 (LP: #1102595)

  [ Mathieu Trudel-Lapierre ]
  * Can't inherit from AppIndicator.Indicator in Vala (LP: #1065310)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 250

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 13 Feb 2013 02:02:41 +0000

libappindicator (12.10.0-0ubuntu1) quantal; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 11 Jul 2012 21:19:53 +0200

libappindicator (0.4.92-0ubuntu2) quantal; urgency=low

  * [Evgeni Golov]
  * debian/rules:
    - Use autoreconf.mk instead of running dh_autoreconf by hand

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 May 2012 10:19:17 +1200

libappindicator (0.4.92-0ubuntu1) precise; urgency=low

  [ Charles Kerr ]
  * New upstream release.
    * Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471)
    * Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code
  * debian/control: Updating to valac-0.16

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 21 Mar 2012 18:19:17 -0400

libappindicator (0.4.91-0ubuntu3) precise; urgency=low

  * debian/rules: build without make check until the builder environment
    issues are sorted

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 09 Mar 2012 21:47:53 +0100

libappindicator (0.4.91-0ubuntu2) precise; urgency=low

  * debian/control: build-depends on dbus-test-runner

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 09 Mar 2012 21:13:24 +0100

libappindicator (0.4.91-0ubuntu1) precise; urgency=low

  * debian/rules:
    - run make check during the build

  [ Ted Gould ]
  * New upstream release.
    * Set name and title in fallback status item (LP: #885080)
    * Fix build in non-source dir cases (LP: #931764)
    * Use file names for icons in fallback mode (LP: #875770)
    * Add since declarations to documentation
    * Fix test suite to work with libindicator 0.4.93
    * Fix the mono binding properties

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 09 Mar 2012 20:05:53 +0100

libappindicator (0.4.90-0ubuntu2) precise; urgency=low

  * debian/control:
    - don't make libappindicator3-dev depends on libappindicator-dev
  * debian/libappindicator3-dev.install:
    - install the gtk3 include directory

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 07 Feb 2012 12:50:15 +0100

libappindicator (0.4.90-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fix include with Dbusmenu 0.5.90
    * Fix GTK3 include paths in pkgconfig file (LP: #869373)
    * Add title property (LP: #923971)
    * Don't specify pyglib-2.0-python2.6 in LDFLAGS
    * fix fallback icon of the GtkStatusIcon (LP: #820080)
  * debian/control: Dbusmneu Dep to 0.5.90
  * deibna/*symbols: Updated to add [set|get]_title functions

 -- Ted Gould <ted@ubuntu.com>  Fri, 03 Feb 2012 15:04:46 -0600

libappindicator (0.4.1-0ubuntu4) precise; urgency=low

  * rebuild for libindicator7
  * bindings/python/Makefile.am
    - Don't specify pyglib-2.0-python2.6 in LDFLAGS
  * debian/rules
    - dhr_autoreconf
  * debian/control
    - added build dep on dh-autoreconf
  * debian/libappindicator1.symbols, debian/libappindicator3-1.symbols
    - added symbols

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 25 Jan 2012 09:49:38 -0500

libappindicator (0.4.1-0ubuntu3) precise; urgency=low

  * s/pyglib-2.0-python2.6/pyglib-2.0-python2.7/ for python bindings.

 -- Adam Conrad <adconrad@ubuntu.com>  Sat, 03 Dec 2011 21:28:16 -0700

libappindicator (0.4.1-0ubuntu2) oneiric; urgency=low

  * src/app-indicator.c:
    - fix fallback icon of the GtkStatusIcon (LP: #820080), cherry
      pick of r221 from lp:libappindicator

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 30 Sep 2011 22:57:46 +0200

libappindicator (0.4.1-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix VAPI file for Vala bindings (LP: #789588)

  [ Ken VanDine ]
  * debian/control
    - build depend on valac-0.14

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 28 Sep 2011 14:41:38 -0400

libappindicator (0.3.91-0ubuntu1) oneiric; urgency=low

  * debian/rules:
    - update the translations template after build, dh_translations doesn't 
      work for builds out of the source directory

  [ Ted Gould ]
  * New upstream release.
    * Secondary activate support
    * Better GIR file annotations

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 11 Aug 2011 21:19:26 +0200

libappindicator (0.3.90-0ubuntu1) oneiric; urgency=low

  * debian/control: updated libindicator requirement.

  [ Ted Gould ]
  * New upstream release.
    * Fix a memory leak (LP: #784327) 
    * Port to libindicator 0.4

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 08 Jul 2011 13:53:35 +0200

libappindicator (0.3.0-0ubuntu3) oneiric; urgency=low

  * No change rebuild to depend on libdbusmenu-gtk4 (instead of -gtk3)
    LP: #803667

 -- Michael Terry <mterry@ubuntu.com>  Tue, 05 Jul 2011 16:17:48 -0400

libappindicator (0.3.0-0ubuntu2) oneiric; urgency=low

  * Call dh_python2 from binary-fixup rather than binary-predeb, so that
    generated maintainer script snippets actually end up in the package.
  * Remove unused libmono-dev build-dependency (for Mono 2.10 transition).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 21 Jun 2011 17:50:12 +0100

libappindicator (0.3.0-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Don't use GIcon with GtkStatusIcon (LP: #708118) (LP: #729150)

 -- Ted Gould <ted@ubuntu.com>  Wed, 23 Mar 2011 15:50:55 -0500

libappindicator (0.2.99-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Fix long standing memory leak (LP: #569273)

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

libappindicator (0.2.98-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Don't watch signals we don't need to.  (LP: #728503)

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Mar 2011 13:35:59 -0600

libappindicator (0.2.97-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Set includedir to the location of the headers provided by 
      libappindicator-dev (LP: #721562)
    * Fix crash when importing appindicator from Python (LP: #724917).
    * Fix crash when switching themes by disconnecting a signal from
      the theme on dispose.  (LP: #708188)
  * debian/patches: Removed, all upstream

 -- Ted Gould <ted@ubuntu.com>  Thu, 03 Mar 2011 13:42:10 -0600

libappindicator (0.2.96-0ubuntu4) natty; urgency=low

  * src/appindicator3-0.1.pc.in
    - Set includedir to the location of the headers provided by 
      libappindicator-dev (LP: #721562)
  * debian/control
    - Make libappindicator3-dev depend on libappindicator-dev which 
      includes the headers (LP: #721562)

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 28 Feb 2011 23:26:35 -0500

libappindicator (0.2.96-0ubuntu3) natty; urgency=low

  * debian/patches/update-defs.patch:
    - Fix crash when importing appindicator from Python (LP: #724917).

 -- Артём Попов <artfwo@ubuntu.com>  Mon, 28 Feb 2011 22:33:47 +0600

libappindicator (0.2.96-0ubuntu2) natty; urgency=low

  * debian/control, debian/rules:
    - Add quilt
  * debian/patches/disconnect-from-theme.patch:
    - Fix crash when switching themes by disconnecting a signal from
      the theme on dispose.  LP: #708188

 -- Michael Terry <mterry@ubuntu.com>  Mon, 28 Feb 2011 08:48:40 -0500

libappindicator (0.2.96-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Add support for accessible descriptions
    * Move deregistration of object later to send final signals

  [ Ken VanDine ]
  * debian/libappindicator3-1.symbols
  * debian/libappindicator1.symbols
    - Added symbols

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 24 Feb 2011 21:45:34 -0500

libappindicator (0.2.95-0ubuntu3) natty; urgency=low

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

 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 23 Feb 2011 10:42:57 +1100

libappindicator (0.2.95-0ubuntu2) natty; urgency=low

  * debian/control
    - Bump build depends for libindicator-dev and libindicator3-dev to >= 0.3.19

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Feb 2011 15:05:29 -0500

libappindicator (0.2.95-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release (0.2.95)
    ∘ Fix Vala bindings
    ∘ Add support for scroll events
    ∘ Include vala example files as well
    ∘ Fixing build for GTK2/3 dual build
  * debian/libappindicator-dev.install, debian/libappindicator3-dev.install:
    switching the file name of the vapi files.

  [ Ken VanDine ]
  * debian/rules
    - build and install the vapi for gtk3

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 11 Feb 2011 10:03:17 -0500

libappindicator (0.2.92-0ubuntu2) natty; urgency=low

  * debian/control, debian/rules
    - Include new binaries for gtk3 builds
  * debian/libappindicator1.symbols, debian/libappindicator3-1.symbols
    - Added symbol files for libappindicator1 and libappdindicator3-1

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 08 Feb 2011 14:31:11 -0500

libappindicator (0.2.92-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Fixes to build system to build with GTK3
    * Use the dbusmenu parser
  * debian/control
    - Bump build depends for libdbusmenu-gtk-dev to >= 0.3.94

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 27 Jan 2011 22:23:53 -0500

libappindicator (0.2.91.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    - rename dbus interface names com.canonical

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 13 Jan 2011 20:43:27 -0600

libappindicator (0.2.91-0ubuntu1) natty; urgency=low
  
  * debian/control: 
    - clean unrequired build-depends
  * debian/compat: updated the version
  * debian/copyright: 
    - updated
  * debian/libappindicator1.symbols: 
    - use a .symbols for api tracking
  * debian/watch: 
    - updated product name

  [ Ted Gould ]
  * Intial release.

  [ Ken VanDine ]
  * debian/rules
    - Changes to build targets to get it building multipass for 
      python 2.6 and 2.7 

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 13 Jan 2011 19:27:54 -0600

indicator-application (0.2.90-0ubuntu4) natty; urgency=low

  * Updated for the gir abi transition

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 16 Dec 2010 10:05:55 -0500

indicator-application (0.2.90-0ubuntu3) natty; urgency=low

  * debian/control
    - build depend on dbusmenu >= 0.3.90
    - Fixes FTBFS (LP: #684949)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 08 Dec 2010 13:32:07 -0500

indicator-application (0.2.90-0ubuntu2) natty; urgency=low

  * debian/rules
    - Convert to dh_python2
  * debian/control
    - Dropped build depends for python-central 

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 08 Dec 2010 12:03:47 -0500

indicator-application (0.2.90-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * A race fix on the dbus name (LP: #526499)
    * Fixing the Watcher Interface
    * Fixes to build with GTK 2/3
    * Fixes to build with valac-0.12

  [ Ken VanDine ]
  * debian/control
    - Changed the valac build depends to valac-0.12 
  * debian/python-appindicator.install
    - Make sure python2.6 and python2.7 files get included
  * debian/rules
    - Fix builds for multiple python versions

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 08 Dec 2010 00:42:58 -0500

indicator-application (0.2.9-0ubuntu1) maverick; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix Mono binding versioning and build (LP: #636132)
    * Fix submenus with Glade applications (LP: #608219)
    * Add new functions to Mono and Python bindings
  * debian/libappindicator0.1-cil.installcligac: Add the 0.1
    policy file.

  [ Didier Roche ]
  * debian/control:
    - build with latest libindicator-dev for ABI breakage (LP: #637692)

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 22 Sep 2010 20:01:04 +0200

indicator-application (0.2.8-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Update the icon if the item is visible (LP: #639643)

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

indicator-application (0.2.7-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Handle double registration of indicators (LP: #621838)

 -- Ted Gould <ted@ubuntu.com>  Thu, 09 Sep 2010 13:00:37 -0500

indicator-application (0.2.6-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fixing the position of new indicators (LP: #623205)
    * Position the ibus and keyboard layout indicators correctly.

 -- Ted Gould <ted@ubuntu.com>  Thu, 26 Aug 2010 14:56:27 -0500

indicator-application (0.2.5-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Making it so the approver actually approves indicators
    * Fixing a small memory leak
    * Allowing approvers to change thier mind

 -- Ted Gould <ted@ubuntu.com>  Thu, 19 Aug 2010 14:00:03 -0500

indicator-application (0.2.4-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Add in ordering IDs
    * Adding label support into the library
    * Adding label support into the indicator
    * Breaking the ABI in order to get more space in the class
      structure.
    * Allow the icon theme path to be changed dynamically (LP: #607831)
  * debian/control: Moving libappindicator0 to libappindicator1
  * debian/rules: Moving libappindicator0 to libappindicator1

 -- Ted Gould <ted@ubuntu.com>  Thu, 12 Aug 2010 13:57:17 -0500

indicator-application (0.2.3-0ubuntu2) maverick; urgency=low

  * Rebuild with the new gobject introspection

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 11 Aug 2010 11:07:51 +0200

indicator-application (0.2.3-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fixing test for slower machines
    * Adding an Approver API to remove things from the AppIndicators.

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

indicator-application (0.2.2-0ubuntu1) maverick; urgency=low

  * debian/control, debian/rules:
    - use dh_girepository and gir:Depends to get the gir depends, 
      clean the build-depends on gir-repository-dev not required

  [ Ted Gould ]
  * New upstream release.
    ∘ Work with updated container signal names (lp: #558841)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 08 Jul 2010 18:12:00 +0200

indicator-application (0.2.1-0ubuntu1) maverick; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix icon updating (LP: #594199)
    * Change Mono bindings to only parse particular files (LP: #592706)
    * Make a policy for migrating the mono bindings
    * Test fixes to make them more reliable
  * debian/control: Fixing version numbers
  * debian/control: Making the 0.1-cil replace and provide the 0.0-cil 
  * debian/libappindicator0.1-cil.installcligac: Add the policy.dll
    file to the install.

  [Ken VanDine]
  * renamed cil binary to libappindicator0.1 to match the assembly 
    version (LP: #592706)

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 22 Jun 2010 09:31:43 +0200

indicator-application (0.2.0-0ubuntu2) maverick; urgency=low

  * Renamed the gir binary to gir1.0-appindicator-0.1 to match the typelib

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 08 Jun 2010 11:01:04 +0200

indicator-application (0.2.0-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Unref the child that was created
    * Build GIR and VAPI files (LP: #510610)
    * Fixes to documentation and enum construction
    * Fix distcheck
    * Merging patch to add assembly information to Mono
      binding (LP: #547195)
  * debian/control: Add GObject Introspection and Vala build
    dependencies.
  * Added debian/gir1.0-libappindicator-0.1.install and modified
    debian/control and debian/libappindicator-dev.install to handle
    the VAPI and GI files.
  * debian/libappindicator0.0-cil.install: Fixing directory of cli files 

 -- Ted Gould <ted@ubuntu.com>  Thu, 03 Jun 2010 14:49:48 -0500

indicator-application (0.0.19-0ubuntu5) lucid-proposed; urgency=low

  * debian/patches/child-leakage.patch
    - Fixes a memory leak (LP: #569273)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 20 May 2010 07:35:33 -0400

indicator-application (0.0.19-0ubuntu4) lucid; urgency=low

  * bindings/mono/appindicator-sharp-0.1.pc.in:
    + Fix pcfile to point to library install location (LP: #564506)
  * debian/control,
    debian/libappindicator0-cil.install,
    debian/libappindicator0-cil.installcligac,
    debian/libappindicator-cil-dev.install,
    debian/libappindicator0.0-cil.install,
    debian/libappindicator0.0-cil.installcligac,
    debian/libappindicator0.1-cil-dev.install:
    + Rename packages to comply with Debian CLI policy
  * debian/libappindicator0.0-cil.install,
    debian/libappindicator0.0-cil.installcligac:
    + Fix library install location to comply with Debian CLI policy
  * debian/control,
    debian/rules:
    + Pass CSC variable to use mono-csc default compiler from mono-devel
      2.4.3, rather than the default 2.0-only compiler
  * debian/rules:
    + Fix processing of rules to track dependency information on Mono
      binding, by running rules in correct order

 -- Jo Shields <directhex@apebox.org>  Fri, 16 Apr 2010 10:42:48 +0100

indicator-application (0.0.19-0ubuntu3) lucid; urgency=low

  * Merging patch to add assembly information to Mono binding (LP: #547195)

 -- Ted Gould <ted@ubuntu.com>  Wed, 14 Apr 2010 11:48:49 -0500

indicator-application (0.0.19-0ubuntu2) lucid; urgency=low

  * debian/control:
    + Set libappindicator0-cil and libappindicator-cil-dev to Arch: all
    + Make libappindicator0-cil depend on libappindicator0 >= ${source:Version}
      instead
  * debian/rules:
    + Fix ordering of dh_*cli* (LP: #560095)
  * debian/libappindicator0-cil.install,
    debian/libappindicator0-cil.installcligac:
    + Fix CLI policy breakage:
      - Wrong installation paths for GAC'd CLI libraries
      - Direct installation of GAC'd libraries

 -- Chow Loong Jin <hyperair@ubuntu.com>  Wed, 14 Apr 2010 18:44:22 +0800

indicator-application (0.0.19-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Setup the icons to use the -panel variants even when falling
      back to status icons.  (LP: #547072)
    * Change python bindings to use _with_path so that they can set
      the icon path.  (LP: #527061)
    * Don't set the fallback timer if we're already in a fallback
      mode to avoid unfalling back excessively. (LP: #529052)
    * Fix distcheck of documentation

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

indicator-application (0.0.18-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.0.18
    * Change when there are updates to Check and Radio buttons via
      their actions.  (LP: #542221)
    * Fixing icon updating with themes and naming fallbacks with
      the status icon fallback.  (LP: #532858)

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Mar 2010 12:14:23 -0500

indicator-application (0.0.17-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.0.17
    * Support GTK's show menu items property (LP: #528527)
    * Fix status and category nicks in Python bindings (LP: #539858)
    * Switch domains to org.kde instead of org.freedesktop as spec
      was never officially approved by that body.

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

indicator-application (0.0.16-0ubuntu2) lucid; urgency=low

  * Backported upstream change to respect gtk "always-show-image" (lp: #528527)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 15 Mar 2010 16:39:09 +0100

indicator-application (0.0.16-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.16
    * Use libindicator icon loading helper
    * Workaround for label changes on GtkActions
    * Testing fix for using xvfb
  * debian/control: Increasing the libindicator-dev dependency to
    0.3.5 to match upstream.

 -- Ted Gould <ted@ubuntu.com>  Thu, 11 Mar 2010 16:22:06 -0600

indicator-application (0.0.15-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.15
    * Icon size fix to 22 px
    * Status icon correctly removed in fallback
    * Fixed test suite to run better on slow machines.

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

indicator-application (0.0.14-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.14
    ∘ Fix mono bindings to include proper metadata (LP: #526620)
    ∘ Send connection changed signal when the proxy is created
      and destroyed (LP: #527082)
    ∘ Hide the fallback status icon before unrefing it. (LP: #526041)
    ∘ Increase dbus-glib version check to 0.82
    ∘ Handle menu layout changes and visibility changes better.
    ∘ Improve testing stability
    ∘ Read menu sensitivity on startup.
    ∘ Handle null strings when evaluating whether we have an
      attention icon.
    ∘ Remove dbus objects when we fallback
    ∘ Disconnect client_menu_changed signal handlers on cleanup.
    ∘ Handle cases where the menu gets unset on updates.
    ∘ Fix custom labels on stock items.
    ∘ Adds support for submenus

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Feb 2010 15:22:28 -0600

indicator-application (0.0.13-0ubuntu8) lucid; urgency=low

  * Upstream Merge
    * Checking for dbus-glib version 0.82
  * debian/control: Checking for dbus-glib >= 0.82

 -- Ted Gould <ted@ubuntu.com>  Tue, 23 Feb 2010 10:30:27 -0600

indicator-application (0.0.13-0ubuntu7) lucid; urgency=low

  * Backported upstream change to fix menu item sensitivity update,
    thanks to Jan Arne Petersen (lp: #522151)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 22 Feb 2010 17:49:23 +0100

indicator-application (0.0.13-0ubuntu6) lucid; urgency=low

  * Cherrypick fix to check for a null string as the attention icon 
  * Cherrypick fix to remove the registration of dbus objects (LP: #497870)
    - lets us drop debian/patches/unregister.patch

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 19 Feb 2010 18:52:40 +0100

indicator-application (0.0.13-0ubuntu5) lucid; urgency=low

  * debian/patches/unregister.patch
    - Fix to remove the registration of dbus objects (LP: #497870) 

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 19 Feb 2010 17:55:11 +0100

indicator-application (0.0.13-0ubuntu4) lucid; urgency=low

  * Backport Cody Russell's change to fix rhythmbox crashing on closing
    (lp: #522942)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 17 Feb 2010 23:13:10 +0100

indicator-application (0.0.13-0ubuntu3) lucid; urgency=low

  * Backport trunk change to fix stock items labels (lp: #520048)
  * Backport trunk change to fix menus update issues (lp: #521181)
  * debian/control: updated standards-version

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 16 Feb 2010 16:22:31 +0100

indicator-application (0.0.13-0ubuntu2) lucid; urgency=low

  * Backported lp:~bratsche/indicator-application/submenus to make the submenus
    working in the application indicators (lp: #519625)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 12 Feb 2010 17:12:58 +0100

indicator-application (0.0.13-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.13
    * Changing the menu property to be a proper DBus object path
    * Make object paths unique by including application IDs in them

 -- Ted Gould <ted@ubuntu.com>  Thu, 11 Feb 2010 10:41:53 -0600

indicator-application (0.0.12-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.12
    * Handling the service restarting better by removing the icons
      after a small delay to ensure they don't return.
    * Fixing a crash where a proxy was created while the previous
      one was being destroyed.
    * Fixing copying of the attention icon
    * Adding status changing to the example application
    * Adding a test for status changing getting sent over DBus.

 -- Ted Gould <ted@ubuntu.com>  Mon, 08 Feb 2010 10:01:42 -0600

indicator-application (0.0.11-0ubuntu1) lucid; urgency=low

  * debian/control:
    - updated libunit-cil build-depends

  [ Ted Gould ]
  * Upstream release 0.0.11
    * Interoperability Fixes
    * Adding in XVFB support for tests
    * Adding support for icons with the '-panel' suffix
  * debian/control: Increasing dbusmenu* deps to 0.2.2

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 04 Feb 2010 17:35:19 -0800

indicator-application (0.0.10-0ubuntu2) lucid; urgency=low

  * debian/control
    - bumped build depends version for libindicator-dev to 0.3.1 

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 21 Jan 2010 16:38:18 -0500

indicator-application (0.0.10-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.10
    * Adding in a file to position the indicators
    * Ref counting theme directories as they get added and removed
    * Use the right callback function for fallback (LP: #507975)
    * Support getting the app list from a running service.
  * debian/control: Adding dependency for json-glib to build.

 -- Ted Gould <ted@ubuntu.com>  Thu, 21 Jan 2010 14:21:00 -0600

indicator-application (0.0.9-0ubuntu3) lucid; urgency=low

  * debian/control:
    - updated the build-depends for the gtk binding changes.

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 19 Jan 2010 22:57:02 +0100

indicator-application (0.0.9-0ubuntu2) lucid; urgency=low

  * Backport an upstream change to a fallback situation crasher 
    (lp: #507975)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 19 Jan 2010 20:52:41 +0100

indicator-application (0.0.9-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.0.9
    * Add fallback support for situations where the NotificationWatcher
      isn't available.

 -- Ted Gould <ted@ubuntu.com>  Thu, 14 Jan 2010 10:39:43 -0600

indicator-application (0.0.8-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.0.8
    - Mono bindings fixes (LP: #505923)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 12 Jan 2010 01:35:44 -0500

indicator-application (0.0.7-0ubuntu1) lucid; urgency=low

  * Upstream Release 0.0.7
    * Making the Notification Watcher register for it's own DBus
      name to keep the service one unique.
    * Adding support for icons changing through the service and
      in the indicator.
    * Fixing the generated headers for DBus Properties calls
    * Fixing libappindicator set_icon to set the right icon.
    * Adding in icon path support.
    * Switching DBus interface to org.freedesktop
    * Adding check/radio support to menu parsing
    * Adding ChangeLog to dist
    * Adding check item support to menu parsing

  [Ken VanDine]
  * debian/control
    - bump build depends version of libdbusmenu to 0.2.0

 -- Ted Gould <ted@ubuntu.com>  Fri, 08 Jan 2010 16:05:39 -0600

indicator-application (0.0.6-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.6
    * Include Python binding
    * Include Mono binding
    * Minor bug fixes
    * Fixing when menus are set twice.  (LP: #497812)
    * Keeping a constant signature for the library instead of
      building it each time.
  * debian/control, debian/python-appindicator.install: Building
    a binary package for the python bindings.
  * debian/control: Adding python building build deps
  * debian/control, debian/libappindicator0-cil.install: Building
    a binary package for the Mono bindings.
  * debian/control: Adding Mono building build deps

  [Ken VanDine]
  * Added mono bindings 
    - debian/libappindicator0-cil.install
    - debian/libappindicator0-cil-dev.install
    - debian/control
  * debian/rules
    - don't use gnome.mk, specify all the targets to build python
      bindings for each supported python version

 -- Ted Gould <ted@ubuntu.com>  Thu, 17 Dec 2009 14:45:50 -0600

indicator-application (0.0.4-0ubuntu2) lucid; urgency=low

  * debian/control
    - make libappindicator0 recommend indicator-application

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 15 Dec 2009 10:40:07 -0500

indicator-application (0.0.4-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.4
  * debian/rules:
    - removed the disable-scrollkeeper configure arg
    - don't include .la and .a files
  * debian/patches/clean_up_docs.patch
    - removed, merged upstream
  * debian/control:
    - removed Build-Depend for scrollkeeper
    - libappindicator-dev needs to depend on libdbusmenu-glib-dev
    - bump standards version to 3.8.3
    - libappindicator-doc doesn't need to depend on libappindicator0

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 11 Dec 2009 09:18:58 -0500

indicator-application (0.0.3-0ubuntu1) lucid; urgency=low

  * Upstream release 0.0.3
    * Adding in documentation
    * Adding a pkg-config .pc file for libappindicator
    * More GtkMenu support in libappindicator
  * debian/libappindicator-dev.install: Adding pkgconfig files. 
  * debian/control: Adding a build dep on gtk-doc-tools 
  * debian/control: Increasing libdbusmenu requirements to 0.1.8

  [Ken VanDine]
  * debian/control
    - set Vcs-Bzr to ~ubuntu-desktop
    - set libappindicator-doc arch all
    - make libappindicator-dev depend on libappindicator0
  * debian/libappindicator-doc.install
    - install the developer docs
  * debian/rules
    - enable-gtk-doc
    - added simple-patchsys.mk
  * debian/patches/clean_up_docs.patch
    - Remove template values and set a proper title
  * debian/copyright
    - Include the proper licenses (LGPL-2.1 and LGPL-3)

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Dec 2009 13:34:40 -0600

indicator-application (0.0.2-0ubuntu1~ppa1) karmic; urgency=low

  * Upstream release 0.0.2
    * Updates API to use GTK instead of dbusmenu to make it
      easier for upstream developers to use.

 -- Ted Gould <ted@ubuntu.com>  Fri, 04 Dec 2009 14:50:45 -0600

indicator-application (0.0.2-0~ppa3) karmic; urgency=low

  * debian/watch:
    - Updated url to point to the LP project 
  * debian/control
    - Updated Vcs-Bzr, project urls and description

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 10 Dec 2009 09:00:06 -0500

indicator-application (0.0.1-0ubuntu3~ppa4) karmic; urgency=low

  * Adding in copyright headers and licenses

 -- Ted Gould <ted@ubuntu.com>  Wed, 02 Dec 2009 12:17:00 -0600

indicator-application (0.0.1-0ubuntu3~ppa3) karmic; urgency=low

  * Massive name change.
  * debian/* changing packaging to not be "custom" anymore and now
    everything is "application"

 -- Ted Gould <ted@ubuntu.com>  Wed, 02 Dec 2009 12:06:25 -0600

indicator-application (0.0.1-0ubuntu3~ppa2) karmic; urgency=low

  * Implementing the service and having the indicator and app
    library start using it.

 -- Ted Gould <ted@ubuntu.com>  Wed, 02 Dec 2009 11:58:08 -0600

indicator-application (0.0.1-0ubuntu3~ppa1) karmic; urgency=low

  * Flesh out the library to have stuff working.
  * Updating test suite to run under dbus-test-runner.

 -- Ted Gould <ted@ubuntu.com>  Tue, 01 Dec 2009 09:17:24 -0600

indicator-application (0.0.1-0ubuntu2) karmic; urgency=low

  * debian/control: Splitting out libappindicator
  * Adding debian/libappindicator0.install,
    debian/libappindicator-dev.install,
    debian/indicator-application.install
    to make all the different packages.

 -- Ted Gould <ted@ubuntu.com>  Mon, 02 Nov 2009 21:41:20 -0600

indicator-application (0.0.1-0ubuntu1) karmic; urgency=low

  * Development packaging edition.

 -- Robert Collins <robert@canonical.com>  Thu, 29 Oct 2009 15:44:14 +1100