aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 64f74cf4cfdc698c8b85ed8f1f0a14657b8bbc1f (plain) (blame)
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
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
aptdaemon (1.1.1+bzr982-0ubuntu39mint1) vera; urgency=medium

  * Fix tiny scrolledwindows
  * Specify version in gi import
  * Allow removal of essential/required orphans

 -- Clement Lefebvre <root@linuxmint.com>  Sat, 03 Dec 2022 13:47:18 +0000

aptdaemon (1.1.1+bzr982-0ubuntu39) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 17 Mar 2022 15:06:12 +0100

aptdaemon (1.1.1+bzr982-0ubuntu38) jammy; urgency=medium

  * debian/patches/gdk-gtk-versions.py: Specify the versions of Gtk and Gtk
    which are required. (LP: #1939324)

 -- Brian Murray <brian@ubuntu.com>  Wed, 19 Jan 2022 11:48:25 -0800

aptdaemon (1.1.1+bzr982-0ubuntu37) jammy; urgency=medium

  * fix-some-deprecated-code.patch (LP: #1951985)

 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com>  Tue, 23 Nov 2021 18:05:11 +0100

aptdaemon (1.1.1+bzr982-0ubuntu36) hirsute; urgency=medium

  * SECURITY UPDATE: info disclosure via transaction properties
    (LP: #1899513)
    - debian/patches/CVE-2020-16128.patch: drop privileges when doing file
      checks in aptdaemon/core.py, aptdaemon/worker/aptworker.py,
      aptdaemon/utils.py.
    - CVE-2020-16128
  * SECURITY UPDATE: policykit checks are too late (LP: #1899193)
    - debian/patches/CVE-2020-27349.patch: check PolicyKit before
      simulating local install in aptdaemon/core.py.
    - CVE-2020-27349

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Fri, 11 Dec 2020 09:49:56 -0500

aptdaemon (1.1.1+bzr982-0ubuntu35) hirsute; urgency=medium

  * test-with-timeout.patch: Do not pass --disable-timeout to aptd when
    running tests, so we don't get tests stuck for hours.

 -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 12 Nov 2020 11:17:21 +0100

aptdaemon (1.1.1+bzr982-0ubuntu34) groovy; urgency=medium

  * SECURITY UPDATE: information disclosure via locale (LP: #1888235)
    - debian/patches/CVE-2020-15703.patch: reject locales with full paths
      in aptdaemon/core.py.
    - CVE-2020-15703

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 24 Sep 2020 10:49:44 -0400

aptdaemon (1.1.1+bzr982-0ubuntu33) groovy; urgency=medium

  * Update crash handler to use the changed apport function. (LP: #1700810)

 -- Brian Murray <brian@ubuntu.com>  Mon, 11 May 2020 15:10:33 -0700

aptdaemon (1.1.1+bzr982-0ubuntu32) focal; urgency=medium

  * Build-Depend on dh-python (LP: #1870049)

 -- Julian Andres Klode <juliank@ubuntu.com>  Wed, 01 Apr 2020 16:28:36 +0200

aptdaemon (1.1.1+bzr982-0ubuntu31) focal; urgency=medium

  * Fix compatibility with python-apt security update (LP: #1858973)

 -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 23 Jan 2020 11:22:34 +0100

aptdaemon (1.1.1+bzr982-0ubuntu30) focal; urgency=medium

  * Port to debhelper 12

 -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 13 Jan 2020 16:25:52 +0100

aptdaemon (1.1.1+bzr982-0ubuntu29) focal; urgency=medium

  * Remove unused python- build-dependencies (LP: #1859477)

 -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 13 Jan 2020 16:00:17 +0100

aptdaemon (1.1.1+bzr982-0ubuntu28) eoan; urgency=medium

  * d/patches/remove-lintian-scanning-of-local-packages.patch:
    Remove lintian scanning of local packages. lintian has changed in Debian
    in ways that break this feature and removing it seems like a better use of
    time than fixing it.
    <infinity> Removing that code with extreme prejudice sounds solid.

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 01 Aug 2019 12:25:29 +1200

aptdaemon (1.1.1+bzr982-0ubuntu27) eoan; urgency=medium

  * Completely fix the dependency solving to work as any normal apt
    frontend does, avoiding auto-fixing, and solving dependencies of the
    version we are actually installing.

 -- Julian Andres Klode <juliank@ubuntu.com>  Wed, 26 Jun 2019 11:39:20 +0200

aptdaemon (1.1.1+bzr982-0ubuntu26) eoan; urgency=medium

  * Remove call to install_protect(), gone in APT 1.9

 -- Julian Andres Klode <juliank@ubuntu.com>  Mon, 24 Jun 2019 17:50:40 +0200

aptdaemon (1.1.1+bzr982-0ubuntu25) eoan; urgency=medium

  * Say "The lock is held by %s" instead of "hold by" when lock fails

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 21 Jun 2019 23:04:50 +0200

aptdaemon (1.1.1+bzr982-0ubuntu24) eoan; urgency=medium

  * Fixup: Ignore failure to delete non-existing DPKG_FRONTEND_LOCKED
    variable when releasing locks.

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 07 Jun 2019 13:36:48 +0200

aptdaemon (1.1.1+bzr982-0ubuntu23) eoan; urgency=medium

  * Various locking fixes (LP: #1831981)
    - Implement frontend locking
    - Adjust locking order to match APT
    - Use reverse order for unlocking

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 07 Jun 2019 12:04:55 +0200

aptdaemon (1.1.1+bzr982-0ubuntu22) eoan; urgency=medium

  * Use PackageKit's socket-activated debconf helper (LP: #1726068)
  * Fix failing tests and disable ones we do not care about anymore (PK/PEP8)
  * Make failing tests fail the build again
  * Drop python2 support

 -- Julian Andres Klode <juliank@ubuntu.com>  Fri, 24 May 2019 12:16:27 +0200

aptdaemon (1.1.1+bzr982-0ubuntu21) disco; urgency=medium

  * Use 'return' instead of 'raise StopIteration', in order to adjust for
    PEP 479 which turns 'raise StopIteration' into a 'RuntimeError'
    (LP: #1811694)

 -- Julian Andres Klode <juliank@ubuntu.com>  Wed, 27 Mar 2019 15:49:09 +0100

aptdaemon (1.1.1+bzr982-0ubuntu20) cosmic; urgency=medium

  * d/patches/python3.7-compat.patch: do not use 'async' as a variable
    name as that is now a keyword in Python 3.7. 

 -- Michael Hudson-Doyle <michael.hudson@ubuntu.com>  Thu, 02 Aug 2018 09:46:26 +1200

aptdaemon (1.1.1+bzr982-0ubuntu19) bionic; urgency=medium

  * d/p/lp1690541-details-open-twice.patch: Indicate that the AptTerminal
    widget would like extra space so we can see more terminal output.
    (LP: #1690541)

 -- Brian Murray <brian@ubuntu.com>  Tue, 27 Feb 2018 16:21:11 -0800

aptdaemon (1.1.1+bzr982-0ubuntu18) bionic; urgency=medium

  * d/p/lp1689668-config-file-window.patch: Ensure that the dialog to resolve
    config conflicts is large enough to provide useful information.
    (LP: #1689668)

 -- Brian Murray <brian@ubuntu.com>  Tue, 27 Feb 2018 08:43:10 -0800

aptdaemon (1.1.1+bzr982-0ubuntu17) zesty; urgency=medium

  * d/patches/lp1623856-window-height.patch: Set the scrolled
    window minimum height so that the text is more readable.  (LP: #1623856)
  * d/tests/control: Update a dependency.

 -- Barry Warsaw <barry@ubuntu.com>  Mon, 23 Jan 2017 18:00:53 -0500

aptdaemon (1.1.1+bzr982-0ubuntu16) yakkety; urgency=medium

  * debian/control:
    - Have python(3)-aptdaemon depend on aptdaemon (LP: #1605868)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 17 Aug 2016 12:54:52 -0400

aptdaemon (1.1.1+bzr982-0ubuntu15) yakkety; urgency=medium

  * debian/patches/drop_pkcompat.patch: don't call on pkcompat's PackageKit
    implementation. Instead, expect PackageKit to be DBus-activated so we can
    work correctly with PackageKit 1.1.1. (LP: #1496292)
  * debian/patches/pk1.1.1-compat.patch: remove API that is no longer there
    in PackageKit 1.1.1: GET_DEPENDS and GET_REQUIRES.
  * debian/control:
    - drop python3-aptdaemon.pkcompat binary package.
    - aptdaemon Breaks/Replaces python3-aptdaemon.pkcompat for transition.
    - Depends on gir1.2-packagekitglib-1.0 (>= 1.1.1) now, to enforce using
      PackageKit 1.1; which drops GET_DEPENDS and GET_REQUIRES.

 -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com>  Mon, 06 Jun 2016 20:22:54 -0400

aptdaemon (1.1.1+bzr982-0ubuntu14) wily; urgency=medium

  * debian/patches/lp1439769-aptdaemon-autoinstall.patch: Display the flag
    name in the error message, not the package name.

 -- Brian Murray <brian@ubuntu.com>  Mon, 12 Oct 2015 09:02:44 -0700

aptdaemon (1.1.1+bzr982-0ubuntu13) wily; urgency=medium

  * Drop Vcs-Bzr from debian/control:
    - The branch pointed to is "ubuntu-vivid".  This is obviously incorrect
      for wily; and you shouldn't have to do a busywork update of Vcs-Bzr
      with each release.
    - Uploaders do not have commit rights on the listed branch.  A Vcs-Bzr
      field should only point to a branch that uploaders have rights to,
      otherwise it can never be authoritative.
  * debian/patches/lp1439769-aptdaemon-autoinstall.patch: Take a flag to
    indicate whether a requested package is auto-installed.  Thanks to
    Michael Vogt <mvo@ubuntu.com>.  Closes LP: #1439769.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 06 Oct 2015 11:33:41 -0700

aptdaemon (1.1.1+bzr982-0ubuntu12) wily; urgency=medium

  * debian/patches/fix-observed-linitian-error.diff: drop Ubuntu patch that
    was added this cycle, it's not needed with the recent lintian change

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 01 Oct 2015 12:22:11 +0200

aptdaemon (1.1.1+bzr982-0ubuntu11) wily; urgency=medium

  * debian/patches/lintian_deprecated_error.patch:
    - don't list the binary-file-compressed-with-upx lintian error, it was
      removed from Debian/Ubuntu and is leading software-center to display
      warnings about skype or chrome debs (lp: #1490169)

 -- Sebastien Bacher <seb128@ubuntu.com>  Wed, 30 Sep 2015 16:46:03 +0200

aptdaemon (1.1.1+bzr982-0ubuntu10) wily; urgency=medium

  * debian/control: let python(3)-aptdaemon Depends on 
      gir1.2-packagekitglib-1.0 (<< 0.9) (restrict the version because 
      0.9 is incompatible, also that version was uploaded to 
      wily-proposed and deleted but some users got it installed, that 
      way apt knows there is a conflict to resolve) (lp: #1496292)
  * debian/patches/key_value_typo.patch:
    - remove trailing "," causing a TypeError, thanks Justin McPherson

 -- Sebastien Bacher <seb128@ubuntu.com>  Tue, 29 Sep 2015 16:40:25 +0200

aptdaemon (1.1.1+bzr982-0ubuntu9) wily; urgency=medium

  * Fix package installation by not considering the "data" which is bogus to
    pass to apt. (LP: #1352654)
  * Fix undefined NATIVE_ARCH by getting it from the worker.

 -- Iain Lane <iain@orangesquash.org.uk>  Mon, 28 Sep 2015 18:10:56 +0100

aptdaemon (1.1.1+bzr982-0ubuntu8) wily; urgency=medium

  * debian/patches/lp1487087.diff: Always avoid the bogus mock
    .assert_called() call.

 -- Barry Warsaw <barry@ubuntu.com>  Thu, 20 Aug 2015 15:33:06 -0400

aptdaemon (1.1.1+bzr982-0ubuntu7) wily; urgency=medium

  * debian/patches/lp1487087.diff: Added to skip a bogus .assert_called()
    call on a mock which no longer exists, but only under Python 3.5.

 -- Barry Warsaw <barry@ubuntu.com>  Thu, 20 Aug 2015 10:17:28 -0400

aptdaemon (1.1.1+bzr982-0ubuntu6) wily; urgency=medium

  * debian/patches/pep8-accommodations.diff: Added to make the PEP 8 test
    not fail autopkgtests due to pep8 tool bogosity.
  * debian/patches/fix-observed-linitian-error.diff: Adjust the test to
    check for the lintian error actually observed.

 -- Barry Warsaw <barry@ubuntu.com>  Wed, 19 Aug 2015 11:40:43 -0400

aptdaemon (1.1.1+bzr982-0ubuntu5) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 22 Jul 2015 04:09:09 +0000

aptdaemon (1.1.1+bzr982-0ubuntu4) wily; urgency=low

  [ Michael Vogt ]
  * SECURITY UPDATE: information disclosure via simulate dbus method
    (LP: #1449587)
    - debian/patches/lp1449587.diff: drop privileges when running lintian,
      update tests.
    - CVE-2015-1323

 -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 16 Jun 2015 13:38:47 -0400

aptdaemon (1.1.1+bzr982-0ubuntu3) vivid; urgency=low

  * debian/patches/lp1356823.diff:
    - try harder to fix crash #1356823

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Apr 2015 10:05:07 -0500

aptdaemon (1.1.1+bzr982-0ubuntu2) vivid; urgency=low

  * debian/patches/lp1356823.diff:
    - fix crash #1356823

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Apr 2015 10:01:10 +0200

aptdaemon (1.1.1+bzr982-0ubuntu1) vivid; urgency=low

  * fix crash in _on_progress_details() (LP: #1436725)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 07 Apr 2015 11:34:02 +0200

aptdaemon (1.1.1+bzr981-0ubuntu2) vivid; urgency=medium

  * autopkgtest: Don't let root reports in /var/crash fail the test.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 01 Dec 2014 08:01:17 +0100

aptdaemon (1.1.1+bzr981-0ubuntu1) vivid; urgency=medium

  * New bzr snapshot:
    + Port to VTE 2.91
  * Update Vcs-* to point to vivid branch
  * Standards-Version → 3.9.6, no changes required

 -- Iain Lane <iain@orangesquash.org.uk>  Tue, 11 Nov 2014 16:05:26 +0000

aptdaemon (1.1.1+bzr980-0ubuntu1) utopic; urgency=medium

  * New bzr snapshot:
    - Drop obsolete gobject compatibility and gtkwidgets
    - Drop obsolete dbus.glib imports
    - Do not crash when "#" are in comments
  * Drop fix-configparser.patch, applied upstream.
  * Refresh other patches.
  * Drop python-aptdaemon.gtkwidgets and python-aptdaemon-gtk binaries. These
    have been obsolete for a long time, unmaintained/untested, and there are
    no reverse dependencies any more.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 21 Aug 2014 15:47:42 +0200

aptdaemon (1.1.1+bzr973-1ubuntu4) utopic; urgency=medium

  * debian/python3-aptdaemon.pkcompat.install:
    - install pkutils.py, which is required by pkcompat.py.

 -- Alberto Milone <alberto.milone@canonical.com>  Wed, 30 Jul 2014 15:47:24 +0200

aptdaemon (1.1.1+bzr973-1ubuntu3) utopic; urgency=medium

  * New bzr snapshot to fix PEP-8 errors.
  * Update Vcs-* for utopic branch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 26 Jun 2014 09:26:20 +0200

aptdaemon (1.1.1+bzr970-1ubuntu2) utopic; urgency=low

  * debian/patches/lp1153725-temporary-workaround.patch:
    - dropped, tests work fine (LP: #1153725)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 12 Jun 2014 10:36:33 +0200

aptdaemon (1.1.1+bzr970-1ubuntu1) utopic; urgency=low

  * New bzr snapshot
    - lp:~brian-murray/aptdaemon/package-version-in-crash
      + include package version in crash reports
  * patches already upstream:
    + upstream_lintian_2.5.18.patch 
    + upstream_lp1024590.patch
    + lp1266844.patch
    + fix-ftbs.patch

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 06 Jun 2014 11:27:25 +0200

aptdaemon (1.1.1-1ubuntu5) trusty; urgency=low

  * debian/python3-aptdaemon.test.install:
    - install all test deb files
  * debian/patches/dbus_timeout.patch:
    - fix pep8 issue
  * debian/patches/fix-configparser.patch:
    - do not crash when "#" are in comments
  * debian/patches/py3_inheritable.patch:
    - set status-fds inheritable to fix InstallFiles()
  * debian/tests/control:
    - add missing fakeroot dependency
    - add missing lintian dependency

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 Apr 2014 14:48:52 +0200

aptdaemon (1.1.1-1ubuntu4) trusty; urgency=low

  * debian/patches/dbus_timeout.patch
    - increase dbus timeouts to avoid a dbus timeout error if a
      policykit authentication dialog is not answered for a while
  * debian/patches/lp1266844.patch:
    - workaround for LP: #1266844, thanks to Brian Murray

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 10 Apr 2014 16:28:03 +0200

aptdaemon (1.1.1-1ubuntu3) trusty; urgency=medium

  * Rewrite the python shebang path to /usr/bin/python3.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 20 Feb 2014 17:39:44 +0100

aptdaemon (1.1.1-1ubuntu2) trusty; urgency=low

  * Backport fix for LP: #1024590 from trunk r963

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 05 Dec 2013 14:39:32 +0100

aptdaemon (1.1.1-1ubuntu1) trusty; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - Build-depend on dh-translations and use it in debian/rules.
    - Add upstream_lintian_2.5.18.patch: Recently updated lintian 2.5.18
      dropped $LINTIAN_ROOT, adjust tests accordingly (cherrypicked from
      upstream trunk). Fixes autopkgtest.
    - fix_ftbs.patch: Fix FTBFS (LP: #1226100) with latest pep8 version.
  * Move Vcs-Bzr to trusty branch.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 24 Oct 2013 07:01:30 +0200

aptdaemon (1.1.1-1) unstable; urgency=low

  [ Sebastian Heinlein ]
  * New upstream release:
     - Updated and improved PackageKit 0.8 D-Bus interface support
     - Configuration file conflicts now default to replace
     - Colored console output
     - Minor bug fixes
  *debian/control:
     - Require the latest PackageKit-Glib version
     - Add breaks for the obsoleted PackageKit client libraries of the 0.7.x
       series
  * debian/patches:
     - apt-dbus-text-api.patch: merged upstream
     - debconf-flush.patch: merged upstream
     - fix-gobject-io-add-watch.patch: merged upstream
     - fix-lp898851.patch: merged upstream
     - lp1058038.patch: merged upstream
     - upstream-dropped-lintian-check.patch: merged upstream
     - upstream-pep8-fixes.patch: merged upstream
     - fix-high-trust-pkcompat.diff: updated

  [ Julian Andres Klode ]
  * Re-enable test suite again

 -- Julian Andres Klode <jak@debian.org>  Thu, 15 Aug 2013 13:09:38 +0200

aptdaemon (1.0-1) unstable; urgency=low

  * Merge with Ubuntu saucy.
    - Fixes incorrect GObjectMeta usage (Closes: #707768)
  * Build-Depend on xauth (xvfb tests don't seem to work otherwise)
  * Disable tests for now, the test infrastructure seems broken; but
    upstream does not react to the bug report, and I don't want to
    wait any longer because #707768 really needs to be closed.

 -- Julian Andres Klode <jak@debian.org>  Sun, 14 Jul 2013 18:11:59 +0200

aptdaemon (1.0-0ubuntu10) saucy; urgency=low

  * Update Vcs-* to saucy branch.
  * Add upstream-dropped-lintian-check.patch: Drop
    missing-pre-dependency-on-multiarch-support, it was dropped from saucy
    lintian.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 06 Jun 2013 08:54:17 +0200

aptdaemon (1.0-0ubuntu9) raring; urgency=low

  * Flush debconf-communicate stdin after writing to it
    (LP: #1163142, #1163163).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 02 Apr 2013 14:07:01 +0100

aptdaemon (1.0-0ubuntu8) raring; urgency=low

  *debian/patches/fix-lp898851.patch: Workaround a random crash during
   progress dialog.  Thanks to Sebastian Heinlein for the patch. (LP: #898851)

 -- Brian Murray <brian@ubuntu.com>  Fri, 22 Mar 2013 15:09:13 -0700

aptdaemon (1.0-0ubuntu7) raring; urgency=low

  * debian/rules: Drop the hackery again to salvage the "whitelist directory"
    test case, and instead exclude it in lp1153725-temporary-workaround.patch
    as well. This fixes the failing autopkgtest.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Mar 2013 14:27:32 +0100

aptdaemon (1.0-0ubuntu6) raring; urgency=low

  [ Martin Pitt ]
  * Add gir1.2-vte-2.90 build and test dependency.
  * debian/rules: Wait for previous xvfb to finish before starting the next
    one.
      
  [ Barry Warsaw ]
  * debian/control: 
    - Add Build-Depend on xvfb.
    - Bump Standards-Version to 3.9.4.
  * debian/rules: Run the tests under xvfb-run to avoid core dumps.
  * debian/patches/lp1153725-temporary-workaround.patch: Temporarily
    disable test which fails during the build.
  * debian/rules: Add the missing test directory and symlinks before running
    tests, as a workaround to LP #1153725. Clean up symlink directory in
    override_dh_auto_clean.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Mar 2013 13:14:20 +0100

aptdaemon (1.0-0ubuntu5) raring; urgency=low

  * Add pep8 build dependency as well, as tests are called during package
    build.
  * disable-broken-test.patch: Disable harder, as a mere rename doesn't work
    with test auto-discovery.
  * Add gir1.2-gtk-3.0 build and test dependencies so that gtk3widgets can
    import Gdk.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Mar 2013 12:17:19 +0100

aptdaemon (1.0-0ubuntu4) raring; urgency=low

  * Add missing pep8 test dependency.
  * Add upstream-pep8-fixes.patch: Fix some PEP-8 issues, caught by test
    suite.
  * Add disable-broken-test.patch: Disable
    test/data/high-trust-repository-whitelist.d/ test, as this directory and
    its contents are not actually shipped in the released tarball. Fixes
    autopkgtest failure.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 18 Mar 2013 11:16:11 +0100

aptdaemon (1.0-0ubuntu3) raring; urgency=low

  * Make the DEP-8 tests depend on xvfb.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 15 Mar 2013 13:12:30 +0000

aptdaemon (1.0-0ubuntu2) raring; urgency=low

  * Run DEP-8 tests under xvfb-run, to match tests run during the build.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 15 Mar 2013 11:34:25 +0000

aptdaemon (1.0-0ubuntu1) raring; urgency=low

  * New stable bug fix release 1.0:
    - Add PEP8 compliance and a corresponding test 
    - Fix PackageKit tests if an http proxy is set (LP: #1050799)
    - Fix crash for Python GTK2 clients (LP: #1108552)
    - Fix crash if configuration file changes are only one line long -
      thanks to Barry Warsaw and Robert Collins (LP: #1120322)
    - Fix crash if the removal of a package valid candidate is simulated
    - Allow repository release names to include dots
    - Convert aptdaemon exceptions to PackageKit ones in the compat
      layer (currently only invalid input ant failed authorization are
      supported)
    - Store the default values in the PackageKit transaction interface
      statically typed
    - Fix setting the speed property in the PackageKit interface
    - Several grammar and typo fixes in user interface messages and
      documentation (LP: #1112492)
  * debian/patches:
    - fix-high-trust-pkcompat.diff: updated
    - apt-dbus-text-api.patch: updated
    - fix-gobject-io-add-watch.patch: Added. Always include the priority
      in a GLib.io_add_watch() call to not cause problems with the backwards
      compatibility

 -- Sebastian Heinlein <glatzor@ubuntu.com>  Mon, 11 Mar 2013 07:02:07 +0100

aptdaemon (0.45+bzr883-0ubuntu1) raring; urgency=low

  * New upstream snapshot:
    - Don't change the automatic installed state when upgrading package
      (Thanks a lot to Daniel Hartwig, LP: #1078544)
    - Add a regression test for LP: #750958
    - Don't depend on dpkg-dev to select the correct lintian profile.
      (Fixes LP: #1066457)
    -  If the user cannot be autohrized (either missing privileges 
       or a cancelled password dialog) the transaction will fail.
    - Don't fail if we want to remove a a package without a 
      candidate during transaction simulation.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 17 Dec 2012 11:45:14 +0100

aptdaemon (0.45+bzr877-0ubuntu1) raring; urgency=low

  * New upstream snapshot:
    - ignore lintian "file-in-etc-not-marked-as-conffile" (LP: #1060505)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 30 Nov 2012 08:28:18 +0100

aptdaemon (0.45+bzr876-0ubuntu1) raring; urgency=low

  * New upstream snapshot:
    - fix signal handling with latest python-gi
    - support /* */ comments in apt.conf{,.d}

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 28 Nov 2012 14:19:11 +0100

aptdaemon (0.45+bzr874-0ubuntu1) raring; urgency=low

  * New upstream snapshot:
    - Fix ClientTest.test_tid_caching without a system D-BUS.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 26 Nov 2012 12:42:15 +0100

aptdaemon (0.45+bzr873-0ubuntu1) raring; urgency=low

  * debian/control: Update Vcs-* for raring branch.
  * New upstream snapshot:
    - Open Apport crash report files in binary mode (LP #1054984)
    - Fix unicode decode error in py2 clients (LP #846044)
    - Fix tests for stricter GPG key requirements of current python3-apt
      (LP #1016643)
    - Reorganize transaction ID caching to avoid using pygobject internals and
      work with pygobject 3.7.x
    - Fix deprecated GObject API calls
  * Drop patches applied upstream:
    - binary-mode-report-writing.patch
    - test-long-keyids.patch 
    - lp846044.patch 
    - test-debconf-priority.patch

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 26 Nov 2012 12:22:02 +0100

aptdaemon (0.45+bzr861-0ubuntu9.1) quantal-proposed; urgency=low

  [ Sebastian Heinlein ]
  * do not issue a "quality warning" if dpkg-vendor is missing 
    (LP: #1066457)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 Oct 2012 13:58:07 +0200

aptdaemon (0.45+bzr861-0ubuntu9) quantal; urgency=low

  * Workaround that ensures that for sys.getfilesystemencoding() 
    "utf8" is used when the daemon is dbus auto-activatied (LP: #1058038)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 09 Oct 2012 14:27:36 +0200

aptdaemon (0.45+bzr861-0ubuntu8) quantal; urgency=low

  * debian/patches/lp846044.patch:
    - fix unicode decode error in py2 clients (LP: #846044)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 08 Oct 2012 15:57:29 +0200

aptdaemon (0.45+bzr861-0ubuntu7) quantal; urgency=low

  * Following https://bugs.launchpad.net/bugs/1016643,
    apt.auth.add_key_from_keyserver requires long (v4) keyids.  Fix
    tests.test_pk to account for that.
  * Force debconf priority to high for test_debconf.

 -- Colin Watson <cjwatson@ubuntu.com>  Sun, 07 Oct 2012 15:28:18 +0100

aptdaemon (0.45+bzr861-0ubuntu6) quantal; urgency=low

  * Ensure the transaction is simulated in the pkcompat layer to
    ensure the high-trust repo support works from the packagekit
    compatibilty layer. This is needed for the unity-webapps 
    passwordless install to work.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 04 Oct 2012 16:58:34 +0200

aptdaemon (0.45+bzr861-0ubuntu5) quantal; urgency=low

  * debian/patches/binary-mode-report-writing.patch: open our crash
    report for writing in binary mode.  Closes LP: #1054984.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 26 Sep 2012 10:24:48 -0700

aptdaemon (0.45+bzr861-0ubuntu4) quantal; urgency=low

  * debian/patches/apt-dbus-text-api.patch:
    - Convert Origin.label from python-apt API to python-dbus API, for
      Python 2 compatibility (LP: #978654).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 17 Sep 2012 15:12:38 +0100

aptdaemon (0.45+bzr861-0ubuntu3) quantal; urgency=low

  * debian/tests/control: Added missing dependencies required to run
    autopkgtest. Thanks Jean-Baptiste Lallement!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 13 Sep 2012 19:17:22 +0200

aptdaemon (0.45+bzr861-0ubuntu2) quantal; urgency=low

  * Add autopkgtest integration. Thanks Jean-Baptiste Lallement!

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 13 Sep 2012 12:45:12 +0200

aptdaemon (0.45+bzr861-0ubuntu1) quantal; urgency=low

  * New upstream snapshot:
    - lp:~mvo/aptdaemon/support-for-whitelisted-repositories that adds
      support for a new trusted-repo policykit action LP: #1035207
    - lp:~vorlon/aptdaemon/lp.1034806 that fixes unicode/str errors
      LP: #768691, #926340, #1034806
  * debian/patches/fix_gettext_return_value_type.patch:
    - dropped, merged as part of lp:~vorlon/aptdaemon/lp.1034806
    
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 13 Sep 2012 09:13:07 +0200

aptdaemon (0.45+bzr857-0ubuntu1) quantal; urgency=low

  * fix FTBFS in the tests when LANG/LANGUAGE is unset

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 12 Sep 2012 12:02:38 +0200

aptdaemon (0.45+bzr856-0ubuntu1) quantal; urgency=low

  * New upstream snapshot:
    - pkcompat: Fix get_files() LP: #1040619 (thanks to Martin Pitt)
    - Fix crash when run inside non-ascii dirs LP: #1044900
    - Fix crash in widget's diff view if a @@ line does not have a range
      LP: #875879 (thanks to Brian Murray)
    - Support credentials change when adding a repository that is already
      in sources.list/auth.conf

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 07 Sep 2012 10:20:10 +0200

aptdaemon (0.45+bzr852-0ubuntu2) quantal; urgency=low

  * debian/patches/fix_gettext_return_value_type.patch: also return unicode
    from aptdaemon.utils.IsoCodes.get_localised_name(). (LP: #1034806)

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 11 Aug 2012 01:39:05 +0000

aptdaemon (0.45+bzr852-0ubuntu1) quantal; urgency=low

  [ Martin Pitt ]
  * debian/rules: Make test suite failures fatal again.
  
  [ Michael Vogt ]
  * New upstream snapshot:
    - lp:~evfool/aptdaemon/lp1030988:
      Change the error message for installation required from 
      unauthenticated sources (LP: #1030988)
    - lp:~dobey/aptdaemon/fix-imports: 
      Check that the item in sys.modules is not None before trying to 
      import it
    - fix "compatibilty" typo

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Aug 2012 16:16:03 +0200

aptdaemon (0.45+bzr848-0ubuntu2) quantal; urgency=low

  * debian/patches/fix_gettext_return_value_type.patch:
    - Make sure to always return unicode from core.Transaction.gettext()
      (LP: #926340).  Based partially on a patch by Sebastian Heinlein.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 08 Aug 2012 16:19:51 +0100

aptdaemon (0.45+bzr848-0ubuntu1) quantal; urgency=low

  * New upstream snapshot:
    - aptdaemon/client.py: Prefer GI GObject module. (LP: #1026066)
    - lintian supports skipping user profiles since 2.5.9, make use of this to
      simplify code a bit.
  * debian/rules: Temporarily make test suite non-fatal while
    tests.test_worker.WorkerTestCase.test_install_file() is failing, as above
    fix is urgent for alpha-3.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 24 Jul 2012 10:09:31 +0200

aptdaemon (0.45+bzr846-0ubuntu1) quantal; urgency=low

  * New upstream snapshot:
    - Python3 porting from lp:~aptdaemon-developers/aptdaemon/py3k
    - Fix package status enum description for an unknown status 
      which resulted in a type mismatch in the gettext call 
      (fixes LP: #900982)
    - Still report available blocked updates if the dependency system
      is broken (final partial fix to LP: #932581)
    - client: Use INT64 in signals where required (Fixes LP: #981124)
    - use lintian profiles instead of tags
  * debian/aptdaemon.install:
    - use the new lintian profiles instead of the tags
  * debian/patches/series:
    - drop patches, applied upstream

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 14 Jun 2012 12:27:44 +0200

aptdaemon (0.45-3) unstable; urgency=low

  * Drop the pkcompat package for now, to ease PackageKit 0.8 transition. Will
    upload a new aptdaemon release after PK 0.8 migrated to testing.

 -- Julian Andres Klode <jak@debian.org>  Fri, 28 Jun 2013 23:32:36 +0200

aptdaemon (0.45-2) unstable; urgency=medium

  * Check downloaded key id; merged from Ubuntu (CVE-2012-0962)

 -- Julian Andres Klode <jak@debian.org>  Sat, 02 Mar 2013 18:57:17 +0100

aptdaemon (0.45-1) unstable; urgency=low

  * New upstream releases bringing a lot of bug fixes and improvements
  * debian/control:
    - Remove use of X(B|S)-Python-Version
    - python-aptdaemon.pkcompat now provides packagekit-system-interface
      which helps to avoid ugly or dependencies in PackageKit clients
    - Don't use the shlibs depends since we don't have got any libraries
  * debian/aptdaemon.install:
    - Don't ship the aptdaemon.desktop file which was used in the apport
      reports

 -- Sebastian Heinlein (Devel) <devel@glatzor.de>  Mon, 11 Jun 2012 11:07:08 +0200

aptdaemon (0.43+bzr838-0ubuntu2) quantal; urgency=low

  * python3-aptdaemon.test needs to Breaks/Replaces python-aptdaemon.test,
    which it replaces.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 13 Jun 2012 13:08:20 -0700

aptdaemon (0.43+bzr838-0ubuntu1) quantal; urgency=low

  * Upload of the latest Python3 porting efforts from trunk
  * debian/patches:
     - Add disable_simulate_test: Fails on build bot for unknown reasons
  * debian/control:
     - Switch aptdaemon package to Python3 by default
     - Add new python3-aptdaemon.gtk3widgets package
     - Replace python-aptdaemon.test by python3-aptdaemon.test
     - Replace python-aptdaemon.pkcompat by python3-aptdaemon.pkcompat
     - python3-aptdaemon.pkcompat provides the new virtual package
       packagekit-system-interface to obsolete the OR dependencies
       with packagekit of PackageKit clients
     - Remove policykit1 dependecy from the modules and add it to the server
       package
     - Remove not used shlibs macros
     - Remove dependency to python-packagekit, since we ship the enums
       in python3-aptdaemon.pkcompat
     - Add build dependencies to run the test suite
  * debian/rules:
     - Build with Python2 and 3
     - Enable the test suite
  * debian/*.(install|docs|examples):
     - Adpat to above package changes

  [ Steve Langasek ]
  * debian/control:
    - Remove python-software-properties dependency in favor of new
      python-apt with apt.auth module
    - Add explicit depends, build-depends on iso-codes, which is needed but
      is otherwise only a Recommend.
  * aptdaemon/test.py: explicitly set the chroot directory in the apt config
    as part of the test setup, without which apt-key's chroot handling won't
    work.
  * test/test_pk.py: increase the sleep on startup, to allow longer for
    fake-polkitd to start up.
  * aptdaemon/worker.py: restore compatibility with python2, which doesn't
    have urllib.parse.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 13 Jun 2012 09:44:55 -0700

aptdaemon (0.43+bzr810-0ubuntu3) quantal; urgency=low

  * debian/python-aptdaemon.test.install: Fix installation path of
    dpkg-wrapper.sh.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 23 May 2012 12:53:16 +0200

aptdaemon (0.43+bzr810-0ubuntu2) quantal; urgency=low

  * debian/control: Update Vcs-* for quantal branch.
  * debian/python-aptdaemon.test.install: Install test dbus.conf.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 22 May 2012 11:01:33 +0200

aptdaemon (0.43+bzr810-0ubuntu1) quantal; urgency=low

  * new upstream snapshot
  * debian/control:
    - add lintian recommends to get automatic checking of deb
      packages

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 May 2012 15:56:04 +0200

aptdaemon (0.43+bzr805-0ubuntu1) precise; urgency=low

  * New upstream snapshot:
    - Fix: Catch a possible exception in apt.cache.Cache.required_download
      which can occur if the user e.g. rebooted the system during a running
      debconf question (fixes LP: #659438)
      Furthermore raise ERROR_INCOMPLETE_INSTALL to signal the client
      that a call of FixIncompleteInstall() (basically a dpkg --configure -a
      call) fixes the issue
    - Fix: Sync all properties of the D-Bus transaction in the client before
      emitting the Finished signal (fixes LP: #747172) to ensure all changed
      properties are available (the order of received signals is not
      guranteed and the finished signal could be received before an error
      signal)
      Additionally raise the timeout before removing a transaction from
      D-Bus on the server side to give clients more time to sync
    - Fix wrong variable names in the download progress (fixes LP: #971839,
      LP: #976521)
    - Fix: Catch a possible pipe reading error (fixes LP: #733090)
    - Fix: Don't show the name of aptdaemon in crash reports
      (fixes LP: #973370)
      Aptdaemon is a system daemon and should work and fail silently
    - Fix: Fallback to a default terminal width of 80 chars (fixes LP: #948588)
      The width request could fail on standard input/output redirections
    - Fix: Don't use a reserved name for the simulate helper function
    - Fix: Convert exceptions to string before raising TransactionFailed()
    - Fix wrong variable name in the add license key failed error message
    - Fix: Don't overwrite the GObject.GObject.disconnect in
      aptdemon.client.Transaction by renaming the method to
      _disconnect_from_dbus()
    - Fix: Allow to cancel a transaction which hasn't been queued yet and
      is still in limbo
    - Fix: Raise NotImplementedError instead of ImplementedError
    - Add a test case for config file changes handling
  * debian/aptdaemon.install:
    - Don't ship the obsolete .desktop file anymore

 -- Sebastian Heinlein <glatzor@ubuntu.com>  Mon, 09 Apr 2012 20:48:44 +0200

aptdaemon (0.43+bzr790-1) unstable; urgency=high

  * New upstream snapshot
  * fixes CVE-2012-0944

 -- Michael Vogt <mvo@debian.org>  Mon, 02 Apr 2012 20:57:57 +0200

aptdaemon (0.43+bzr790-0ubuntu1) precise; urgency=low

  New upstream snapshot:
  * merged patch for LP: #959131 (CVE 2012-0944)
  * pkcompat: Don't crash if the system time went backwards during a 
    transaction (Fixes LP: #940367)
  * worker: catch SystemErrors from python-apt when performing a system 
    upgrade (fixes LP: #932581)
  * pkcompat: Don't crash if an unsupported locale is used for the 
    transaction, fixes LP: #944553
  * Fix download progress information for translations of languages with
    an ISO 639 2T code (3 letters), e.g. Asturian (ast) - fixes LP: #966111
  * test: Add a test to ensure that every transaction is simulated 
    before it gets queued.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Apr 2012 19:04:16 +0200

aptdaemon (0.43+bzr784-0ubuntu1) precise; urgency=low

  New upstream snapshot:
  * lock: Fix an exception if the lock file doesn't exists 
    (fixes LP: #954581)
  * Decrease the priority of the daemon to avoid blocking the user 
    interface (fixes LP: #942437)
  * Make the network detection code more robust (Fixes LP:#933597)
  * Add missing file to POTFILES.in. (LP: #953938)
  * more fixes

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 14 Mar 2012 13:26:31 +0100

aptdaemon (0.43+bzr778-0ubuntu1) precise; urgency=low

  * fix crash in pkgcompat on restart_required

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Mar 2012 09:26:06 +0100

aptdaemon (0.43+bzr777-0ubuntu1) precise; urgency=low

  * New upstream snapshot:
    - store sources.list credentials in /etc/apt/auth.conf instead of
      sources.list to avoid having to make sources.list file(s) mode
      0640
    - pkcompat: Support the RequireRestart signal
    -  worker: Allow to install an alternative version (by number or by 
       origin) of an already installed package
    - pkcompat: improve UpdatesChanged signal emission
    - pkcompat: Completely adapt to the python-apt 0.8 API
    - pkcompat: Don't throw an error if we try to cancel a native pk 
      transaction

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Mar 2012 09:02:40 +0100

aptdaemon (0.43+bzr769-1) unstable; urgency=low

  * New upstream snapshot
    - Works without pkcompat (Closes: #652644)
  * Merge with Ubuntu; remaining changes:
    - debian/control: Changes of Vcs, Maintainer stuff
    - Do not use dh-translations

 -- Julian Andres Klode <jak@debian.org>  Mon, 05 Mar 2012 16:03:14 +0100

aptdaemon (0.43+bzr769-0ubuntu1) precise; urgency=low

  * New upstream snapshot:
    - Add plugin support to PackageKit compat layer.
    - Port to gobject-introspection.
    - Various bug fixes.
  * debian/control: Update dependencies for GI.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 03 Feb 2012 06:37:42 +0100

aptdaemon (0.43+bzr756-0ubuntu1) precise; urgency=low

  [ Chris Coulson ]
  * After simulating a transaction, correctly disconnect from the 
    "transaction-simulated" signal
  
  [ Sebastian Heinlein ]
  * Catch exceptions in apt.debfile.DebFile.check()

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 03 Jan 2012 13:30:22 +0100

aptdaemon (0.43+bzr754-0ubuntu1) precise; urgency=low

  [ Martin Pitt ]
  * debian/control: debian/control: Move from transitional python-gobject to
    python-gi for GTK3 package.
  
  [ Michael Vogt ]
  * New bzr snapshot
  
  [ Robert Roth ]
  * Fix license typo (LP: #903911)
  * Change from up-to-date to up to date for consistency (LP: #864336)
  
  [ Sebastian Heinlein ]
  - Fix downgrade option of aptdcon
  - Add support for cancelling the transaction in PK
  - Fix changelog cache cleanup
  - Typo fixes

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 15 Dec 2011 10:15:46 +0100

aptdaemon (0.43+bzr742-0ubuntu1) precise; urgency=low

  * New bzr snapshot:
    - Fix resizing the GTK3 progress dialog (LP: #840942)
    - py3 exception compat fixes
    - fixes in pkcompat code
    - merged "pretty repo" branch with nicer progress information on
      cache updates
    - cache changelogs

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 01 Dec 2011 14:40:52 +0100

aptdaemon (0.43+bzr715-0) UNRELEASED; urgency=low

  * new bzr snapshot:
    - Add a small README about the state of the PackageKit compatibilty
    - Add support for the store_in_cache argument of PackageKit's
      DownloadPackages
    - Do an additional resolver run to ensure that autoremove does
      not leave the cache inconsistent 
  * debian/patches:
    - Remove 01_add_dpkg_untranslated_messages_env.patch (merged by upstream)
    - Remove 03_additional_resolve_run.patch (merged upstream)
  * debian/python-aptdaemon.pkcompat.docs: Ship README
  * debian/README.Debian: Removed since obsolete

 -- Sebastian Heinlein <devel@glatzor.de>  Mon, 21 Nov 2011 12:04:11 +0100

aptdaemon (0.43+bzr713-1) unstable; urgency=low

  * Merge with Ubuntu, remaining differences:
    - debian/control: Changes of Vcs, Maintainer stuff
    - Do not use dh-translations
  * New upstream snapshot (revision 713)

 -- Julian Andres Klode <jak@debian.org>  Mon, 21 Nov 2011 11:24:00 +0100

aptdaemon (0.43+bzr712-0ubuntu1) precise; urgency=low

  [ Michael Vogt ]
  * Merged from the latest debian upload
    (thanks Julian Andres Klode)
  
  [ Sebastian Heinlein ]
  * new bzr snapshot with:
    - pkcompat branch
    - async simulate
  * add new python-aptdaemon.pkgcompat package that provides the
    packagekit system API

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Nov 2011 10:08:24 +0100

aptdaemon (0.43+bzr707-1) unstable; urgency=low

  [ Julian Andres Klode ]
  * Merge with Ubuntu, remaining differences:
    - debian/control: Vcs, Maintainer changes.
  * Merge brings us:
    - New version (Closes: #644613)
    - Use of python2 instead of python-central (Closes: #616738)
  * Do not use dh-translations

  [ Sebastian Heinlein ]
  * New bzr snapshot:
    - Add the PackageKit compatibilty layer
  * debian/control:
    - Add new binary package python-aptdaemon.pkcompat
    - Correct VCS location
  * debian/python-aptdaemon:
    - Ship the networking module

 -- Julian Andres Klode <jak@debian.org>  Sun, 20 Nov 2011 14:49:48 +0100

aptdaemon (0.43+bzr703-0ubuntu1) precise; urgency=low

  * New bzr snapshot:
    - Merge the AddLicenseKey method
    - Replace the backported unittest2 framework by the native one of
      Python 2.7 and Nose to collect the tests

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 18 Nov 2011 12:03:22 +0100

aptdaemon (0.43+bzr701-0ubuntu1) precise; urgency=low

  * new bzr snapshot:
    - aptdaemon/progress.py: fix crash when a translation has the wrong 
      number of %s (LP: #858684)
    - Map messages from apt on the status-fd to enums to provide better 
      terms and translations in the future - fixes LP#641262
    - lp:~mpt/aptdaemon/bug-635138:
      * Fixes bug 635138 (Apt cache repair 'In Progress' text is 
        'Repairing broken deps').
  * debian/patches/02_fix_crash_on_dpkg_disappear.patch:
    - dropped, we are out of stringfreeze now

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 14 Nov 2011 09:26:01 +0100

aptdaemon (0.43+bzr697-0ubuntu1) oneiric; urgency=low

  * debian/patches/03_additional_resolve_run.patch:
    - do an additional resolver run to ensure that autoremove does
      not leave the cache inconsistent (LP: #659111)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 28 Sep 2011 13:36:53 +0200

aptdaemon (0.43+bzr697) oneiric; urgency=low

  * New bzr bugfix version:
    - Don't block on lintian calls to avoid time outs on the DBus 
      by making use of the excellent preexec_fn of subprocess
      (LP: #812023)
    - pyflakes based import fixes, this fixes a unneeded glib import
      that can cause crashes with gtk2/gtk3 (pygtk/pygi)
    - use the deprecated message attribute to avoid encoding errors
      (LP: #846044)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 19 Sep 2011 14:01:15 +0200

aptdaemon (0.43+bzr695) oneiric; urgency=low

  * New bzr snapshot:
    - Don't track valid DBusException sent to the client by apport
    - Make TransactionProgressDialog.run() method deferable
    - Unset the apt-listbugs frontend in non-interactive mode
    - Workaround a bug in apt's ListUpdate which doesn't handle 
      cancellation properly
  * debian/changelog: Fix a typo in the previous log entry

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 14 Sep 2011 15:48:01 +0200

aptdaemon (0.43+bzr691) oneiric; urgency=low

  * New bzr snapshot:
    - Fix integer overflows in the ProgressDetails property (LP: #827677,
      LP: #834104) by switching to dbus.Double and dbus.Int64
    - Fix apport crash reports on dpkg failure (LP: #799982)

 -- Sebastian Heinlein <devel@glatzor.de>  Fri, 26 Aug 2011 15:22:19 +0200

aptdaemon (0.43+bzr686) oneiric; urgency=low

  * New bzr snapshot:
    - Improve apport integration by adding a package hook and only sending
      reports if running as a system service
    - Fix default values for ProgressDetails signal
    - Fixes to the test suite
    - More debugging output to help resolve DBus type conversion/overflow
      errors
  * debian/aptdaemon.install:
    - Ship apport package hook
    - Ship desktop file to provide a nicer name in apport dialogs
  * debian/control:
    - Add missing dependency on python-pkg-resources to python-aptdaemon
      (LP: #788121)

 -- Sebastian Heinlein <devel@glatzor.de>  Fri, 26 Aug 2011 08:13:42 +0200

aptdaemon (0.43+bzr676-0ubuntu1) oneiric; urgency=low

  * new bzr snapshot:
    - Make the handling of exceptions in the forked child process
      more robust
    - Fix showing the header of the translation (.mo file) 
      if we try to translate an empty string

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 25 Aug 2011 10:30:13 +0200

aptdaemon (0.43+bzr674-0ubuntu1) oneiric; urgency=low

  * new bzr snapshot:
    - add /var/log/apt/history.log integration
    - switch bytes_{done,total} to 64bit to follow a change in apt 
      (LP: #825468)
    - fix multiarch names (LP: #828898, LP: #828162)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 23 Aug 2011 11:29:50 +0200

aptdaemon (0.43+bzr670-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot: Fix previous patch to only use GObject when actually
    using GI.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 17 Aug 2011 13:58:17 +0200

aptdaemon (0.43+bzr669-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot: Move from static gobject to GI GObject module, to be
    compatible to upcoming pygobject 3.0.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 17 Aug 2011 08:11:43 +0200

aptdaemon (0.43+bzr666-0ubuntu1) oneiric; urgency=low

  * new bzr snapshot:
    - fix LP: #818521
    - prepare for py3
    - fix crash in _parse_localename() (LP: #825056)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 12 Aug 2011 11:13:32 +0200

aptdaemon (0.43+bzr663-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot add adds a RebootRequiered property

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 28 Jul 2011 16:44:12 +0200

aptdaemon (0.43+bzr662-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot
  * debian/patches/01_add_dpkg_untranslated_messages_env.patch:
    - add DPKG_UNTRANSLATED_MESSAGES environment in the child
      to force untranslated dpkg messages for easier bug duplication
      detection

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 28 Jun 2011 10:01:10 +0100

aptdaemon (0.43+bzr660-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot, this will improve the quality of the 
    apport pkgfailure reports

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jun 2011 11:34:50 +0200

aptdaemon (0.41+bzr658-0ubuntu2) oneiric; urgency=low

  * debian/control: Drop GTK2 GIR dependencies, only use GTK 3 now.
  * debian/control: Drop lintian recommends. It's too heavy for a default
    install (pulling in dpkg-dev, build-essential, g++, lots of Perl, and
    associated helper tools like diffstat). This will be replaced with
    aptdaemon or software-center installing lintian when you add a third-party
    repository. (UbuntuSpec:desktop-o-cdspace)
  * debian/control: Fix "allows to" grammar error, thanks lintian.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 31 May 2011 10:54:29 +0200

aptdaemon (0.41+bzr658-0ubuntu1) oneiric; urgency=low

  * New bzr snapshot, this fixes (LP: #781874)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 May 2011 11:48:39 +0200

aptdaemon (0.41+bzr657-0ubuntu1.1) natty-proposed; urgency=low

  * patches/fix_lp_781874.patch:
    - fix bug when canceling a transaction (LP: #781874)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 16 May 2011 11:39:08 +0200

aptdaemon (0.41+bzr657-0ubuntu1) natty-proposed; urgency=low

  * New bzr bugfix snapshot:
    - fix FD leak (LP: #742935)
    - fix interrupts in a forked child
    - fix crash when dbus exceptions have unicode messages (LP: #761386)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 28 Apr 2011 17:55:29 +0200

aptdaemon (0.41+bzr651-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - ensure dbus exceptions strings are utf8
    - merge 01_fix_locking.patch upstream
    - merge 03_do_not_close_invalid_fd.patch upstream
  * debian/patches/02_fix_crash_on_dpkg_disappear.patch:
    - refreshed

 -- Michael Vogt <mvo@ubuntu.com>  Tue, 19 Apr 2011 08:52:09 +0200

aptdaemon (0.41+bzr646-0ubuntu2) natty; urgency=low

  * debian/patches/01_fix_locking.patch: 
    - cherry pick from evfool, many thanks (LP: #764422)
  * debian/patches/02_fix_crash_on_dpkg_disappear.patch:
    - add (empty) mapping the apt progress message that is triggered
      when a empty package disappears 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Apr 2011 13:48:38 +0200

aptdaemon (0.41+bzr646-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - fix crash in wait_for_lock (LP: #763642)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Apr 2011 09:25:51 +0200

aptdaemon (0.41+bzr645-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - fix state of queue transactions (LP: #702442)
    - unify cache open (LP: #694505)
    - relax lintian check on libc (for lsb)
    - catch overflow errors (LP: #758837)
  * debian/lintian-{fatal,nonfatal}.tag.Ubuntu:
    - rename from "tag" to "tags" so that they actually get applied
      (LP: #712377)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 15 Apr 2011 13:57:10 +0200

aptdaemon (0.41+bzr641-0ubuntu1) natty; urgency=low

  * debian/lintian-nonfatal.tag.Ubuntu:
    - relax checks more (LP: #756649)
    - relax libc check, not valid for e.g. lsb packages
    - call cache.open() after cache.update()
    - utf8 fixes (LP: #736507)
    - lock fixes 
    - fix cdrom medium detection (LP: #755655)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 14 Apr 2011 16:31:39 +0200

aptdaemon (0.41+bzr629-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - improve utf8 encoding handling tests
    - lp:~mvo/aptdaemon/relax-lintian-checks merged
    - improve terminal handling, LP: #741260, #693290, #741260,  
      #738056,  #742780, #743818, #744444, #746727, #747539, #753700,
      #753762, #753927, #754134, #754174, #754205, #754206, #754220
    - fix refactoring lefovers (LP: #752220)
    - don't segfault if we cannot read the status of the process holding 
      a lock (LP: #745517)
  * debian/patches/01_relax_lintian_checks.patch:
    - removed, taken upstream
  * debian/patches/02_fix_unicode_in_convert_struct.patch:
    - removed, taken usptream
  * debian/patches/04_import_logging.patch:
    - removed, fixed usptream

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 12 Apr 2011 13:25:49 +0200

aptdaemon (0.41+bzr614-0ubuntu3) natty; urgency=low

  * debian/patches/04_import_logging.patch:
    - Import logging to resolve undefined name. (LP: #752220)

 -- Barry Warsaw <barry@ubuntu.com>  Fri, 08 Apr 2011 18:36:22 -0400

aptdaemon (0.41+bzr614-0ubuntu2) natty; urgency=low

  * debian/patches/02_fix_unicode_in_convert_struct.patch:
    - Decode non-unicode strings in _convert_struct (LP: #736507)
  * debian/patches/03_do_not_close_invalid_fd.patch:
    - Do not close invalid streams (LP: #741370)

 -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 07 Apr 2011 10:02:21 +0200

aptdaemon (0.41+bzr614-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - fix i18n crash (LP: #724735)
    - Allow to specify package names with an architecture 
      (for multiarch)
    - Client: Exit the transaction processing if there has been an 
      error
    - Make the run method of the GTK2 progress dialog deferable
      (LP: #626798)
  * debian/patches/01_relax_lintian_checks.patch:
    - add lp:~mvo/aptdaemon/relax-lintian-checks as distro patch
      until upstream (LP: #712377)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 05 Apr 2011 16:31:37 +0200

aptdaemon (0.41+bzr604-0ubuntu1) natty; urgency=low

  * New bzr bugfix snapshot:
    - fix fix typo (LP: #733732), thanks to seb128
    - Fix variable name in the Finished signal
    - Don't raise an error if trying to close an already closed fd
    - Open the controlling terminal already at the SetTerminal call time
    - bugfix in the apt config parser
  * debian/patches/disable_config_parser_test.patch:
    - removed, this is properly fixed now

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 23 Mar 2011 15:44:07 +0100

aptdaemon (0.41+bzr597-0ubuntu1) natty; urgency=low

  * New upstream bzr snapshot:
    - data/org.debian.apt.policy.in: Drop gettext domain field, it will be
      added during package build. (LP #690270 upstream task)
  * debian/control, debian/rules: Build with dh_translations. (LP: #690270)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 17 Mar 2011 12:30:25 +0100

aptdaemon (0.41+bzr595-0ubuntu1) natty; urgency=low

  * New upstream bzr snapshot:
    - fix installing local debs (LP: #702217)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 08 Mar 2011 08:52:55 +0100

aptdaemon (0.41+bzr594-0ubuntu1) natty; urgency=low

  * New upstream bzr snapshot:
    - Show details about broken dependencies
    - Call waitpid after reading the output from lintian to avoid interrupted
      system calls on systems under heavy load
    - aptdaemon/worker.py, tests/test_client.py: fix crash in
      enable_distro_component and add test, update docstring (and fix
      docstring for remove_vendor_key along the way)
    - aptdaemon/worker.py, tests/test_client.py: fix crash in
      client.add_repository(), add test for client.add_repository(), refactor
      test for enable_component() to make it more generic
    - gtk3widgets.py: Fix require_version usage.
  * debian/control: Add appropriate python-gobject dependency to
    python-aptdaemon.gtk3widgets, to ensure availability of PyGI.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 03 Mar 2011 17:31:24 +0100

aptdaemon (0.41+bzr586-0ubuntu2) natty; urgency=low

  * debian/control: Add proper Conflicts:/Replaces: to avoid file overwrite
    error on upgrades. (LP: #724683)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 25 Feb 2011 09:29:02 +0100

aptdaemon (0.41+bzr586-0ubuntu1) natty; urgency=low

  * new bzr snapshot that contains a security fix for 
    LP: #722228
  * support for set-candidate-release added
  * debian/control:
    - remove python-{unittest2,mock} from the build-depends
    - build for python >= 2.7
  * disable testsuite during build time until the MIR for
    python-{unittest2,mock} are done

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 22 Feb 2011 16:18:34 +0100

aptdaemon (0.41+bzr582-0ubuntu1) natty; urgency=low

  [ Sebastian Heinlein ]
  * New upstream version:
    - Strictly use the specified D-Bus types in signal and return values
      allowing to write non-Python bindings
    - New GTK3 client widgets (thanks to Martin Pitt)
    - Greatly enhanced test suite by moving to unittest2, allowing to perform
      package operations in a chroot and running tests on a local session
      dbus: "dbus-launch unit2 discover"
    - Improved error reporting
    - Improved open progress (Thanks to Michael Vogt)
    - Run lintian as the user who initiated the transaction
    - Several bug fixes (fixes LP: #707490, LP: #712838)

  * debian/control:
    - Add python-aptdaemon.gtkwidgets and python-aptdaemon.gtk3widgets
      instead of a shared python-aptdaemon-gtk to follow the package 
      naming of the Python policy. Python-aptdaemon-gtk is kept as
      a transitional dummy package
    - Add a new aptdaemon-data package which provides common files
      (e.g. icons) for the client modules
    - aptdaemon recommends lintian to test local packages before
      installing
    - Add build dependencies on python-apt, python-gobject, python-defer,
      python-software-properties, python-dbus, python-debian,
      python-mock, dbus-x11 and python-unittest2 to run unittests at build
      time
    - Add missing dependency on python-dbus and python-debian to
      python-aptdaemon
    - Add a new package python-aptdaemon.test package which provides
      the infrastructure to write unittests for aptdaemon clients
    - Raise Python minimum version to 2.6

  * debian/patches:
    - Remove 09_fix_index_race_659438 - merged upstream
    - Remove 00upstream_gtk3_fixes - merged upstream
    - Remove 05_sources_list_password - merged upstream
    - Add disable_config_parser_test.patch: The test fails on the build
      system. Needs some more investigation. So temporarily disabled.

  * debian/rules:
    - Run the test suite at package build time by overriding dh_auto_test

  * debian/python-aptdaemon.test.(install|examples):
    - Ship the aptdaemon.test module, the silly packages repo, the dpkg
      wrapper and the fake PolicyKit daemon

  * debian/python-aptdaemon.gtk(3)widgets.(install|example):
    - Ship the corresponding Python module and example client

  * debian/aptdaemon-data.install:
    - Ship the icons
  
  [ Michael Vogt ]
  * debian/control:
    - add missing Replaces
 
 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 09 Feb 2011 10:33:15 +0100

aptdaemon (0.40+bzr541-0ubuntu2) natty; urgency=low

  * Add 00upstream_gtk3_fixes.patch: Adjust gtk3widgets.py to work with
    current pygobject/gtk. Taken from upstream branch r563.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 28 Jan 2011 15:45:29 +0100

aptdaemon (0.40+bzr541-0ubuntu1) natty; urgency=low

  * New upstream bzr snapshot:
    - gtk3widgets.py: Put back AptTerminal class, now that vte has a GTK3 GIR
    - gtk3widgets.py: Make work with GTK2, too
    - gtk3widgets.py: When using GTK 2, import the correct Vte GIR version
    - Documentation fixes.
  * debian/control: Add alternative gir-* dependencies.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 10 Jan 2011 21:11:13 -0600

aptdaemon (0.40+bzr529-0ubuntu3) natty; urgency=low

  [ Sebastian Heinlein ]
  * debian/patches/09_fix_index_race_659438.patch:
    - If the background cron job rebuilds the apt indexes the
      apt.Cache.required_download method fails, since it tries to access
      the not available indexes. This patch is a workaround since it
      is requires a lock on the indexes before caluclating the size
      (LP: #659438)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 03 Jan 2011 12:26:48 +0100

aptdaemon (0.40+bzr529-0ubuntu2) natty; urgency=low

  * No-change rebuild to prefer python2.7.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 22 Dec 2010 09:33:29 +0100
  
aptdaemon (0.40+bzr529-0ubuntu1) natty; urgency=low

  * new bzr snapshot:
    - fixes crash when there is no aptdaemon translation for the
      language in use is available

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 07 Dec 2010 14:04:23 +0100

aptdaemon (0.40+bzr527-0ubuntu1) natty; urgency=low

  * New upstream release 0.40. This involves some API changes, so please test
    and adapt your programs. See NEWS for details.
  * Upgrade to current upstream bzr head, which adds a gtk3widgets module
    which uses GTK 3.0 and pygobject (with introspection). gtk3-demo.py is a
    corresponding port of gtk-demo.py.
  * 05_sources_list_password.patch: Unfuzz.
  * Drop 07_fix-race-597017.patch, upstream now.
  * Drop 08_fix_deb_install.patch, fixed differently upstream.
  * debian/python-aptdaemon.install: Drop defer.py, it's now a separate
    project. Add dependency to python-defer in debian/control.
  * debian/python-aptdaemon.install: Install the new modules from upstream.
  * debian/python-aptdaemon-gtk.install, debian/python-aptdaemon-gtk.examples:
    Install the gtk3 variants of the module and example script.
  * debian/control: Update Vcs-Bzr: to natty branch.
  * debian/rules: Switch from pycentral to dh_python2. Drop python-central
    build dependency.
  * debian/control: Bump Standards-Version to 3.9.1 (no changes necessary).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 07 Dec 2010 11:44:07 +0100

aptdaemon (0.33-0ubuntu1) natty; urgency=low

  * new upstream release
  * debian/patches/06_rosetta_po_update.patch:
    - removed, upstream has up-to-date translations

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Oct 2010 09:40:01 +0200

aptdaemon (0.31+bzr506-0ubuntu3) maverick-proposed; urgency=low

  * debian/patches/08_fix_deb_install.patch:
    - fix installing deb packages with odd/broken installed-size
      fields (LP: #656633)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Oct 2010 16:52:13 +0200

aptdaemon (0.31+bzr506-0ubuntu2) maverick; urgency=low

  * 07_fix-race-597017.patch:
    - fix race in locking by backporting the relevant bits from
      lp:aptdaemon/trunk (thanks to Sebastian Heinlein)
      (LP: #597017)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 05 Oct 2010 18:04:52 +0200

aptdaemon (0.31+bzr506-0ubuntu1) maverick; urgency=low

  * fix incorrect error message on failed key adding
  * fix crash when sys.stdin.encoding returns None
  * fix gettext string (thanks Gabor)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 27 Sep 2010 22:55:21 +0200

aptdaemon (0.31+bzr503-0ubuntu1) maverick; urgency=low

  * merge fixes from bzr:
    - allow purge of removed files with conffiles left
    - fix bug when deferable is called with sync=True
    - use wait=False in enable_distro component
    - Fix local dpkg installation from unicode pathes by 
      converting the strings to UTF-8
    - fix potential exception in wait=True, defer=True calls

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 16 Sep 2010 09:11:50 +0200

aptdaemon (0.31+bzr496-0ubuntu1) maverick; urgency=low

  * merge fixes from bzr:
    - fix for aptdaemon.client.get_transaction()
    - autodetect if "defer" is needed

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Sep 2010 10:23:34 +0200

aptdaemon (0.31+bzr493-0ubuntu1) maverick; urgency=low

  * new bzr snapshot:
    - makes 03_auth_me_less.patch no longer needed (applied upstream)
    - improvements to the policykit privs
  
 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 09 Sep 2010 17:25:30 +0200

aptdaemon (0.31+bzr488-0ubuntu1) maverick; urgency=low

  * new bzr snapshot:
    - makes 07_i18n_fixes.patch no longer needed (applied upstream)
    - supports partial cache update (important fix for the buy-something
      use case)
    - fix missing (untranslated) role strings
  * debian/control:
    - depend on the right python-apt version

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 09 Sep 2010 11:39:45 +0200

aptdaemon (0.31+bzr487-0ubuntu1) maverick; urgency=low

  * new bzr snapshot:
    -  makes 07_i18n_fixes.patch no longer needed (applied upstream)
    - supports partial cache update (important fix for the buy-something
      use case)
    - fix missing (untranslated) role strings
  * debian/control:
    - depend on the right python-apt version

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 09 Sep 2010 17:10:24 +0200

aptdaemon (0.31+bzr476-0ubuntu2) maverick; urgency=low

  * debian/patches/07_i18n_fixes.patch: 
    - use dgettext to not clobber the clients gettext.textdomain
      on import (LP: #631675)
  * debian/patches/05_sources_list_password.patch: 
    - when adding a sources.list entry with a password protect
      the file via mode 0640 and root.admin ownership

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 08 Sep 2010 09:38:31 +0200

aptdaemon (0.31+bzr476-0ubuntu1) maverick; urgency=low

  * new bzr snapshot that fixes missing i18n in the policykit
    descriptions (LP: #625409)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 31 Aug 2010 22:27:29 +0200

aptdaemon (0.31+bzr474-0ubuntu1) maverick; urgency=low

  * new bzr snapshot that fixes some locking issues (LP: #616470)
  * debian/python-aptdaemon.install:
    - add lock.py to the installed files

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 25 Aug 2010 16:50:28 +0200

aptdaemon (0.31+bzr468-0ubuntu1) maverick; urgency=low

  * new bzr snapshot that fixes authentication timeout problem
    (LP: #623424), big thanks to Sebastian Heinlein

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 24 Aug 2010 20:49:32 +0200

aptdaemon (0.31+bzr466-0ubuntu1) maverick; urgency=low

  * .bzr-builddeb/default.conf:
    - switch to lp:~aptdaemon-developers/aptdaemon/0.3
  * new bzr snapshot from the 0.3 stable branch:
    - simplify/improved policykit priviligies

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 24 Aug 2010 09:00:36 +0200

aptdaemon (0.31+bzr449-0ubuntu2) maverick; urgency=low

  * debian/patches/06_rosetta_po_update.patch:
    - updated translations from rosetta for the policy.in
      file (LP: #445603)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 23 Aug 2010 11:10:24 +0200

aptdaemon (0.31+bzr449-0ubuntu1) maverick; urgency=low

  * new bzr snapshot that fixes two crashes

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 09 Aug 2010 14:58:42 +0200

aptdaemon (0.31+bzr447-0ubuntu1) maverick; urgency=low

  * new bzr snapshot
  * drop 01_vendor-keys-download.patch, taken upstream

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Jul 2010 08:45:23 +0200

aptdaemon (0.31+bzr427-0ubuntu1) maverick; urgency=low

  * new bzr snapshot
  * debian/patches/03_auth_me_less.patch:
    - updated to include less auth for adding buy-something repos

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 12 Jul 2010 09:46:15 +0200

aptdaemon (0.31+bzr416-0ubuntu1) maverick; urgency=low

  * updated to current bzr
    - fixes STAT_FAILED vs STAT_ERROR crash
  * debian/patches/01_vendor-keys-download.patch:
    - add changes from lp:~mvo/aptdaemon/download-vendor-keys
      to support downloading repository vendor keys via https
  * debian/patches/03_auth_me_less.patch: 
    - updated to current code
  * debian/control:
    - use DH_CENTRAL=include-links

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 02 Jul 2010 10:28:33 +0200

aptdaemon (0.31+bzr413-1) unstable; urgency=low

  * Merge with Ubuntu, remaining differences:
    - debian/copyright uses DEP-5 format.
    - debian/source/format: Set to "3.0 (quilt)".
    - debian/rules: Use debhelper 7 instead of quilt
    - debian/watch: Added watch file.
    - debian/control: Reindent, Vcs, Maintainer changes.
  * debian/patches/03_auth_me_less.patch: Change patch level to 1.

 -- Julian Andres Klode <jak@debian.org>  Sun, 06 Jun 2010 14:30:27 +0200

aptdaemon (0.31+bzr412-0ubuntu1) maverick; urgency=low

  * New bzr snapshot that improves the gtk progress widget

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 31 May 2010 15:03:56 +0200

aptdaemon (0.31+bzr403-0ubuntu1) maverick; urgency=low

  * First release of the new 0.3X development branch
  * debian/patches:
    - Remove 01_enable_component: Merged upstream
    - Remove 02_fix_errback: Merged upstream
    - Remove 04_caution_is_good: Merged upstream
    - Remove 05_conffile_not_exists: Merged upstream
    - Update 03_auth_me_less: Remove cherry-picked PolicyKit enhancements
  * aptdaemon.install: Ship the man pages
  * control: Fix location of vcs

 -- Sebastian Heinlein <glatzor@ubuntu.com>  Tue, 25 May 2010 12:09:50 +0200

aptdaemon (0.11+bzr345-0ubuntu4) lucid; urgency=low

  * debian/patches/04_caution_is_good.patch
      - cherry pick fix from trunk to prevent removal of essenial
        or required packages (LP: #561018)
  * debian/patches/05_conffile_not_exists.patch:
    - Do not fail on not available files (LP: #563504)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 16 Apr 2010 22:09:03 +0200

aptdaemon (0.11+bzr345-0ubuntu3) lucid; urgency=low

  * debian/patches/03_auth_me_less.patch:
    - require only a single authentication prompt when adding
      a repository and installing immediately from it
      (thanks to Sebastian Heinlein)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 01 Apr 2010 17:34:12 +0200

aptdaemon (0.11+bzr345-0ubuntu2) lucid; urgency=low

  * debian/patches/02_fix_errback.patch:
    - fix error handling from policykit (LP: #530393)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 01 Apr 2010 08:52:21 +0200

aptdaemon (0.11+bzr345-0ubuntu1) lucid; urgency=low

  * New snapshot that fixes crashes in AddRepository and
    DpkgRecovery

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 31 Mar 2010 10:43:22 +0200

aptdaemon (0.11+bzr343-1) unstable; urgency=low

  * New upstream snapshot.
  * 01_unused_removal.patch: Drop, merged upstream.
  * debian/aptdaemon.install: Install the manpages.
  * debian/control: breaks software-center (<< 1.1.21)
  * python-apt-08api.diff: Port to new python-apt API (Closes: #572071)

 -- Julian Andres Klode <jak@debian.org>  Mon, 29 Mar 2010 13:44:55 +0200

aptdaemon (0.11+bzr342-0ubuntu2) lucid; urgency=low

  * debian/patches/01_enable_component.patch:
    - add missing EnableComponents call to fix bug when
      components are referenced but not enabled

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 30 Mar 2010 16:19:38 +0200

aptdaemon (0.11+bzr342-0ubuntu1) lucid; urgency=low

  * New snapshot release based on the stable branch
    - fixes debconf race condition (LP: #455861)
    - should fix freeze in software-center (LP: #544424)
  * .bzr-builddeb/default.conf:
    - updatd to point at the stable 0.2.x branch
  * debian/patches/01_unused_removal.patch:
    - removed, taken upstream
  * debian/patches/02_fix-455861.patch:
    - removed, taken upstream

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 26 Mar 2010 10:15:37 +0100

aptdaemon (0.11+bzr322-1) unstable; urgency=low

  * New upstream snapshot.
  * Merge debian/patches/series from Ubuntu:
    - add 01_unused_removal.patch to allow removal of no longer
      used dependencies on removal
  * debian/control: add break on software-center (from Ubuntu)
  * Update Standards-Version to 3.8.4.

 -- Julian Andres Klode <jak@debian.org>  Tue, 02 Feb 2010 16:14:55 +0100

aptdaemon (0.11+bzr322-0ubuntu2) lucid; urgency=low

  * debian/patches/02_fix-455861.patch:
    - merge patch from james_w to fix race in debconf socket
      code (many thanks) LP: #455861

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 16 Mar 2010 17:17:53 +0100

aptdaemon (0.11+bzr322-0ubuntu1) lucid; urgency=low

  * New git snapshot
  * debian/patches/series:
    - add 01_unused_removal.patch to allow removal of no longer
      used dependencies on removal

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 04 Jan 2010 12:59:14 +0100

aptdaemon (0.11+bzr319-0ubuntu1) lucid; urgency=low

  * New git snapshot
    - support generic meta-data for a transaction (LP: #493775)
    - improvements to the gtk widgets
    - bugfixes
  * debian/control:
    - add break on software-center

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 14 Dec 2009 11:33:47 +0100

aptdaemon (0.11+bzr297-0ubuntu1) lucid; urgency=low

  * New git snapshot, API improvements
  * debian/control:
    - update Vcs-Bzr branch to point to "ubuntu-lucid"
  * debian/patches/aptd-sbin.patch,
    debian/patches/aptd_http_proxy.patch:
    - removed, taken upstream

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 07 Dec 2009 18:08:28 +0100

aptdaemon (0.11-2) unstable; urgency=low

  * Add missing dependency on python-software-properties.

 -- Julian Andres Klode <jak@debian.org>  Mon, 30 Nov 2009 17:39:39 +0100

aptdaemon (0.11-1) unstable; urgency=low

  * Initial upload to Debian unstable (Closes: #558690)
  * Switch source package to 3.0 (quilt) and use debhelper 7.
  * debian/copyright: Use the DEP-5 format.
  * debian/watch: Add.
  * aptd-sbin.patch: Drop, merged upstream.

 -- Julian Andres Klode <jak@debian.org>  Sun, 29 Nov 2009 20:40:01 +0100

aptdaemon (0.10+bzr264-0ubuntu1) karmic; urgency=low

  [ Sebastian Heinlein ]
  * Import translations from Launchpad - fixes LP #445603 
  * If the cache refresh was cancelled do not show a download 
    failed error - fixes LP #440941
  
  [ Michael Vogt ]
  * fix install file to ensure the translations gets installed

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 14 Oct 2009 18:19:12 +0200

aptdaemon (0.10+bzr260-0ubuntu1) karmic; urgency=low

  [ Sebastian Heinlein ]
  * Merge fix for killing randomly user processes on hung dpkg 
    operations - fixes LP: #446534 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 12 Oct 2009 17:20:15 +0200

aptdaemon (0.10+bzr259-0ubuntu1) karmic; urgency=low

  * debian/patches/aptd_http_proxy.patch:
    - add basic http proxy proxy support (LP: #446069)
  * dropped patches:
    - debian/patches/aptd_locking_fixes.patch
    - debian/patches/fix_syslog_crash.patch
    Both got accepted upstream (no other changes in r259)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 09 Oct 2009 10:16:49 +0200

aptdaemon (0.10+bzr258-0ubuntu1) karmic; urgency=low

  * New upstream snapshot:
    - fix hang in authentication dialog (LP: #426720)
    - don't ask for authentication twice (LP: #437094)
    - better handling for broken dependencies
  * remove mvo-branch.patch, disallow-unauthenticated-branch.diff
    both got merged upstream
  * debian/patches/fix_syslog_crash.patch:
    - fix crash if no syslogd is installed
  * aptdaemon/worker.py:
    - test lock of the apt download dir as well 

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 06 Oct 2009 09:01:10 +0200

aptdaemon (0.10+bzr242-0ubuntu3) karmic; urgency=low

  * debian/patches/mvo-branch.patch:
    - updated to include fix debconf race with multiple transactions 
      in the queue (LP: #432607)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 02 Oct 2009 14:40:47 +0200

aptdaemon (0.10+bzr242-0ubuntu2) karmic; urgency=low

  * debian/patches/mvo-branch.patch:
    - updated to include fix for gettext fiddling (LP: #438077)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Sep 2009 18:54:35 +0200

aptdaemon (0.10+bzr242-0ubuntu1) karmic; urgency=low

  * aptdaemon/core.py:
    - do not fail on a not running syslog daemon (LP: #428843)
  * Include dpkg errors in the error output
  * debian/rules:
    - move to simple-patchsys (for now) to make maintaining the
      patches simpler
  * debian/patches/disallow-unauthenticated-branch.diff:
    Patch generated from lp:~mvo/aptdaemon/allow-unauthenticated
    to support controlling if unauthenticated packages are allowed
    during a transaction. Default to "not allow unauthenticated"
    (LP: #435313)
  * debian/patches/mvo-branch.patch:
    Patch generated from lp:~mvo/aptdaemon/mvo that fixes:
    - aptdaemon/worker.py: check the apt download dir lock 
      in _watch_lock to avoid possible race with apt-get LP: #437709
    - aptdaemon/progress.py: fix crash in error handling (LP: #436808)
    - aptdaemon/progress.py: fix crash in INSTALL_TIMEOUT handling 
      (LP: #430860)
    - aptdaemon/gtkwidgets.py: make the dialog resizable and add bigger 
      default size (LP: #434937)
    - aptdaemon/core.py: add _remove_from_connection_no_raise() that 
      will discard errors if the object is not exported (LP: #422585)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Sep 2009 09:39:34 +0200

aptdaemon (0.10+bzr240-0ubuntu1) karmic; urgency=low

  * New upstream snapshot version:
    - Allow to cancel a running transaction in the console client 
      (LP: #424436)
    - fixes in config file handling code
    - fixes in the error handling of the daemon
    - better error reporting for dpkg failures

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 22 Sep 2009 12:07:47 +0200

aptdaemon (0.10+bzr234-0ubuntu1) karmic; urgency=low

  * New upstream snapshot version:
    - less verbose debug (LP: #432937)
    - do not send dbus signal if dbus is not available (LP: #432310)
    - bugfixes
    - conffile handling
    - fix in progress code (LP #428964)
    - improvements in the logging

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 21 Sep 2009 18:01:09 +0200

aptdaemon (0.10+bzr226-0ubuntu1) karmic; urgency=low

  * When the dpkg lock is taken, wait until its released and
    emit a appropriate status (LP: #420980)
  * setup correct TERM environment in the daemon

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 01 Sep 2009 18:40:25 +0200

aptdaemon (0.10+bzr223-0ubuntu1) karmic; urgency=low

  * fix bug in repository adding code when a empty components
    list is used

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Aug 2009 17:02:16 +0200

aptdaemon (0.10+bzr222-0ubuntu1) karmic; urgency=low

  * fix AttributeError (LP: #403467)
  * add support for adding repositories

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 27 Aug 2009 14:46:20 +0200

aptdaemon (0.10+bzr220-0ubuntu1) karmic; urgency=low

  * new version that includes a transaction cache and
    bugfixes

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 24 Aug 2009 17:33:22 +0200

aptdaemon (0.10+bzr216-0ubuntu1) karmic; urgency=low

  [ Sebastian Heinlein ]
  * New snapshot release:
    - API change: Use a D-Bus properties interface for setting terminal, locale
      and debconf socket
    - Use a simple async programming mechanism inspired by Twisted's deferreds
    - Port to PolicyKit-1 
    - Allow to manage APT gpg keys (thanks to Olof Kindgren)
    - Fix progress calcualtion during installation
  * debian/control:
    - Replace dependency on policykit by policykit-1
  * debian/aptdaemon.install: Adapt install location of PolicyKit-1 action files
  * debian/python-aptdaemon.install: 
    - Replaced policykit.py by policykit1.py
    - Added loop.py and defer.py

  [ Stephan Peijnik ]
  * debian/control: Replaced build-dependency on python-all-dev with python.
  * debian/aptdaemon.install: Removed misc.py
  * debian/copyright: Fixed lintian warning about dh_make boilerplate.
	
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 17 Aug 2009 08:22:13 +0200

aptdaemon (0.10+bzr208-0ubuntu1) karmic; urgency=low

  * updated to current bzr

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 10 Jul 2009 09:32:00 +0200

aptdaemon (0.10+bzr185-0ubuntu1) karmic; urgency=low

  * updated to current bzr
  * fixd FTBFS
  * adjust install files

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 06 Jul 2009 09:56:53 +0200

aptdaemon (0.10+bzr173.1-0ubuntu1) karmic; urgency=low

  * fix incorrect setup.py from a unclean build env

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 02 Jul 2009 11:09:28 +0200

aptdaemon (0.10+bzr173-0ubuntu1) karmic; urgency=low

  * Initial Release.

 -- Sebastian Heinlein <devel@glatzor.de>  Tue, 30 Jun 2009 15:06:36 +0200