aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: e8760b950a0bdb28cf866ae9e7641c8c3e7cebb6 (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
2022-02-17 Mike Gabriel

        * release 22.2.0 (HEAD -> main, tag: 22.2.0)

2022-02-08 Mike Gabriel

        * Merge branch 'fossfreedom-main' (0cd3d2c)

2021-12-23 David Mohammed

        * Check if valid cupsoption before processing - closes #12 (6f54901)

2022-02-08 Mike Gabriel

        * Merge branch 'fossfreedom-patch-1' (264f7af)

2021-12-20 David Mohammed

        * Add budgie-desktop support (898307d)

2022-02-08 Robert Tari

        * .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
          (0c26e5c)

2021-12-08 Mike Gabriel

        * Merge branch 'z3ntu-bashism' (9ad3ae4)

2021-12-07 Luca Weiss

        * Remove bash-ism from configure.ac (b4e36f4)

2021-11-21 phlostically

        * Translated using Weblate (Esperanto) (5af7477)

2021-11-20 phlostically

        * Translated using Weblate (Esperanto) (193a122)

2021-11-18 phlostically

        * Translated using Weblate (Esperanto) (31e5e29)

2021-11-17 Mike Gabriel

        * release 0.9.0 (5c1756c) (tag: 0.9.0)

2021-10-25 Robert Tari

        * Merge branch 'sunweaver-pr/travis-ci' (810a9c6)

2021-10-25 Mike Gabriel

        * Travis CI: Initial CI build configuration. (0008407)

2021-08-29 Hosted Weblate

        * Update translation files (bac19c8)

2021-08-29 Mike Gabriel

        * debian/{control,compat}: Bump to level 10. (7062ca1)

2021-08-28 Weblate

        * Added translation using Weblate (Kurdish (Southern)) (fdeed7b)
        * Added translation using Weblate (Kurdish (Northern)) (9a737f8)

2021-08-28 Mike Gabriel

        * po/: Drop zh_Hant.po: Drop duplicate file for Chinese
          (Tranditional) and adjust LINGUAS files. (f4a0d75)

2021-06-04 Hosted Weblate

        * Update translation files (026eeb4)

2021-06-03 Weblate

        * Added translation using Weblate (Chinese (Traditional)) (644e18a)

2021-06-03 Hosted Weblate

        * Update translation files (9f709cc)

2021-03-30 Hosted Weblate

        * Update translation files (d0aad45)

2021-03-29 Weblate

        * Added translation using Weblate (Chinese (Simplified)
          (zh_LATN@pinyin)) (d3ea39e)

2021-03-18 Reza Almanda

        * Translated using Weblate (Indonesian) (bf437f4)

2021-01-28 Mike Gabriel

        * release 0.8.2 (6aa44a9) (tag: 0.8.2)

2020-11-26 Ács Zoltán

        * Translated using Weblate (Hungarian) (995bbd5)

2020-11-01 Hosted Weblate

        * Update translation files (8652268)

2020-10-31 Joan CiberSheep

        * Translated using Weblate (Catalan) (dbbd2de)

2020-10-31 Weblate

        * Added translation using Weblate (Italian) (6c444f0)
        * Added translation using Weblate (Tamil (Sri Lanka)) (d6ae371)
        * Added translation using Weblate (Dhivehi) (716a4b3)
        * Added translation using Weblate (Venetian) (0846cb6)
        * Added translation using Weblate (Kashubian) (8c3c4ed)
        * Added translation using Weblate (Macedonian) (eefe888)
        * Added translation using Weblate (Friulian) (38c8cf3)
        * Added translation using Weblate (Tatar) (f354d2d)

2020-10-27 Hosted Weblate

        * Update translation files (d3feba6)

2020-10-26 Weblate

        * Added translation using Weblate (Manx) (cb056e5)
        * Added translation using Weblate (Afar) (2174f20)
        * Added translation using Weblate (Nyanja) (8cfe09d)
        * Added translation using Weblate (Assamese) (0a036d9)
        * Added translation using Weblate (Wolof) (0431a07)

2020-10-16 Yota321

        * Translated using Weblate (Bengali) (1127210)

2020-09-25 Talking Panda

        * Translated using Weblate (Turkish) (021604d)

2020-09-24 Quentin PAGÈS

        * Translated using Weblate (Occitan) (69549fd)
        * Translated using Weblate (Occitan) (fe8b1b6)

2020-09-10 Mike Gabriel

        * release 0.8.1 (a4b25b3) (tag: 0.8.1)

2020-09-08 Mike Gabriel

        * Merge branch 'tari01-pr/warnings-deprecations' (a2f16e7)

2020-09-06 Robert Tari

        * Fix deprecations and build warnings (7922e0d)
        * Whitespace fix (9b28b85)

2020-09-06 Baka Gaijin

        * Translated using Weblate (Japanese) (5859961)

2020-09-04 antuketot76

        * Translated using Weblate (Malay) (e25464a)

2020-08-18 Mike Gabriel

        * release 0.8.0 (c1cc2f8) (tag: 0.8.0)

2020-08-11 Robert Tari

        * Merge branch 'sunweaver-pr/drop-upstart-support' Attributes GH PR
          #5:
          https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/5
          (a4071c9)
        * Merge branch 'pr/drop-upstart-support' of
          https://github.com/sunweaver/ayatana-indicator-printers
          into sunweaver-pr/drop-upstart-support Attributes GH PR
          #5:
          https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/5
          (48eebdb)
        * Merge branch 'sunweaver-pr/fix-systemd' Attributes GH PR #4:
          https://github.com/AyatanaIndicators/ayatana-indicator-printers/pull/4
          (b1e8aa8)

2020-08-10 Mike Gabriel

        * Drop all references to upstart. (d7526ac)
        * debian/{rules,*.links}: Install systemd user service file into DEB
          package. (707fd98)
        * debian/control: B-D on dh-systemd (or recent enough debhelper
          version). (90d24de)
        * Start indicator in systemd when ayatana-indicators.target is
          started. (1f1d041)
        * debian/control: Improve dh-autoreconf build-dependency. (fa891fc)
        * debian/control: White-space fix. (7ff47b6)

2020-08-06 Mike Gabriel

        * debian/control: Drop B-D: python. (b102ceb)
        * release 0.1.10 (9e2401f) (tag: 0.1.10)

2020-08-04 Kentaro Hayashi

        * Fix multiple definitions linker error with GCC 10 (305b944)

2020-07-29 Ács Zoltán

        * Translated using Weblate (Hungarian) (367286f)

2020-07-19 Tetra Homer

        * Translated using Weblate (Persian) (42ba82c)

2020-06-14 MarongHappy

        * Translated using Weblate (Korean) (b1f5066)

2020-05-30 Juraj Liso

        * Translated using Weblate (Slovak) (3d03ec7)

2020-05-21 wdggg

        * Translated using Weblate (Chinese (Simplified)) (022246e)

2020-05-08 Abdusalam

        * Translated using Weblate (Uyghur) (94a9523)

2020-05-09 iNetRoos

        * Translated using Weblate (Afrikaans) (0f9227f)

2020-04-27 Jeannette L

        * Translated using Weblate (Ukrainian) (e61d1e9)
        * Translated using Weblate (Russian) (4301fe2)
        * Translated using Weblate (Romanian) (1943c3d)
        * Translated using Weblate (Portuguese (Brazil)) (642bdcc)
        * Translated using Weblate (Portuguese) (90e2bf6)
        * Translated using Weblate (Polish) (21fb294)
        * Translated using Weblate (Dutch) (20b5f87)
        * Translated using Weblate (Norwegian Bokmål) (3f0bbae)
        * Translated using Weblate (Lithuanian) (894da02)
        * Translated using Weblate (French (Canada)) (30cbb42)
        * Translated using Weblate (Estonian) (fc66075)
        * Translated using Weblate (English (United Kingdom)) (ab76879)
        * Translated using Weblate (English (Australia)) (1f9eda9)
        * Translated using Weblate (Greek) (f723bb1)

2020-04-23 Adnan1091

        * Translated using Weblate (Turkish) (54efe3e)

2020-04-16 george k

        * Translated using Weblate (Greek) (8c39811)

2020-04-01 Davit Mayilyan

        * Translated using Weblate (Armenian) (9143ce1)

2020-03-29 Alexie Brindusescu

        * Translated using Weblate (Romanian) (c079f78)

2020-03-17 Prachi Joshi

        * Translated using Weblate (Marathi) (19c6353)

2020-01-12 Heimen Stoffels

        * Translated using Weblate (Dutch) (a76110c)

2020-01-02 Milo Ivir

        * Translated using Weblate (Croatian) (0f311d8)

2019-11-23 Niara

        * Translated using Weblate (Russian) (b73171f)

2019-10-09 OrionJK -

        * Translated using Weblate (Russian) (38ea99d)

2019-09-02 Swann Martinet

        * Translated using Weblate (French) (e3ad0ca)
        * Translated using Weblate (Italian) (d7d7617)
        * Translated using Weblate (German) (7595aaa)

2019-04-17 Rui Mendes

        * Translated using Weblate (Portuguese) (7ee104d)

2019-02-19 Murilo Venturoso

        * Translated using Weblate (Portuguese (Brazil)) (29ec98d)

2019-01-11 Louies

        * Translated using Weblate (Chinese (Traditional)) (b081479)

2018-12-07 Allan Nordhøy

        * Translated using Weblate (Russian) (33b4669)

2018-10-24 Vasiliy Hatunsev

        * Translated using Weblate (Russian) (13f6070)

2018-10-23 Iván Seoane

        * Translated using Weblate (Galician) (21fdbe3)

2018-09-27 Володимир Бриняк

        * Translated using Weblate (Ukrainian) (8688ba8)

2018-08-23 WaldiS

        * Translated using Weblate (Polish) (d27b959)

2018-08-05 Yaron Shahrabani

        * Translated using Weblate (Hebrew) (ccb140d)

2018-05-02 Adolfo Jayme Barrientos

        * Translated using Weblate (Spanish) (b464793)

2018-04-04 Pavel Borecki

        * Translated using Weblate (Czech) (9e82dbe)
        * Translated using Weblate (Czech) (025884c)
        * Translated using Weblate (Czech) (7c5cfc1)
        * Translated using Weblate (Czech) (9cdd778)
        * Translated using Weblate (Czech) (43b8163)

2018-04-03 Pavel Borecki

        * Translated using Weblate (Czech) (f2e50e5)
        * Translated using Weblate (Czech) (311cf81)

2018-03-01 Moo

        * Translated using Weblate (Lithuanian) (0c1c298)

2018-02-28 Mike Gabriel

        * release 0.1.9 (47bed3f) (tag: 0.1.9)

2018-01-22 Марс Ямбар

        * Translated using Weblate (Ukrainian) (c6ba5a0)

2018-01-01 Anders Jonsson

        * Translated using Weblate (Swedish) (0212a56)

2017-12-31 Sebastian Rasmussen

        * Translated using Weblate (Swedish) (c05cfd6)

2017-12-02 snehal dangroshiya

        * Translated using Weblate (Gujarati) (7dcaa3c)

2017-12-06 Mike Gabriel

        * data/ayatana-indicator-printers.desktop.in: Add XFCE to OnlyShowIn=
          key. (95d02ad)
        * Rename GNOMELOCALEDIR -> LOCALEDIR. (d951203)

2017-12-04 Mike Gabriel

        * debian/changelog: Bump upstream to a development version. (61e3398)

2017-11-29 Mike Gabriel

        * po/ayatana-indicator-printers.pot: Add PO template file. (d68ea34)
        * update-po.sh: Fix for previous commit. (2473899)
        * update-po.sh: Preserve .pot file when updating *.po files.
          (c9a4c86)

2017-11-26 Kristjan Räts

        * Translated using Weblate (Estonian) (a8439d2)

2017-11-29 Mike Gabriel

        * update-po.sh: Fix filenames of .ini(.in) and .xml(.in) files in po
          files. (8c807bd)
        * update-pot.sh: Fix filenames of .ini(.in) and .xml(.in) files in po
          template file. (934756c)

2017-10-26 Mike Gabriel

        * debian/watch: Fix upstream URL (typo in hostname). (25746af)
        * debian/changelog: post-relase mark 0.1.8-0 as released. (2e9e768)

2017-10-25 Mike Gabriel

        * release 0.1.8 (954885d) (tag: 0.1.8)
        * data/upstart: Remove obsoleted file indicator-printers.desktop.in.
          (3a1dd3e)
        * data/Makefile: Remove build cruft. (8ba2fcb)
        * data/upstart: Rename .desktop file. (12a88f8)
        * data/upstart/Makefile.am: Fix filename of .desktop file. (2a885d6)
        * data/{,upstart}/*.desktop.in: Fix Exec= key in .desktop files.
          (e77cb7b)
        * src/Makefile.am: Use our own namespace. Rename libprintersmenu.so
          -> libayatana-printersmenu.so. (b8e3fe9)

2017-10-24 Mike Gabriel

        * XDG autostart: Adapt previous commit to Ayatana Indicators, don't
          launch this indicator in Unity, but in MATE. (0c99ecb)
        * Revert "Remove old autostart files." (33b9b08)
        * update-po*.sh: Add license header. (55393ea)
        * debian/upstream/signing-key.asc: Add upstream GPG keyring.
          (a2c4370)
        * debian/{local/,ayatana-indicator-printers.install}: Drop
          Ubuntu-specific icon artwork. Needs more consideration how
          to handle that finally. (dbacbf7)
        * data/Makefile.am: Add EOL at EOF. (5a567bc)
        * Make systemd optional. If systemd is not available at build-time,
          the creation of the .service file is omitted. (b2eca4e)
        * debian/changelog: Fix project name in top stanza. (371130c)

2017-10-16 Allan Nordhøy

        * Translated using Weblate (Norwegian Bokmål) (d22055b)

2017-10-15 Mike Gabriel

        * Translated using Weblate (German) (53bc7c5)
        * Translated using Weblate (German) (78fcb3a)

2017-10-14 Allan Nordhøy

        * Translated using Weblate (Norwegian Bokmål) (bdc4b2d)

2017-10-12 Efstathios Iosifidis

        * Translated using Weblate (Greek) (bc5e9dc)

2017-10-12 Viktar Vauchkevich

        * Translated using Weblate (Belarusian) (2398e1d)

2017-10-12 Matteo F. Vescovi

        * Translated using Weblate (Italian) (427046e)

2017-10-24 Mike Gabriel

        * Fork from Ubuntu's indicator-printers. (2a0c152)

2017-10-12 Mike Gabriel

        * po/*: Add .pot file. (5899afa)
        * po/: Already provide translation files for hosted Weblate.
          (8bd98cc)
        * update-po(|t).sh: Add gettext update scripts. (e98017b)

2017-09-06 Sebastien Bacher

        * releasing package indicator-printers version
          0.1.7+17.04.20170227-0ubuntu3 (52cfe6e) (tag:
          0.1.7+17.04.20170227-0ubuntu3)

2017-02-27 Bileto Bot

        * Releasing 0.1.7+17.04.20170227-0ubuntu1 (2c71985) (tag:
          0.1.7+17.04.20170227-0ubuntu1)

2017-02-27 Rodney Dawes

        * Remove old autostart files. (89b030a)

2017-02-06 Rodney Dawes

        * Remove old autostart files. (fcbd561)

2016-12-01 Bileto Bot

        * Releasing 0.1.7+17.04.20161201-0ubuntu1 (c0c08df) (tag:
          0.1.7+17.04.20161201-0ubuntu1)

2016-12-01 Michael Terry

        * Work inside a snap by prefixing hard coded paths with $SNAP. (LP:
          #1629009) (746dbe8)

2016-11-24 Bileto Bot

        * Releasing 0.1.7+17.04.20161124-0ubuntu1 (e7e7f11) (tag:
          0.1.7+17.04.20161124-0ubuntu1)

2016-11-24 Jeremy Bicha

        * Recommend system-config-printer instead of obsolete
          system-config-printer-gnome (LP: #1643129) (LP: #1643129)
          (761f01e)
        * Recommend system-config-printer instead of
          system-config-printer-gnome (LP: #1643129) (5df4c25)

2016-10-26 Bileto Bot

        * Releasing 0.1.7+17.04.20161026-0ubuntu1 (b646946) (tag:
          0.1.7+17.04.20161026-0ubuntu1)

2016-10-26 Ted Gould

        * Add systemd unit (ecdda33)

2016-10-11 Michael Terry

        * Pay attention to $SNAP prefix (6a322d9)

2016-07-20 Ted Gould

        * Adding a restart rule (866ae5a)

2016-07-19 Ted Gould

        * Adding a systemd user session unit (7883966)

2015-02-20 CI Train Bot

        * Releasing 0.1.7+15.04.20150220-0ubuntu1 (bd5f410) (tag:
          0.1.7+15.04.20150220-0ubuntu1)

2015-02-20 Lars Uebernickel

        * Remove g_strv_contains() (27edb14)

2015-02-06 Lars Uebernickel

        * Bump glib version, this time to the correct one (7df7cff)
        * Bump glib depend for g_strv_contains() (68e4adf)
        * Remove g_strv_contains() (9cf24af)

2014-05-27 CI bot

        * Releasing 0.1.7+14.10.20140527-0ubuntu1 (733c011) (tag:
          0.1.7+14.10.20140527-0ubuntu1)

2014-05-27 Lars Uebernickel

        * service: own bus name so that the panel can find it on the bus

          Fixes: 1304434 (dc8fa9b)

2014-05-15 Lars Uebernickel

        * service: own bus name so that the panel can find it on the bus
          (4212970)

2014-03-13 CI bot

        * Releasing 0.1.7+14.04.20140313-0ubuntu1 (622b83e) (tag:
          0.1.7+14.04.20140313-0ubuntu1)

2014-03-13 Lars Uebernickel

        * Change notification lease time to 24h
          Fixes: 1244205 (283ee4f)
        * Change notification lease time to 24h (d9956a6)

2014-02-25 Ted Gould

        * Synchronize process management across indicators. (464ad34)

2014-02-20 Ted Gould

        * Remove the service manager (2fa7d7a)
        * Drop the indicator service (b7a1e10)
        * Limit to Unity 7 (329107a)
        * Cut and paste errors (45e7973)
        * Adding in Upstart XDG override (d75744c)
        * Adding in XDG autostart and Upstart job files (3bcbc85)
        * Drop the DBus service file (c3f0838)
        * Moving the binary to the package directory (f7c8fd6)

2014-02-13 Automatic PS uploader

        * Releasing 0.1.7+14.04.20140213-0ubuntu1 (revision 66 from
          lp:indicator-printers). (4a7d357)
        * Releasing 0.1.7+14.04.20140213-0ubuntu1, based on r66 (9f8352b)

2014-02-13 Gabor Kelemen

        * Add proper i18n support. Fixes LP:1279605.
          Fixes:
          https://bugs.launchpad.net/bugs/1279605. (beef368)
        * Add proper i18n support. Fixes LP:1279605 (2e3c872)

2013-03-01 Automatic PS uploader

        * Releasing 0.1.7daily13.03.01-0ubuntu1 to ubuntu. (6938c6e)
        * Releasing 0.1.7daily13.03.01-0ubuntu1, based on r64 (da6947e)

2012-11-22 Didier Roche

        * Add bootstrap. (71552d4)
        * Automatic snapshot from revision 63 (bootstrap) (9d5b400)

2012-11-22 Lars Uebernickel

        * Inline package. (d9ad4f9)

2012-11-20 Mathieu Trudel-Lapierre

        * Override dh_auto_configure to properly pass --disable-static to
          configure. (62c4763)
        * Add python to Build-Depends for gdbus-codegen. (53e2890)

2012-11-19 Mathieu Trudel-Lapierre

        * Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
          (925eff8)
        *   - Drop Build-Depends on cdbs.   - Add a Build-Depends on
          gnome-common. (4f5faf2)
        * Bump version number for using with bzr-builddeb in split mode.
          (da26673)
        * debian/compat: bump compat level to 9. (3159ad8)
        * debian/rules:   - Migrate from cdbs to using the dh sequencer.
          - Override dh_autoreconf to call autogen.sh.   - Add and
          export DPKG_GENSYMBOLS_CHECK_LEVEL = 4. (2ffb1e3)
        * debian/control:   - Bump debhelper Build-Depends to (>= 9).   -
          Update style to be consistent with other indicators.
          (23912f9)
        * Specify that bzr-builddeb should use split mode to build the
          package (7268d16)
        * Import debian/ from lp:~ubuntu-desktop/indicator-printers/ubuntu.
          (58a2f61)

2012-09-07 Didier Roche

        * releasing version 0.1.6-0ubuntu3 (aceae7a)
        * Cherry-pick a fix in trunk for FTBFS (cups changed its API):   -
          Don't access CUPS' ipp_attribute_t directly. Thanks Larsu
          (730d0a8)

2012-09-07 Lars Uebernickel

        * Don't access CUPS' ipp_attribute_t directly (fe48eac)

2012-09-07 Didier Roche

        * releasing version 0.1.6-0ubuntu2 (c187461)

2012-08-31 Jeremy Bicha

        * debian/control:   - Don't recommend Unity; indicators work in
          GNOME Classic session     without Unity being installed
          (a0b958c)

2012-04-05 Sebastien Bacher

        * releasing version 0.1.6-0ubuntu1 (beefe17)

2012-04-04 Ted Gould

        * releasing version 0.1.6-0ubuntu1~ppa1 (78ca051)
        * New upstream release.   * Add test coverage build targets
          (d5699dd)
        * Import upstream version 0.1.6 (826ae44)
        * Sync with Ubuntu Desktop (2339ba5)
        * 0.1.6 (23bbf5f) (tag: 0.1.6)

2012-03-30 Lars Uebernickel

        * Merge gcov tooling branch. Thanks Allan! (650e22c)

2012-03-27 Allan LeSage

        * Added gcov coverage tooling. (d582c05)

2012-03-20 Sebastien Bacher

        * releasing version 0.1.5-0ubuntu1 (5e2669a)
        * Merging shared upstream rev into target branch. (58d61b9)
        * Prepared upstream tree for merging into target branch. (a73069a)
        * Merging shared upstream rev into target branch. (fcdcb6d)
        * Prepared upstream tree for merging into target branch. (12c947b)

2012-03-20 Lars Uebernickel

        * releasing version 0.1.5-0ubuntu1 (98b4a07)
        * New upstream release.   - translate accessible description (LP:
          #957522)   - set lease durations on cups subscriptions
          (LP: #959195)   - draw number of jobs as lozenge (776d81c)
        * Import upstream version 0.1.5 (b36c109)
        * 0.1.5 (3470726) (tag: 0.1.5)
        * Listen to indicator-right-is-lozenge property changes (68cb8a0)
        * Set lease durations on cups subscription and renew periodically
          (5a35b69)

2012-03-16 Charles Kerr

        * merge lp:~kelemeng/indicator-printers/bug957522 to fix Bug #957522
          (05f0ede)

2012-03-17 Gabor Kelemen

        * Change i18n header to gi18n-lib.h to translate the accessible
          description. LP: #957522 (53c5d2c)

2012-03-06 Sebastien Bacher

        * releasing version 0.1.4-0ubuntu1 (3cbf422)

2012-03-06 Lars Uebernickel

        * releasing version 0.1.4-0ubuntu1 (fefe2d1)
        * New upstream release.   - fix small i18n problems, thanks Gabor!
          (LP: #945547) (37ac5a3)
        * Import upstream version 0.1.4 (85fc36c)

2012-03-06 Sebastien Bacher

        * Import upstream version 0.1.4 (9556125)

2012-03-06 Lars Uebernickel

        * 0.1.4 (eec4fb8) (tag: 0.1.4)

2012-03-03 Gabor Kelemen

        * Correct the use of plurals (e5d711f)
        * Mark strings for translation (ffa10b2)

2012-02-23 Sebastien Bacher

        * releasing version 0.1.3-0ubuntu2 (30c26e1)

2012-02-23 Lars Uebernickel

        * releasing version 0.1.3-0ubuntu2 (173fa68)
        * Add symbolic printer icons by Daniel Planas Armangue (LP: #840151)
          (beb4236)

2012-02-17 Sebastien Bacher

        * releasing version 0.1.3-0ubuntu1 (6397db5)
        * Merging shared upstream rev into target branch. (824225b)
        * Prepared upstream tree for merging into target branch. (fedc01b)
        * Merging shared upstream rev into target branch. (1b9981e)
        * Prepared upstream tree for merging into target branch. (04bae51)

2012-02-17 Lars Uebernickel

        * releasing version 0.1.3-0ubuntu1 (5ddfe0d)
        * New upstream release.   - generate dbus service file with the
          correct path   - use IndicatorServiceManager to manage the
          lifecycle of the service (05c47c8)
        * Import upstream version 0.1.3 (66cdfa1)
        * 0.1.3 (8e95494) (tag: 0.1.3)
        * Create an IndicatorServiceManager in libprintersmenu.so (72a3857)
        * 0.1.2 (6aa8774) (tag: 0.1.2)
        * Distribute data/indicator-printers.service.in instead of the
          locally generated one (0b74cac)

2012-02-16 Sebastien Bacher

        * releasing version 0.1.1-0ubuntu1 (cd4ca90)

2012-02-16 Lars Uebernickel

        * releasing version 0.1.1-0ubuntu1 (f35cbc8)
        * New upstream release.   - prepare for i18n   - make sure CUPS'
          dbus notification is on while the service is running   -
          fix build system to enable out-of-tree build.
          debian/control   - bump libindicator dependency 0.3.91
          (ba27629)
        * Import upstream version 0.1.1 (8ce897a)

2012-02-16 Sebastien Bacher

        * Import upstream version 0.1.1 (6962983)

2012-02-16 Lars Uebernickel

        * 0.1.1 (9a0e424) (tag: 0.1.1)
        * Add --enable-localinstall to make `make distcheck` work (lifted
          from indicator-messages) (eab1b7a)
        * Don't distribute generated sources and delete them on `make clean`
          (5b0b1ba)
        * Also generate cups-notifier in the text directory (5f29b2a)
        * Make sure CUPS' dbus notification is on while the service is
          running (e767301)
        * Mark strings translatable (da8f229)

2012-02-16 Sebastien Bacher

        * set up vcs url (1204ca2)
        * releasing version 0.1-0ubuntu2 (f8c54c0)
        * Set up vcs in merge-upstream mode with 0.1 (7dbf3c7)
        * Import upstream version 0.1 (4a11dd4)
        * tweak version for import (5a37f7a)

2012-02-16 Lars Uebernickel

        * Prepare for i18n (b18f3f8)

2012-02-16 Sebastien Bacher

        * including the debian directory (ad0ea3e)

2012-02-15 Lars Uebernickel

        * Include cups dbus interface xml file in the release (2d5e7bf) (tag:
          0.1)
        * Call system-config-printer instead of g-c-c's printer panel
          (4ead979)

2012-02-14 Lars Uebernickel

        * test/Makefile.am: pull generated files from build dir to enable
          out-of-tree builds (32708ca)
        * Add .service file for dbus-activation (cd9e5e1)
        * Don't install test program (faa5982)
        * Add dbus-names.h to the source lists of applet and service
          (cc33352)
        * test: use correct directory for generated files (4d7d494)
        * Link applet against libm for floor() (fd61d64)

2012-02-12 Lars Uebernickel

        * Fix lozenge drawing (center text, 2 char min-width, right-align)
          (1c5bab2)
        * Update the whole printer list when any job is finished (3478a4f)
        * Show printer settings when "Settings..." is clicked on an alert
          dialog (918a2b8)
        * Add missing license headers (b2f0906)
        * Only show print indicator when there are print jobs (c3b56f7)

2012-02-09 Lars Uebernickel

        * Don't show errors from non-existing printers (a796e6d)
        * Remove non-existing file indicator-printers-service.h from Makefile
          (28e4c27)
        * Add mock cups notifier (only sends one message for now) (7cfac76)
        * Show alert boxes when something's wrong with the printer (768e63b)

2012-02-06 Lars Uebernickel

        * indicator-printers: remove debug output (4875684)
        * Use g_spawn_command_line_async to launch g-c-c (c1c9dd8)

2012-02-03 Lars Uebernickel

        * Move g-c-c invocation out of indicator-printers-menu (75df9f6)
        * indicator-printers-menu: ref cups_notifier (0b0215a)
        * Enable silent make rules output (8991f40)
        * Use priv member instead of calling g_type_instance_get_private
          repeatedly (001cd99)
        * Use libdbusmenu-gtk3's new include paths (77e7554)

2012-02-02 Lars Uebernickel

        * Move cups notifier object out of indicator-printers-menu (767aae6)
        * Sync visibility of menu items with corresponding dbusmenuitem
          (ad22412)
        * Set menu label to the printer's name (accidentally removed in last
          commit) (d0183f3)
        * Listen to cups dbus messages to update menu when jobs are added /
          done (0d7de7c)

2012-01-26 Lars Uebernickel

        * Initialize the menu with job list from cups when starting the
          service (bf2ef61)

2012-01-20 Lars Uebernickel

        * Call g-c-c with the right parameter to open the printer panel
          (0834e6f)
        * indicator-printers-menu: fix disposing the root item (42429bd)

2012-01-15 Lars Uebernickel

        * indicator-menu-item: add get functions for label and right text
          (8b8ef8b)

2012-01-14 Lars Uebernickel

        * indicator-menu-item: add get / set and notify signal for
          right_is_lozenge (3540dc7)
        * Add the possibility to set an icon on indicator-menu-item (1e56f31)
        * indicator-printers: properly ref widget pointers (1b671f1)
        * Optionally draw the right label as a lozenge (62d044c)
        * Use a custom menu item which shows printer status on the right
          (9025561)

2012-01-12 Lars Uebernickel

        * indicator-printers-menu: don't set printer property on the menuitem
          (7657cf8)
        * Move menu related code into a separate class (eda55d2)
        * Use get_entries instead of the get_* functions (72ec836)

2012-01-11 Lars Uebernickel

        * Initial import (4bfc151)