aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: e616360a9d5fb387317ded2da3acf100399a9aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
ayatana-indicator-datetime (0.8.0-0) unstable; urgency=medium

  * Upstream-provided Debian package for ayatana-indicator-datetime.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 17 Aug 2020 22:15:35 +0200

ayatana-indicator-datetime (0.4.1-0) unstable; urgency=medi

  * Upstream-provided Debian package for ayatana-indicator-datetime.
    See upstream ChangeLog for recent changes.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 29 Jul 2020 18:17:50 +0200

ayatana-indicator-datetime (0.4.0-0) unstable; urgency=medium

  * Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 24 Jul 2020 10:23:29 +0200

indicator-datetime (15.10) wily; urgency=medium

  * Bump version to match the branch

 -- Charles Kerr <charles.kerr@canonical.com>  Tue, 13 Oct 2015 13:43:19 -0500

indicator-datetime (13.10.0+15.10.20151005-0ubuntu1) wily; urgency=medium

  * Change the default alarm sound from "Suru arpeggio.ogg" to "Alarm
    clock.ogg" (LP: #1489037)

 -- Charles Kerr <charles.kerr@canonical.com>  Mon, 05 Oct 2015 18:18:01 +0000

indicator-datetime (13.10.0+15.10.20150909-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Iain Lane ]
  * Remove warnings from test logs. Swallow the ones that are expected
    and fail the test if they don't show up. In addition, fail tests if
    unexpected warnings show up again.

  [ Lars Uebernickel ]
  * Remove warnings from test logs. Swallow the ones that are expected
    and fail the test if they don't show up. In addition, fail tests if
    unexpected warnings show up again.

  [ Sebastien Bacher ]
  * under unity8 start system-settings instead unity-control-center,
    don't special case u-c-c by looking for the binary, Unity
    installations come with it installed (LP: #1489481)

 -- Iain Lane <iain@orangesquash.org.uk>  Wed, 09 Sep 2015 16:40:52 +0000

indicator-datetime (13.10.0+15.10.20150728-0ubuntu1) wily; urgency=medium

  *

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 28 Jul 2015 08:42:27 +0000

indicator-datetime (13.10.0+15.10.20150727-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Charles Kerr ]
  * drop build-dependency on g++-4.9 (LP: #1452319)

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 27 Jul 2015 18:06:18 +0000

indicator-datetime (13.10.0+15.10.20150710.1-0ubuntu1) wily; urgency=medium

  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 10 Jul 2015 20:35:47 +0000

indicator-datetime (13.10.0+15.10.20150624-0ubuntu1) wily; urgency=medium

  [ Charles Kerr ]
  * Speedups/cleanups to the EDS regression tests

 -- CI Train Bot <ci-train-bot@canonical.com>  Wed, 24 Jun 2015 12:51:27 +0000

indicator-datetime (13.10.0+15.10.20150622-0ubuntu1) wily; urgency=medium

  [ Charles Kerr ]
  * Fix bugs relating to timezones and triggers from clock-app alarms.
    (LP: #1456281, #1465806)

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 22 Jun 2015 18:03:38 +0000

indicator-datetime (13.10.0+15.10.20150515-0ubuntu1) wily; urgency=medium

  [ Charles Kerr ]
  * Honor the 'other vibrations' setting to enable/disable vibrations
    when alarm notifications are shown.

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 15 May 2015 16:41:41 +0000

indicator-datetime (13.10.0+15.04.20150618-0ubuntu1) vivid; urgency=medium

  [ Charles Kerr ]
  * Fix invalid valarms in older clock-app alarms. (LP: #1465806)

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 18 Jun 2015 19:25:41 +0000

indicator-datetime (13.10.0+15.04.20150406-0ubuntu1) vivid; urgency=medium

  [ Charles Kerr ]
  * Improve valarm support to honor calendar events' valarm triggers.
    (LP: #1419001)

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 06 Apr 2015 23:35:46 +0000

indicator-datetime (13.10.0+15.04.20150331-0ubuntu1) vivid; urgency=medium

  [ Charles Kerr ]
  * Reduce the forced screen-on time for alarms to reduce battery
    consumption. Also, lower the default alarm duration from 30 minutes
    to 10 minutes. (LP: #1434637)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 31 Mar 2015 20:25:38 +0000

indicator-datetime (13.10.0+15.04.20150317-0ubuntu1) vivid; urgency=medium

  [ Charles Kerr ]
  * Fix bug that prevented clicking on calendar days where DST sprang
    forward. (LP: #1429388)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 17 Mar 2015 15:23:52 +0000

indicator-datetime (13.10.0+15.04.20150301.1-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Charles Kerr ]
  * create a new timerfd each time we need to call timerfd_settime().
    (LP: #1424966)

 -- CI Train Bot <ci-train-bot@canonical.com>  Sun, 01 Mar 2015 06:08:10 +0000

indicator-datetime (13.10.0+15.04.20150301-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Charles Kerr ]
  * Work around glib's type initialization deadlock. (LP: #1425297)

 -- CI Train Bot <ci-train-bot@canonical.com>  Sun, 01 Mar 2015 00:49:12 +0000

indicator-datetime (13.10.0+15.04.20150213.1-0ubuntu1) vivid; urgency=medium

  [ Charles Kerr ]
  * change the WallClock to detect time changes from
    TFD_TIMER_CANCEL_ON_SET, e.g. when ntp<-->manual is toggled

  [ CI Train Bot ]
  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 13 Feb 2015 18:31:48 +0000

indicator-datetime (13.10.0+15.04.20150128.1-0ubuntu1) vivid; urgency=low

  [ Charles Kerr ]
  * Don't play calendar alarm sounds if Silent Mode is enabled. Use the
    alarm sound role for both clock and calendar alarms. (LP: #1410874)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 Jan 2015 19:16:10 +0000

indicator-datetime (13.10.0+15.04.20150127-0ubuntu1) vivid; urgency=low

  [ Charles Kerr ]
  * Fix bug that misidentified repeating alarms as one-time alarms,
    causing them to be disabled after triggering. (LP: #1411171)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 Jan 2015 00:24:00 +0000

indicator-datetime (13.10.0+15.04.20141208-0ubuntu1) vivid; urgency=low

  [ Charles Kerr ]
  * Don't log an error if powerd isn't available on the system. (LP:
    #1384714)
  * Add support for x-canonical-alarm and x-canonical-disabled tags in
    VTODO categories so that disabled alarms will not be displayed. (LP:
    #1387231)
  * Change notifications for calendar events s.t. the sound is
    nonrepeating and the notification is temporary, not requiring user
    interaction to disappear. (LP: #1320880)
  * After a one-time Ubuntu alarm's notification is displayed, disable
    the alarm. (LP: #1362341)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Dec 2014 23:09:20 +0000

indicator-datetime (13.10.0+15.04.20141103-0ubuntu1) vivid; urgency=low

  [ Ted Gould ]
  * Small tag typo in integration test

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 03 Nov 2014 21:04:05 +0000

indicator-datetime (13.10.0+14.10.20141009-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Fix appointment comparison function to include the audio_url field
    in its test. (LP: #1364949)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 09 Oct 2014 13:35:53 +0000

indicator-datetime (13.10.0+14.10.20141007-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Change title to read "Time & Date" (LP: #1377286)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 07 Oct 2014 19:37:47 +0000

indicator-datetime (13.10.0+14.10.20140919-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Adjust our floating alarms when the local timezone changes. (LP:
    #1332095)
  * Move timezone code behind a private Impl class
  * Fix flint++ warnings
  * Make alarm notifications icons and button color match Design's
    specs. (LP: #1370594)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 19 Sep 2014 14:35:23 +0000

indicator-datetime (13.10.0+14.10.20140915-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Update the time strings when a powerd Wakeup signal is detected.
    (LP: #1359802)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 15 Sep 2014 21:03:00 +0000

indicator-datetime (13.10.0+14.10.20140908.1-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * rename "Upcoming" -> "Upcoming events"

  [ Lars Uebernickel ]
  * Use unicode characters directly instead of escaping them. (LP:
    #1350544)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Sep 2014 18:01:16 +0000

indicator-datetime (13.10.0+14.10.20140905-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Add the snooze feature (LP: #1354400)
  * In the alarm's popup notifications' titlebars, don't show the
    seconds in the time format string. (LP: #1364374)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 05 Sep 2014 14:12:46 +0000

indicator-datetime (13.10.0+14.10.20140904.1-0ubuntu1) utopic; urgency=low

  [ Ricardo Salveti de Araujo ]
  * sound: adding media role (alarm) when sink is pulsesink

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 04 Sep 2014 21:58:51 +0000

indicator-datetime (13.10.0+14.10.20140819-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Use powerd's hardware wakeup API instead of of using the
    u_hardware_alarm_*() API directly.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 19 Aug 2014 20:19:19 +0000

indicator-datetime (13.10.0+14.10.20140808-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Add haptic feedback support for alarms. (LP: #1350017)
  * Have the shared Translations.cmake file look for .c, .cc, .cpp,
    .cxx, and .vala files. (LP: #1354058)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 08 Aug 2014 20:52:54 +0000

indicator-datetime (13.10.0+14.10.20140730-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Activate the phone's screen when an alarm is displayed. (LP:
    #1340329)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 30 Jul 2014 10:55:09 +0000

indicator-datetime (13.10.0+14.10.20140725-0ubuntu1) utopic; urgency=low

  [ Mirco Müller ]
  * Make use of the x-canonical-non-shaped-icon hint to suppress masking
    the symbolic icon with an UbuntuShape. (LP: #1346925)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 25 Jul 2014 08:55:41 +0000

indicator-datetime (13.10.0+14.10.20140718-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * make the gcc version explicit in debian/control and debian/rules.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 18 Jul 2014 12:06:28 +0000

indicator-datetime (13.10.0+14.10.20140716-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Set a x-canonical-snap-decisions-timeout hint for the alarm snap
    decisions. (LP: #1324580)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Jul 2014 19:23:15 +0000

indicator-datetime (13.10.0+14.10.20140714.1-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Use GStreamer's API directly to play sound instead of using
    libcanberra. (LP: #1283065)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 14 Jul 2014 13:40:44 +0000

indicator-datetime (13.10.0+14.10.20140701-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * Add the ability to have per-alarm custom sounds. (LP: #1318997)
  * Expose the new alarm settings as DBus properties. (LP: #1318997)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Jul 2014 09:37:06 +0000

indicator-datetime (13.10.0+14.10.20140611-0ubuntu3) utopic; urgency=medium

  * Migrading to Platform V2

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 12 Jun 2014 19:41:18 -0300

indicator-datetime (13.10.0+14.10.20140611-0ubuntu2) utopic; urgency=medium

  * No change rebuild with the new libubuntu-platform-api soname

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 12 Jun 2014 22:00:03 +0200

indicator-datetime (13.10.0+14.10.20140611-0ubuntu1) utopic; urgency=low

  [ Charles Kerr ]
  * when src/timezone-file.c reads the contents of a file, skip lines
    that begin with '#' (LP: #1312775)
  * Use the Suru Arpeggio as the default alarm sound. (LP: #1309063)
  * Prefer to use ubuntu-platform-hardware-api for wakeups when possible
    s.t. user-defined alarms/appointments can wake up the phone from
    sleep to give a snap decision. (LP: #1299916)

  [ Sergey "Shnatsel" Davidoff ]
  * Add Pantheon, the desktop environment of elementary Project, to
    OnlyShowIn lists in .desktop files. (LP: #1301699)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 11 Jun 2014 12:36:52 +0000

indicator-datetime (13.10.0+14.04.20140415.3-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * If there's a large batch of EDS events coming in, try to wait until
    the event storm has passed before running our requery. (LP:
    #1306112)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Apr 2014 22:25:42 +0000

indicator-datetime (13.10.0+14.04.20140408-0ubuntu1) trusty; urgency=low

  [ Iain Lane ]
  * split_settings_location: Initialise the 'first' pointer, otherwise
    it points to random memory which leads to undefined behaviour. Fixes
    FTBFS in testsuite on arm64.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Apr 2014 13:12:09 +0000

indicator-datetime (13.10.0+14.04.20140328-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Short-term workaround for the GIO GAppInfo wakeup bug discussed in
    bug 1296233 (LP: #1296233)
  * Improved translator comments for better time/date localization. (LP:
    #1001595)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 28 Mar 2014 16:11:23 +0000

indicator-datetime (13.10.0+14.04.20140324.1-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * When clicking onto a different calendar date on the Desktop, show
    the events for that calendar day starting at the beginning of the
    day, rather than the current time of day. (LP: #1293646)
  * Point to the right object path for the phone greeter. (LP: #1294832)
  * Remove unused dependencies from packaging. (LP: #1120358)
  * Change the desktop menu's settings menuitem's label to match the
    spec. (LP: #1296585)

  [ Ted Gould ]
  * Synchronize process management across indicators

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 24 Mar 2014 16:18:24 +0000

indicator-datetime (13.10.0+14.04.20140321-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * If we notify_notification_show() fails, we shouldn't play the alarm
    sound. The alarm sound loops until the user dismisses it, which will
    never happen if we can't talk to unity-notiifications. So the
    outcome in this error case is that the alarm plays forever and can't
    be dismissed by the user. (LP: #1295237)
  * Add debug logging of what capabilities the notification server said
    it supports. (LP: #1295271)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Mar 2014 05:23:04 +0000

indicator-datetime (13.10.0+14.04.20140314.1-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * When the user clicks on a date in the calendar, update the "Upcoming
    Events" section to show events starting at that date. (LP: #1290169)
  * Don't use EDS if we're in the greeter. (LP: #1256130)
  * Don't show the "Add Event..." button if the calendar app can't be
    found. (LP: #1250632)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 14 Mar 2014 17:37:32 +0000

indicator-datetime (13.10.0+14.04.20140311.1-0ubuntu1) trusty; urgency=low

  [ Lars Uebernickel ]
  * add desktop_lockscreen profile

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Mar 2014 18:16:48 +0000

indicator-datetime (13.10.0+14.04.20140227.1-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * When the notification engine is notify-osd, use bubble notifications
    instead of the phone's snap decisions. (LP: #1283142)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 27 Feb 2014 18:44:10 +0000

indicator-datetime (13.10.0+14.04.20140227-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Don't log E_CLIENT_ERROR_NOT_SUPPORTED errors returned by
    e_cal_client_get_attachment_uris() -- we can silently interpret that
    as 'no attachments' (LP: #1285212)
  * DateTime::format(), don't pass NULL to a std::string's assignment
    operator (LP: #1285243)
  * In EdsPlanner's get_appointments(), sort 'em before returning them
    to the caller. (LP: #1285249)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 27 Feb 2014 10:59:26 +0000

indicator-datetime (13.10.0+14.04.20140225-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Test the EClient's color hint string for NULL before passing it to a
    std::string constructor. (LP: #1283834)
  * Test the EDS component summary for NULL before using it in a
    std::string. (LP: #1280341)
  * In the alarms menu, don't let iterations of recurring events drown
    out everything else.
  * Fix g_assert_if_reached() in EdsPlanner::on_source_enabled(). (LP:
    #1283610)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 25 Feb 2014 16:58:43 +0000

indicator-datetime (13.10.0+14.04.20140219.1-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * support for ubuntu-clock-app's alarms (LP: #1233176)

  [ Ted Gould ]
  * Adding acceptance tests and merge review policies

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Feb 2014 18:02:43 +0000

indicator-datetime (13.10.0+14.04.20140217-0ubuntu1) trusty; urgency=low

  [ Robert Ancell ]
  * Move date/time panel into unity-control-center

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 17 Feb 2014 12:53:26 +0000

indicator-datetime (13.10.0+14.04.20140205-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Don't load the alarm icon until it's needed s.t. we don't hit click
    unnecessarily when starting up in the greeter.

  [ Sebastien Bacher ]
  * use the correct naming under unity-control-center

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Feb 2014 18:22:52 +0000

indicator-datetime (13.10.0+14.04.20140131-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Finally land this. Other, still open bugs will be fixed in
    subsequent commits. (LP: #793450)

  [ Sebastien Bacher ]
  * Use the correct location for datetime-dialog.ui. (LP: #1274046)

  [ Lars Uebernickel ]
  * Set calendar to the current date when the menu is popped up This
    makes use of the "submenu-action" attribute to get notified when the
    menu is popped up. Charles, if your big refactoring-branch should
    land before this, do you mind adapting this patch for that? Thanks .
    (LP: #793450)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 31 Jan 2014 11:46:16 +0000

indicator-datetime (13.10.0+14.04.20140124-0ubuntu1) trusty; urgency=low

  [ Robert Ancell ]
  * Support both gnome-control-center and unity-control-center. (LP:
    #1257505)
  * Run the unity-control-center panel under Unity. Rename the unity
    panel to just "datetime".

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 294

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 24 Jan 2014 11:00:08 +0000

indicator-datetime (13.10.0+14.04.20131217-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Make the phone profile's header format sensitive to whether the
    phone is running in a 12h or 24h locale, and use a 12h or 24h
    notation accordingly. (LP: #1256061)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 291

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 17 Dec 2013 09:49:56 +0000

indicator-datetime (13.10.0+14.04.20131125-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Switch the build system to cmake. (LP: #1237509)
  * As per the spec, let users show the year in indicator-datetime. (LP:
    #465689)
  * Don't generate g_critical() messages in the log when the timezone
    object is clearing its value. . (LP: #1246532)
  * When in the desktop-greeter mode, don't allow clicking on calendar
    dates to launch evolution. (LP: #1246812)
  * Use g_icon_serialize() output when setting menuitems' "icon"
    property.
  * In src/clock-live.c, pass the right pointer to
    on_detect_location_changed(). (LP: #1251460)

  [ Ted Gould ]
  * Adding a phone_greeter profile.
  * Upstart Job. (LP: #1185565)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 289

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Nov 2013 03:55:52 +0000

indicator-datetime (13.10.0+13.10.20131023.2-0ubuntu2) trusty; urgency=low

  * No-change rebuild for new e-d-s

 -- Iain Lane <iain@orangesquash.org.uk>  Wed, 13 Nov 2013 13:12:53 +0000

indicator-datetime (13.10.0+13.10.20131023.2-0ubuntu1) saucy-proposed; urgency=low

  [ Marcus Tomlinson ]
  * Fixed datetime title text to read "Date and Time" rather than the
    day of the week (as per spec). (LP: #1236400)

  [ Lars Uebernickel ]
  * Work around glib's type initialization deadlock.
    https://bugzilla.gnome.org/show_bug.cgi?id=674885. (LP: #1239710)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 279

 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Mon, 28 Oct 2013 14:59:27 -0400

indicator-datetime (13.10.0+13.10.20131016.2-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Remove the g_error() call that caused an abort() in the call to
    on_name_lost() in our bus handler. (LP: #1238737)

  [ Didier Roche ]
  * remove invalid click recommends and downgrade to Suggests

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 274

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Oct 2013 15:30:10 +0000

indicator-datetime (13.10.0+13.10.20131016-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Use the Unity Mobile icon name for the alarm clock icon.
  * cache our internal GTimeZone instead of constantly re-creating it.
    (LP: #1238043)
  * Changes the phone profile's "Clock" menuitem in two ways: 1. instead
    of using a stock icon, try to use the clock app's icon. 2. when
    clicked, launch the clock app. (LP: #1227106)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 271

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Oct 2013 02:35:10 +0000

indicator-datetime (13.10.0+13.10.20131011-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * start tracking failure-to-connect-to-bus errors on indicator-
    datetime. (LP: #1227519)
  * When an unsupported date format is being used, improve the error
    message to also include the unsupported date format so that users
    can include it in their bug reports. (LP: #1196059)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 267

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Oct 2013 04:27:40 +0000

indicator-datetime (13.10.0+13.10.20131004-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Change the tablet time format string to remove leading zeroes from
    the hour component of the time format (ie, H:MM rather than HH:MM).
    (LP: #1234483)
  * on the phone, show appointments at 1AM as '1 AM', clock times as
    '1:00 AM'. (LP: #1220297)
  * Update settings URL to settings:///system. (LP: #1231444)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 264

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Oct 2013 02:29:26 +0000

indicator-datetime (13.10.0+13.10.20130930-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Use url-dispatcher instead of invoking system-settings directly.
    (LP: #1230819)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 260

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 30 Sep 2013 06:32:59 +0000

indicator-datetime (13.10.0+13.10.20130924.2-0ubuntu1) saucy; urgency=low

  [ Timo Jyrinki ]
  * Add X-Ubuntu-Gettext-Domain in .desktop file to use translations
    (LP: #1223498). (LP: #1223498)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 258

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 24 Sep 2013 08:58:52 +0000

indicator-datetime (13.10.0+13.10.20130913-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Make the EDS planner nonblocking. (LP: #1204532)
  * Minor changes that eliminate unnecessary temporary strings.
  * This change adds a GSettings* arg to the utils functions so that
    they don't have to churn through temporary GSettings objects. These
    functions are usually called in a loop, causing a lot of GSettings
    temporaries, even though the calling code already has an instance
    for that GSettings schema.
  * name says it all; this branch is for improving indicator-datetime
    test coverage.
  * Remove code duplication between timezone-file and timezone-geoclue.
  * Adds a title in the header's action state. (LP: #1223635)

  [ Ted Gould ]
  * Fix GeoClue signal handler to have proper prototype. (LP: #1195874)
  * Protect against invalid begin or end dates. (LP: #1216263)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 256

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Sep 2013 15:16:38 +0000

indicator-datetime (13.10.0+13.10.20130903-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Really don't install *.la file.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 247

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 03 Sep 2013 02:08:17 +0000

indicator-datetime (13.10.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Updating version to make the Conflicts/Replace nicer
  * Split out gnome-control-center panel into it's own package

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 245

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 Aug 2013 10:09:19 +0000

indicator-datetime (12.10.3+13.10.20130822.1-0ubuntu1) saucy; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Iain Lane ]
  * Use month '1' when constructing the 'begin' range to decide which
    appointments to display. glib started validating the arguments to
    g_date_time_new and it turns out that '0' isn't a valid day of the
    month.
  * Don't use deprecated g_simple_action_group_insert; use
    g_action_map_add_action instead.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 243

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 Aug 2013 21:46:45 +0000

indicator-datetime (12.10.3+13.10.20130731-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * add a phone menu as described at
    https://wiki.ubuntu.com/TimeAndDate#Indicator.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 240

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

indicator-datetime (12.10.3+13.10.20130725-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Add a phone entry in the datetime .indicator file.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 238

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

indicator-datetime (12.10.3+13.10.20130716-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Have 'Help' point to the Time & Date section of help.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 236

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

indicator-datetime (12.10.3+13.10.20130708-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * Make the desktop greeter's menu name 'desktop_greeter'.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 234

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

indicator-datetime (12.10.3+13.10.20130703.1-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * make the greeter menu key consistent with indicator-session.

  [ Lars Uebernickel ]
  * Set the desired position in the panel. (LP: #1196650)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 232

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 03 Jul 2013 14:17:15 +0000

indicator-datetime (12.10.3+13.10.20130702-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * at seb's request, use … directly in strings instead of the C octal
    escaped UTF-8.
  * remove --enable-localinstall from this indicator, too.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 229

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

indicator-datetime (12.10.3+13.10.20130628-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * This push extracts geoclue to its own self-contained module, fixes
    an errant g_critical, and merges ryan's timedate1 changes from the
    13.04 branch.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 226

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

indicator-datetime (12.10.3daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Iain Lane ]
  * Link test program in the right order. Importantly, make sure
    XORG_GTEST_LIBS comes after it as it uses pthread.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 224

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

indicator-datetime (12.10.3daily13.06.07-0ubuntu2) saucy; urgency=low

  * Build against libical 1.0

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 13 Jun 2013 13:23:54 +0100

indicator-datetime (12.10.3daily13.06.07-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Rename .desktop file for compatibility with gnome-control-center 3.8

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 220

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 07 Jun 2013 02:02:41 +0000

indicator-datetime (12.10.3daily13.05.06.1-0ubuntu2) saucy; urgency=low

  * debian/control, configure.ac: Remove obsolete dependency on
    libedataserverui-3.0-dev

 -- Iain Lane <iain.lane@canonical.com>  Fri, 31 May 2013 10:31:55 +0100

indicator-datetime (12.10.3daily13.05.06.1-0ubuntu1) saucy; urgency=low

  [ Sebastien Bacher ]
  * [FFE] Use systemd-services rather than ubuntu-system-service
    systemdcompatibility code (LP: #1153567)

  [ Iain Lane ]
  * Stop using ConsoleKit (LP: #1156613)

  [ Mathieu Trudel-Lapierre ]
  * [FFE] Use systemd-services rather than ubuntu-system-service
    systemdcompatibility code (LP: #1153567)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 216

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 06 May 2013 19:23:23 +0000

indicator-datetime (12.10.3daily13.05.02-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * g_critical hit when datetime indicator first shown (LP: #1175392)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 213

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

indicator-datetime (12.10.3daily13.03.26-0ubuntu1) raring; urgency=low

  * Use systemd's service backend, ffe lp: #1153567
  * debian/control: depends on systemd-services and systemd-shim

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 26 Mar 2013 19:53:55 +0100

indicator-datetime (12.10.3daily13.03.07-0ubuntu1) raring; urgency=low

  [ Michael Terry ]
  * Manually editing date field results in bogus date (LP: #1149696)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 210

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Thu, 07 Mar 2013 02:01:22 +0000

indicator-datetime (12.10.3daily13.03.06-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Jenkins build failure on gtest "undefined reference to symbol
    'pthread_key_delete@@GLIBC_2.2.5'" (LP: #1126362)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 208

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 06 Mar 2013 02:01:48 +0000

indicator-datetime (12.10.3daily13.02.06-0ubuntu1) raring; urgency=low

  [ Colin Watson ]
  * build_timezone leaks timezonefile reference (LP: #1111628)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 206

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

indicator-datetime (12.10.3daily13.02.01-0ubuntu1) raring; urgency=low

  [ Colin Watson ]
  * Misuses g_object_connect (LP: #1110362)
  * Lots of criticals from dbusmenu_menuitem_property_set_variant (LP:
    #1110398)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 204

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

indicator-datetime (12.10.3daily13.01.25-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 201

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

indicator-datetime (12.10.3daily12.11.23-0ubuntu1) raring; urgency=low

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 197 (bootstrap):
    - Add scaffolding for Google Tests. (LP: #985060)
    - Add "check-news" to our AM_INIT_AUTOMAKE() call. (LP: #1075753)
    - Don't use geoclue until the user clicks the "Show time in auto-detected
      location" checkbox. (LP: #1074999)
    - Remove stray semicolon found by Coverity. (LP: #1064546)
  * debian/control:
    - Update to follow style like other indicator packages: use trailing commas
      at the end of lists.
    - Reorganize Build-Depends for clarity.
    - Drop Build-Depends on cdbs, bump debhelper to (>= 9).
    - Update Vcs-Bzr and Vcs-Browser, add a notice for uploaders.
    - Add gnome-common to Build-Depends.
    - Add libxorg-gtest-dev, libgtest-dev to Build-Depends.
  * debian/compat: bump compat level to 9.
  * debian/rules:
    - Switch to using the dh sequencer instead of cdbs rules, adjust targets
      accordingly.
    - Override dh_autoreconf to make it use autogen.sh from upstream.

  [ Didier Roche ]
  * debian/copyright:
    - Update the copyright

  [ Mathieu Trudel-Lapierre ]
  * Don't use geoclue if "show-auto-detected-location" is set to false
    (LP: #1074999)
  * Add check-news to indicators' AM_INIT_AUTOMAKE rules (LP: #1075753)
  * Add Google Test to projects lacking test suites (LP: #985060)
  * Stray semicolon in datetime-prefs (LP: #1064546)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 199

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Fri, 23 Nov 2012 07:39:58 +0000

indicator-datetime (12.10.2-0ubuntu4) raring; urgency=low

  * Backported r192 and r193, fix:
    - "shows all-day events one day too early" (lp: #1000182)
    - "Bogus insensitive events after clicking on different date"
       (lp: #1069177)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 05 Nov 2012 17:23:13 +0100

indicator-datetime (12.10.2-0ubuntu3) quantal; urgency=low

  * Backport "fix off-by-one error" leading to have the settings item run
    the calendar application rather than the control center (lp: #1064375)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 09 Oct 2012 19:35:18 +0200

indicator-datetime (12.10.2-0ubuntu2) quantal; urgency=low

  * Backport fix from Lars for a missing NULL check leading to segfault
    (lp: #1061867)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 05 Oct 2012 17:24:16 +0200

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

  * New upstream release:
    - Fix 12.10.0 appointment calendar regression. (LP: #1060263)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 04 Oct 2012 17:53:56 +0200

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

  * New upstream release.
    - Gracefully handle clock skew (LP: #917236)
    - Raise the version number of our EDS dependency (LP: #1024437)
    - Fix X-Ubuntu-Gettext-Domain entries in the .desktop file (LP: #1048834)
    - Remove unnecessary watching for geoclue address provider changes
  * build-dep on newer e-d-s stack

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 20 Sep 2012 18:51:34 +0200

indicator-datetime (12.10.0-0ubuntu2) quantal; urgency=low

  * data/indicator-datetime-preferences.desktop.in
    - Removed stray lines from the desktop file, it's causing duplicate
      X-Ubuntu-Gettext-Domain to get added. (LP: #1048834)

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 11 Sep 2012 15:38:10 -0400

indicator-datetime (12.10.0-0ubuntu1) quantal; urgency=low

  * New upstream release:
    - Support EDS 3.6's API
    - Apply an 'en space' between the date and time strings. (LP #749847)
    - Sort locations as spec'ed by https://wiki.ubuntu.com/TimeAndDate
    - Fix a bug that caused location settings to be re-saved each 2 seconds
  * debian/control, debian/indicator-datetime.install, debian/rules:
    - drop GTK2 build it's deprecated
  * debian/patches/port-eds-3.5.patch: included in the new version

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 13 Jul 2012 17:56:46 +0200

indicator-datetime (0.3.94-0ubuntu4) quantal-proposed; urgency=low

  * debian/patches/port-eds-3.5.patch: update to build with the new EDS
    3.5 APIs.

 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Thu, 05 Jul 2012 17:11:31 -0400

indicator-datetime (0.3.94-0ubuntu3) quantal; urgency=low

  * Rebuild against evolution-data-server 3.4

 -- Jeremy Bicha <jbicha@ubuntu.com>  Fri, 25 May 2012 20:21:44 -0400

indicator-datetime (0.3.94-0ubuntu2) precise; urgency=low

  * src/datetime-prefs-locations.c, src/datetime-prefs.c
    - Switch the parsing of the lat and long to be non-locale based as it's
      returned from the webservice in C, we want to parse it using the decimal
      instead of a comma.  This fixes incorrect timezone selection for users
      with a locale that uses a comma as a decimal separator  (LP: #773987)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 18 Apr 2012 23:20:30 -0400

indicator-datetime (0.3.94-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fix location timezone sorting issue.
    * Clicking the systems settings window shouldn't close the
      Locations dialog. (LP: #947315)
    * Add gcov targets to autotools build for code-coverage reporting.

 -- Charles Kerr <charles.kerr@canonical.com>  Wed, 04 Apr 2012 16:53:20 -0500

indicator-datetime (0.3.93-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fix g-c-c crash caused by datetime's prefs panel (LP: #942450)
    * Fix several memory leaks in datetime's preferences page (LP: #965533)

 -- Charles Kerr <charles.kerr@canonical.com>  Wed, 28 Mar 2012 16:10:35 -0700

indicator-datetime (0.3.92-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Fix several memory leaks (LP: #772340, LP: #957320)

 -- Charles Kerr <charles.kerr@canonical.com>  Wed, 21 Mar 2012 11:22:20 -0500

indicator-datetime (0.3.91-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Make GSettings readonly to fix DConf service starting on boot
    * Explicitly give types to GVariant Builder
    * Confirm scanf usage for Coverity (LP: #943747)
    * Remove unused code (LP: #943746)
    * Fix timezone ordering in the menu (LP: #833325, LP: #833337)

 -- Ted Gould <ted@ubuntu.com>  Thu, 08 Mar 2012 16:58:28 -0600

indicator-datetime (0.3.90-0ubuntu1) precise; urgency=low

  * New upstream release.
    * Still need to distribute these files even if we're not building it
    * Adding some extra ignore stuff in
    * Adding in code coverage calculation
    * Allow ccpanel to be optional
    * Move to use libtimezone map
    * Add a name hint on the indicator
    * Build fixes for updated dependencies
    * Fixing Geoclue support
  * debian/control:
    * Bumping libdbusmenu requirement to 0.5.90
    * Added dependency on libtimezonemap
  * debian/patches: Removed, all upstream.

 -- Ted Gould <ted@ubuntu.com>  Fri, 17 Feb 2012 16:24:51 -0600

indicator-datetime (0.3.1-0ubuntu5) precise; urgency=low

  * no change rebuild for libindicator7

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

indicator-datetime (0.3.1-0ubuntu4) precise; urgency=low

  [ Andreas Moog ]
  * Migrate from libpolkit-gtk-1-dev to libpolkit-gobject-1-dev.

  [ Martin Pitt ]
  * Add disable_Werror.patch: Disable -Werror, causes build failures due to
    deprecated symbols.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 23 Jan 2012 13:09:08 +0100

indicator-datetime (0.3.1-0ubuntu3) precise; urgency=low

  * Rebuild for the new e-d-s libraries.
  * debian/patches/gtk_box_api.patch: port gtk_hbox_new() to gtk_box_new() if
    building for GTK3, no change if building against GTK2.

 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>  Fri, 13 Jan 2012 00:03:40 +0100

indicator-datetime (0.3.1-0ubuntu2) precise; urgency=low

  * debian/patches/lp_802384.patch
    - Fixed a NULL check which prevented querying geoclue (LP: #802384)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 28 Oct 2011 11:20:55 -0400

indicator-datetime (0.3.1-0ubuntu1) oneiric-proposed; urgency=low

  * New upstream release.
    * Drop an unused icon (LP: #746176)
    * Fix showing a timezone that we're currently set to (LP: #833337)
    * Remove check for libunique as it's unused
  * debian/control: Drop libunique requirements, it was unused

 -- Ted Gould <ted@ubuntu.com>  Thu, 13 Oct 2011 13:40:21 -0500

indicator-datetime (0.3.0-0ubuntu3) oneiric; urgency=low

  * Reupload to oneiric final, the fix is safe and important enough.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 06 Oct 2011 06:50:30 +0200

indicator-datetime (0.3.0-0ubuntu2) oneiric-proposed; urgency=low

  * debian/patches/lp_844741.patch
    - gnome-control-center crashed with SIGABRT in raise() (LP: #844741)

 -- Ken VanDine <ken.vandine@canonical.com>  Wed, 05 Oct 2011 11:59:21 -0400

indicator-datetime (0.3.0-0ubuntu1) oneiric; urgency=low

  [ Ken VanDine ]
  * debian/control
    - Added recommends for e-d-s

  [ Ted Gould ]
  * New upstream release.
    * Fix corrupt environment when LANGUAGE not set (LP: #861123)
    * Measure string size with GLib (LP: #730476)
    * Free ECals when they have errors (LP: #774071)
    * Fix untranslated string (LP: #853130)

 -- Ted Gould <ted@ubuntu.com>  Thu, 29 Sep 2011 15:39:41 -0500

indicator-datetime (0.2.95-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Set default timezone on events without (LP: #837359)
    * Update docs to specify correct custom formats (LP: #775113)
    * Remove add event when using greeter (LP: #836521)
    * Fix gettext domain for builder files (LP: #845473)
    * Update date correctly when opening menu (LP: #793450)

  [ Didier Roche ]
  * debian/control:
    - bump the libglib build-dep

 -- Ted Gould <ted@ubuntu.com>  Thu, 15 Sep 2011 10:45:57 -0500

indicator-datetime (0.2.93-0ubuntu2) oneiric; urgency=low

  * debian/rules
    - dh_translations doesn't handle multibuilds, so manually add the domain

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 26 Aug 2011 10:35:45 -0400

indicator-datetime (0.2.93-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    ∘ Use cleaner GDateTime API
    ∘ Use locale preferred date format (LP: #729056)
    ∘ Use real ellipsis (LP: #621339)

 -- Ted Gould <ted@ubuntu.com>  Thu, 18 Aug 2011 15:36:21 -0500

indicator-datetime (0.2.92-0ubuntu1) oneiric; urgency=low

  * New upstream release.
    * Adding in a new greeter mode
    * Fixing autotools

 -- Ted Gould <ted@ubuntu.com>  Thu, 11 Aug 2011 11:30:50 -0500

indicator-datetime (0.2.91-0ubuntu3) oneiric; urgency=low

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

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

indicator-datetime (0.2.91-0ubuntu2) oneiric; urgency=low

  * No change rebuild for evolution-data-server 3.1.3.1

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 12 Jul 2011 13:45:24 -0400

indicator-datetime (0.2.91-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * libindicator 0.4 transition
    * Making preferences a gnome-control-center plugin
    * Calling gnome-control-center from the menu
    * Fixing timezone setting with new gsd
  * Dropped debian/patches/fix-timezones.patch: merged upstream

  [ Ken VanDine ]
  * debian/control
    - Bumped build depends for libindicator to >= 0.3.90
    - Added build depends on libgnome-control-center-dev
    - Added depends for gnome-control-center

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 08 Jul 2011 09:38:50 -0400

indicator-datetime (0.2.90-0ubuntu4) oneiric; urgency=low

  * No change rebuild to fix badly packaged diff.gz from last time

 -- Michael Terry <mterry@ubuntu.com>  Tue, 28 Jun 2011 17:55:25 +0100

indicator-datetime (0.2.90-0ubuntu3) oneiric; urgency=low

  * debian/rules, debian/control:
    - Arg, this wasn't source format 3.0, so add quilt so that the patch
      applies.

 -- Michael Terry <mterry@ubuntu.com>  Tue, 28 Jun 2011 17:05:59 +0100

indicator-datetime (0.2.90-0ubuntu2) oneiric; urgency=low

  * debian/control:
    - Drop -gtk2 recommends for the gtk3 indicator
  * debian/rules:
    - Use dh-autoreconf
  * debian/patches/fix-timezones.patch:
    - Add patch to handle g-s-d DBus API change for timezones and to
      be more robust about querying what the current timezone is

 -- Michael Terry <mterry@ubuntu.com>  Tue, 28 Jun 2011 15:42:39 +0100

indicator-datetime (0.2.90-0ubuntu1) oneiric; urgency=low

  [ Ted Gould ]
  * New upstream release.
    - Set minimum width for appointments to prevent continuous resizing
      when the calendar is hiden and ensure there is enough of the
      event description visible (LP: #762976)
    - ellipsize long appointment descriptions (LP: #750671)
    - GTK3 build
  * Dropping debian/patches/lp_762976.patch and debian/patches/lp_750671.patch
    as merged upstream.
  * debian/control: Switching dep to libedataserverui-3.0-dev

  [ Ken VanDine ]
  * debian/control
    - Bumped standards version to 3.9.2
    - Add new binary for indicator-datetime-gtk2
    - Make indicator-datetime recommend indicator-datetime-gtk2 (until unity
      can load gtk3 indicators)
    - indicator-datetime-gtk2 replaces indicator-datetime << 0.2.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 11:46:55 -0400

indicator-datetime (0.2.3-0ubuntu3) natty; urgency=low

  * debian/patches/lp_762976.patch
    - Set minimum width for appointments to prevent continuous resizing
      when the calendar is hiden and ensure there is enough of the
      event description visible (LP: #762976)

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 18 Apr 2011 10:05:41 -0400

indicator-datetime (0.2.3-0ubuntu2) natty; urgency=low

  * debian/patches/lp_750671.patch
    - ellipsize long appointment descriptions (LP: #750671)

 -- Ken VanDine <ken.vandine@canonical.com>  Fri, 15 Apr 2011 10:00:41 -0400

indicator-datetime (0.2.3-0ubuntu2~ppa1) natty; urgency=low

  * Upstream Merge
    * Ellipsize calendar entries that are too long (LP: #750671)

 -- Ted Gould <ted@ubuntu.com>  Fri, 15 Apr 2011 09:32:43 -0500

indicator-datetime (0.2.3-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Use GTK directly for detecting when the menu appears and disappears
      to reset the date (LP: #649800)
    ∘ Handle items being removed from the locations list by choosing
      another item in the list (LP: #740948)
    ∘ Check for resume in the service and update the label as well
      (LP: #759854)

 -- Ted Gould <ted@ubuntu.com>  Thu, 14 Apr 2011 14:51:20 -0500

indicator-datetime (0.2.2-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    ∘ Add language and proper distro version to geonames URL to allow
      for proper server side fixes
    ∘ Give full day events the day name instead of a time
    ∘ Make sure the calendar follows the user setting (LP: #748772)
    ∘ Ensure that events handle month boundaries correctly (LP: #746713)
    ∘ Only show calendars the user has configured (LP: #729033)
    ∘ Reenable clicking on the timezone in the menu to set it.

  [ Ken VanDine ]
  * debian/control
    - Added build depends for libgconf2-dev

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 07 Apr 2011 14:53:52 -0400

indicator-datetime (0.2.1-0ubuntu1) natty; urgency=low

  * New upstream release.
    * indicator-datetime-preferences crashed with SIGSEGV in
      g_utf8_normalize() (LP: #727089)
    * Uninstalling Evolution removes calendar from clock applet (LP: #691953)
    * clock doesn't update on timezone change (LP: #735445)
    * Cannot change main location (LP: #729029)
    * indicator-datetime-preferences crashed with SIGSEGV in
      g_simple_async_result_complete() (LP: #734951)
    * Time zone map looks identical when sensitive vs. insensitive (LP: #740846)
    * "Locations" window behaves like a modal dialog (LP: #740924)
    * Added location for clock menu isn't used or remembered (LP: #740930)
    * Time not displayed for added location in "Locations" window (LP: #740931)
    * "UTC" location can be removed but not re-added (LP: #740938)
    * "Locations" window bottom bar is missing a border (LP: #740941)
    * Add and Remove buttons in "Locations" window have unnecessary tooltips
      (LP: #740944)
    * No separator between "Add Event" and locations (LP: #740971)
    * indicator-datetime-preferences crashed with SIGSEGV in
      g_atomic_int_exchange_and_add() (LP: #740978)
    * inicator-datetime dosen't show corretly the time when changing from 24
      hours format to 12 hours (LP: #743394)
    * Add tooltips on the error icons
    * Fix marking to refresh as the calendar changes
    * Recycle old entries to make the refresh cleaner
    * Use day when timezone is set to 'locale'
    * Reset time when coming back from suspend (LP: #726053)

 -- Ted Gould <ted@ubuntu.com>  Thu, 31 Mar 2011 14:32:40 -0500

indicator-datetime (0.2.0-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Remove unused liboobs
    ∘ Add translator comments and make strings translatable (LP: #737326)
    ∘ Remove password dialog for calendars not the keyring
    ∘ Use default matching when geonames aren't available (LP: #740870)
    ∘ UI Cleanups and naming fixes (LP: #740806, LP: #740819)
    ∘ Free JSON parser data
    ∘ Avoid duplicates in GeoNames data (LP: #740884)
    ∘ Make location completion more robust
  * debian/control: Dropping liboobs

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

indicator-datetime (0.1.98-0ubuntu1) natty; urgency=low

  * New upstream release.
    ∘ Make appointments match calendar month
    ∘ Fix time format of appointments
    ∘ Get date change signals from calendar and adjust based on them.
    ∘ Crash fixes (LP: #733833, LP: #729444)
    ∘ Valgrind invalid read (LP: #729175)
    ∘ Translation fixes to date label (LP: #729632)
    * Fix handling of reoccruing events
    * Handle settings in the indicator
    * Allow for hiding the calendar and the clock

 -- Ted Gould <ted@ubuntu.com>  Wed, 16 Mar 2011 16:17:38 -0500

indicator-datetime (0.1.97-0ubuntu1~ppa1) natty; urgency=low

  * New upstream release.
    * Fix handling of reoccruing events
    * Handle settings in the indicator
    * Allow for hiding the calendar and the clock

 -- Ted Gould <ted@ubuntu.com>  Thu, 10 Mar 2011 23:14:41 -0600

indicator-datetime (0.1.96-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Preference UI cleanups
    * Fix color rendering for appointments
    * Fix spin buttons to behave properly

  [ Ken VanDine ]
  * Better handling of recurring events (LP: #726603)

 -- Ken VanDine <ken.vandine@canonical.com>  Thu, 03 Mar 2011 16:38:01 -0500

indicator-datetime (0.1.95-0ubuntu1) natty; urgency=low

  * New upstream release.
    - New preference dialog
    - Improved EDS support
    - Improved timezone support
  * debian/control:
    - Update Build-Depends

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

indicator-datetime (0.1.94-0ubuntu1) natty; urgency=low

  [ Ted Gould ]
  * New upstream release.
    ∘ Timezone support
    ∘ Multiple calendar support
    ∘ Accessible description

  [ Ken VanDine ]
  * debian/control
    - Added build depends for libedataserverui1.2-dev

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

indicator-datetime (0.1.93-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Merging in first EDS branch
  * debian/rules: Adding in autoreconf

  [ Ken VanDine ]
  * debian/control
    - New build deps for eds integration, libecal1.2-dev, libical-dev,
      libgtk2.0-dev, libcairo2-dev, libedataserver1.2-dev

 -- Ted Gould <ted@ubuntu.com>  Wed, 09 Feb 2011 13:25:57 -0600

indicator-datetime (0.1.92-0ubuntu4) natty; urgency=low

  * debian/source/format
    - Source format v1 instead of v3

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 08 Feb 2011 13:59:35 -0500

indicator-datetime (0.1.92-0ubuntu3) natty; urgency=low

  * debian/control
    - Bump standards version to 3.9.1
    - Set Vcs-Bzr
  * +debian/source/format

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

indicator-datetime (0.1.92-0ubuntu2) natty; urgency=low

  * debian/control
    - Depend on geoclue-ubuntu-geoip | geoclue-provider (LP: #714763)
  * src/datetime-service.c
    - Don't crash if we can get a geoclue provider (LP: #714763)

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

indicator-datetime (0.1.92-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Increase robustness of GeoClue error handling
    * Remove g_error()'s from the .so

 -- Ted Gould <ted@ubuntu.com>  Thu, 03 Feb 2011 15:10:43 -0600

indicator-datetime (0.1.91-0ubuntu1~ppa1) natty; urgency=low

  * New upstream release.
    * Change to canonical.com for naming
    * Fixing a type callback
    * Switching to GDbus and dbusmenu-0.4
    * Supporting a wider range of custom strings for time and support
      seconds in the custom time strings.
    * Fixing to take time settings from LC_TIME

 -- Ted Gould <ted@ubuntu.com>  Thu, 27 Jan 2011 16:48:48 -0600

indicator-datetime (0.1.90.is.0.0.6-0ubuntu2) natty; urgency=low

  * Merged gdbus and dbusmenu-glib-0.4 port
  * debian/control
    - Added build depends for dh-autoreconf
    - bumped dbusmenu build depends to >= 0.3.91
  * debian/rules
    - Added autoreconf.mk

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

indicator-datetime (0.1.90.is.0.0.6-0ubuntu1) natty; urgency=low

  * Uploading 0.0.6 again to superceed 0.1.90 which is still blocked on
    MIR

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 13 Dec 2010 11:30:25 -0500

indicator-datetime (0.1.90-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:46:00 -0500

indicator-datetime (0.1.90-0ubuntu1) natty; urgency=low

  * New upstream release.
    * Generate the format string at init
    * Add in Geoclue support for setting proper timezone
    * Add support for building GTK2 and GTK3 versions
  * debian/control: Add recommends for geoclue-ubuntu-geoip
  * debian/control: Adding dependencies on Geoclue and OOBS

 -- Ted Gould <ted@ubuntu.com>  Fri, 03 Dec 2010 13:46:32 -0600

indicator-datetime (0.0.6-0ubuntu3) maverick; urgency=low

  * Cherry-picked from upstream:
    - Fix date string format (12/24h) not taken from translation (LP: #579134)

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 30 Sep 2010 16:09:41 +0200

indicator-datetime (0.0.6-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:21:26 +0200

indicator-datetime (0.0.6-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Refresh times on timezone change
    * Update the date daily (lp: #614529)
    * Fixing distcheck

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

indicator-datetime (0.0.5-0ubuntu2) maverick; urgency=low

  * debian/rules: use gnome.mk so a translation template is built (lp: #612540)

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 03 Aug 2010 12:41:08 +0200

indicator-datetime (0.0.5-0ubuntu1) maverick; urgency=low

  * New version update

  [ Ted Gould ]
  * Upstream Merge
    * Making time format configurable via translations and
      gsettings.
  * debian/control: Adding in a glib dependency to get gsettings
  * Autogen update

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

indicator-datetime (0.0.4-0ubuntu1) maverick; urgency=low

  * New upstream release.
    * Change menus to come from the service

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

indicator-datetime (0.0.3-0ubuntu1) maverick; urgency=low

  [ Ted Gould ]
  * New upstream release.
    * Copyright fixes
    * Adding translations
    * Fix translation domain

  [ Didier Roche ]
  * debian/control:
    - bump Standards-Version to latest
    - fix homepage url
    - remove uneeded pkg-config build-dep
    - Recommends: indicator-applet | indicator-renderer

 -- Didier Roche <didrocks@ubuntu.com>  Mon, 07 Jun 2010 10:24:51 +0200

indicator-datetime (0.0.2-0ubuntu1) maverick; urgency=low

  * New upstream release.

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 03 Jun 2010 17:44:45 +0200

indicator-datetime (0.0.2-0ubuntu1~ppa1) lucid; urgency=low

  * New upstream release.
    * Making label guess and reasonable width starting out.

 -- Ted Gould <ted@ubuntu.com>  Thu, 04 Mar 2010 12:04:55 -0600

indicator-datetime (0.0.1-0ubuntu1) lucid; urgency=low

  * New upstream release.
  * debian/control:
    - add libdbusmenu-gtk-dev build-dep (/!\ not in configure.ac)

 -- Didier Roche <didrocks@ubuntu.com>  Fri, 26 Feb 2010 10:41:22 +0100

indicator-datetime (0.0.1~r2-0ubuntu3) lucid; urgency=low

  * debian/control: Adding libdbusmenu-gtk as a build dep

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

indicator-datetime (0.0.1~r2-0ubuntu2) lucid; urgency=low

  * debian/control:
    - fix build-dep

 -- Didier Roche <didrocks@ubuntu.com>  Thu, 11 Feb 2010 20:27:22 +0100

indicator-datetime (0.0.1~r2-0ubuntu1) lucid; urgency=low

  * new upstream version

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 10 Feb 2010 12:10:48 +0100

indicator-datetime (0.0.1~r1-0ubuntu1) lucid; urgency=low

  * Initial packaging

 -- Didier Roche <didrocks@ubuntu.com>  Wed, 27 Jan 2010 12:13:00 +0100