summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: ca43dd91227f4e816118316abdee86b4752865e9 (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
virtualbox (4.3.6-dfsg-1) UNRELEASED; urgency=medium

  * New upstream release. (Closes: #733263)
    - Fixes build against Linux 3.13. (Closes: #734340)
    - Fixes several vulnerabilities. (Closes: #735410)
      CVE-2013-5892, CVE-2014-0407, CVE-2014-0406, CVE-2014-0404
  * Drop compatibility with old X11 server packages.
  * Enable hardened build flags using hardening-wrapper. The upstream build
    system ignores the *FLAGS env variables. (Closes: #736459)
  * Refresh 16-no-update.patch.

 -- Felix Geyer <fgeyer@debian.org>  Sat, 01 Feb 2014 18:50:13 +0100

virtualbox (4.3.2-dfsg-1) unstable; urgency=low

  [ Ritesh Raj Sarraf ]
  * [a4d35eb] Drop patch 30-usb-warning-filters.patch
  * [84b99a4] Refresh patch 27-hide-host-cache-warning.patch
  * [55f29e6] Add virtualbox-guest-x11.postrm and call ldconfig in postrm
  * [9bbe020] Don't ship .debug files, when we already are stripping dwarf
    symbols from its libraries
  * Fix VBox network interface error on Linux 3.11
    - Add 38-linux-3.11-vboxnet.patch 
  * [8e73a12] Imported Upstream version 4.3.2-dfsg
  * [9b2bc93] Fix VBox network interface error on Linux 3.11
  * [516aa9a] Refresh patches and drop patch 37 and 38 for linux 3.11
  * [ab699e4] bump versioned build-dep on kbuild to r2695
  * [5913c87] Add myself to Uploaders
  * [8e53496] Add libvpx-dev to build-deps
  * [caeed37] Add patch 02-gsoap-build-fix.patch to fix build
    incompatibilities with gsoap > 2.8.13

 -- Ritesh Raj Sarraf <rrs@debian.org>  Tue, 10 Dec 2013 10:15:34 -0500

virtualbox (4.2.16-dfsg-3) unstable; urgency=low

  [ Ritesh Raj Sarraf ]
  * Fix VBox network interface error on Linux 3.11. (Closes: #721786)
    - Extend 37-linux-3.11.patch

 -- Felix Geyer <fgeyer@debian.org>  Thu, 19 Sep 2013 21:52:12 +0200

virtualbox (4.2.16-dfsg-2) unstable; urgency=low

  [ Whoopie ]
  * Add VNC plugin module.
    - debian/patches/36-fix-vnc-version-string.patch: fix version string.

  [ Felix Geyer ]
  * Fix compilation of guest additions with linux 3.11.
    - Add 37-linux-3.11.patch.

 -- Felix Geyer <fgeyer@debian.org>  Wed, 28 Aug 2013 22:15:25 +0200

virtualbox (4.2.16-dfsg-1) unstable; urgency=high

  [ Felix Geyer ]
  * New upstream release.
    - Fixes CVE-2013-3792: virtio-net host DoS vulnerability. (Closes: #715327)
  * Drop 36-python-multiarch.patch and 37-wheezy-kernel-drm.patch,
    fixed upstream.
  * Explicity load the vboxguest and vboxsf kernel modules in the
    virtualbox-guest-utils init script.
    This makes sure that shared folders can be mounted. (Closes: #712438)

  [ Gianfranco Costamagna ]
  * Patch refresh.

 -- Felix Geyer <fgeyer@debian.org>  Sun, 21 Jul 2013 23:25:44 +0200

virtualbox (4.2.10-dfsg-1) unstable; urgency=low

  * New upstream release. (Closes: #691148)
    - Fixes compatibility with kernel 3.8. (Closes: #700823; LP: #1101867)
  * Switch to my @debian.org email address.
  * Move package to contrib as virtualbox 4.2 needs a non-free compiler to
    build the BIOS.
  * Build-depend on libdevmapper-dev.
  * Refresh patches.
    - Drop 36-fix-ftbfs-xserver-112.patch, cve-2012-3221.patch,
      CVE-2013-0420.patch 37-kcompat-3.6.patch and 38-kcompat-3.7.patch.
  * Drop all virtualbox-ose transitional packages.
  * Drop the virtualbox-fuse package as vdfuse fails to build with
    virtualbox 4.2.
  * Update install files and VBox.sh.
  * Bump required kbuild version to 0.1.9998svn2577.
  * Fix path to VBoxCreateUSBNode.sh in virtualbox.postinst. (Closes: #700479)
  * Add an init script to virtuabox-guest-x11 which loads the vboxvideo
    kernel module. The X Server 1.13 doesn't load it anymore. (Closes: #686994)
  * Update man pages. (Closes: #680053)
  * Add 36-python-multiarch.patch from Rico Tzschichholz to fix detection of
    python in multiarch paths using pkg-config.
  * Fix build failure with the Debian wheezy kernel which backports the drm
    subsystem from Linux 3.4. (Closes: #703358)
  * Drop build-dependency on bcc as it's not needed anymore.
  * Link VBoxOGL against the X libraries it requires.
    - Update 18-system-xorg.patch
  * Use canonical URIs for Vcs-* fields.
  * Bump Standards-Version to 3.9.4, no changes needed.

 -- Felix Geyer <fgeyer@debian.org>  Thu, 09 May 2013 11:30:42 +0200

virtualbox (4.1.18-dfsg-2.1) experimental; urgency=low

  [ Stefan Lippers-Hollmann ]
  * Non-maintainer upload.
  * fix kernel module compilation against v3.6 and v3.7
    (closes: #691169, #696011, #696667, #696953, #698607)

 -- Daniel Baumann <daniel.baumann@progress-technologies.net>  Sat, 26 Jan 2013 17:55:16 +0100

virtualbox (4.1.18-dfsg-2+deb7u1) unstable; urgency=high

  * Fix build failure with the Debian wheezy kernel which backports the drm
    subsystem from Linux 3.4. (Closes: #703358)
  * Set urgency to high as it fixes an RC bug.

 -- Felix Geyer <fgeyer@debian.org>  Sun, 31 Mar 2013 20:45:16 +0200

virtualbox (4.1.18-dfsg-2) unstable; urgency=high

  [ John Paul Adrian Glaubitz ]
  * Include patch to fix virtual graphics device user
    vulnerability CVE-2013-0420. (Closes: #698292)

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 19 Jan 2013 18:05:25 +0100

virtualbox (4.1.18-dfsg-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Fix cve-2012-3221: missing privilege check for task gate switches
    (closes: 690777).

 -- Michael Gilbert <mgilbert@debian.org>  Thu, 18 Oct 2012 14:20:28 -0400

virtualbox (4.1.18-dfsg-1) unstable; urgency=low

  * New upstream release.
    - Fixes host freezes with 64-bit guests on 32-bit hosts. (LP: #1012627)
    - Fixes odd permissions of files in shared folders. (LP: #1013368)
  * Drop 37-fix-unregister-netdevice.patch, fixed upstream.
  * Compress orig tarball and binary packages with xz.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 21 Jun 2012 12:31:17 +0200

virtualbox (4.1.16-dfsg-2) unstable; urgency=low

  * Fix vboxnet device unregistration on kernel >= 3.2.18. (LP: #1009156)
    - Add 37-fix-unregister-netdevice.patch, backported from upstream.
  * Switch from python-central to dh_python2. (Closes: #617143)

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 10 Jun 2012 21:32:09 +0200

virtualbox (4.1.16-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Drop 37-fix-build-gcc47.patch, fixed upstream.

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 29 May 2012 10:09:31 +0200

virtualbox (4.1.14-dfsg-2) unstable; urgency=low

  * Fix FTBFS with gcc 4.7 on i386.
    - Add 37-fix-build-gcc47.patch

 -- Felix Geyer <debfx-pkg@fobos.de>  Mon, 21 May 2012 10:39:19 +0200

virtualbox (4.1.14-dfsg-1) unstable; urgency=low

  * New upstream release.
    - Drop 36-tarball-respin.patch
  * Fix FTBFS with X Server 1.12. (Closes: #671061)
    - Add 36-fix-ftbfs-xserver-112.patch

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 01 May 2012 20:22:40 +0200

virtualbox (4.1.12-dfsg-2) unstable; urgency=low

  * Upstream has replaced the 4.1.12 tarball with a new one that fixes a
    crash when creating host only interfaces. (Closes: #667460)
    - Add 36-tarball-respin.patch which contains the diff between the old
      and the new tarball.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 05 Apr 2012 12:41:55 +0200

virtualbox (4.1.12-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Drop 36-ubuntu-pae.patch, applied upstream.
  * Drop 33-link-static-libgsoap.patch, fixed upstream.
  * Make the vboxpci module buildable for a i386 kernel when running amd64.
    (Closes: #664730)
    - Update 12-make-module.patch

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 03 Apr 2012 16:20:30 +0200

virtualbox (4.1.10-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Build-depend on libpng-dev instead of libpng12-dev. (Closes: #662537)
  * Refresh 18-system-xorg.patch.
  * Link against libgsoapssl++ instead of libgsoap++.
    - Update 33-link-static-libgsoap.patch
  * Enable PAE when creating Ubuntu VMs as it's required by the i386 kernel.
    - Add 36-ubuntu-pae.patch
  * Bump Standards-Version to 3.9.3, no changes needed.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 18 Mar 2012 14:09:24 +0100

virtualbox (4.1.8-dfsg-2) unstable; urgency=low

  * Install vboxvideo_dri.so into the directory provided by the dri pkg-config
    file. (LP: #930324)

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 19 Feb 2012 17:17:04 +0100

virtualbox (4.1.8-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Move all transitional packages to section oldlibs and priority extra.
  * Refresh 16-no-update.patch.
  * Drop 36-kernel-3.2.patch, applied upstream.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 29 Dec 2011 12:29:25 +0100

virtualbox (4.1.6-dfsg-2) unstable; urgency=low

  * Fix build errors with kernel 3.2. (LP: #892506)
    - Add 36-kernel-3.2.patch, cherry-picked from upstream.
  * Make dependencies of the dkms packages on virtualbox/virtualbox-guest-utils
    versioned.
  * Move VBoxDbg.so to virtualbox-qt as it's a GUI component.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 19 Nov 2011 18:55:11 +0100

virtualbox (4.1.6-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * virtualbox-guest-x11: Drop xorg input driver from Provides and xorg input
    abi from Depends.

  [ Michael Meskes ]
  * New upstream release.
    - Fixes graphical corruption when switching to a virtual terminal.
      (Closes: #638941)

 -- Michael Meskes <meskes@debian.org>  Tue, 15 Nov 2011 12:37:22 +0100

virtualbox (4.1.4-dfsg-1) unstable; urgency=low

  * New upstream release.
    - Fixes missing icons when using pt_BR locale. (Closes: #507188)
    - Fixes guest additions download url. (Closes: #637349; LP: #840668)
  * Refresh patches.
  * Drop the vboxmouse x11 driver. The mouse integration is now completely
    handled by the kernel module.
  * Restrict dh_pycentral to the virtualbox binary package.
  * Merge changes from the Ubuntu package but use them only when built
    on Ubuntu:
    - Add an Apport hook.
    - Add vboxguest modalias to the package control field.
  * Pass KBUILD_VERBOSE=2 to kmk.
  * Add 36-fix-text-mode.patch to fix text mode when using the vboxvideo driver.

 -- Felix Geyer <debfx-pkg@fobos.de>  Mon, 17 Oct 2011 23:23:09 +0200

virtualbox (4.1.2-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream release.

  [ Felix Geyer ]
  * Refresh patches.
  * Drop 36-fix-kernel-panic-suspend.patch, applied upstream.
  * Bump minimum kbuild version to 1:0.1.9998svn2537.
  * Fix permissions of the kernel module tarballs.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 27 Aug 2011 10:42:30 +0200

virtualbox (4.1.0-dfsg-2) unstable; urgency=low

  * Install vboxpci module in virtualbox-modules packages, thanks to
    YOSHINO Yoshihito. (Closes: #637177)
  * Add 36-fix-kernel-panic-suspend.patch from upstream SVN to fix a kernel
    panic on suspend caused by the vboxdrv module.
    (Closes: #637226; LP: #814323)

 -- Felix Geyer <debfx-pkg@fobos.de>  Wed, 10 Aug 2011 14:09:43 +0200

virtualbox (4.1.0-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Use VBOX_BUILD_PUBLISHER instead of VBOX_VERSION_STRING to set the
    version suffix.
  * Refresh patches.
  * Drop 22-no-static-libstdcpp.patch and 31-multiarch-dri-path.patch,
    applied upstream.
  * Add 34-fix-vboxpci-build.patch to fix a VBoxPCI build failure.
  * Add vboxpci kernel module to virtualbox-dkms and virtualbox-source.
  * Update package names in 04-vboxdrv-references.patch.
  * Add 35-libvdeplug-soname.patch to fix VDE networking. (Closes: #636335)
  * Drop broken "alloc" symlink in virtualbox-dkms and virtualbox-source.

 -- Felix Geyer <debfx-pkg@fobos.de>  Mon, 08 Aug 2011 16:39:11 +0200

virtualbox (4.0.10-dfsg-1) unstable; urgency=low

  * New upstream release.
    - Fixes VT-x detection on Linux 3.0 hosts. (LP: #799253)
  * Don't disable the hardware performance counter in the init script, not
    needed anymore since VirtualBox 4.0.0.
  * Add 31-multiarch-dri-path.patch to fix 3d guest acceleration with the
    multiarched mesa package.
  * Use new Provides scheme for xorg video and input drivers. (Closes: #631612)
  * Add 32-disable-guest-version-check.patch to disable notifications about
    outdated guest additions.
  * Link against the static gsoap++ library to fix FTBFS. (Closes: #632368)

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 03 Jul 2011 18:43:49 +0200

virtualbox (4.0.8-dfsg-2) unstable; urgency=low

  * Add virtualbox-guest-x11 Breaks/Replaces virtualbox-ose-guest-x11.
    (Closes: #628784)

 -- Felix Geyer <debfx-pkg@fobos.de>  Wed, 01 Jun 2011 12:50:08 +0200

virtualbox (4.0.8-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New upstream release. (Closes: #627680)
  * Adapt 07-vboxnetflt-reference.patch to new upstream version.
  * Update overrides for lintian 2.5.
  * Register mime types and install icons.
  * Pass --enable-vnc to configure instead of enabling it in LocalConfig.kmk.
  * Drop Conflicts between virtualbox-ose-dkms and virtualbox-ose-guest-dkms
    as the kernel module symbols are mangled now. (Closes: #625742)
  * Add lintian overrides for no-symbols-control-file usr/lib/VBoxOGL*.so.
  * Create vboxsf group in virtualbox-ose-guest-utils postinst to make
    auto-mounting shared folders work.
  * Automatically detect the distribution version for backports.
    - Build-depend on lsb-release.
  * Strip *.gc and *.r0 files that are not handled by dh_strip and fix their
    file permissions.
  * Drop obsolete alternate build-dependency libcurl3-openssl-dev.
  * Bump Standards-Version to 3.9.2, no changes needed.
  * Build vdfuse with debugging symbols.
  * Make virtualbox-ose-dkms depend on virtualbox-ose and
    virtualbox-ose-guest-dkms on virtualbox-ose-guest-utils.
  * Don't fail package removal if the virtualbox-ose init script exits with
    an error.
  * Don't remove the vboxusers group on upgrades from old package versions.
  * Replace version suffix "OSE" with the distribution name.
  * Switch to source format 3.0 (quilt).
    - Add unapply-patches and abort-on-upstream-changes to local-options.
    - Drop quilt from build-depends and debian/rules.
  * Drop the -ose suffix in the package name. (LP: #722516)
    - Add transitional packages.
  * Compress orig tarball with bzip2.
  * Drop support for building on lenny.
  * Update 28-no-selinux-fedora.patch to new upstream version.
  * Drop 30-enable-gcc46.patch, fixed upstream.
  * In udev rules: use "RUN+=" rather than "RUN=". (LP: #776535)
  * Drop libasound2 and libpulse0 from suggests.
  * Only display warnings about broken USB support when it's actually used
    (i.e. the machine has USB device filters).
    - Add 30-usb-warning-filters.patch
  * Move VBoxCreateUSBNode.sh to /lib/udev. (Closes: #627528)
  * Update the copyright file, mostly grabbed from the upstream documentation.
  * Drop the "Open Source Edition" phrase from the package descriptions.
  * Fix lintian warning copyright-refers-to-versionless-license-file.

  [ Michael Meskes ]
  * Patch vdfuse to not pad structure twice.
    Thanks to Dave Vasilevsky <dave@vasilevsky.ca>
    (Closes: #622659; LP: #759988)
  * Added wildcard to overrides file so it works with different lintian version.

 -- Michael Meskes <meskes@debian.org>  Thu, 26 May 2011 10:57:47 +0200

virtualbox-ose (4.0.4-dfsg-2) unstable; urgency=low

  * Fix FTBFS with gcc 4.6. (Closes: #625658, #626148)
    - Add 30-enable-gcc46.patch
    - debian/LocalConfig.kmk: don't treat gcc warnings as errors.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 12 May 2011 15:38:04 +0200

virtualbox-ose (4.0.4-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New upstream release. (LP: #722431)
  * Drop 30-kernel-2.6.38.diff, applied upstream.
  * Adapt 18-system-xorg.patch to new upstream version.
  * Drop unused lintian overrides.

  [ Patrick Winnertz ]
  * Add if statement around adduser to prevent failure in some cases.
    (Closes: #611604)

 -- Felix Geyer <debfx-pkg@fobos.de>  Fri, 18 Feb 2011 18:09:29 +0100

virtualbox-ose (4.0.2-dfsg-1) unstable; urgency=low

  * New upstream release. (LP: #709027)
    - Ships with a manual and upstream changelog.
      (Closes: #483702, #541127; LP: #243782)
  * Adapt patches for new upstream version.
  * Add new required build-dependencies:
    default-jdk, genisoimage, makeself, texlive-fonts-extra,
    texlive-fonts-recommended, texlive-latex-extra, texlive-latex-recommended.
  * Set VBOX_JAVA_HOME to /usr/lib/jvm/default-java.
  * Add 28-no-selinux-fedora.patch so VirtualBox doesn't try to install
    selinux-fedora/vbox_x11.pp which is stripped by the dfsg-free target.
  * Update install files.
  * Add 29-fix-ftbfs-as-needed.patch to fix FTBFS with ld --as-needed.
  * Automatically generate the pixmap icon from png.
  * Fix the watch file.
  * Update man pages.
  * Support passing through USB 1.1 devices to virtual machines.
  * Update vdfuse for VirtualBox 4.
  * Make the kernel modules buildable with kernel 2.6.38-rc2. (LP: #705593)
    - Add 30-kernel-2.6.38.diff

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 29 Jan 2011 20:13:14 +0100

virtualbox-ose (3.2.12-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Drop 03-2.6.37.patch and 24-xserver-19-support.patch, applied upstream.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 02 Dec 2010 21:18:36 +0100

virtualbox-ose (3.2.10-dfsg-2) unstable; urgency=low

  * Added two patches from virtualbox-ose SVN/bug tracking to fix some
    issues with kernels > 2.6.36. (Closes: #604259)
  * Moved program to utilities where it belongs.
  * Fixed typo in desktop file

 -- Michael Meskes <meskes@debian.org>  Mon, 22 Nov 2010 12:28:19 +0100

virtualbox-ose (3.2.10-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Adapt 18-system-xorg.patch and 27-hide-host-cache-warning.patch for
    new upstream version.
  * Drop 25-vboxnetadp_kernel_2.6.36.patch and 26-vboxsf_kernel_2.6.36.patch,
    applied upstream.
  * Drop lpia from the architectures as Ubuntu doesn't support it anymore and
    Debian never has.

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 12 Oct 2010 23:54:04 +0200

virtualbox-ose (3.2.8-dfsg-2) unstable; urgency=high

  * Fix FTBFS with recent libdrm-dev versions. (Closes: #594599)
  * Make the kernel modules buildable with kernel 2.6.36.
    (Closes: #594602; LP: #619497)
    - Add 25-vboxnetadp_kernel_2.6.36.patch
    - Add 26-vboxsf_kernel_2.6.36.patch
  * Silently enable the host I/O cache when the image is on an ext4/XFS
    partition. No need to warn users about it. (Closes: #595050)
    - Add 27-hide-host-cache-warning.patch
  * Recompiled to fix incorrectly generated dependencies. (Closes: #595715)
  * Add man pages for all commands. (Closes: #440609; LP: #610895)

 -- Felix Geyer <debfx-pkg@fobos.de>  Mon, 13 Sep 2010 11:29:12 +0200

virtualbox-ose (3.2.8-dfsg-1) unstable; urgency=low

  * New upstream release. (LP: #614697)
  * Replace the reference to /usr/share/common-licenses/BSD with the full text
    of the license.
  * Bump Standards-Version to 3.9.1, no changes needed.
  * Revert: virtualbox-ose-dkms and virtualbox-ose-guest-dkms break each other
    instead of conflicting.
  * Drop 24-dsdt.patch, applied upstream.
  * Move "$@" to the first parameter of dh to be compatible with debhelper
    compat level 8.
  * Add 24-xserver-19-support.patch to make the guest additions compatible
    with XServer 1.9. (LP: #616217)

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 10 Aug 2010 21:06:46 +0200

virtualbox-ose (3.2.6-dfsg-2) unstable; urgency=low

  * Added patch taken from FreeBSD to make DSDT files compile with
    latest versions of iasl. (Closes: #587609)
  * Bump Standards-Version to 3.9.0, no changes needed.

 -- Michael Meskes <meskes@debian.org>  Fri, 02 Jul 2010 15:24:21 +0200

virtualbox-ose (3.2.6-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * Do not use standard compiler optimization for vdfuse. (Closes:
    #586265)

  [ Felix Geyer ]
  * New upstream release.
  * virtualbox-ose-dkms and virtualbox-ose-guest-dkms break each other
    instead of conflicting.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sat, 26 Jun 2010 01:26:22 +0200

virtualbox-ose (3.2.4-dfsg-1) unstable; urgency=low

  * New upstream release.

 -- Felix Geyer <debfx-pkg@fobos.de>  Wed, 09 Jun 2010 15:31:05 +0200

virtualbox-ose (3.2.2-dfsg-1) unstable; urgency=low

  * Imported Upstream version 3.2.2-dfsg (Closes: #584488, #585003)
  * Fixed dh_install usage in rules file for backports. - thanks to
    Corey Wright <undefined@pobox.com>

 -- Michael Meskes <meskes@debian.org>  Tue, 08 Jun 2010 11:50:51 +0200

virtualbox-ose (3.2.0-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New upstream release.
  * Add 23-remove-invalid-chars-check.patch to remove a check for invalid
    characters in the build path since kBuild is now able to handle those.
  * Fix FTBFS when building without arch-all packages.

  [ Michael Meskes ]
  * Changed order of some commands to make sure links are created inside
    the source tarball not outside.

 -- Michael Meskes <meskes@debian.org>  Sun, 23 May 2010 11:39:11 +0200

virtualbox-ose (3.1.53-dfsg-1) experimental; urgency=low

  * New upstream release 3.2.0 Beta 3.
  * Add build-dependencies required by new upstream version.
  * Adapt 18-system-xorg.dpatch to new upstream version.
  * Update to new upstream release of vdfuse.
  * Build vdfuse with -Wl,--as-needed.
  * Install vbox PAM module.
  * Drop 17-disable-help-contents.dpatch and 20-hide-help-buttons.dpatch
    as VirtualBox can download the manual.
  * Enable VDE networking.
  * Enable VNC server in VBoxHeadless.
  * Don't build VBoxBFE as it's not installed anyway.
  * Hide the update menu item and settings page instead of disabling them.
  * Make both dkms packages conflict with each other as the kernel modules
    export the same symbol. (LP: #571574)
  * Switch from dpatch to quilt patching system.
  * Convert debian/rules to dh7.
  * Use dkms debhelper script.

 -- Felix Geyer <debfx-pkg@fobos.de>  Thu, 13 May 2010 18:20:43 +0200

virtualbox-ose (3.1.8-dfsg-1) unstable; urgency=low

  * New upstream version (LP: #578723).
    - Fixes vboxsf file systems not being mounted while booting on Ubuntu.
      (LP: #530179)
  * Adapt 18-system-xorg.dpatch and 06-xsession.dpatch to new upstream version.
  * Use upstream 50-vboxmouse.conf instead of our own.
  * Add libxrandr-dev to build-dependencies.
  * Don't load the kernel modules in the guest utils init script as they are
    loaded automatically.
  * Drop 15-wined3d-guest-addition.dpatch as the Windows guest additions
    provide Direct3D acceleration.

 -- Felix Geyer <debfx-pkg@fobos.de>  Tue, 11 May 2010 18:06:04 +0200

virtualbox-ose (3.1.6-dfsg-3) unstable; urgency=low

  * Move 10-vboxmouse.conf to 50-vboxmouse.conf and install it in
    /usr/share/X11/xorg.conf.d.
  * Use substvar from new xsfbs.mk.

 -- Felix Geyer <debfx-pkg@fobos.de>  Sun, 18 Apr 2010 18:56:10 +0200

virtualbox-ose (3.1.6-dfsg-2) unstable; urgency=low

  * Improve 20-hide-help-buttons.dpatch so all help buttons are hidden.
  * Set source format version explicitly to "1.0".
  * Adapt to xserver 1.8 input driver detection. (LP: #546933)
    - Add 10-vboxmouse.conf
    - Update virtualbox-ose-guest-x11.udev

 -- Felix Geyer <debfx-pkg@fobos.de>  Wed, 31 Mar 2010 15:15:44 +0200

virtualbox-ose (3.1.6-dfsg-1) unstable; urgency=low

  * New upstream version.
  * Drop 02-r27248.dpatch as it's applied upstream.
  * Use dh_lintian to install overrides.

 -- Felix Geyer <debfx-pkg@fobos.de>  Fri, 26 Mar 2010 11:25:46 +0100

virtualbox-ose (3.1.4-dfsg-3) unstable; urgency=low

  [ Felix Geyer ]
  * Move virtualbox-ose-guest-x11 to section x11.
  * Replace 18-xorg-1.6.dpatch with a new patch that allows to easily
    switch to a different X Server version.
  * Remove /usr/share/virtualbox/x11config15.pl as we are at X Server 1.7.

  [ Michael Meskes ]
  * Apply upstream changeset 27248 to make virtualbox guest additions
    work with drm code in kernels 2.6.33+. (Closes: #574662)
  * Applied patch by nutzteil <nutzteil@web.de> to make init script
    consistent in (Closes: #574831)

 -- Michael Meskes <meskes@debian.org>  Tue, 23 Mar 2010 15:54:49 +0100

virtualbox-ose (3.1.4-dfsg-2) unstable; urgency=low

  [ Felix Geyer ]
  * Add INSTALL_PATH variable
  * Downgrade library dependencies of VBoxTestOGL to Recommends.
    (Closes: #567800)
  * Provide an udev instead of hal rule for the mouse driver
    autodetection. (LP: #525558)
  * Update device names in guest udev rules.

  [ Michael Meskes ]
  * Document QT4 usage for virtualbox-ose.
  * Changed build-dependency from libcap2-dev to libcap-dev. (Closes:
    #569769)

 -- Michael Meskes <meskes@debian.org>  Tue, 16 Feb 2010 15:03:46 +0100

virtualbox-ose (3.1.4-dfsg-1) unstable; urgency=low

  * New upstream version:
    - Rebuild makes sure all packages share the same version. (Closes: #567030,
      #568296)
    - Fixes mouse integration in Lenny. (Closes: #565285)

  [ Felix Geyer ]
  * Install EFI firmware images
  * Make the dkms dependency versioned as we require the common postinst
    script to be present
  * Pass the architecture to the dkms postinst script
  * Use ${source:Version} for arch all package dependencies
  * Bump Standards-Version to 3.8.4, no changes needed.
  * Make patches DEP-3 compliant
  * Update vdfuse code as upstream has changed the license to GPLv2+
  * Adapt 18-xorg-1.6.dpatch for new upstream version.
  * Add lintian override for virtualbox-ose-fuse

  [ Michael Meskes ]
  * Merged Ubuntu patch to disable update action into Debian tree.
  * Removed Uploaders that haven't committed anything for more than a
    year.
  * Added virtualbox-ose-fuse package to fuse mount vdi images. (Closes:
    #565900)

 -- Michael Meskes <meskes@debian.org>  Sat, 13 Feb 2010 21:31:50 +0100

virtualbox-ose (3.1.2-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New upstream version.
    - Fixes FTBFS with binutils-gold. (Closes: #556918)
  * Adapt patches for new upstream version.
  * Change priority to optional (except for the debug package).
  * virtualbox-ose-guest-utils: Recommend dkms or source package instead
    of both.
  * Use common dkms postinst script instead of custom code. (LP: #497149)
  * Check for right package in dkms prerm.

 -- Michael Meskes <meskes@debian.org>  Fri, 18 Dec 2009 08:23:16 +0100

virtualbox-ose (3.1.0-dfsg-3) unstable; urgency=low

  * Removed yet another mentioning of upstream's init script. (Closes:
    #560320)
  * Adjusted dependencies to new setup. (Closes: #556595)

 -- Michael Meskes <meskes@debian.org>  Fri, 11 Dec 2009 11:45:14 +0100

virtualbox-ose (3.1.0-dfsg-2) unstable; urgency=low

  [ Michael Meskes ]
  * Check for right package in postinst. (Closes: #559502)

  [ Felix Geyer ]
  * Made *-dkms packages only replace older *-source packages
  * Promote dkms to a dependency
  * Build-depend on libqt4-opengl-dev

 -- Michael Meskes <meskes@debian.org>  Tue, 08 Dec 2009 08:11:09 +0100

virtualbox-ose (3.1.0-dfsg-1) experimental; urgency=low

  * Imported Upstream version 3.1.0-dfsg (Closes: #559172)
  * Divided -source packages into a classical -source package and
    a -dkms package.

 -- Michael Meskes <meskes@debian.org>  Thu, 03 Dec 2009 09:46:14 +0100

virtualbox-ose (3.0.12-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New Upstream Version

 -- Michael Meskes <meskes@debian.org>  Fri, 27 Nov 2009 11:56:21 +0100

virtualbox-ose (3.0.10-dfsg-2) unstable; urgency=low

  * Downgrade dkms dependency to recommendation. (Closes: #553918)
  * Added dependencies for building with m-a.
  * Changed source packages to also build modules via module-assistant.
    (Closes: #554385)

 -- Michael Meskes <meskes@debian.org>  Sat, 14 Nov 2009 20:43:09 +0100

virtualbox-ose (3.0.10-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * Fix SHUTDOWN_USERS=all only parses the first user
  * New Upstream version
  * Added dependency upon pciutils to virtualbox-ose-guest-utils.
    (Closes: #551390)

  [ Michael Meskes ]
  * Converted virtualbox-ose to dkms. (Closes: #551531) - thanks to
    Ubuntu

 -- Michael Meskes <meskes@debian.org>  Sat, 31 Oct 2009 19:58:01 +0100

virtualbox-ose (3.0.8-dfsg-1) unstable; urgency=high

  [ Felix Geyer ]
  * New Upstream Version
    - Fixes security vulnerability in VBoxNetAdpCtl (SunSolve #268188)
  * Conflict with upstream proprietary packages
  * Install vboxapi python module, closes: #549542
  * Use an own cleaned-up virtualbox-ose init script instead of
    patching the upstream script
  * Only restart virtualbox-ose after upgrade if it's not running; do not
    restart virtualbox-ose-guest-utils at all
  * Call notify-reboot-required after guest utils upgrade
  * Remove vboxusers group as it's not needed anymore
  * Don't statically link VBoxClient with libstdc++
    - Add patch 22-no-static-libstdcpp.dpatch from Fedora
  * Pass more build options through the command line, which allows us to drop
    02-config-kmk.dpatch, 03-localconf-kmk.dpatch and
    14-disable-registration-request.dpatch
  * No longer reload udev rules in postinst as they are reloaded automatically
  * Add lintian overrides for non-PIC code in /usr/lib/virtualbox/*.so

  [ Michael Meskes ]
  * Made debug package also depend on guest utilities package.
  * Added option to close down all active VMs from init script.

 -- Michael Meskes <meskes@debian.org>  Tue, 13 Oct 2009 13:46:44 +0200

virtualbox-ose (3.0.6-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New Upstream Version, closes: #543234
  * Add 21-dont-strip-x11-drivers.dpatch:
    Don't strip debugging symbols from x11 guest drivers
  * Strip more unneeded library header files
  * Drop 11-gcc-4.3.dpatch (not needed anymore)

  [ Michael Meskes ]
  * Made debug package depend on normal package. 

 -- Michael Meskes <meskes@debian.org>  Fri, 11 Sep 2009 14:10:04 +0200

virtualbox-ose (3.0.4-dfsg-2) unstable; urgency=low

  * Made sure installed packages have the same version, closes: #538945

 -- Michael Meskes <meskes@debian.org>  Mon, 17 Aug 2009 13:31:47 +0200

virtualbox-ose (3.0.4-dfsg-1) unstable; urgency=low

  [ Felix Geyer ]
  * New Upstream Version
  * Install network management tools and guest dri driver
  * Drop vboxvideo.ids as the X server now uses an internal table to
    pick a driver during autoconfig

  [ Michael Meskes ]
  * Provide python stuff needed by vboxgtk, closes: #539445

 -- Michael Meskes <meskes@debian.org>  Mon, 10 Aug 2009 13:27:41 +0200

virtualbox-ose (3.0.2-dfsg-1) unstable; urgency=low

  * New Upstream Version, closes: #536338, #536371, #536578
  * Do not create empty icons directory in virtualbox-ose package.
  * Remove lintian overrides that are no longer needed.

 -- Michael Meskes <meskes@debian.org>  Sat, 11 Jul 2009 20:04:17 +0200

virtualbox-ose (3.0.0-dfsg-2) unstable; urgency=low

  [ Felix Geyer ]
  * Move to gcc 4.3, closes: #533786
  * Install 3D test program.

  [ Michael Meskes ]
  * Added missing build dependencies, closes: #535853

 -- Michael Meskes <meskes@debian.org>  Sat, 04 Jul 2009 20:18:20 +0200

virtualbox-ose (3.0.0-dfsg-1) unstable; urgency=low

  * New Upstream Version

 -- Michael Meskes <meskes@debian.org>  Wed, 01 Jul 2009 09:48:15 +0200

virtualbox-ose (2.2.4-dfsg-2) unstable; urgency=low

  * Added patch by Daniel Hahler <ubuntu@thequod.de> to disable the
    Help->Contents menu entry, closes: #533255
  * Applied patch by Felix Geyer <debfx-pkg@fobos.de> to automatically load
    vboxvfs, closes: #533250
  * Added upstream patch to fix appliance export problem, closes: #532870
  * Suggest new guest-additions package.
  * Bumped Standards-Version to 3.8.2, no changes needed.

 -- Michael Meskes <meskes@debian.org>  Sun, 28 Jun 2009 14:56:19 +0200

virtualbox-ose (2.2.4-dfsg-1) unstable; urgency=low

  * New Upstream Version, closes: #531468
  * Added patch by Felix Geyer <debfx-pkg@fobos.de> to remove disabled help
    buttons, closes: #531320
  * Moved hal driver description to make sure it gets merged in after evdev
    driver description, closes: #531618

 -- Michael Meskes <meskes@debian.org>  Sun, 21 Jun 2009 14:06:59 +0200

virtualbox-ose (2.2.2-dfsg-3) unstable; urgency=low

  * Made virtualbox-ose-qt package only replace older virtualbox-ose packages
    that still contained the qt frontend, closes: #527140
  * Added the same versioning for virtualbox-ose-guest-x11.
  * Fixed typo in vboxwebsrv call.
  * Applied patch by Felix Geyer <debfx-pkg@fobos.de> to make X autodetect
    mouse using hal, closes: #530299
  * Applied patch by Felix Geyer <debfx-pkg@fobos.de> to set correct
    permissions for guest devices, closes: #530302
  * Remove vbox.cfg as suggested and implemented by Daniel Hahler
    <debian-bugs@thequod.de>, closes: #530321

 -- Michael Meskes <meskes@debian.org>  Fri, 29 May 2009 13:12:07 +0200

virtualbox-ose (2.2.2-dfsg-2) unstable; urgency=low

  * Made initscript call find only in case of an error, closes: #526395
  * Removed setup option from initscript, closes: #526322
  * Added upstream patch to fix bug in VBoxManage modifyhd, closes: #526820
  * Merged our init script patches into one patch.
  * Made initscript more verbose.

 -- Michael Meskes <meskes@debian.org>  Tue, 05 May 2009 09:29:24 +0200

virtualbox-ose (2.2.2-dfsg-1) unstable; urgency=low

  * New Upstream Version
  * Extended error message patch for vboxdrv failure.

 -- Michael Meskes <meskes@debian.org>  Wed, 29 Apr 2009 09:13:24 +0200

virtualbox-ose (2.2.0-dfsg-3) unstable; urgency=low

  * Putting back the tar command that was lost in debian/rules, closes: #524897

 -- Michael Meskes <meskes@debian.org>  Tue, 21 Apr 2009 08:45:06 +0200

virtualbox-ose (2.2.0-dfsg-2) unstable; urgency=low

  * Remove obsolete conffiles, closes: #523778
  * Made package description clearer, closes: #524154
  * Documented guest utils download, closes: #524171
  * Made build system use files provided by xserver-xorg instead of local
    copies, closes: #515631

 -- Michael Meskes <meskes@debian.org>  Sun, 19 Apr 2009 12:37:04 +0200

virtualbox-ose (2.2.0-dfsg-1) unstable; urgency=low

  * New upstream version.
  * Move X11 guest utils into separate packages, closes: #520438
  * Also switched them to new X.Org X server version.
  * Move QT4 based user interface into separate package, closes: #508395
  * Added new URL for WineD3D guest additions, closes: 522672
  * Documented problem with kernel 2.6.29, closes: #518739
  * Documented missing format attribute, closes: #517454
  * Added patch to disable checking for updates, closes: #516551
  * Added patch to tell about missing vboxnetflt module, closes: #516819 
  * Bumped Standards-Version to 3.8.1

 -- Michael Meskes <meskes@debian.org>  Fri, 10 Apr 2009 11:16:49 +0200

virtualbox-ose (2.1.4-dfsg-1) unstable; urgency=high

  * New upstream version.
  * Made package use rpath where needed to deal with a security issue.
  * Set urgency to high for the very same reason.
  * Updated control file to refer to git instead of svn.
  * Made sure that init script does not fail if module loading is not enabled.
    Closes: #516242

 -- Michael Meskes <meskes@debian.org>  Wed, 18 Feb 2009 12:55:59 +0100

virtualbox-ose (2.1.2-dfsg-2) unstable; urgency=low

  * Enabled OpenGL support. Closes: #513533
  * Added patch to install WineD3D guest additions as provided by Robert Millan
    <rmh@aybabtu.com>. Closes: #514181
  * Fixed watch file yet again.
  * Recompiled to bring 2.1.2 into unstable. This changes
      - Network setup. Closes: #507169
      - File and device ownership. Closes: #509014

 -- Michael Meskes <meskes@debian.org>  Mon, 16 Feb 2009 10:49:27 +0100

virtualbox-ose (2.1.2-dfsg-1) experimental; urgency=low

  * New upstream version.
  * Enabled webservice.
  * Install VBoxSysInfo script.
  * Removed SUP[Un]install test case.
  * Removed xpidl and sdk. This might go into a -dev package if it is really
    useful for anyone not developing virtualbox-ose.
  * Documented changes in network setup and removed useless scripts and
    configs. Closes: #512024
  * Added missing architecture amd64 to guest source package. Closes: #512811

 -- Michael Meskes <meskes@debian.org>  Thu, 22 Jan 2009 11:47:53 +0100

virtualbox-ose (2.1.0-dfsg-2) experimental; urgency=low

  * Added versioned build dependency for kbuild. Closes: #510736
  * Added versioned build dependency for qt4. Closes: #510785
  * Re-created two patches against initscript to make them clearer and to
    re-add a line lost in the transition. Closes: #474089

 -- Michael Meskes <meskes@debian.org>  Sun, 04 Jan 2009 16:58:38 +0100

virtualbox-ose (2.1.0-dfsg-1) experimental; urgency=low

  * New upstream version
    This one doesn't use /dev/net/tun anymore. Closes: #509524
  * Removed obsoleted vditool, VBoxAddIF.sh and VBoxTunctl.

 -- Michael Meskes <meskes@debian.org>  Thu, 18 Dec 2008 12:49:34 +0100

virtualbox-ose (2.0.6-dfsg-1) experimental; urgency=low

  * New upstream version. Closes: #497840  
  * Do not warn user about losing snapshots anymore, this is supposed to be a
    thing of the past. Closes: #500101
  * Made guest utils init script more verbose if module was not loadable.
    Closes: #505586
  * Documented need for hardware virtualization if running a 64-bit guest.

 -- Michael Meskes <meskes@debian.org>  Thu, 20 Nov 2008 14:09:54 +0100

virtualbox-ose (1.6.6-dfsg-3) unstable; urgency=high

  * Added upstream patch to support kernel 2.6.27, closes: #502068
  * Added upstream patch to prevent potential symlink attack, closes: #504149

 -- Michael Meskes <meskes@debian.org>  Mon, 13 Oct 2008 16:38:47 +0200

virtualbox-ose (1.6.6-dfsg-2) unstable; urgency=low

  * Added NOTPARALLEL option in guest sources Makefile, that somehow got lost,
    closes: #494475
  * Stop spamming log files by using patch provided by Stefan Lippers-Hollmann
    <s.L-H@gmx.de>, closes: #500484

 -- Michael Meskes <meskes@debian.org>  Fri, 03 Oct 2008 17:17:10 +0200

virtualbox-ose (1.6.6-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream version
    - no longer able to select disk in use for new VM, closes: #495028
  * Removed patch 05-vboxadd-udev which was applied upstream.
  * Removed absolute paths in maintainer scripts.
  * Override lintian error in RDP subdir because the client is not build anyway.
 
  [ Patrick Winnertz ]
  * New upstream version fixes compilation error of -modules with kernelversion
    2.6.27 (Closes: #499623)

 -- Patrick Winnertz <winnie@debian.org>  Sun, 21 Sep 2008 22:29:58 +0200

virtualbox-ose (1.6.2-dfsg-6) unstable; urgency=medium

  * Apply changesets 12299, 12303, 12305, 12307 and 12308 from upstream SVN
    to fix errors running 2.6.26-686 kernels in a Virtual Machine. Patch
    created by Frans Pop <fjp@debian.org>. Closes: #497505.

 -- Michael Meskes <meskes@debian.org>  Mon, 15 Sep 2008 10:01:21 +0200

virtualbox-ose (1.6.2-dfsg-5) unstable; urgency=low

  [ Michael Meskes ]
  * Updated initscript to better handle LSB compatibility, yet again
    closes: #474089
  * Added a short note to README.Debian asking user to use only the 486 version
    of the 2.6.26 kernel. This documents a workaround for #497505 and #497875.
  * In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
  * Changed rules file for guest-module to correctly build modules with
    symbols, thanks to Bastian Blank for the hint.
  * Do not build guest modules in parallel, closes: #494475

  [ Loic Minier ]
  * Demote module-assistant deps to Recommends; closes: #495671.
  * Don't prepend current directory to LD_LIBRARY_PATH if it isn't set.

 -- Michael Meskes <meskes@debian.org>  Sat, 09 Aug 2008 21:46:44 +0200

virtualbox-ose (1.6.2-dfsg-4) unstable; urgency=medium

  * Adding patch from Gonéri Le Bouder <goneri@rulezlan.org> to fix FTBFS with
    dash as /bin/sh (Closes: #493402).
  * Adding patch from Gonéri Le Bouder <goneri@rulezlan.org> to fix FTBFS with
    LC_ALL set to fr_FR.UTF-8 (Closes: #494157).
  * Adding Swedish debconf translation from Martin Ågren
    <martin.agren@gmail.com> (Closes: #492162).

 -- Daniel Baumann <daniel@debian.org>  Thu,  7 Aug 2008 11:38:00 -0300

virtualbox-ose (1.6.2-dfsg-3) unstable; urgency=medium

  [ Daniel Baumann ]
  * Removing empty lines at EOF and whitespaces at EOL.
  * Including vboxvideo.ids in virtualbox-ose-guest-utils to allow xserver to
    automagically detect the display adapter, thanks to Avi Rozen
    <avi.rozen@gmail.com> (Closes: #490541).
  * Adding Turkish debconf translation from Mert Dirik <mertdirik@gmail.com>
    (Closes: #490725).

  [ Loic Minier ]
  * Drop useless subshells in rules files and export environment vars
    explicitely; also change "cd foo; $(MAKE)" patterns to "$(MAKE) -C foo".

 -- Daniel Baumann <daniel@debian.org>  Mon, 14 Jul 2008 07:14:00 +0200

virtualbox-ose (1.6.2-dfsg-2) unstable; urgency=low

  [ Daniel Baumann ]
  * Using dpkg-architecture rather than dpkg --print-architecture in
    01-no-64bit-guest.dpatch in order to be more accurate for ia32 subarchs
    like lpia, thanks to Loic Minier <lool@debian.org>.
  * Rediffing 02-config-kmk.dpatch.
  * Adding patch to adjust failure message with Debian specific solution when
    experiencing kernel module version mismatch.

  [ Hilko Bengen ]
  * Re-added watch file: Innotek/Sun still want us to use their INTERSHOP
    system to download the tarball, but luckily, there is an alternative
    download location.
  * Enhanced README.Debian

  [ Patrick Winnertz ]
  * Adding VBoxHeadless to virtualbox. Thanks to Stefan Lippers-Hollmann.
    (Closes: #486544)

  [ Michael Meskes ]
  * Remove LocalConfig.kmk in clean target.
  * Source env.sh before starting to build.
  * Include our wiki page as simple html file under
    /usr/share/doc/virtualbox-ose. (Closes: #484998)
  * Install VBoxRandR into guest-utils package.
  * Moved udev rule from virtualbox-ose-guest-modules package to
    virtualbox-ose-guest-utils package. (Closes: #488455)

  [ Loic Minier ]
  * Build virtualbox-ose, virtualbox-ose-dbg, and virtualbox-ose-guest-utils
    for lpia.
  * Wrap uploaders, bdeps, and deps on multiple lines to get cleaner diffs.
  * Cleanup upstreamversion computation and compute it only once.
  * Set VBOX_WITH_X11_ADDITIONS in rules when the DEB_HOST_ARCH is i386 or
    lpia instead of using dpkg --print-architecture.
  * Use the -s flag to dh_ commands instead of 3 debhelper calls and a shell
    test; as a bonus, this provides additional detached symbols in -dbg.
  * Move all -a flags to -s.
  * Install files into virtualbox-ose-guest-utils unconditionally and ignore
    errors -- even if these exist, the package is disabled on amd64.
  * Cleanup rules slightly.
  * Add ${misc:Depends} as this is recommended nowadays.
  * Drop now empty debian/virtualbox-ose-guest-utils.postinst which used to
    call /usr/lib/virtualbox/x11config.pl in the past.
  * Cleanup debian/virtualbox-ose-source.files/rules and
    debian/virtualbox-ose-guest-source.files/rules slightly.
  * Drop trailing exit 0 from "set -e"-ed postinst templates.

 -- Michael Meskes <meskes@debian.org>  Tue, 17 Jun 2008 14:52:36 +0200

virtualbox-ose (1.6.2-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream version, closes: #479744, #482504, #483592
  * Removed unneeded xalan build dependency.
  * Added build dependency on libxslt and libxml.
  * Fixed LocalConfig.kmk to list new variables.
  * Use upstream provided X session file, but patch our changes in there.
  * Build with gcc/g++ 4.2.
  * Bumped Standards-Version to 3.8.0.

  [ Daniel Baumann ]
  * Removing ffmpeg recursively in dfsg-free target in rules.
  * Rediffing all patches.
  * Renumbering all patches.
  * Sanitizing dpatch headers.
  * Stripping off embedded copy of libpng in dfsg-free target of rules.
  * Stripping off embedded copy of libxml2 in dfsg-free target of rules.
  * Stripping off embedded copy of libxslt in dfsg-free target of rules.
  * Stripping off embedded copy of zlib in dfsg-free target of rules.
  * Improving long description of virtualbox-ose-guest-utils.
  * Correcting wrong virtualbox-ose-guest-utils package name in long
    description of virtuabox-ose-guest-source.
  * Adding note about kernel module requirement in virtualbox-ose long
    description.

 -- Michael Meskes <meskes@debian.org>  Sun, 11 May 2008 22:48:59 +0200

virtualbox-ose (1.5.6-dfsg-7) unstable; urgency=low

  [ Michael Meskes ]
  * Made virtualbox-ose-modules recommend virtualbox-ose-guest-utils.
  * Added recommendation on up-to-date xserver-xorg-core and conflict on
    older versions to guest-utils, closes: #476526
  * Provide xserver-xorg-input-2 and xserver-xorg-video-2 with guest-utils.
  * Removed watch file, I couldn't find a way to get the orig tarball without
    first accepting a license.
  * Rewrote debian/rules for both source packages, hopefully this
    finally closes: #469882
  * Patched module Makefile to allow amd64 build in linux-modules-extra-2.6.
  * Added patch by Pascal Volk <user@localhost.localdomain.org> to prevent
    init script from overwriting values, closes: #475193
  * Added patch from upstream SVN to fix FTBFS in xpcom, closes: #479910
  * Took another change from SVN to update sed file for newer buildchain.
  * Recompiled against latest libxalan110, closes: #480739

  [ Daniel Baumann ]
  * Correcting wrong module-assistant manpage section in
    virtualbox-ose-*source.README.Debian.
  * Removing some reimported useless whitespaces.
  * Sanitizing all po headers.

  [ Patrick Winnertz ]
  * Added patch to make virtualbox-ose-guest-source build with kernels >=
    2.6.25. Thanks to Stefan Lippers-Hollmann. (Closes: 478373, 478333, 480736)

 -- Michael Meskes <meskes@debian.org>  Sun, 11 May 2008 22:48:50 +0200

virtualbox-ose (1.5.6-dfsg-6) unstable; urgency=low

  * Added two patches from upstream SVN to make virtualbox-ose build with
    gcc-4.3. However, this compiler is not yet officially supported.
    Closes: #474907

 -- Michael Meskes <meskes@debian.org>  Tue, 08 Apr 2008 09:58:35 +0200

virtualbox-ose (1.5.6-dfsg-5) unstable; urgency=low

  [ Hilko Bengen ]
  * Don't fail in guest-utils init script if the vboxadd module cannot
    get loaded (Closes: #474195)

  [ Michael Meskes ]
  * Fixed default ARCH setting in module Makefile, closes: #474196
  * Made initscript even more LSB compliant by using LSB logging
    functions, closes: #474089

 -- Michael Meskes <meskes@debian.org>  Fri, 04 Apr 2008 10:16:48 +0200

virtualbox-ose (1.5.6-dfsg-4) unstable; urgency=low

  [ Michael Meskes  ]
  * Set default architecture in debian/rules for module source package.
  * Fixed and rearranged patches against init script.

  [ Patrick Winnertz ]
  * Improve init.d script patch to write done also on the first startup.
    (Closes: #473059)

 -- Michael Meskes <meskes@debian.org>  Wed, 02 Apr 2008 12:08:30 +0200

virtualbox-ose (1.5.6-dfsg-3) unstable; urgency=low

  [ Michael Meskes ]
  * Fixed arch check in virtualbox-ose-source rules file, closes: #469882
  * Added just another patch to the initscript. This patch makes sure the tun
    module is only loaded if it is needed, closes: #470172
  * Made desktop file comply to the Free Desktop specification, closes: #470937
  * Replaced $(PWD) with $(CURDIR) in rules file.
  * Bumped build dependency for debhelper to version >= 5.0.44~ because of
    dh_installifupdown.
  * Moved to Hilko's docbook version of README.Debian.
  * Also added information about VBoxADDIF to README.Debian.
  * Copied lynx-dump-postprocess script from exim4 package.

  [ Hilko Bengen ]
  * Added scripts for managing `vbox' interfaces from
    /etc/network/interfaces

 -- Michael Meskes <meskes@debian.org>  Tue, 18 Mar 2008 15:13:39 +0100

virtualbox-ose (1.5.6-dfsg-2) unstable; urgency=low

  [ Daniel Baumann ]
  * Added Brazilian-Portuguese debconf translation from Eder L. Marques
    <eder@edermarques.net> (Closes: #467452).

  [ Michael Meskes ]
  * Added patch by Frans Pop <elendil@planet.nl> to make modules compile with
    kernel 2.6.25, closes: #468864
  * Suggest bridge-utils which is needed for static host networking.
  * Added patch against init script to remove newly created file again on
    failure, closes: #468419
  * Fixed watch file to cope with -1 upstream release.

 -- Michael Meskes <meskes@debian.org>  Sun, 02 Mar 2008 10:38:31 +0100

virtualbox-ose (1.5.6-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * New upstream version
  * Fixed LSB headers in init.d scripts, closes: #466311
  * list x11config.pl with correct path in README file, closes: #466621
  * Added last changes made by the translation projects, thanks to
    Christian Perrier <bubulle@debian.org>.
  * Tweaked dfsg-free target in rules file so it is really executable, first
    steps made by Hilko.

  [ Hilko Bengen ]
  * Make module loading in initscript configurable (disabled by default).

  [ Patrick Winnertz ]
  * prevent initscript from failing if module doesn't exist. (Closes: #466851)

 -- Michael Meskes <meskes@debian.org>  Sat, 23 Feb 2008 10:49:28 +0100

virtualbox-ose (1.5.4-dfsg-5) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Unified headers of debconf template translations.
  * Rediffed patches and again fixed their headers.
  * Added Portuguese debconf translation from Ricardo Silva <ardoric@gmail.com>
    (Closes: #464761).
  * Removed extra whitespace in maintainer field of control, thanks to
    Christoph Berg <myon@debian.org> (Closes: #465327).

  [ Michael Meskes ]
  * Added Basque debconf translation, closes: #460348
  * Added Japanese debconf translation, closes: #465682
  * Added French debconf translation, closes: #465779
  * Added Russian debconf translation, closes: #466092
  * Added Italian debconf translation, closes: #466095
  * Added Dutch debconf translation, closes: #466113
  * Added Spanish debconf translation, closes: #466280
  * Updated German translation.
  * Really use runtime assertion patch.
  * Replaced two patches for module build process by upstream changes taken
    from SVN.
  * Added ARCH setting to virtualbox-ose-source rules file so we can cross
    compile the module.
  * Insert module in initscript.

  [ Patrick Winnertz ]
  * Fix error of postrm if vboxusers is a non-system group (maybe added
    manually before installation of virtualbox-ose). (Closes: #462885)
  * Added reviewed debconf templates and translations.
      (Closes: #463283) Thanks to Christian Perrier
      (Closes: #463828) Thanks to Jacobo Tarrio.
      (Closes: #463959) Thanks to Esko Arajärvi
      (Closes: #464043) Thanks to Miroslav Kure
      (Closes: #464509) Thanks to Clytie Siddall

 -- Michael Meskes <meskes@debian.org>  Sun, 17 Feb 2008 19:08:04 +0100

virtualbox-ose (1.5.4-dfsg-4) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.

  [ Patrick Winnertz ]
  * Fixed broken symlink (Closes: #458991)

 -- Patrick Winnertz <winnie@debian.org>  Tue, 15 Jan 2008 11:49:18 +0100

virtualbox-ose (1.5.4-dfsg-3) unstable; urgency=low

  * Added patch from SVN send by Frank Mehnert <frank@innotek.de> to fix
    runtime assertions.
  * Improved debconf text.
  * Check for package upgrade in preinst.
  * Pre-Depend on debconf.

 -- Michael Meskes <meskes@debian.org>  Thu, 10 Jan 2008 15:14:26 +0100

virtualbox-ose (1.5.4-dfsg-2) unstable; urgency=low

  [ Hilko Bengen ]
  * Added debian/watch

  [ Daniel Baumann ]
  * Rediffed 02-module-in-kernel.dpatch.
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.

  [ Michael Meskes ]
  * Removed two additional include files from guest-sources again because they
    were only needed for amd64.
  * Install VBoxAddIF.sh which was lost during transition, closes: #458991.
  * Added a recommend to libhal, see #448347 for details.
  * Added debconf support.
  * Tell the user about losing snapshots and ask via debconf whether to
    proceed, closes: #458842.
  * Clarified error message coming up if module is not loaded, closes: #459440.

 -- Michael Meskes <meskes@debian.org>  Mon, 07 Jan 2008 17:41:32 +0100

virtualbox-ose (1.5.4-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * Do not build guest-utils on amd64 because 64bit guests are nor support
    yet.
  * Removed build time dependency on i32-libs that is not really needed.
  * New upstream version.
  * Removed some new files because of licensing problems:
    ./src/VBox/Additions/linux/selinux-fedora
    ./src/VBox/Additions/linux/xmouse/Imakefile
    ./src/VBox/HostServices/SharedClipboard/linux-stub.cpp
  * Removed the following patches because they are not needed anymore:
    01-configure.dpatch
    08-no-kernel.dpatch
    09-fix-initscript.dpatch
    12-kcompat-2.6.24.dpatch
  * Replaced our registration patch by the new config option taken from SVN.
  * Rediffed and renumbered some of the remaining patches.
  * Added build dependency on libpulse-dev.
  * Moved shell scripts from /usr/lib to /usr/share.
  * g++-multilib on amd64 depends on libc6-dev-i386, no need to specify both
    as build dependency.
  * Manually install missing include files for guest-sources.
  * Changed layout of guest-sources package to not have to patch the Makefile.
  * Changed patch accordingly.
  * Removed old 02-host-module patch, it wasn't needed anymore.
  * Added new patch 02-module-in-kernel to make sure modules build in a kernel
    build environment.

  [ Hilko Bengen ]
  * Make dh_strip ignore symlink(s) in /usr/share

  [ Daniel Baumann ]
  * Again fixing dpatch headers.
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Correcting the name of Phillip in copyright.
  * Syncronising Uploaders of control with control.module.in.
  * Rediffed all patches properly.

 -- Michael Meskes <meskes@debian.org>  Tue, 01 Jan 2008 14:26:51 +0100

virtualbox-ose (1.5.2-dfsg2-7) unstable; urgency=low

  [ Patrick Winnertz ]
  * Do only recommend the virtualbox-ose-modules package. Maybe someone
    would like to compile it on it's own, or not with m-a. (Closes: #456989)

  [ Hilko Bengen ]
  * Build system: a large move towards using dh_install
    - This requires that we force the build output dir to a fixed location.
    - The dh_install call needs to go to the `install' target.
  * Leave out code/data for test cases from virtualbox-ose binary package

  [ Michael Meskes ]
  * Only suggest guest-sources in guest-utils. With l-m-e expected to include
    the guest-modules in the near future, this should be sufficient.
  * Rearranged parts of the debian dir.
  * Replaced our patch to not need kernel sources by new configure option
    taken from svn.

  [ Daniel Baumann ]
  * Bumping policy also in module controls, no other changes needed.

 -- Michael Meskes <meskes@debian.org>  Thu, 20 Dec 2007 15:51:13 +0100

virtualbox-ose (1.5.2-dfsg2-6) unstable; urgency=low

  [ Daniel Baumann ]
  * Again removing reimported useless whitespaces at EOL and EOF in debian/*.
  * Fixing dpatch headers.
  * Rediffed dpatches 6-12.
  * Removed svn:executable on dpatch 9 and 12.

  [ Michael Meskes ]
  * Fixed rules file to correctly install module sources, closes: #456916

 -- Michael Meskes <meskes@debian.org>  Tue, 18 Dec 2007 16:21:33 +0100

virtualbox-ose (1.5.2-dfsg2-5) unstable; urgency=low

  [ Daniel Baumann ]
  * Upgrading virtualbox-ose-modules recommends to depends.
  * Downgrading virtualbox-ose-source recommends to suggests.
  * Bumping policy version, no other changes needed.

  [ Hilko Bengen ]
  * Added support for vditool to VBox.sh
  * Build system:
    - Cleaned up patch/config phase
    - Added copy of init script to debian directory -- no longer copy it
      from src/VBox/Installer/linux/vboxnet.sh
    - symlinks/directories in packages are now created using debhelper
  * Add 2.6.24 compatibility fix (Closes: #456464)

  [ Patrick Winnertz ]
  * Moved initscript again out of debian, we should use the upstream one
    and created a patch for this one. (in order to fix lintian warning)
  * Add description to 02-host-module.dpatch

 -- Patrick Winnertz <winnie@debian.org>  Mon, 17 Dec 2007 17:37:52 +0100

virtualbox-ose (1.5.2-dfsg2-4) unstable; urgency=low

  [ Patrick Winnertz ]
  * Changed my maintainer address

  [ meskes@debian.org ]
  * Made virtualbox-ose-guest-source compile under linux-modules-extra.
  * Made virtualbox-ose-guest-modules i386 only.
  * Re-encoded copyright file in UTF-8.
  * Removed empty /usr/sbin directory in virtualbox-ose package.
  * Removed /usr/lib/virtualbox/VBox.png, doesn't seem to be needed.
  * Also removed override for this file.
  * Moved binary file xpidl from /usr/share back to /usr/lib.

 -- Michael Meskes <meskes@debian.org>  Thu, 06 Dec 2007 09:11:51 +0100

virtualbox-ose (1.5.2-dfsg2-3) unstable; urgency=low

  * Added patch to remove registration form, closes: #447626, #453784
  * Added just another patch to make sure module is build with the correct
    name when build by linux-modules-extra, closes: #453681, #454123
  * Patched Makefile for guest modules for the same reason.

 -- Michael Meskes <meskes@debian.org>  Sun, 02 Dec 2007 18:06:27 +0100

virtualbox-ose (1.5.2-dfsg2-2) unstable; urgency=low

  [ Michael Meskes ]
  * Removed superfluous build dependencies:
    - libqt3-mt-dev depends on zlib1g-dev and libxcursor-dev
    - libxalan110-dev depends on libxerces27-dev
    - bcc depends on bin86
  * Remove guest libs from debug package.
  * Call "invoke-rc.d udev reload" conditionally in modules postinst.
  * Do not call modprobe in postinst script, closes: #451743, #451742
  * Made grep command in vboxnet.sh be quiet, closes: #451741
  * Do not start guest utils if not inside the vm.
  * Disabled modprobing of vboxadd because udev seems to be able to handle it.
  * Applied patch by Kel Modderman <kel@otaku42.de> improving
    guest utils init script.
  * Do not change xorg.conf in postinst, closes: #451745

  [ Daniel Baumann ]
  * Removing again whitespaces at EOL.
  * Removing empty virtualbox-ose-guest-utils.postrm.

 -- Michael Meskes <meskes@debian.org>  Mon, 19 Nov 2007 10:56:31 +0100

virtualbox-ose (1.5.2-dfsg2-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Added debug package.
  * Converting XS-* fields to their official counterparts.
  * Removed some re-imported useless whitespaces.

  [ Michael Meskes ]
  * Made sure modules postinst calls debmod before modprobe.
  * Added reference to http://wiki.debian.org/VirtualBox to README.Debian.
  * Moved architecture independant files from /usr/lib to /usr/share, closes: #448951
  * Checked license of linux installer and additions.
  * Repackaged dfsg orig tarball accordingly.
  * Added linux installer tools, closes: #448749
  * Provide programs with upstream upper/lower case mix as used by upstream.
  * Added linux additions in two separate packages, closes: #440517, #449315
  * Install vboxnet.sh as init script.
  * Changed build system to work without kernel sources.

 -- Michael Meskes <meskes@debian.org>  Tue, 12 Nov 2007 20:26:35 +0100

virtualbox-ose (1.5.2-dfsg-2) unstable; urgency=low

  * Adding depends to adduser (Closes: #447271).
  * Conditionally call delgroup in virtualbox-ose.postrm.
  * Replacing virtualbox-modules with virtualbox-ose-modules in
    scripts/VBox.sh.
  * Sorting recommends.
  * Adding patch from Daniel Hahler <ubuntu@thequod.de> to change the error
    message for vboxdrv failure, according to virtualbox-ose-modules.

 -- Daniel Baumann <daniel@debian.org>  Sat, 20 Oct 2007 06:40:00 +0200

virtualbox-ose (1.5.2-dfsg-1) unstable; urgency=low

  [ Michael Meskes ]
  * Made build process install menu file, closes: #444842
  * Move virtualbox to Apps/System.
  * Syncronized desktop and menu file.
  * Documented features missing in Open-Source-Edition in
    README.Debian, closes: #444941
  * Changed menu section to Applications/Emulators.

  [ Daniel Baumann ]
  * Removing useless whitespaces at EOL and EOF in debian/*.
  * Sorting architectures.
  * Sorting build-depends.
  * Sorting control fields.
  * Adding VCS control fields.
  * Adding Homepage control fields.
  * Renaming virtualbox.desktop and virtualbox.xpm to virtualbox-ose.desktop
    and virtualbox-ose.xpm.
  * Using the term 'VirtualBox OSE' consistently in virtualbox-ose.desktop,
    virtualbox-ose-source.README.Debian and virtualbox-ose.menu.
  * Renaming README.Debian and README.rebuild to virtualbox-ose.README.Debian
    and virtualbox-ose.README.rebuild for consistency reasons.
  * Rediffed, cleaned up and properly named all dpatches.
  * Added forgotton changelog from the 1.5.0-dfsg-1 upload.
  * Using install -D call to install the lintian override.
  * Removed comment in rules about "dh_lintian"; this will not be implemented
    in debhelper anyway, see #109642 for more information.
  * Fixed spelling error and improved language in
    virtualbox-ose.README.rebuild.
  * Cleaned, simplified and refractored postinst.modules.in,
    virtualbox-ose.postinst and virtualbox-ose.postrm.
  * Added m-a override link for virtualbox-ose-source.
  * Re-applied improvements to dfsg-target in rules from 1.5.0-dfsg-1 upload.
  * Removing not needed debhelper calls in binary-indep target in rules.
  * Moving debian/virtualbox-ose.lintian-overrides to
    debian/lintian/virtualbox-ose for consistency reasons.
  * Moving debian/VBox.sh to debian/scripts/VBox.sh for consistency reasons.
  * Updated menu file to new menu policy.
  * Updated fsf address in copyright.
  * New upstream release:
    - Updating dfsg-free target in rules.
    - Updating 01-configure.dpatch.

 -- Michael Meskes <meskes@debian.org>  Fri, 19 Oct 2007 10:19:49 +0200

virtualbox-ose (1.5.0-dfsg2-2) unstable; urgency=low

  [ Patrick Winnertz ]
  * Added README.Debian to virtualbox-ose in order to document that the
    configuration xml files of the machines are not compatible between
    1.4.0-svn4130 and the 1.5.0 release. (Closes: #441634)
  * Build only binary-dep packages in binary-dep target and only binary-indep
    packages in binary-indep target.
  * Added postrm to virtualbox-ose in order to remove the vboxusers group on
    purge. (Closes: #442396)

  [ Michael Meskes ]
  * Force udev to reload the rules in postinst. Hopefully this makes sure that
    the device always belongs to the right group.

 -- Michael Meskes <meskes@debian.org>  Sun, 23 Sep 2007 13:55:37 +0200

virtualbox-ose (1.5.0-dfsg2-1) unstable; urgency=low

  * Improved README.Debian for virtualbox-ose-source (Closes: #440793 )
  * Fixed error using different kernel sources than the one which is running
    (Closes: #440693 )
    Thanks to Stefan Lippers-Hollmann
  * The kernel module for virtualbox will only build on amd64 and i386
    (Closes: #440564)
  * Merge some changes that Daniel Baumann made in his own package before.
    Thanks.
  * Set the alioth ML as maintainer address, since this list will be used to
    discuss issues from now on.
  * Removed one patch for makefile. Instead use variables now.
    - Improved patch localconfig-kmk.dpatch
  * Upload of 1.5.0 fixes scrolling issue. (Closes: #440773 )

 -- Patrick Winnertz <patrick.winnertz@skolelinux.org>  Thu, 06 Sep 2007 09:52:48 +0200

virtualbox-ose (1.5.0-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Re-added myself as co-maintainer as I'm the original maintainer.
  * Updated dfsg-free target in rules for new upstream version.
  * Don't forkbomb in dfsg-free target, use xargs.
  * Don't do a subshell in dfsg-free target, not required.
  * Cleaned the 'dh_make'-template header in postinst.modules.in.
  * Rediffed all patches with the same diff options.
  * Properly named all patches and adjusted their dpatch headers.

 -- Daniel Baumann <daniel@debian.org>  Wed,  5 Sep 2007 06:58:00 +0200

virtualbox-ose (1.4.0svn4130-dfsg-1) unstable; urgency=low

  [ Patrick Winnertz ]
  * Rename virtualbox to virtualbox-ose since innotek has a trademark on this
    name and they prohibit us to use this name together with the open-source edition.
    See http://www.virtualbox.org/wiki/Licensing_FAQ point 8 for details.
  * If module is not loadable on this kernel don't fail to install kernel
    module. (Closes: #440509)
  * Adjusted Upstream Authors name. The name of the company has changed.
  * Adjusted copyright. virtualbox is GPLv2 *only*.

  [ Michael Meskes ]
  * Added Build-Dependancy to g++-multilib on amd64.

 -- Michael Meskes <meskes@debian.org>  Mon, 03 Sep 2007 14:27:30 +0200

virtualbox (1.4.0svn4130-dfsg-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Initial release (Closes: #406992, #407001, #409711).

  [ Philipp Hug ]
  * Stripped kbuild and yasm from source tarball
  * Use Debian's kbuild and yasm instead
  * Added myself as uploader
  * Build target for module is now all instead of module
  * Build against correct kernel source
  * Integrated changes by Patrick Winnertz
  * clean: rm env.sh AutoConfig.kmk configure.log
  * Install udev rules to automatically create device
  * Automatically create vboxusers group
  * Binary names are now lowercase
  * Disabled stripping for VMM because it breaks VirtualBox
  * Don't require kernel module, recommend it instead

  [ Patrick Winnertz ]
  * Remove Microsoft license stuff from orig.tar.gz (repackaged it )
    See dfsg-free section in debian/rules for details.
  * Added patch to use own yasm
  * Added patch to remove Additions from the Makefile.kmk
  * Remove ./src/libs/xpcom18a4/nsprpub/build/autoconf from source tarball.
  * Doesn't depend on gcc-3.4 and g++-3.4 since they are going to be removed from
    debian. Use default instead.
    Therefore I removed the patch, too.
  * Don't call dh_installdeb twice.  (build-dep & build-indep)
  * Added section to create dfsg tarball automatically to debian/rules (experimental!!)
  * Added lintian.overrides for -fPIC since somehow virtualbox doesn't work with
  * Added patch to prevent building modules and kernel code when building the
    gui.
  * Install udev rule with virtualbox and not with the module, since several
    modules for several kernels could be there.
  * Improved copyright statements in copyright file.
  * Corrected .desktop file

 -- Patrick Winnertz <patrick.winnertz@skolelinux.org>  Thu, 30 Aug 2007 12:35:51 +0200