aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: a28b7d728f1c66225bf07693efd03fa7fb1c51de (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
indicator-messages (13.10.0phablet1) raring; urgency=low

  * Version bump to not pull from archives

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Fri, 26 Apr 2013 13:53:53 -0300

indicator-messages (12.10.6+13.10.20130702-0ubuntu1) saucy; urgency=low

  [ Mathias Dietrich ]
  * Change abbreviation for minutes from m to min. (LP: #652845)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 350

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

indicator-messages (12.10.6phablet1) quantal; urgency=low

  * Adding guards for g_type_init

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Fri, 22 Mar 2013 17:23:45 -0300

indicator-messages (12.10.6daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Sebastien Bacher ]
  * use gtk_style_context_get instead of deprecated
    gtk_style_context_get_font.

  [ Jeremy Bicha ]
  * Have libmessaging-menu-dev depend on gir1.2-messagingmenu-1.0.

  [ Lars Uebernickel ]
  * use gtk_style_context_get instead of deprecated
    gtk_style_context_get_font.
  * Notify the service when an app unrefs its MessagingMenuApp. (LP:
    #1154099)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 348

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

indicator-messages (12.10.6daily13.05.15-0ubuntu1) saucy; urgency=low

  [ Lars Uebernickel ]
  * libmessaging-menu: don't use detailed action names Detailed action
    names are of the form action::target or action(target), so they
    can't have colons or parens in them. This restriction does not apply
    to messaging menu ids. (LP: #1180302)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 344

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 15 May 2013 16:59:49 +0000

indicator-messages (12.10.6daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Opening new-window from quicklist static action does not focus the
    newly opened window (LP: #1164483)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 342

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

indicator-messages (12.10.6daily13.04.09-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 340

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

indicator-messages (12.10.6daily13.04.08-0ubuntu1) raring; urgency=low

  [ Marco Trevisan (Treviño) ]
  * Window management - Apps raised from indicators sometimes dont have
    the focus (LP: #627195)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 339

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

indicator-messages (12.10.6daily13.02.13-0ubuntu1) raring; urgency=low

  [ Jason Conti ]
  * Stuck notifications (blue envolope remains after I've already read
    msg) (LP: #1113721)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 337

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

indicator-messages (12.10.6daily13.01.25-0ubuntu1) raring; urgency=low

  [ Charles Kerr ]
  * indicators call deprecated glib function g_type_init() (LP:
    #1103087)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 335

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Fri, 25 Jan 2013 02:01:11 +0000

indicator-messages (12.10.6daily12.11.22-0ubuntu1) raring; urgency=low

  [ Lars Uebernickel ]
  * Crash in g_variant_valist_get_leaf when highlighted (LP: #1081754)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 333

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Thu, 22 Nov 2012 10:02:35 +0000

indicator-messages (12.10.6daily12.11.21.1-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/rules:
    - Use autogen.sh for dh_autoreconf.
    - Drop the override for dh_makeshlibs.
    - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
  * debian/control:
    - Fix styling: add trailing commas at the end of lists. 
    - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers.
    - Add libgtest-dev to Build-Depends.
  * Automatic snapshot from revision 329 (bootstrap):
    - Clear the detail (count or time) of a source when another type of detail
      is set. (LP: #1071640)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 331

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 21 Nov 2012 10:41:37 +0000

indicator-messages (12.10.6-0ubuntu1phablet9) quantal; urgency=low

  * add "remove-all" signal to imapplicationlist (temporarily)

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Thu, 20 Dec 2012 18:49:50 +0100

indicator-messages (12.10.6-0ubuntu1phablet8) quantal; urgency=low

  * Make messaging_menu_app_remove_message() work for messages with a ref count of 1
  * Make handling of multiple processes with the same desktop id more robust
  * ImPhoneMenu: sort messages by time (fixes LP #1090266)
  * Don't show message sources

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Mon, 17 Dec 2012 14:42:03 +0100

indicator-messages (12.10.6-0ubuntu1phablet7) quantal; urgency=low

  * Remove variant wrapper from 'parameter' argument of the "activate" signal

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Tue, 11 Dec 2012 14:28:15 +0100

indicator-messages (12.10.6-0ubuntu1phablet6) quantal; urgency=low

  * Don't show sources
  * Always use the "messageitem" widget type for messages

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Mon, 10 Dec 2012 14:38:16 +0100

indicator-messages (12.10.6-0ubuntu1phablet5) quantal; urgency=low

  * Don't shorten the app id to seven characters (fixes LP #1086729)
  * Add messaging_menu_app_get_message

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Thu, 06 Dec 2012 15:06:34 +0000

indicator-messages (12.10.6-0ubuntu1phablet4) quantal; urgency=low

  [Lars Uebernickel]
  * Add the concept of actions to messages
  * Stop using IndicatorService
  * Reverse order of messages
  * Expose symbolic application icon
  * Change icon when there are any messages in the menu

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Tue, 04 Dec 2012 21:10:26 +0000

indicator-messages (12.10.6-0ubuntu1phablet3) quantal; urgency=low

  [Lars Uebernickel]
  * expose root menu item of which the indicator menu is a submenu
  * fix crash in im-application-list on arm

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Thu, 29 Nov 2012 21:44:19 +0100

indicator-messages (12.10.6-0ubuntu1phablet2) quantal; urgency=low

  [Lars Uebernickel]
  * refactor messages-service.c
  * notify applications about message and source activations
  * add "Clear All" menu item
  * allow dismissing of messages
  * include application icons on message items

 -- Lars Uebernickel <lars.uebernickel@ubuntu.com>  Mon, 26 Nov 2012 22:19:51 +0100

indicator-messages (12.10.6-0ubuntu1phablet1) quantal; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * debian/rules:
    - Use autogen.sh for dh_autoreconf.
    - Drop the override for dh_makeshlibs.
    - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
  * debian/control:
    - Fix styling: add trailing commas at the end of lists. 
    - Update Vcs-Bzr, Vcs-Browser fields and add a notice for developers.
    - Add libgtest-dev to Build-Depends.
  * Automatic snapshot from revision 329 (bootstrap):
    - Clear the detail (count or time) of a source when another type of detail
      is set. (LP: #1071640)

  [ Ricardo Mendoza ]
  * Releasing upstream for phablet

 -- Ricardo Mendoza <ricardo.mendoza@canonical.com>  Tue, 20 Nov 2012 10:08:59 -0430

indicator-messages (12.10.5-0ubuntu2) raring; urgency=low

  * Upload to raring

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 07 Nov 2012 15:16:08 +0100

indicator-messages (12.10.5-0ubuntu1) quantal-proposed; urgency=low

  * New upstream release:
    - fix crash caused by GError not being cleared (lp #1064314)
    - fix crash when registering an app that was previously unregistered 
      (lp #1065169)
    - remove the icon if NULL is passed to source_set_icon (lp #1070421)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 24 Oct 2012 17:30:45 +0200

indicator-messages (12.10.4-0ubuntu1) quantal; urgency=low

  * New upstream release:
    - don't segfault if .desktop file is not installed (lp: #1058386)
    - Use fallback icon names (without status emblems).
      (lp: #1056595)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 02 Oct 2012 23:20:19 +0200

indicator-messages (12.10.2-0ubuntu1) quantal; urgency=low

  * New upstream release, includes apis to allow changing the label and
    the icon of sources and add documentation
  * debian/libmessaging-menu0.symbols:
    - new version update
  * debian/libmessaging-menu-dev.install:
    - install the documentation
  * debian/rules:
    - build the documentation
    - updated shlibs version
    - use --with gir so gir:Depends work as it should 
      (lp: #1044125)

 -- Sebastien Bacher <seb128@ubuntu.com>  Sat, 01 Sep 2012 12:36:35 +0200

indicator-messages (12.10.1-0ubuntu1) quantal-proposed; urgency=low

  * New upstream version
  * debian/control:
    - breaks on version of ported clients using libindicate
    - set some conflicts on the old deprecated status provider binaries
    - updated Build-Depends
  * debian/control, debian/*.install:
    - drop indicator-status-provider-*, those are deprecated
    - new binaries for the libmessaging-menu library
  * debian/libmessaging-menu0.symbols:
    - symbol file for the new library
  * Updated packaging to dh9, current standards
  * Drop gtk2 build from the packaging since support for it was 
    dropped in trunk, thanks Lars Uebernickel

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 27 Aug 2012 18:56:59 +0200

indicator-messages (0.6.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Handle blank icons properly (LP: #956147)
    * Fix telepathy offline/disconnected state bug 

 -- Charles Kerr <charles.kerr@canonical.com>  Wed, 11 Apr 2012 11:09:46 -0500

indicator-messages (0.5.95-0ubuntu1) precise; urgency=low

  [ Charles Kerr ]
  * New upstream release.
    * Fix 0.5.94 blacklist regression.

  [ Ken VanDine ]
  * src/indicator-messages.c
    * revert fix for the broken images in indicator-messages-service, it 
      caused the service to build against gtk and we can't parallel install 
      the service anyway

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 05 Apr 2012 16:47:19 -0400

indicator-messages (0.5.94-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix for missing icons in the messaging menu (LP: #960553)
    * Fix i18n for description (LP: #957525)
    * Implementing initial testing
    * Fixing blacklists (LP: #939258)
  * debian/control: Adding dep on libgtest-dev

  [ Ken VanDine ]
  * debian/control: Don't build depend on libgtest-dev, it isn't in main
  * debian/rules: disable tests, they require libgtest-dev

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

indicator-messages (0.5.93-0ubuntu2) precise; urgency=low

  * src/im-menu-item.c
    - cherry picked fix for missing icons in the messaging menu (LP: #960553)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 20 Mar 2012 16:41:13 -0400

indicator-messages (0.5.93-0ubuntu1) precise; urgency=low
  
  * debian/control:
    - drop build-depends on gnome-doc-utils and scrollkeeper, not required

  [ Ted Gould ]
  * New upstream release.
    * Fixing alignment of menu items (LP: #939953)
    * Vertically centering alignment of double high items (LP: #770486)
    * Fixing setting of status on telepathy (LP: #943757)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 08 Mar 2012 22:11:24 +0100

indicator-messages (0.5.92-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Fix goto handling (by removing) (LP: #937441, LP: #937438)
    * Tell accountsservice when user has messages for the benefit of
      LightDM.
  * Dropping debian/patches: Merged upstream

  [ Ken VanDine ]
  * debian/source/format
    - dropped "3.0 (quilt), it doesn't play well with bzr maintained packages 

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 23 Feb 2012 02:48:09 -0500

indicator-messages (0.5.91-0ubuntu3) precise; urgency=low

  * debian/source/format:
    - Make "3.0 (quilt)"
  * debian/patches/tell-accounts-service.patch:
    - Tell accountsservice when user has messages for the benefit of
      LightDM.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 15 Feb 2012 15:32:16 -0500

indicator-messages (0.5.91-0ubuntu2) precise; urgency=low

  * debian/control: build-depends on dh-autoreconf as well

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

indicator-messages (0.5.91-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Better lozenges that look nice
  * debian/rules: Adding autoreconf and running make check
  * debian/compat: 5
  * debian/source/format: Dropping

 -- Ted Gould <ted@ubuntu.com>  Tue, 14 Feb 2012 15:29:52 -0600

indicator-messages (0.5.90-0ubuntu1) precise; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Adding code coverage targets
    * Match libindicate 0.6.90
    * Updating for Dbusmenu 0.5.90
    * Plug leak in launcher_menu_item_new
    * Fix memory leak: Free path string.
    * Compare server and path for multi-server clients
    * Using the new GTK3 box API to avoid deprecations
    * Adding a name hint
  * debian/control: Requiring libindicate 0.6.90 and dbusmenu 0.5.90

  [ Ken VanDine ]
  * debian/rules
    - drop no-error=deprecated-declarations from CFLAGS

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 10 Feb 2012 14:29:59 -0500

indicator-messages (0.5.0-1ubuntu1) precise; urgency=low

  * rebuild for libindicator7
  * debian/rules
    - build with no-error=deprecated-declarations
  * debian/control
    - set ubuntu-desktop VCS and maintainer

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

indicator-messages (0.5.0-1) experimental; urgency=low

  * Merge new upstream from Ubuntu.

 -- Evgeni Golov <evgeni@debian.org>  Wed, 19 Oct 2011 13:36:00 +0200

indicator-messages (0.5.0-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    * Fix memory leak (LP: #690668)
  * Drop debian/patches/lp_690668.patch: Merged upstream

 -- Ted Gould <ted@ubuntu.com>  Wed, 28 Sep 2011 10:39:26 -0500

indicator-messages (0.4.95-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    * Fix naming of "Clear" item
    * Fix alignment of items to there is a consistent gutter
  * debian/patches/lp_690668.patch: Updating

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Aug 2011 09:09:20 -0500

indicator-messages (0.4.94-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    ∘ Fix drawing of triangles and capsules in GTK3
    ∘ Fix Emesene statuses (LP: #817504)

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Aug 2011 10:57:40 -0500

indicator-messages (0.4.93-0ubuntu2) oneiric; urgency=low

  * debian/rules
    - run intltool-update to update the translations template

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Aug 2011 10:05:01 -0400

indicator-messages (0.4.93-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Add an item to clear the alert
    * Choose mail applications based on the default application
    * Clear based on middle click

  [ Ken VanDine ]
  * debian/control
    - Bumped build depends for libindicate to >= 0.5.90 
  * debian/rules
    - Fixed configure arg for gtk version

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 11 Aug 2011 14:18:05 -0400

indicator-messages (0.4.92-0ubuntu4) oneiric; urgency=low

  * debian/control
    - Dropped recommends for gwibber now that it is seeded
  * cherry picked r220 from trunk 
    - Make sure to insert in the right locations
  * cherry picked r221 from trunk
    - Making mail applications based on the default mail client not a 
      hardcoded desktop file.

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 05 Aug 2011 14:33:39 -0400

indicator-messages (0.4.92-0ubuntu3) oneiric; urgency=low

  * debian/control
    - Added recommends for gwibber, it got missed when we dropped indicator-me
      should get removed after we get it seeded properly

 -- Ken VanDine <ken.vandine@canonical.com>  Sun, 31 Jul 2011 16:36:09 -0400

indicator-messages (0.4.92-0ubuntu2) oneiric; urgency=low

  * debian/control:
    - use conflicts against indicator-me

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 29 Jul 2011 15:49:40 +0200

indicator-messages (0.4.92-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * debian/control
    - Added Replaces indicator-me
    - Added build depends for libtelepathy-glib-dev
    - Added new binary packages, libindicator-messages-status-provider-dev,
      libindicator-messages-status-provider1, and each provider
    - Make indicator-messages recommend indicator-status-provider-mc5
  * debian/libindicator-messages-status-provider1.symbols
    - Added symbols file

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 14 Jul 2011 16:28:23 -0400

indicator-messages (0.4.91-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Update for libindicator 0.4

  [ Ken VanDine ]
  * debian/control
    - Bumped build depends for libindicator to >= 0.3.90

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 08 Jul 2011 11:23:58 -0400

indicator-messages (0.4.90-0ubuntu2) oneiric; urgency=low

  * Rebuild for libdbusmenu-gtk3-4
  * debian/control
    - Removed duplicate build depends
    - Dropped build depends on indicator-messages-gtk2

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 28 Jun 2011 09:01:12 -0400

indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * GTK 3

  [ Ken VanDine ]
  * debian/control
    - Bumped standards version to 3.9.2
    - Add new binary for indicator-messages-gtk2 
    - Make indicator-messages recommend indicator-messages-gtk2 (until unity 
      can load gtk3 indicators)
    - indicator-messages-gtk2 replaces indicator-messages << 0.4.90
    - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev
  * debian/rules
    - build for both gtk2 and gtk3

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 22 Jun 2011 12:34:43 -0400

indicator-messages (0.4.0-1) unstable; urgency=low

  * Merge new upstream from Ubuntu.
  * Standards-Version: 3.9.2

 -- Evgeni Golov <evgeni@debian.org>  Sun, 05 Jun 2011 13:16:03 +0200

indicator-messages (0.4.0-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Set the type before other variables to get default handling more
      reliable (LP: #723873)
    ∘ Add support for overriding the default icon with a specific one
      for the messaging menu (LP: #741068)

 -- Ted Gould <ted@ubuntu.com>  Thu, 07 Apr 2011 12:35:36 -0500

indicator-messages (0.3.92-1) unstable; urgency=low

  * Merge new upstream from Ubuntu.
  * Fix 0.3.11-0ubuntu3 changelog entry (missed a space), so that
    bzr builddeb won't go crazy (see Debian Bug #620242)
  * Fix debian/copyright, was refering to libdbusmenu by mistake.

 -- Evgeni Golov <evgeni@debian.org>  Sun, 03 Apr 2011 13:37:33 +0200

indicator-messages (0.3.92-0ubuntu3) natty; urgency=low

  * debian/patches/lp_690668.patch
    - Memory leak fixes (LP: #690668)
  * debian/control
    - Bump standards version to 3.9.1
  * debian/source/format
    - Use source format 3.0 (quilt)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 24 Feb 2011 12:13:33 -0500

indicator-messages (0.3.92-0ubuntu2) natty; urgency=low

  * src/launcher-menu-item.c
    - Make sure menu entries are displayed for launchers that aren't running (LP: #723873)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Feb 2011 16:06:37 -0500

indicator-messages (0.3.92-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Adding in accessible description support
  * debian/control: libindicator version 0.3.19

 -- Ted Gould <ted@ubuntu.com>  Thu, 17 Feb 2011 12:18:32 -0600

indicator-messages (0.3.91-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Fixing the service file
    * Adding a log domain
    * Fixing type handler for dbusmenu 0.3.94
  * debian/control: dbusmenu to 0.3.94

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Jan 2011 17:01:34 -0600

indicator-messages (0.3.90-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * GDBus Port
    * New libindicate and dbusmenu

  [ Ken VanDine ]
  * debian/control
    - Build depends on libindicate-dev to 0.4.91
    - Build depends on dbusmenu to 0.3.91
    - Set Vcs to ~ubuntu-desktop
  * data/indicator-messages.service.in
    - Fixed dbus interface name

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 14 Jan 2011 14:50:30 -0600

indicator-messages (0.3.11-0ubuntu4) natty; urgency=low

  * debian/control
    - Bump build depends for libdbusmenu-* to >= 0.3.90

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 09 Dec 2010 11:39:40 -0500

indicator-messages (0.3.11-0ubuntu3) UNRELEASED; urgency=low

  * debian/control: package description spelling (LP: #658096)

 -- Greg Auger <gregory.auger@googlemail.com>  Tue, 09 Nov 2010 18:49:38 +0000

indicator-messages (0.3.11-0ubuntu2) maverick; urgency=low

  * Rebuild for libindicator ABI change (LP: #637692)
  * debian/control: depends on latest libindicator-dev 

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

indicator-messages (0.3.11-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Fixing triangles by passing data to callback (LP: #623453)

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

indicator-messages (0.3.10-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Shifting icons into the gutter and adjusting the arrow
      padding.

 -- Ted Gould <ted@ubuntu.com>  Thu, 26 Aug 2010 15:08:31 -0500

indicator-messages (0.3.9-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Remove parens from counts

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

indicator-messages (0.3.8-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - running apps triangle indicator overlay
    - message counters are now rendered with a nice rounded background

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 29 Jul 2010 13:33:14 -0400

indicator-messages (0.3.7-1) unstable; urgency=low

  * Merge from Ubuntu.
    Closes: #586132
  * debian/control:
    - Homepage is at LP/indicator-messages, not -applet.
    - Update package description.
    - Update Vcs-* fields.
    - Standards-Version: 3.8.4.
  * debian/copyright:
    - Convert to DEP5 format.
    - Add missing copyright holders of debian/.

 -- Evgeni Golov <evgeni@debian.org>  Thu, 17 Jun 2010 13:02:37 +0200

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

  * New upstream release.
    * When loading desktop files check to see if they've
      already been eclipsed by an app. (LP: #549096)
    * Track better application shortcuts and ensure that they
      get removed when the application is. (LP: #539167)
    * Track blacklisted apps to ensure that the messaging menu
      hides when there is no app.  (LP: #533021)

 -- Ted Gould <ted@ubuntu.com>  Fri, 21 May 2010 15:02:16 -0500

indicator-messages (0.3.6-0ubuntu2) lucid; urgency=low

  * Upstream Merge
    * When loading desktop files check to see if they've
      already been eclipsed by an app. (LP: #549096)
    * Track better application shortcuts and ensure that they
      get removed when the application is. (LP: #539167)

 -- Ted Gould <ted@ubuntu.com>  Sat, 17 Apr 2010 13:10:42 -0500

indicator-messages (0.3.6-0ubuntu1) lucid; urgency=low

  * New upstream release.
    * Fixing several bugs with regards to visibility and placement
      if items and separators in the menu.  (LP: #446914)
    * Changing the service management over to using libindicator
      services and service manager for robustness.

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Apr 2010 10:13:38 -0500

indicator-messages (0.3.5-0ubuntu2) lucid; urgency=low

  * debian/control:
    - change the indicator-applet depends to a recommends to let other 
      desktops use other options rather than having to trigger GNOME

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 30 Mar 2010 10:35:59 +0200

indicator-messages (0.3.5-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.5
    * Show which applications are running with a small icon
      next to their entry. (LP: #438526)
    * Shift command items to line up with application names.
      (LP: #537312)
    * Track applications we've seen so that we can show "Set Up"
      text if we've not seen the app before.
    * Fix avatar spacing to match other menu items
    * Use standard libindicator icon handling in panel
    * Fix translation of non-running applications (LP: #540148)
    * Handling bools for requesting attention from apps
    * Changing microblogging to broadcast to match Me Menu (LP: #534952)
  * debian/control: 
    - Updating requirement to libindicator 0.3.5
    - Increasing dbusmenu-glib dep to 0.2.8

 -- Ted Gould <ted@ubuntu.com>  Thu, 25 Mar 2010 10:53:01 -0500

indicator-messages (0.3.4-0ubuntu1~ppa1) lucid; urgency=low

  * Upstream release 0.3.4
    * Fix avatar spacing to match other menu items
    * Use standard libindicator icon handling in panel
    * Fix translation of non-running applications (LP: #540148)
    * Handling bools for requesting attention from apps
    * Changing microblogging to broadcast to match Me Menu (LP: #534952)
  * debian/control: Updating requirement to libindicator 0.3.5

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

indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low

  * src/default-applications.c
    - string change for consistency (LP: #534952) 

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Mar 2010 11:44:46 -0500

indicator-messages (0.3.3-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.3
    * Changing names of default applications to generic names
    * Making icons of default applications match panel theme

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

indicator-messages (0.3.2-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.2
    * Removing extra ref
    * Moving locally defined variable to use the one defined in
      the function to fix a NULL pointer. (lp: #518547)
    * Disconnect the count changed signal property
    * Adding static desktop shortcuts to application items
    * Adding dynamic application menuitems
    * Switching application menu items to remove descriptions
      and add in application icons
  * debian/control:
    * libindicator build dependency to 0.3.3
    * dbusmenu build dependency to 0.2.5

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Feb 2010 12:23:29 -0600

indicator-messages (0.3.1-0ubuntu2) lucid; urgency=low

  * Upstream Merge
    * Removing extra ref
    * Moving locally defined variable to use the one defined in
      the function to fix a NULL pointer. (lp: #518547)

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

indicator-messages (0.3.1-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.1
    * Updates for dbusmenu 0.2.2
    * Updates for libindicate 0.3.0
  * debian/control:
    * dbusmenu* depends to 0.2.2
    * libindicate* depends to 0.3.0

 -- Ted Gould <ted@ubuntu.com>  Thu, 04 Feb 2010 18:23:34 -0800

indicator-messages (0.3.0-0ubuntu1) lucid; urgency=low

  * Upstream release 0.3.0
    - Disabling static builds.
    - Porting to libindicator 0.3.0
    - Adding translator comments from hours and minutes strings.
      (LP: #456437)
    - Upgrading to dbusmenu 0.2.0
  * debian/control: Updating dbusmenu dependency to 0.2.0
  * debian/control: Increasing libindicator-dev dependency to
    0.3.0

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

indicator-messages (0.2.6+r156-0ubuntu2) lucid; urgency=low

  * debian/control
    - add a Breaks for indicator-applet (<< 0.3.0) 

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 15 Dec 2009 11:57:42 -0500

indicator-messages (0.2.6+r156-0ubuntu1) lucid; urgency=low

  * New snapshot for libindicator 0.3.0
  * debian/control
    - Build-Depends on libindicator >= 0.3.0

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 10 Dec 2009 14:35:46 -0500

indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.6 (LP: #446629)
    * Building the menu after checking the blacklist so that the
      separators are all correct.
    * Small fix for a perspective memory leak.

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

indicator-messages (0.2.5-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.5 (LP: #440217)
    * Adding a check on addition of launchers to ensure icon is correctly
      visible. (LP: #433274)
    * Making it so that if applications don't set the time on an indicator
      the time isn't shown in the menu. (LP: #438237)
    * Putting icons in the right places. (LP: #436460)

 -- Ted Gould <ted@ubuntu.com>  Thu, 01 Oct 2009 23:34:28 +0200

indicator-messages (0.2.4-0ubuntu1) karmic; urgency=low

  * Upstream release 0.2.4 (LP: #436093)
    - Merging in the min menu width feature (LP: #428292)
    - Merging in icon scaling branch from trunk. Now better icons (LP: #433143)
    - Merging in updated trunk (LP: #434097 and LP: #435184)
    - add i18n support
    - Prevent null entries (LP: #435184)
    - add a path for indicators in /usr/share (LP: #434097)

 -- Ted Gould <ted@ubuntu.com>  Thu, 24 Sep 2009 13:07:46 -0500

indicator-messages (0.2.2-0ubuntu2) karmic; urgency=low

  * src/messages-service.c: initialise the translations

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 15 Sep 2009 16:41:03 +0200

indicator-messages (0.2.2-0ubuntu1) karmic; urgency=low

  * New release (LP: #427357)
    * Adds in separators between application groups
    * Merging in v2-api stuff which will become 0.2.1
  * debian/control: 
    - Requiring > 0.2.0 of libindicate-*
    - bump dbusmenu dependencies.

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Sep 2009 09:11:57 -0500

indicator-messages (0.2.0-0ubuntu2) karmic; urgency=low

  * debian/control
    - Bump build depends on dbusmenu to 0.1.0

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 27 Aug 2009 21:14:46 +0200

indicator-messages (0.2.0-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * Upstream version 0.2.0
  * debian/control: Adding dependency information for libdbusmenu
    to say >= 0.0.2 to match upstream build system.
  * debian/watch: Changing to use indicator-messages project.

  [ Martin Pitt ]
  * debian/control: Update Vcs-Bzr: for new branch location.

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Aug 2009 20:46:27 +0200

indicator-messages (0.2.0~bzr124-0ubuntu1) karmic; urgency=low

  * Update to fix build issue

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 07 Aug 2009 17:12:40 +0100

indicator-messages (0.2.0~bzr121-0ubuntu3) karmic; urgency=low

  * Fix to dereference the application menu items correctly so that
    the signal handlers are dropped as well. (lp: #410251)

 -- Ted Gould <ted@ubuntu.com>  Wed, 05 Aug 2009 19:00:31 +0100

indicator-messages (0.2.0~bzr121-0ubuntu2) karmic; urgency=low

  * Run autogen.sh before upload

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:42:39 +0100

indicator-messages (0.2.0~bzr121-0ubuntu1) karmic; urgency=low

  [ Ted Gould ]
  * debian/control: Adding in a build dep on libindicate-gtk-dev
  * Changes for the changing libindicate stuff.
  * Merge in the dbusmenu changes from the dbusmenu branch
  * debian/control: Adding in a build dependency on libdbusmenu-glib and
    libdbusmenu-gtk to catch up with the merge.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Aug 2009 00:21:50 +0100

indicator-messages (0.2.0~bzr120-0ubuntu1) jaunty; urgency=low

  * Fix to track the timer. (LP: #365187)

 -- Ted Gould <ted@ubuntu.com>  Wed, 13 May 2009 09:56:20 -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