~ubuntu-branches/ubuntu/precise/indicator-sound/precise-updates

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
indicator-sound (0.8.4.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    - indicator-sound "Choose Playlist" menu item does nothing when using 
      Rhythmbox (LP: #952550)
    - crashed with SIGSEGV in g_strdup() (LP: #946607)
    - crashed with SIGABRT in pa_operation_unref() (LP: #944148)
    - crashed with signal 5 in g_type_create_instance() (LP: #921755)
    - slider on unmute resets volume (LP: #921065)
    - play controls not exposed in HUD (LP: #949032)
    - unity-panel-service at 100% cpu when opened /w rb without album 
      cover (LP: #806848)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 16 Mar 2012 14:04:30 -0400

indicator-sound (0.8.3.0-0ubuntu2) precise; urgency=low

  * debian/patches/sound_nua.patch
    - Sound Settings link doesn't work in GNOME Classic (LP: #941704)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 16 Mar 2012 13:39:03 -0400

indicator-sound (0.8.3.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    - Fixed memory corruption issue (LP: #897218)
    - crashed with SIGABRT in pa_operation_unref (LP: #908682)
    - Banshee shown in sound menu after removal until reboot (LP: #771202)
    - Coverity PASS_BY_VALUE - CID 10620 (LP: #937451)
    - App icon and name are not aligned (LP: #939929)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 02 Mar 2012 11:26:41 -0500

indicator-sound (0.8.2.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    - crashed with SIGABRT in pa_cvolume_set (LP: #900117)
    - Mouse on coverart flushes the sound menu (LP: #927733)
    - album artwork misaligned and not visible (LP: #933359)
    - unity-panel-service crashed with SIGSEGV in 
      transport_widget_is_selected (LP: #882109)
  * -debian/patches/correct_ldflags_use.patch
    - fixed upstream

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 22 Feb 2012 16:41:12 -0500

indicator-sound (0.8.1.0-0ubuntu1) precise; urgency=low

  * New upstream release.
    - No easy way to turn the sound menu on/off (lp: #829648)
    - Avoid spawning notification daemon at startup (lp: #912150)
    - Creation of album-art-cache folder (lp: #799383)
    - schema id & path are inconsistent with other indicators (lp: #914377)
  * debian/patches/correct_ldflags_use.patch:
    - typo fix in ldflags use

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 14 Feb 2012 19:46:41 +0100

indicator-sound (0.8.0.0-0ubuntu4) precise; urgency=low

  * debian/patches/sound_nua.patch
    - open the new sound-nua panel in gnome-control-center 
  * debian/patches/dbusmenu_05_90.patch
    - fixed FTBFS with dbusmenu 0.5.90
  * debian/control
    - bump build depends for dbusmenu to >= 0.5.90

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 09 Feb 2012 16:49:15 -0500

indicator-sound (0.8.0.0-0ubuntu3) precise; urgency=low

  * rebuild for libindicator7
  * debian/rules
    - build with no-error=deprecated-declarations 
  * -debian/patches/disable_Werror.patch
    - disabled in debian/rules instead

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 25 Jan 2012 10:00:00 -0500

indicator-sound (0.8.0.0-0ubuntu2) precise; urgency=low

  * Add lazy_init.patch: Avoid spawning notification daemon right at startup,
    instead initialize it lazily when actually doing a notification. Improves
    boot speed. (LP: #912150)
  * Add disable_Werror.patch: Build without -Werror, to avoid build failure
    due to deprecated declarations. (LP: #912160)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 05 Jan 2012 09:29:36 +0100

indicator-sound (0.8.0.0-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/control
    - removed build depends for libgconf2-dev
  * debian/patches/fix-864405.patch
    - dropped, merged upstream

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 01 Dec 2011 14:33:34 -0500

indicator-sound (0.7.9.1-0ubuntu2) precise; urgency=low

  * debian/patches/fix-864405.patch:
    - Clicking on left 25% of "Pause/Play" circle clicks "Previous".
      (LP: #864405)

 -- Omer Akram <om26er@ubuntu.com>  Mon, 28 Nov 2011 23:03:20 +0500

indicator-sound (0.7.9.1-0ubuntu1) precise; urgency=low

  * New upstream release.
    - indicator-sound-service crashed with SIGABRT in raise() (LP: #840986)
    - don't let the menu grow wide enough to push off the screen (LP: #873006)
    - bump the limit for number of playlists to 20 (LP: #835384)
    - indicator-sound-service crashed with SIGSEGV (LP: #864732)
    - Music player icon is not top-aligned (LP: #874454)
  * debian/control
    - build with valac-0.14

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 28 Oct 2011 09:45:22 -0400

indicator-sound (0.7.9-0ubuntu1) oneiric-proposed; urgency=low

  * New upstream release.
    - Protect against source indexes that are lower than 0 (LP: #850662)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 13 Oct 2011 13:53:21 -0400

indicator-sound (0.7.8-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - indicator-sound interferes with gnome-settings-daemon (LP: #855557)
  * debian/patches/01_fix_FTBFS.patch
    - Dropped, fixed upstream

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

indicator-sound (0.7.7.0-0ubuntu1) oneiric; urgency=low

  * New upstream release
  * add 01_fix_FTBFS.patch for needed -lm link

 -- Didier Roche <didrocks@ubuntu.com>  Tue, 13 Sep 2011 10:20:29 +0200

indicator-sound (0.7.6.1-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - theming fix for the spinner

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 24 Aug 2011 16:09:29 -0400

indicator-sound (0.7.6-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - mute action crashes the panel (LP: #828114)
    - Clicking music player does not dismiss the menu  (LP: #818293)

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

indicator-sound (0.7.5-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - Don't allow starting programs via the greeter indicators (LP: #811853)
    - support libunity's Track and Player specific items (LP: #824050)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 10 Aug 2011 12:51:49 -0400

indicator-sound (0.7.4.1-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - menu resizes on reopen   (LP: #809275)
    - pulse indication of SoundMenu play button not strong 
      enough (LP: #742251)
  * debian/rules
    - Moved autoreconf to the top
  * New upstream release.

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 29 Jul 2011 13:21:41 -0400

indicator-sound (0.7.3-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - libindicator scroll signals (LP: #804618)
    - metadatawidget collapse (LP: #806439)
  * debian/control
    - Bumped build depends for libindicator to 0.3.90
  * debian/patches/gtk3_define.patch
    - dropped
  * configure.ac
    - Fixup pkgconfig check for libindicator-0.4
  * debian/rules
    - Added autoreconf.mk

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 07 Jul 2011 15:37:27 -0400

indicator-sound (0.7.2-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - "Sound Preferences..." should be "Sound Settings" (LP: #785571)
    - Not obvious what track info menu item does (LP: #699899)
  * debian/patches/lp_750823.patch
    - Dropped patch, merged upstream
  * debian/patches/gtk3_define.patch
    - Wrap another gtk3 block in an ifdef
  * debian/control
    - Updated standards version to 3.9.2
    - Cleaned up description to quiet lintian
    - Added quilt build dep

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 28 Jun 2011 10:51:51 -0400

indicator-sound (0.7.0-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    - Displayed cover don't keep the original ratio (LP: #654196)
    - show record level control PULSE_PROP_media.role=production (LP: #736049)
    - Volume notification is based on previous volume; should be based on 
      the new volume (LP: #748831)
    - [gnome3] Sound Preferences link doesn't work (LP: #759390)
  * debian/patches/lp_759390.patch
    - dropped, merged upstream
  * debian/control
    - renamed the libnotify4-dev build depends to libnotify-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 19 May 2011 15:38:19 -0400

indicator-sound (0.6.6.1-0ubuntu3) natty; urgency=low

  * debian/patches/lp_750823.patch
    - Place timeout in the mpris controller to accommodate flaky mpris dbus 
      behaviour, it can be seen sometimes that the players emit a property 
      changed on the metadata property but the actual value of the property 
      which the service then tries to use is the old value (LP: #750823)

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 18 Apr 2011 15:08:13 -0400

indicator-sound (0.6.6.1-0ubuntu2) natty; urgency=low

  * debian/patches/lp_759390.patch
    - Sound Preferences link doesn't work in gnome3 (LP: #759390)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 15 Apr 2011 17:12:32 -0400

indicator-sound (0.6.6.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Fix crash with SIGABRT (LP: #738051) (LP: #744304)
    - ensure that if the service crashes the indicator will not show 
      multiple sliders

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 04 Apr 2011 10:02:19 -0400

indicator-sound (0.6.5.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Don't change the banshee id yet, that will change in 0.9.6 

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Mar 2011 13:46:06 -0400

indicator-sound (0.6.5-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Media player should be automatically started up when play button is 
      pressed (LP: #714750)
    - volume goes to zero when using some players like banshee or 
      rhythmbox (LP: #730925)
    - handle banshee id change (LP: #737447)
    - filter out video playlists (LP: #739273)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 23 Mar 2011 12:03:02 -0400

indicator-sound (0.6.4-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Harmonize mute behaviour of both VOIP and volume slider (LP: #731870)
    - keyboard handling for voip slider not working (LP: #732500)
    - "Choose Playlist" needs to be marked for translation (LP: #736372)
    - show record level control on PULSE_PROP_media.role=production 
      (LP: #736049)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Mar 2011 14:08:17 -0400

indicator-sound (0.6.3-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Broken images on playlist items (LP: #727325)
    - wrong icon for audio-input slider (LP: #723254)
    - blacklist dbus api lacks query functionality (LP: #730526)
    - volume goes to zero when using some players like banshee, 
      rhythmbox (LP: #730925)
    - holding the FW or RW button should have an effect (LP: #694258)
    - With new notify-osd the volume notification on scroll doesn't work as 
      expected (LP: #729849)
  * debian/control
    - Bumped build depends for dbusmenu to >= 0.3.101

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 11 Mar 2011 12:47:26 -0500

indicator-sound (0.6.2-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Fixed crashed with SIGSEGV in pa_context_connect() (LP: #717453)
    - Fixed crashed with SIGSEGV in pa_pdispatch_run() (LP: #723096)
    - Fixed crashed with SIGSEGV (LP: #723096)
    - Fixed crashed with SIGSEGV  (LP: #717557)
    - Fixed crashed with SIGSEGV in g_variant_builder_add_value() 
      (LP: #717999)
    - Sound Menu Play lists show Favorites item twice in menu and icons for 
      all playlists not found (LP: #728263)
    - Players are raised too quickly (LP: #723278)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 04 Mar 2011 13:07:40 -0500

indicator-sound (0.6.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Icon-only menu titles don't have accessible names (LP: #691677)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 24 Feb 2011 11:19:57 -0500

indicator-sound (0.6.0-0ubuntu1) natty; urgency=low

  * New upstream release.
    - New voip slider will be displayed in the sound menu while in a call
    - [Conexant CX20561(Hermosa)] No indicator that input is muted (LP: #683689)
    - Ctrl+arrow jumps sound to max volume in indicator (LP: #669167)
    - Fixed build with latest dbusmenu (LP: #717340)
    - Ported to libnotify >= 0.7.0
  * debian/control
    - Changed build depends for libnotify-dev to libnotify4-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 18 Feb 2011 13:20:44 -0500

indicator-sound (0.5.9-0ubuntu2) natty; urgency=low

  * debian/control
    - bump build depends for libindicator-dev to >= 0.3.19
    - bump build depends for libdbusmenu-glib-dev to >= 0.3.97
    - added build depends on dh-autoreconf
  * src/Makefile.am
    - Hand Dbusmenu-Glib-0.4 rename to Dbusmenu-0.4
  * debian/rules
    - include autoreconf.mk to handle the Dbusmenu rename

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

indicator-sound (0.5.9-0ubuntu1) natty; urgency=low

  * New upstream release.
    - crashed with SIGSEGV in pa_cvolume_valid () (LP: #705009)
    - The players list should be customizable (LP: #685725)
    - Allow players to set their own title (LP: #709367)
    - refactor pulse manager (LP: #709371)
    - listen for playlist changed signal (LP: #715277)
    - playlist name not updated corrrectly (LP: #715694)
    - Not enough feedback when changing the volume (LP: #669163)
    - indicator-sound volume does not detect sink change (LP: #700361)
  * debian/control
    - Added new build depends libnotify-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 10 Feb 2011 11:52:59 -0500

indicator-sound (0.5.8-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Media buttons inconsistent with system-wide button behavior (LP: #651006)
    - update to deal with dbusmenu api chages (LP: #709181)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 28 Jan 2011 09:28:10 -0500

indicator-sound (0.5.7-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Music control buttons flicker (LP: #684755)
    - Sound Menu should re-read playlists from MPRIS apps when 
      PropertiesChanged is postec (LP: #707042)
    - Spotify crashes the service (LP: #707367)
    - Refactor service dbus code plus state handling (LP: #708793)
    - changing the volume is impossible while muted (LP: #558784)
    - Banshee icon changes to coloured icon once in use (LP: #692648)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 27 Jan 2011 15:57:41 -0500

indicator-sound (0.5.6-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Port the sound indicator to the new dbusmenu (LP: #701145)
  * debian/control
    - Bumped build depends for dbusmenu to >= 0.3.91
    - Dropped unneeded build depends for libindicate-dev and dh-autoreconf

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

indicator-sound (0.5.5-0ubuntu1) natty; urgency=low

  * New upstream release.
    - unity-panel-service crashed with SIGSEGV in cairo_translate (LP: #683184)
    - Add MPRIS Playlist support (LP: #692644)
    - only first word of application name is shown (LP: #695385)
    - The players list should be customizable (LP: #685725)
    - gio-unix-2.0 checks (LP: #694828)
    - Desktop file loading should not manually use full path (LP: #693824)
    - Banshee mpris interface crashes (LP: #701692)
  * debian/control
    - Added build depends for libxml2-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 11 Jan 2011 16:44:40 -0600

indicator-sound (0.5.3-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Libindicate removed from registration process (LP: #691189)
    - Vala code now using Gdbus exclusively for mpris interaction 
    - Fixed memory leak with album art resizing (LP: #689686)
    - Gconf removed and Gsettings schema added (LP: #656405)
    - registration process now uses gsettings 

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 16 Dec 2010 15:03:15 -0500

indicator-sound (0.5.2-0ubuntu2) 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:44:02 -0500

indicator-sound (0.5.2-0ubuntu1) natty; urgency=low

  * New upstream release.
    - updated to accommodate vala 0.10 to vala 0.12 api changes
    - grey scale icon for default music player
    - button and key handling improvements
  * debian/control
    - Changed build depends from valac-0.10 to valac, it builds now with 
      the 0.12 series

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 18 Nov 2010 11:13:32 -0500

indicator-sound (0.5.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Includes a lot of Design updates collected at UDS.
      * album art border, now rectangular with a simple top and bottom 1 pixel 
        border. top dark and bottom light.
      * Empty album art image now has darker background rather than same 
        colour as menu background
      * Application icon now uses application image as opposed to generic 
        image used in maverick
      * Banshee is now the default player.
      * spacing between metadata and transport widget has been resolved plus 
        the spacing between the transport and the separator below it.
  * debian/control
    - Bump standards version to 3.9.1
    - Changed build depends to valac-0.10, until it is ported to valac-0.12

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Nov 2010 10:14:49 -0500

indicator-sound (0.5.0.1-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release.
    - Fixed a regression, which would show the metadata widget when the
      player has no current track (LP: #674016)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 12 Nov 2010 09:40:47 -0500

indicator-sound (0.5.0-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release.
    - Buttons' hover image stays after dragging (LP: #643395)
    - Sound indicator works incorrect with playing status (LP: #656947)
    - sound applet volume slider has no effect if pulseaudio is 
      restarted (LP: #662296)
    - Default music player should be present in the menu from a clean 
      install (LP: #664743)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 04 Nov 2010 17:03:08 -0400

indicator-sound (0.4.9-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release.
    - fixes tranlation mpris name regression (LP: #654140)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 14 Oct 2010 10:40:13 -0400

indicator-sound (0.4.8-0ubuntu1) maverick-proposed; urgency=low

  * New upstream release.
    - indicator-sound-service eating CPU on second user login (LP: #581173)
    - Right border of transport control is different colour while using 
      Ambiance (LP: #632774)
    - Incorrect ellipsing (LP: #637580)
    - always show unmuted at startup (LP: #648238)
    - click or enter on metadata widget does not copy contents to 
      clipboard (LP: #651246)
    - Sound menu has two Rhythmbox elements when using 
      translations (LP: #654140)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 07 Oct 2010 10:08:19 -0400

indicator-sound (0.4.7-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:40:25 +0200

indicator-sound (0.4.7-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - Media Buttons should trigger action only on button release (LP: #624610)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 15 Sep 2010 18:02:13 -0400

indicator-sound (0.4.6-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - indicator crashes in the event of the service crashing (LP: #638891)
    - metadata widget should remain hidden if there is no track 
      data (LP: #637031)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 15 Sep 2010 08:47:49 -0400

indicator-sound (0.4.5-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - service crashes on last fm playback with rb (LP: #633654)
    - sound_icon for indicator-sound missing for ubuntu-light (LP: #628896)
    - indicator-sound-service crashed with signal 5 in dbusmenu_menuitem_handle_event() (LP: #633897)
    - mpris2 playback status behaving as if it were static (LP: #631893)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 14 Sep 2010 15:13:50 -0400

indicator-sound (0.4.4-0ubuntu1) maverick; urgency=low

  * New upstream release, fix crash in gtk_range_get_value() (lp: #615277)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 10 Sep 2010 17:49:49 +0200

indicator-sound (0.4.3-0ubuntu1) maverick; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 08 Sep 2010 17:53:33 +0200

indicator-sound (0.4.2-0ubuntu1) maverick; urgency=low

  * New upstream release fixing those issues
    - Media Buttons should trigger action only on button release (lp: #624610)
    - Mouse wheel no longer works to change volume (lp: #620858)
    - Crashes if Rhythmbox is playing from Last.FM (lp: #627505)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 08 Sep 2010 12:32:24 +0200

indicator-sound (0.4.1-0ubuntu1) maverick; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 26 Aug 2010 11:38:07 +0200

indicator-sound (0.4.0-0ubuntu1) maverick; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 18 Aug 2010 15:51:03 +0200

indicator-sound (0.3.9-0ubuntu2) maverick; urgency=low

  * Backport upstream commit to fix the indicator crashing when rhythmbox starts
    (lp: #612299) 

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 02 Aug 2010 12:08:57 +0200

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

  * New upstream release.
    - Scrub bar should now work properly.
    - Spacing between all UI widgets should be fixed.
    - Playlist menuitem in place (for now this is just a mock up item, will 
      complete once there is a client with which I can test against)
    - Transport bar has been visually tweaked.
  * debian/control
    - build depend on libido-0.1-dev (>= 0.1.11)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 29 Jul 2010 11:26:41 -0400

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

  * New upstream release.
  * debian/control:
    - update ido requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 22 Jul 2010 21:12:10 +0200

indicator-sound (0.3.6-0ubuntu1) maverick; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 12 Jul 2010 17:45:06 +0200

indicator-sound (0.3.5-0ubuntu1) maverick; urgency=low

  * New upstream release:
    -New transport widget integrated
    -New title widget integrated which allows the user 
     to launch familiar app directly from the menu
    - UI tidied
    - Each player that registers with the menu will be stored in the 
      cache file allowing the menu to show the application even if it has 
      not been launched.

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 08 Jul 2010 19:32:29 +0200

indicator-sound (0.3.4-0ubuntu1) maverick; urgency=low

  * New upstream version:
    - Album art now positioned correctly
    - Track title, artist name and album name now the correct size, 
      weight and position
    - Text truncated with an ellipsis if it is over the an estimated acceptable 
      width (no guidance given by design).

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 28 Jun 2010 17:20:03 +0200

indicator-sound (0.3.3-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - Fixes menu flicker when playing a song with artwork 
      displayed (LP: #598438)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 25 Jun 2010 11:19:15 -0400

indicator-sound (0.3.2-0ubuntu1) maverick; urgency=low

  * New upstream release.
    - MPRIS transport status updates reflecting in UI
      If externally a registered player transport is changed (play/stop) 
      the menu should reflect that
    - The first time a player registers its desktop file path should be 
      stored ~.cache/indicators/sound/familiar-players-db.keyfile (provided 
      the application indicator has a desktop file set.
    - Album art dynamically updated
    - Album title dynamically updated
    - Track title dynamically updated
    - Artist name dynamically updated
    - Play/pause transport control should be working from the menu

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 24 Jun 2010 13:55:01 -0400

indicator-sound (0.3.1-0ubuntu1) maverick; urgency=low

  * New upstream release.
  * debian/control
    - bumped build-dep version of libdbusmenu-glib-dev to (>= 0.3.1)
    - Added build-dep for libindicate-dev (>= 0.4.1)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 17 Jun 2010 16:50:31 -0400

indicator-sound (0.2.3-0ubuntu1) lucid-proposed; urgency=low

  * New upstream version:
    - "Changing left/right balance in sound-preferences changes the output 
       volume slider when indicator-applet is running" (lp: #532095)
    - update the mute animation on theme changes (lp: #568586)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 29 Apr 2010 11:53:37 +0200

indicator-sound (0.2.2-0ubuntu1) lucid; urgency=low

  * New upstream version
    - Animation for mute-blocking state greatly improved
    - Handles sink removal far better
    - improves scrolling action icon on panel

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 31 Mar 2010 18:12:47 +0200

indicator-sound (0.2.2-0ubuntu1) UNRELEASED; urgency=low

  * New upstream release.

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 31 Mar 2010 17:49:12 +0200

indicator-sound (0.2.1-0ubuntu1) lucid; urgency=low

  * New upstream release.
    - can't change audio using mouse wheel (LP: #521046)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 18 Mar 2010 15:07:24 -0400

indicator-sound (0.1.3.1-0ubuntu2) lucid; urgency=low

  * Backport upstream changes to fix those issues:
    - "Wrong i18n for menu entries", thank Luca Ferretti (lp: #538704)
    - "display a mute icon until volume is changed since update" (lp: #537977)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 15 Mar 2010 15:51:35 +0100

indicator-sound (0.1.3.1-0ubuntu1) lucid; urgency=low

  * New upstream version:
    - clear looks seg fault fix (lp: #537891)
    - slider resizing properly (lp: #533208)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 12 Mar 2010 20:29:25 +0100

indicator-sound (0.1.3-0ubuntu1) lucid; urgency=low

  * New upstream version:
    - icon sizing fixed.
    - correct icon names loaded with fallback mechanism
    - no sink handling improved - now handles going from no sink to one sink 
      back to no sink properly
    - Mute blocking state implemented with animation on title image.
    - smoother sliding due new signals emitted from the 0.1.4 of ido
  * debian/control:
    - updated libindicator requirement

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 11 Mar 2010 18:53:58 +0100

indicator-sound (0.1.2-0ubuntu1) lucid; urgency=low

  * New upstream version:
    - Stability of the service should now be much improved. The backend sound 
      service should now be able to handle Pulseaudio not being up or flapping.
      (lp: #529324)
    - Arrow keys should be working properly allowing users to move between 
      indicators. (lp: #525733)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 04 Mar 2010 13:32:10 +0100

indicator-sound (0.1.1-0ubuntu2) lucid; urgency=low

  * Backporting trunk commit to fix keyboard controls (lp: #521088)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 18 Feb 2010 19:13:03 +0100

indicator-sound (0.1.1-0ubuntu1) lucid; urgency=low

  * New upstream version
    - resolve the UI keyboard controls which were lacking (lp: #521088)
    - the volume control should now be far smoother
    - included is the ability to dynamically swap output devices 
      using gnome volume control
    - use of new icons from the new humanity theme.
    - update volume slider in the right direction on mouse scroll (lp: #521090)
  * debian/control:
    - updated ido requirement

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

indicator-sound (0.1.0-0ubuntu2) lucid; urgency=low

  * Backport trunk change to fix audiosink detection and volume controls 
    not working for some users (lp: #521286, #521930)  

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 15 Feb 2010 16:44:01 +0100

indicator-sound (0.1.0-0ubuntu1) lucid; urgency=low

  * debian/control:
    - depends on pulseaudio
    - don't set lib section, the applet is not a library
  * debian/rules:
    - build using --as-needed to avoid unnecessary depends
        
  [ Ken VanDine ]
  * Initial release

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 12 Feb 2010 11:13:22 +0100