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

  * Update Linaro Engineering Builds version to 13.04

 -- Fathi Boudra <fathi.boudra@linaro.org>  Sat, 20 Apr 2013 10:39:26 +0300

base-files (6.5ubuntu12+linaro13.03) quantal; urgency=low

  * Update Linaro Engineering Builds version to 13.03

 -- Fathi Boudra <fathi.boudra@linaro.org>  Sat, 23 Mar 2013 09:36:12 +0200

base-files (6.5ubuntu12+linaro13.02) quantal; urgency=low

  * Update Linaro Engineering Builds version to 13.02

 -- Fathi Boudra <fathi.boudra@linaro.org>  Fri, 22 Feb 2013 08:28:42 +0200

base-files (6.5ubuntu12+linaro13.01) quantal; urgency=low

  * Update Linaro Engineering Builds version to 13.01

 -- Fathi Boudra <fathi.boudra@linaro.org>  Fri, 25 Jan 2013 11:09:02 +0200

base-files (6.5ubuntu12+linaro12.12) quantal; urgency=low

  * Update Linaro Engineering Builds version to 12.12
  * Update debian/control: set Maintainer to Linaro Packagers
  * Update debian/update-motd.d/10-help-text: set URL to wiki.linaro.org
  * Update etc/issue and etc/issue.net: set to Linaro 12.12
  * Update etc/legal: replace Ubuntu by Linaro
  * Update etc/lsb-release and etc/os-release: set variables to Linaro 12.12
  * Add origins/linaro file

 -- Fathi Boudra <fathi.boudra@linaro.org>  Sat, 15 Dec 2012 10:02:01 +0200

base-files (6.5ubuntu12) quantal; urgency=low

  * Remove leap-second hack, which causes issues on some VMs: LP: #1022198
  * Migrate /etc/os-release to a conffile, see LP: #947236 for rationale.

 -- Adam Conrad <adconrad@ubuntu.com>  Tue, 23 Oct 2012 11:16:32 +0100

base-files (6.5ubuntu11) quantal; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release, /etc/os-release: Prepare
    for Quantal release.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 09 Oct 2012 14:09:59 +0200

base-files (6.5ubuntu10) quantal; urgency=low

  * Correct PRETTY_NAME in os-release to use "(development branch)"

 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>  Mon, 10 Sep 2012 15:39:32 +0100

base-files (6.5ubuntu9) quantal; urgency=low

  * Install /etc/os-release. LP: #947236.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 10 Sep 2012 15:38:03 +0200

base-files (6.5ubuntu8) quantal; urgency=low

  * Call date -s $(date -R) on upgrade, to resync any clocks that might
    be desynced (and causing pthread spinning in the kernel) due to the leap
    second.  LP: #1020285.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 03 Jul 2012 10:43:12 -0700

base-files (6.5ubuntu7) quantal; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Quantal!

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Apr 2012 12:54:00 +0200

base-files (6.5ubuntu6) precise; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Prepare for Precise
    release.

 -- Stéphane Graber <stgraber@ubuntu.com>  Thu, 19 Apr 2012 11:17:03 +0200

base-files (6.5ubuntu5) precise; urgency=low

  * debian/preinst: also handle 99-footer.  Really closes LP: #903137.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 27 Jan 2012 10:50:52 -0800

base-files (6.5ubuntu4) precise; urgency=low

  * debian/preinst: the non-conffile contents of /etc/update-motd.d had
    different md5sums in lucid, so include upgrade handling for those
    versions as well so we avoid spurious conffile prompts.  LP: #903137.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 25 Jan 2012 15:47:04 -0800

base-files (6.5ubuntu3) precise; urgency=low

  * Fix permissions of /etc/dpkg/origins/* and
    /usr/share/doc/base-files/copyright (LP: #871977).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 25 Nov 2011 09:41:15 +0000

base-files (6.5ubuntu2) precise; urgency=low

  * share/profile: Fix incorrect ordering of /etc/profile.d handling vs. PS1
    check, bringing this more into line with Debian (LP: #881373).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 25 Oct 2011 14:28:47 +0100

base-files (6.5ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Add default /etc/networks file.
    - Added information about the docs web page.
    - Restore order line in /etc/host.conf with a comment.
    - Ship /root mode 700 by default.
    - Add update-motd scripts.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 25 Oct 2011 09:06:14 +0100

base-files (6.5) unstable; urgency=low

  * Modified default /etc/profile to not read /etc/bash.bashrc if bash
    is invoked as /bin/sh. Closes: #632887.

 -- Santiago Vila <sanvila@debian.org>  Fri, 29 Jul 2011 21:03:02 +0200

base-files (6.4ubuntu6) precise; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Precise!

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 13 Oct 2011 16:03:05 +0100

base-files (6.4ubuntu5) oneiric; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Prepare for Oneiric
    release.

 -- Colin Watson <cjwatson@ubuntu.com>  Sat, 08 Oct 2011 00:45:55 +0100

base-files (6.4ubuntu4) oneiric; urgency=low

  * debian/preinst:
    - fix conffile prompt for unmodified 00-header, 10-help-text 
      (LP: #820233)
  * debian/rules:
    - install the preinst into the package as no helper is used

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 03 Aug 2011 10:44:29 +0200

base-files (6.4ubuntu3) oneiric; urgency=low

  * add update-motd.d files to conffiles (LP: #813282)

 -- Brian Murray <brian@ubuntu.com>  Wed, 20 Jul 2011 16:04:07 -0700

base-files (6.4ubuntu2) oneiric; urgency=low

  * update-motd.d/10-help-text: modify server documentation link to be the
    official documentation page of the installed distribution.  Thanks to Tim
    Kuijsten for working on this. (LP: #744253)
  * rather than depend on lsb-release test to see if lsb_release is available
    (LP: #575885)

 -- Brian Murray <brian@ubuntu.com>  Thu, 14 Jul 2011 13:29:27 -0700

base-files (6.4ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Add default /etc/networks file.
    - Added information about the docs web page.
    - Restore order line in /etc/host.conf with a comment.
    - Ship /root mode 700 by default.
  * Dropped changes:
    - drop versioned dependency on libpam-modules, satisfied in all versions
      since hardy (and earlier)
    - remove /var/lock and /var/run: this is handled differently in Debian,
      no reason to diverge
    - fixing up permissions of files copied by ubiquity: transition completed
      in lucid.
    - debian/postinst.in: replace references to /var/run with /run: /run is
      still a draft standard for the time being and should only be used for
      those parts of the system that were being placed *other* than in
      /var/run for various reasons (e.g., /dev/.udev, /lib/init/rw).
      /var/run must continue to exist and be functional, and initscripts
      guarantees a smooth transition from /var/run to /run once we are ready
      to start doing away with /var/run (once the FHS officially ratifies
      /run as its replacement), so there's no reason to diverge from Debian
      here.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 13 Jul 2011 13:30:10 -0700

base-files (6.4) unstable; urgency=low

  * Added /run. Closes: #620157.
  * On new installs:
    - Create /run/lock (debian-installer will remove it but this will
    ensure that it exists even on chroot environments).
    - Symlink /var/run to /run.
    - Symlink /var/lock to /run/lock.
  * On upgraded systems, initscripts will handle the transition to /run.
  * Added "Breaks: initscripts << (2.88dsf-13.3)" to ensure that initscripts
    is upgraded first, as otherwise udev would break.
  * Thanks a lot to Roger Leigh.

 -- Santiago Vila <sanvila@debian.org>  Fri, 27 May 2011 14:25:42 +0200

base-files (6.3ubuntu4) oneiric; urgency=low

  * Removed duplicate code in share/profile, causing /etc/profile.d/*
    scripts to be executed twice (LP: #790050)

 -- Alexander Fougner <fougner89@gmail.com>  Sat, 18 Jun 2011 00:23:05 +0200

base-files (6.3ubuntu3) oneiric; urgency=low

  * debian/1777-dirs: remove /var/lock (replaced by /run/lock on tmpfs)
  * debian/directory-list: remove /var/run and /var/lock, add /run
  * debian/postinst.in: replace references to /var/run with /run

 -- Scott James Remnant <scott@netsplit.com>  Thu, 07 Jul 2011 13:33:06 -0400

base-files (6.3ubuntu2) oneiric; urgency=low

  * Restore /usr/share/base-files/networks.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 04 May 2011 23:20:17 +0100

base-files (6.3ubuntu1) oneiric; urgency=low

  * Merge with Debian; remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.
    - Ship /root mode 700 by default.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 04 May 2011 10:31:43 +0200

base-files (6.3) unstable; urgency=low

  * Dropped /run until everything else is ready for it. In particular,
    udev should not blindly assume that it works just because it exists.

 -- Santiago Vila <sanvila@debian.org>  Wed, 06 Apr 2011 20:33:02 +0200

base-files (6.2) unstable; urgency=low

  * Added /run. Requested by Roger Leigh. Closes: #620157.

 -- Santiago Vila <sanvila@debian.org>  Tue, 05 Apr 2011 18:03:36 +0200

base-files (6.1) unstable; urgency=medium

  * Changed issue, issue.net and debian_version to read "wheezy/sid".

 -- Santiago Vila <sanvila@debian.org>  Mon, 07 Feb 2011 19:24:00 +0100

base-files (6.0) unstable; urgency=low

  * Changed issue, issue.net and debian_version to read "6.0".
  * Updated README accordingly.

 -- Santiago Vila <sanvila@debian.org>  Tue, 14 Dec 2010 22:20:38 +0100

base-files (5.10) unstable; urgency=medium

  * Changed postinst to not reset /var/run/utmp permissions on every upgrade.
    It is definitely not base-files business to change the permissions of
    an already existing /var/run/utmp, as the system admin might have
    changed them on purpose after the file was created. Closes: #601746.

 -- Santiago Vila <sanvila@debian.org>  Sat, 13 Nov 2010 13:01:12 +0100

base-files (5.9) unstable; urgency=medium

  * Changed /etc/profile so that it defines PATH again. Closes: #571086.
    We will have plenty of time to discuss about this after the release
    of squeeze, but for now, this is the safe thing to do.

 -- Santiago Vila <sanvila@debian.org>  Fri, 06 Aug 2010 19:37:40 +0200

base-files (5.8) unstable; urgency=low

  * Added GPL version 1 from http://ftp.gnu.org/gnu/Licenses/ as there
    are a lot of packages still using it. Bug #436105.

 -- Santiago Vila <sanvila@debian.org>  Mon, 05 Jul 2010 19:10:54 +0200

base-files (5.7) unstable; urgency=low

  * Drop umask setting from /etc/profile, will be handled by pam_umask.
    Closes: #583967.

 -- Santiago Vila <sanvila@debian.org>  Tue, 01 Jun 2010 23:57:52 +0200

base-files (5.6) unstable; urgency=low

  * Ordinary user accounts start at UID 1000 by default, but they also
    end at 29999 by default. Modified default /etc/profile accordingly.

 -- Santiago Vila <sanvila@debian.org>  Thu, 20 May 2010 11:34:34 +0200

base-files (5.5) unstable; urgency=low

  * Changed default /etc/profile so that the new umask of 002 is only
    used for ordinary user accounts, which, according to policy, start
    at uid 1000 by default.

 -- Santiago Vila <sanvila@debian.org>  Wed, 19 May 2010 18:57:10 +0200

base-files (5.4) unstable; urgency=low

  * Changed umask in default /etc/profile to 002, which has a little bit
    more sense than 022 on systems like Debian having User Private Groups.
    As usual for /etc/profile, only new installs will have the new default,
    so nobody will be surprised by this on upgrades. Hopefully, this change
    will be documented in the release notes for squeeze as well, for users
    who install squeeze from scratch. Closes: #248140, #581434.
  * Refresh GNU licenses from http://ftp.gnu.org/gnu/Licenses/, as they
    have expanded the embedded tabs. Closes: #572245.
  * Switch to "3.0 (native)" format.

 -- Santiago Vila <sanvila@debian.org>  Thu, 13 May 2010 18:35:42 +0200

base-files (5.3) unstable; urgency=low

  * Changed default /etc/profile so that it sources /etc/profile.d/*.sh
    as mandated by the LSB section 16.2. Closes: #545756.
    Package maintainers: Please don't use profile.d if you can avoid it,
    as policy says "A program must not depend on environment variables
    to get reasonable defaults".
  * Removed questions about profile.d from FAQ.

 -- Santiago Vila <sanvila@debian.org>  Fri, 09 Apr 2010 18:07:20 +0200

base-files (5.2) unstable; urgency=low

  * Added question in FAQ to document the fact that some configuration
    files in /etc are never updated on upgrades. Closes: #571083.
  * Changed default /usr/src to be root:root and 755. Closes: #573701.
    The old permissions were of little benefit, and the user can still
    change this after installing a new system anyway.
  * Renamed FAQ to README and added a compatibility symlink.
  * Removed obsolete Depends on base-passwd, as version 2.0.3.4 is more
    than 10 years old and we don't support upgrades which skip releases.
  * Dropped preinst completely, as it was there just to support upgrades
    from very old releases (that we don't support anymore).
  * Removed postinst code that supports upgrades from very old releases.

 -- Santiago Vila <sanvila@debian.org>  Sun, 04 Apr 2010 13:22:04 +0200

base-files (5.1) unstable; urgency=low

  * Changed default permissions for /root to 700, as many admins consider
    it should be more private than other home directories. Closes: #514794.
  * Changed default permissions for /var/log/btmp to 660, to be in sync
    with permissions set by logrotate. Closes: #547407.
  * Do not export PS1 in /root/.bashrc, as it has bash escapes and it's
    inherited to subshells that do not have to be bash. Closes: #567733.
  * Added debian_chroot variable to default PS1 in /root/.bashrc.
  * Comment out PS1 in /root/.bashrc anyway, as /etc/profile and
    /etc/bash.bashrc already care about it. Closes: #443245.
  * Comment out umask as well, as it's already in /etc/profile.
  * Added /usr/local/games to default PATH in /etc/profile. Closes: #487105.
  * While we are at it, comment out everything about PATH, as /etc/login.defs
    should already care about this.
  * Changed default /etc/profile so that it sources /etc/bash.bashrc
    if the shell is bash. Closes: #275622.
  * Drop \u part from default PS1 in /etc/profile, as it's only useful
    for people with several non-root accounts. Most people are either root
    or an ordinary user, so $ and # are enough to differentiate between them.
  * Comment out PS1 setting in /etc/profile anyway, as we have bash.bashrc.

 -- Santiago Vila <sanvila@debian.org>  Sun, 31 Jan 2010 13:16:14 +0100

base-files (5.0.0ubuntu29) oneiric; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Oneiric!

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Apr 2011 18:58:47 +0200

base-files (5.0.0ubuntu28) natty; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Prepare for Natty release.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 21 Apr 2011 17:20:37 +0100

base-files (5.0.0ubuntu27) natty; urgency=low

  * Capitalize Natty in DISTRIB_DESCRIPTION.

 -- Evan Dandrea <ev@ubuntu.com>  Thu, 24 Feb 2011 11:58:12 +0000

base-files (5.0.0ubuntu26) natty; urgency=low

  * Ignore errors from update-motd (LP: #682843).

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 02 Dec 2010 17:43:30 +0000

base-files (5.0.0ubuntu25) natty; urgency=low

  * debian/update-motd.d/00-header, debian/update-motd.d/10-help-text,
    debian/update-motd.d/99-footer:
    - add copyright/license header
    - simplify/shorten text, LP: #578264
    - speed up boot by having 00-header source /etc/lsb-release, if possible,
      and only using lsb_release as a fall back, LP: #617410, #664492
  * debian/postinst.in: ensure that /var/run/motd is populated on package
    install/upgrade, LP: #614486

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 21 Oct 2010 08:43:01 -0500

base-files (5.0.0ubuntu24) natty; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Natty!

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 11 Oct 2010 15:35:43 +0100

base-files (5.0.0ubuntu23) maverick; urgency=low

  * Prepare for Maverick release: etc/{lsb-release,issue,issue.net}.

 -- Thierry Carrez (ttx) <thierry.carrez@ubuntu.com>  Thu, 07 Oct 2010 09:47:59 +0100

base-files (5.0.0ubuntu22) maverick; urgency=low

  * debian/postinst.in: A bug in the build process for the Dell Latitude 2110
    factory pre-installed OEM images caused a temporary apt configuration file
    to be left in the installed system. This disabled apt's enforcement of
    authenticated packages. Remove the file on upgrades if it matches the
    factory version. (LP: #610647)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 28 Jul 2010 18:46:45 +0200

base-files (5.0.0ubuntu21) maverick; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Maverick!

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 04 May 2010 17:42:31 +0100

base-files (5.0.0ubuntu20) lucid; urgency=low

  * 00-header: use lsb_release -s -d so LTS is displayed LP: #568628

 -- Brian Murray <brian@ubuntu.com>  Thu, 22 Apr 2010 12:12:29 -0700

base-files (5.0.0ubuntu19) lucid; urgency=low

  * Prepare for Lucid release: etc/{lsb-release,issue,issue.net}.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 20 Apr 2010 03:50:12 -0700

base-files (5.0.0ubuntu18) lucid; urgency=low

  * debian/postinst.in: clear release-upgrade flag, and update again
    immediately on base-files upgrades, LP: #563015

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 14 Apr 2010 09:25:15 -0500

base-files (5.0.0ubuntu17) lucid; urgency=low

  * debian/rules, debian/postinst.in: second half of the fix for the
    previous upload; drop symlink creation in debian/rules, LP: #561778

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 12 Apr 2010 18:23:39 -0500

base-files (5.0.0ubuntu16) lucid; urgency=low

  * debian/postinst.in: only create /etc/motd link on initial install;
    thereafter, it's entirely up to the admin whether to keep this
    link or modify it to their wishes, LP: #561778

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 12 Apr 2010 15:23:12 -0500

base-files (5.0.0ubuntu15) lucid; urgency=low

  * debian/links, debian/postinst.in, debian/rules:
    remove artifacts of old base motd creation, keep duplicated data
    from popping up in motd, LP: #516293

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 09 Apr 2010 14:23:01 -0500

base-files (5.0.0ubuntu14) lucid; urgency=low

  Fix double-printing of motd.tail, LP: #550561
  * debian/postinst.in: motd.tail should no longer be generated by this
    package; rather it's where the sysadmin would add static text to
    append to the dynamically generated /etc/motd
  * debian/update-motd.d/*, debian/rules:
    - move update-motd scripts to this dir, clean up install rules
      (scripts were getting installed in two places)
    - 00-header: add the lsb_release information, which seems at least
      as pertinent as the kernel's version and build-date
    - 00-header, 99-footer: split the header (uname, lsb_release) and
      the footer (admin's motd.tail) to two separate scripts

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 31 Mar 2010 14:56:49 -0500

base-files (5.0.0ubuntu13) lucid; urgency=low

  * debian/10-help-text: fix url, no https for server doc

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 25 Mar 2010 11:08:56 -0700

base-files (5.0.0ubuntu12) lucid; urgency=low

  * debian/10-help-text: line up the help text, make it more concise and
    consistent with the other help-text update-motd insertions from other
    packages

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 25 Mar 2010 11:06:52 -0700

base-files (5.0.0ubuntu11) lucid; urgency=low

  * share/dot.bashrc: Sync with bash's skeleton bashrc, just don't
    enable command completion by default.
    - Uncomment useful aliases for ll, la, and l, to better match sysadmin's
      expectations coming from other enterprise distros (Dustin Kirkland).
      LP: #545262.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Mar 2010 14:19:44 +0100

base-files (5.0.0ubuntu10) lucid; urgency=low

  * etc/00-header: handle non-zero exit if /etc/motd.tail does not exist,
    LP: #492387

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 07 Dec 2009 17:05:18 -0600

base-files (5.0.0ubuntu9) lucid; urgency=low

  * etc/motd, etc/10-help-text, debian/rules: move the help text
    out of the stock, static /etc/motd.tail, putting it into a
    dynamic update-motd script, such that appropriate links can
    be dynamically displayed, LP: #490392
  * share/motd.md5sums: add karmic's motd.tail md5sum

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 01 Dec 2009 16:07:54 -0600

base-files (5.0.0ubuntu8) lucid; urgency=low

  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Lucid!

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 30 Oct 2009 11:39:07 +0000

base-files (5.0.0ubuntu7) karmic; urgency=low

  * Prepare for Karmic release: etc/{lsb-release,issue,issue.net}.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 19 Oct 2009 16:44:48 -0700

base-files (5.0.0ubuntu6) karmic; urgency=low

  * etc/00-header, debian/directory-list, debian/rules: pam_motd will
    now dynamically build a MOTD by running all scripts in
    /etc/update-motd.d and concatenating the output; seed that MOTD
    with the standard header, LP: #399071

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 13 Jul 2009 21:30:55 -0500

base-files (5.0.0ubuntu5) karmic; urgency=low

  * etc/legal.sh: dropped, as the display of /etc/legal is now
    handled by update-motd
  * etc/legal: keep this text here, though, as this seems to be
    the most appropriate, maintainable place for it

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 13 Jul 2009 14:18:45 -0500

base-files (5.0.0ubuntu4) karmic; urgency=low

  * etc/legal.sh: per feedback from pitti, the flag was moved to
    ~/.cache/motd/legal-displayed

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 09 Jul 2009 14:34:14 -0500

base-files (5.0.0ubuntu3) karmic; urgency=low

  * etc/motd, etc/legal.sh, debian/rules, share/motd.md5sums: pursuant to
    consultation with Canonical's Legal Department, it is sufficient
    to display the warranty disclaimer only once per user; move this
    text out of the stock /etc/motd, and into an /etc/profile.d/legal.sh
    script; display the text if a certain flag is not detected and touch
    the flag file

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 08 Jul 2009 16:55:12 -0500

base-files (5.0.0ubuntu2) karmic; urgency=low

  * Add "Parent: Debian" to /etc/dpkg/origins/ubuntu, which will be useful
    with the dpkg-vendor program in dpkg 1.15.1.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 11 May 2009 16:32:12 +0100

base-files (5.0.0ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.
    - Ship /root mode 700 by default.
  * Add /etc/dpkg/origins/ubuntu, and point the default symlink to that.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 27 Apr 2009 10:57:55 +0100

base-files (5.0.0) unstable; urgency=low

  * Drop README.base, remove-base, and the lines in postinst which checked
    for the old base package being present.
  * Do not fiddle with /etc/adjtime anymore, as it does not belong here.
  * Added file /etc/dpkg/origins/debian from dpkg package, for the benefit
    of Debian-derived distributions, as base-files is trivial to fork.
    Hopefully, this will be one less reason to fork dpkg. Closes: #487437.
  * Added dpkg (<= 1.15.0) to Replaces, because of the above.
  * On initial install and also on upgrades, create /etc/dpkg/origins/default
    as a symlink to /etc/dpkg/origins/debian, if it does not exist.
  * Updated copyright year in copyright file.

 -- Santiago Vila <sanvila@debian.org>  Fri, 24 Apr 2009 21:02:42 +0200

base-files (5.0ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.
    - Ship /root mode 700 by default.
    - Drop seeding of /etc/adjtime.
  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Karmic!

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 24 Apr 2009 13:48:26 +0100

base-files (5.0) unstable; urgency=medium

  * Changed issue, issue.net and debian_version to read "squeeze/sid".
  * Added GFDL-1.3 from http://www.gnu.org/licenses/fdl-1.3.txt as new
    packages in unstable are starting to use it. Closes: #517196.
  * Updated generic GFDL symlink accordingly, as it is always supposed
    to point to the latest version.

 -- Santiago Vila <sanvila@debian.org>  Thu, 26 Feb 2009 17:09:38 +0100

base-files (5ubuntu4) jaunty; urgency=low

  * Prepare for Jaunty release: etc/{lsb-release,issue,issue.net}.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 13 Apr 2009 09:26:01 +0000

base-files (5ubuntu3) jaunty; urgency=low

  [ Scott James Remnant ]
  * debian/postinst: Drop seeding of /etc/adjtime after discussion with
    the Debian maintainer.

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 05 Mar 2009 17:34:15 +0000

base-files (5ubuntu2) jaunty; urgency=low

  * debian/{700-dirs,rules}: ship /root mode 700 by default (debian
    bug 514794).

 -- Kees Cook <kees@ubuntu.com>  Tue, 10 Feb 2009 13:55:51 -0800

base-files (5ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 23 Dec 2008 18:55:10 +0000

base-files (5) unstable; urgency=low

  * Changed issue, issue.net and debian_version to read "5.0".
  * Changed FAQ so that users of lenny as stable will know what happens
    when they upgrade to the new testing.

 -- Santiago Vila <sanvila@debian.org>  Thu, 04 Dec 2008 10:04:04 +0100

base-files (4.0.6ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 10 Nov 2008 12:00:09 +0000

base-files (4.0.6) unstable; urgency=low

  * Changed the way wtmp, btmp and lastlog are handled. They are no longer
    recreated at every base-files upgrade. Instead, they are only created
    once, when base-files is installed by debootstrap. It is really not
    base-files business to fiddle with those files, as it is documented
    that removing them is the standard way to disable logging to them.
    Closes: #488376.

 -- Santiago Vila <sanvila@debian.org>  Tue, 04 Nov 2008 20:34:12 +0100

base-files (4.0.5ubuntu2) jaunty; urgency=low

  * Correct copy-and-paste mistake in previous changelog.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 31 Oct 2008 13:30:43 +0000

base-files (4.0.5ubuntu1) jaunty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
    - Implement LSB-3.1, 16.2 (/etc/profile.d).
    - Added information about the docs web page.
    - Update the motd upgrade handling to know about /etc/motd.tail.
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS).
    - Change permissions of kernels copied from the Live CD by Ubiquity
      1.9.4 thru 1.10.9.
    - Correct group ownership of files changed by Ubiquity 1.7.5 thru
      1.10.9.
  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Jaunty!

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 31 Oct 2008 13:17:58 +0000

base-files (4.0.5) unstable; urgency=low

  * Changed awk from Depends to Pre-Depends. Closes: #314571, #469552.
    This is required to make the awk virtual package to be truly essential,
    as only essential packages, their predependencies, and the dependencies
    of their predependencies are guaranteed to be "working at all times".
    Previously, the packaging system was allowed to remove an awk flavour
    and install another one in the middle of an upgrade, which may break
    packages using awk in their preinsts (and in fact, it happened).
    Tkanks a lot to Steve Langasek for clarifying this issue.
  * It's still soon to change /etc/debian_version. Please be patient.

 -- Santiago Vila <sanvila@debian.org>  Tue,  5 Aug 2008 18:06:06 +0200

base-files (4.0.4ubuntu2.2) intrepid-security; urgency=low

  * Ubiquity cleanup: do not fail on missing symlink targets.

 -- Kees Cook <kees@ubuntu.com>  Thu, 30 Oct 2008 10:55:33 -0700

base-files (4.0.4ubuntu2.1) intrepid-security; urgency=low

  * SECURITY UPDATE: change permissions of kernels copied from the Live CD
    by Ubiquity 1.9.4 thru 1.10.9. LP: #290798.

  * Correct group ownership of files changed by Ubiquity 1.7.5 thru 1.10.9.
    LP: #288479.

 -- Scott James Remnant <scott@ubuntu.com>  Wed, 29 Oct 2008 20:50:56 +0000

base-files (4.0.4ubuntu2) intrepid; urgency=low

  * Prepare for Intrepid release: etc/{lsb-release,issue,issue.net}.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 20 Oct 2008 12:07:29 +0000

base-files (4.0.4ubuntu1) intrepid; urgency=low

  * Merge from debian unstable (LP: #247082), remaining changes:
    - Branding changes
    - Add /etc/lsb-release file
    - Add lsb-release-udeb package
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically
    - Various bashrc extensions
    - Restore order line in /etc/host.conf with a comment
    - Add default /etc/networks file
    - Implement LSB-3.1, 16.2 (/etc/profile.d)
    - Added information about the docs web page
    - Update the motd upgrade handling to know about /etc/motd.tail
    - Do not install /usr/local dirs with staff group writeability, as there
      are cases where somebody can become any user but root (like NFS)
  * Dropped changes (transitional code):
    - Add default /etc/networks file on upgrade
    - Fix 4.0.1ubuntu3 motd upgrade
    - On amd64, depend on a libc6 that ships /lib64 to avoid broken upgrades

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Fri, 08 Aug 2008 10:02:16 +0200

base-files (4.0.4) unstable; urgency=low

  * Added Apache-2.0 to common-licenses. Closes: #471736.
    Retrieved from http://www.apache.org/licenses/LICENSE-2.0.txt.
  * Fixed typo in README.base. Closes: #475201.

 -- Santiago Vila <sanvila@debian.org>  Sun, 18 May 2008 16:26:00 +0200

base-files (4.0.3) unstable; urgency=low

  * Added md5sums. Closes: #464479.
  * Do not create /initrd at install time anymore. Closes: #467429.

 -- Santiago Vila <sanvila@debian.org>  Tue, 11 Mar 2008 11:04:00 +0100

base-files (4.0.2) unstable; urgency=low

  * Changed default /root/.profile so that it sources /root/.bashrc only
    if the shell is bash. Closes: #364326.

 -- Santiago Vila <sanvila@debian.org>  Mon, 19 Nov 2007 19:04:10 +0100

base-files (4.0.1ubuntu6) intrepid; urgency=low

  * Update for Intrepid: etc/{lsb-release,issue,issue.net}

 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 28 Apr 2008 12:24:54 -0600

base-files (4.0.1ubuntu5) hardy; urgency=low

  * Prepare for Hardy release: etc/{lsb-release,issue,issue.net}.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 15 Apr 2008 05:05:24 +0000

base-files (4.0.1ubuntu4) hardy; urgency=low

  * Update the motd upgrade handling to know about /etc/motd.tail, which
    is where the static contents of the motd are stored now with
    initscripts 2.86.ds1-7 and above; and handle fixing the broken 
    upgrades introduced in 4.0.1ubuntu3.  LP: #214853

 -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 10 Apr 2008 00:02:43 +0000

base-files (4.0.1ubuntu3) hardy; urgency=low

  * Added information about the docs web page (LP: #159371)

 -- Nicolas Valcarcel <nvalcarcel@ubuntu.com>  Thu, 03 Apr 2008 00:13:05 -0500

base-files (4.0.1ubuntu2) hardy; urgency=low

  * Implement LSB-3.1, 16.2 (/etc/profile.d). Addresses LP #102105.
    According to Debian policy 9.9 (Environment variables), programs
    installed by packages must not depend on environment variables
    to get reasonable defaults. Do not use this LSB feature to set
    or modify environment variables.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 06 Feb 2008 15:27:17 +0100

base-files (4.0.1ubuntu1) hardy; urgency=low

  * Merge from Debian unstable.
  * Remaining Ubuntu changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
  * Ubuntu changes dropped:
    - Added version 3 of the LGPL license, taken from
      http://www.gnu.org/licenses/lgpl-3.0.txt
  * ubuntu-devel -> ubuntu-devel-discuss for the Maintainer field.

 -- Steve Kowalik <stevenk@ubuntu.com>  Mon, 29 Oct 2007 07:31:52 +1100

base-files (4.0.1) unstable; urgency=low

  * Added GPL-3 and LGPL-3 to common-licenses, as they are expected to
    become common licenses. Closes: #431176. Please note that GPL and LGPL
    will now point to GPL-3 and LGPL-3, as they are the most recent ones.
    Packages under GPLv2 without "or any later version" must definitely
    refer to the versioned file, not to the GPL symlink anymore.

 -- Santiago Vila <sanvila@debian.org>  Sun, 19 Aug 2007 19:15:30 +0200

base-files (4.0.0ubuntu6) hardy; urgency=low

  * Update for Hardy: etc/{lsb-release,issue,issue.net}.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Oct 2007 19:24:18 +0000

base-files (4.0.0ubuntu5) gutsy; urgency=low

  * Prepare for Gutsy release: etc/{lsb-release,issue,issue.net}.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 08 Oct 2007 11:21:08 +0200

base-files (4.0.0ubuntu4) gutsy; urgency=low

  * Trigger rebuild for hppa.

 -- LaMont Jones <lamont@ubuntu.com>  Fri, 28 Sep 2007 10:22:50 -0600

base-files (4.0.0ubuntu3) gutsy; urgency=low

  * Added version 3 of the LGPL license, taken from
    http://www.gnu.org/licenses/lgpl-3.0.txt
    (LP: #126565)

 -- Mario Limonciello <superm1@ubuntu.com>  Tue, 17 Jul 2007 09:52:08 -0500

base-files (4.0.0ubuntu2) gutsy; urgency=low

  * Added version 3 of the GPL license, taken from
    http://www.gnu.org/licenses/gpl-3.0.txt (Siegfried-Angel Gevatter Pujals).
    Closes: LP #123139.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 03 Jul 2007 17:25:11 +0200

base-files (4.0.0ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian (LP: #27924). Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 15 May 2007 17:10:18 +0100

base-files (4.0.0) unstable; urgency=low

  * Added GFDL-1.2 from ftp://ftp.gnu.org/gnu/Licenses/COPYING.DOC-1.2
    to common-licenses, following policy (Closes: #420599).

 -- Santiago Vila <sanvila@debian.org>  Tue, 24 Apr 2007 09:39:36 +0200

base-files (4.0ubuntu1) gutsy; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.
  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Gutsy!

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 20 Apr 2007 15:03:56 +0100

base-files (4.0) unstable; urgency=low

  * Changed issue, issue.net and debian_version to read "lenny/sid".
  * Changed FAQ accordingly.

 -- Santiago Vila <sanvila@debian.org>  Tue,  3 Apr 2007 11:45:30 +0200

base-files (4ubuntu2) feisty; urgency=low

  * Feisty is about to release, so change codenames to version numbers in
    /etc/issue{,.net} and the lsb_release output.

 -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 12 Apr 2007 08:04:33 +0200

base-files (4ubuntu1) feisty; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Branding changes.
    - Add /etc/lsb-release file.
    - Add lsb-release-udeb package.
    - Record md5sums of unmodified /etc/profile versions so that we can
      upgrade it automatically.
    - Various bashrc extensions.
    - Restore order line in /etc/host.conf with a comment.
    - Add default /etc/networks file.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 20 Dec 2006 15:54:41 +0000

base-files (4) unstable; urgency=low

  * Changed issue, issue.net and debian_version to read "4.0".
  * Changed PATHs in default /etc/profile to not contain /usr/bin/X11,
    as this is no longer needed by the X packages in etch (Closes: #388586).

 -- Santiago Vila <sanvila@debian.org>  Sat, 28 Oct 2006 15:44:00 +0200

base-files (3.1.16ubuntu2) feisty; urgency=low

  * Add share/networks: Default networks file with a small explanation and
    'link-local 169.254.0.0'. (See https://wiki.ubuntu.com/ZeroConfNetworking
    spec).
  * debian/postinst: Install that file as /etc/networks if it does not exist
    yet, on both new installations and upgrades.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 27 Nov 2006 12:56:59 +0100

base-files (3.1.16ubuntu1) feisty; urgency=low

  * Resynchronise with Debian.
  * /etc/issue, /etc/issue.net, /etc/lsb-release: Welcome to Feisty!
  * /etc/host.conf: Restore order line with a comment that it is not used by
    current libc, since removing it breaks old statically linked binaries
    (see Debian bug #354115).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 27 Oct 2006 11:04:47 +0100

base-files (3.1.16) unstable; urgency=low

  * Changed comment in default /etc/nsswitch.conf so that it refers to
    glibc-doc-reference, not glibc-doc (Closes: #384722).

 -- Santiago Vila <sanvila@debian.org>  Mon, 28 Aug 2006 18:32:42 +0200

base-files (3.1.15) unstable; urgency=low

  * Added /usr/local/etc, required by FHS (Closes: #383493).
    [ As usual, please note that this will only affect new installs ].
    This directory is also allowed to be a symlink to /etc/local, but that's
    a decision to be made by the end user after installing the system.
  * Standards-Version: 3.7.2.

 -- Santiago Vila <sanvila@debian.org>  Sun, 20 Aug 2006 12:44:00 +0200

base-files (3.1.14) unstable; urgency=low

  * Removed (obsolete) order line from default host.conf (Closes: #354115).
  * Updated GPL-2 from ftp://ftp.gnu.org/gnu/Licenses (Closes: #380067).

 -- Santiago Vila <sanvila@debian.org>  Mon,  7 Aug 2006 19:21:54 +0200

base-files (3.1.13ubuntu2) edgy; urgency=low

  * /etc/lsb-release, /etc/issue, /etc/issue.net: Ubuntu 6.10.

 -- Tollef Fog Heen <tfheen@ubuntu.com>  Thu, 19 Oct 2006 10:16:59 +0200

base-files (3.1.13ubuntu1) edgy; urgency=low

  * Merge from debian unstable; remaining changes:
    - branding changes,
    - /etc/lsb-release file,
    - lsb-release-udeb package,
    - profile md5sum checking,
    - extended bashrc.

  * Fix missing space from share/profile so the md5sum matches.

 -- Scott James Remnant <scott@ubuntu.com>  Mon,  3 Jul 2006 17:17:41 +0100

base-files (3.1.13) unstable; urgency=low

  * Updated LGPL-2 from ftp://ftp.gnu.org/gnu/Licenses (Closes: #332390).

 -- Santiago Vila <sanvila@debian.org>  Fri,  5 May 2006 18:08:14 +0200

base-files (3.1.12) unstable; urgency=low

  * Changed default /usr/share/info/dir so that it does not refer to
    documentation not available in etch/main (Closes: #362597).

 -- Santiago Vila <sanvila@debian.org>  Sat, 15 Apr 2006 18:41:36 +0200

base-files (3.1.11) unstable; urgency=low

  * The file /etc/nsswitch.conf is now created by postinst in the first
    install (made by debootstrap), and it's no longer a conffile.

 -- Santiago Vila <sanvila@debian.org>  Sat,  4 Mar 2006 13:26:14 +0100

base-files (3.1.10) unstable; urgency=medium

  * Removed mdns item from hosts line in default /etc/nsswitch.conf, since
    it does not make everybody happy (Bugs #348578, #348580 and #351990).
  * Updated default /etc/adjtime to current year.

 -- Santiago Vila <sanvila@debian.org>  Thu,  9 Feb 2006 18:41:22 +0100

base-files (3.1.9ubuntu9) edgy; urgency=low

  * And due to the changes in the last upload, we need to depend on a
    libc6 new enough that we get /lib64 created BEFORE we remove our
    copy, so dpkg doesn't suddenly stop working, mid-unpack.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu,  8 Jun 2006 23:31:35 +1000

base-files (3.1.9ubuntu8) edgy; urgency=low

  * /etc/{lsb-release,issue,issue.net}: Welcome to edgy!
  * Stop shipping /usr/lib64 and /lib64 symlinks, moved to libc6.
  * Drop /usr/X11R6/lib64 as a final step toward X11R7 nirvana.

 -- Adam Conrad <adconrad@ubuntu.com>  Thu,  8 Jun 2006 19:34:02 +1000

base-files (3.1.9ubuntu7) dapper; urgency=low

  * /etc/lsb-release: Revert DISTRIB_RELEASE to 6.06; code relies on this
    and it's too late to change it.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 22 May 2006 09:44:40 +0100

base-files (3.1.9ubuntu6) dapper; urgency=low

  * /etc/lsb-release, /etc/issue, /etc/issue.net: s/6.06LTS/6.06 LTS/ for
    everything except the LSB DISTRIB_RELEASE, which is a version number.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 22 May 2006 09:24:28 +1000

base-files (3.1.9ubuntu5) dapper; urgency=low

  * /etc/lsb-release, /etc/issue, /etc/issue.net: Ubuntu 6.06LTS

 -- Matt Zimmerman <mdz@ubuntu.com>  Sun, 21 May 2006 10:54:36 -0700

base-files (3.1.9ubuntu4) dapper; urgency=low

  * /etc/lsb-release, /etc/issue, /etc/issue.net: Change Dapper version
    number to 6.06 (closes: Malone #36820).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 27 Mar 2006 10:17:18 +0100

base-files (3.1.9ubuntu3) dapper; urgency=low

  * Implement OneTruePathSpec:
  * share/profile: Remove PATH setting.
  * debian/control: Add dependency libpam-modules (>= 0.79-3ubuntu3) so that
    the user does not end up without any $PATH at all.
  * Add share/profile.md5sums: Record the md5sums of unmodified /etc/profile
    of warty, hoary, breezy, current dapper, and this new version for dapper.
  * debian/postinst: If /etc/profile matches one of the recorded md5sums,
    replace it with the current version on upgrades.
  * debian/rules, clean rule: Automatically update share/profile.md5sums with
    the current md5sum of share/profile.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 18 Jan 2006 11:32:32 +0100

base-files (3.1.9ubuntu2) dapper; urgency=low

  * Supply /etc/lsb-release and lsb-release-udeb, moved from the lsb-release
    package.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed,  9 Nov 2005 15:43:25 -0500

base-files (3.1.9ubuntu1) dapper; urgency=low

  * Resynchronise with Debian.
  * /etc/issue, /etc/issue.net: Welcome to Dapper!

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 25 Oct 2005 11:49:43 +0100

base-files (3.1.9) unstable; urgency=low

  * The file /etc/inputrc is now handled by readline-common.
  * Changed to section admin to match override file.

 -- Santiago Vila <sanvila@debian.org>  Fri, 30 Sep 2005 18:51:54 +0200

base-files (3.1.8) unstable; urgency=low

  * Added mdns to hosts line in default /etc/nsswitch.conf to support
    mDNS when available (Closes: #324954). Suggested by Joey Hess.
  * Dropped %h from issue.net, as it's not supported by all telnetd
    daemons and it's not even supported by ssh (Closes: #329682).
    Thanks to Dave Love for the report.

 -- Santiago Vila <sanvila@debian.org>  Thu, 29 Sep 2005 19:40:08 +0200

base-files (3.1.7) unstable; urgency=medium

  * Removed trailing spaces from default inputrc (Closes: #325007).

 -- Santiago Vila <sanvila@debian.org>  Thu, 25 Aug 2005 20:16:08 +0200

base-files (3.1.6) unstable; urgency=low

  * Removed /usr/doc and /usr/info.
  * Modified postinst to create /usr/share/info/dir, not /usr/info/dir.

 -- Santiago Vila <sanvila@debian.org>  Tue, 12 Jul 2005 17:29:48 +0200

base-files (3.1.5ubuntu4) breezy; urgency=low

  * Breezy's about to release, so drop "Development Branch" from /etc/issue
    and /etc/issue.net.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed,  5 Oct 2005 10:08:47 +0100

base-files (3.1.5ubuntu3) breezy; urgency=low

  * inputrc: Remove trailing whitespace.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 12 Sep 2005 12:20:50 +0000

base-files (3.1.5ubuntu2) breezy; urgency=low

  * /root/.bashrc: sync with bash skeleton file.

 -- Matthias Klose <doko@ubuntu.com>  Mon,  5 Sep 2005 18:30:12 +0200

base-files (3.1.5ubuntu1) breezy; urgency=low

  * Resynchronise with Debian.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Jul 2005 18:51:32 +0100

base-files (3.1.5) unstable; urgency=medium

  * Updated GPL-2 and LGPL-2.1 from ftp://ftp.gnu.org/gnu/Licenses again.
    There should be no references to the old address anymore (Bug #312586).

 -- Santiago Vila <sanvila@debian.org>  Wed, 22 Jun 2005 00:36:32 +0200

base-files (3.1.4) unstable; urgency=medium

  * Updated GPL-2 and LGPL-2.1 from ftp://ftp.gnu.org/gnu/Licenses,
    as FSF has moved again (Closes: #312586).

 -- Santiago Vila <sanvila@debian.org>  Fri, 10 Jun 2005 20:12:06 +0200

base-files (3.1.3) unstable; urgency=low

  * Changed issue, issue.net and debian_release to "testing/unstable".
    Not that this is a lot useful, but at least is what people expect.
  * Made /home to be 755 and root:root by default, since nobody finds
    the sgid bit in such directory useful for anything.

 -- Santiago Vila <sanvila@debian.org>  Mon,  6 Jun 2005 19:32:20 +0200

base-files (3.1.2ubuntu1) breezy; urgency=low

  * Resynchronise with Debian.
  * /etc/issue, /etc/issue.net: Welcome to Breezy!

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 14 Apr 2005 09:45:02 +0100

base-files (3.1.2) unstable; urgency=low

  * Changed example line in default /root/.bashrc from eval `dircolors` to
    eval "`dircolors`" as the old form may be dangerous (Closes: #285836).
    Thanks a lot to Paul Eggert for the report.

 -- Santiago Vila <sanvila@debian.org>  Wed, 15 Dec 2004 23:51:58 +0100

base-files (3.1.1) unstable; urgency=low

  * The file /etc/profile is not a conffile anymore. Instead, it is created
    by postinst in the very first base-files install, made by debootstrap.
  * Accordingly, removed bash from Replaces field.

 -- Santiago Vila <sanvila@debian.org>  Tue, 14 Dec 2004 19:06:00 +0100

base-files (3.1.0ubuntu3) hoary; urgency=low

  * Hoary's about to release, so drop "Development Branch" from /etc/issue
    and /etc/issue.net.

 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 31 Mar 2005 19:27:50 +0100

base-files (3.1.0ubuntu2) hoary; urgency=low

  * debian/postinst: Do not install /usr/local and subdirectories with "staff"
    group writeability. This group is essentially root-equivalent, but there
    are cases where somebody can become any user but root (like NFS).
  * debian/rules: Do not install /home as root:staff, it makes no sense.
  * debian/2775-dirs: Remove "home".
  * Ubuntu bug #7449

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 11 Mar 2005 11:30:07 +0100

base-files (3.1.0ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.

 -- Colin Watson <cjwatson@canonical.com>  Wed, 17 Nov 2004 12:35:43 +0000

base-files (3.1.0) unstable; urgency=low

  * Moved PATH definition for root from the default /root/.profile to the
    default /etc/profile, by popular demand (Closes: #278865).
  * The file /etc/inputrc is now created by postinst in the first install.
    Removed libreadline incarnations from Replaces field accordingly.
    This file will probably be managed by libreadline-common some day.

 -- Santiago Vila <sanvila@debian.org>  Wed, 10 Nov 2004 17:32:00 +0100

base-files (3.1ubuntu2) hoary; urgency=low

  * /etc/inputrc: Enable some key bindings by default (closes: #2525).

 -- Matthias Klose <m@klose.in-berlin.de>  Wed, 17 Nov 2004 00:46:24 +0000

base-files (3.1ubuntu1) hoary; urgency=low

  * Resynchronise with Debian.
  * /etc/issue, /etc/issue.net: Welcome to Hoary!

 -- Colin Watson <cjwatson@canonical.com>  Fri, 29 Oct 2004 15:38:49 +0100

base-files (3.1) unstable; urgency=high

  * Changed issue, issue.net and debian_version to read "3.1".

 -- Santiago Vila <sanvila@debian.org>  Mon, 26 Jul 2004 20:25:32 +0200

base-files (3.0.16ubuntu6) warty; urgency=low

  * /etc/profile: source /etc/bash.bashrc for the bash case.
  * /root/.profile: only source /root/.bashrc for the bash case.
  * /root/.bashrc, /root/.profile, /etc/bash.bashrc: sync with bash
    skeleton files.

 -- Matthias Klose <m@klose.in-berlin.de>  Tue, 21 Sep 2004 18:51:00 +0200

base-files (3.0.16ubuntu5) warty; urgency=low

  * etc/profile: Add sbin directories to default PATH

 -- Matt Zimmerman <mdz@canonical.com>  Wed,  8 Sep 2004 19:04:58 -0700

base-files (3.0.16ubuntu4) warty; urgency=low

  * share/dot.bashrc: color ls and (optional) color prompt for root

 -- Nathaniel McCallum <npmccallum@gentoo.org>  Tue, 24 Aug 2004 09:49:29 -0400

base-files (3.0.16ubuntu3) warty; urgency=low

  * etc/motd, etc/issue, etc/issue.net, share/info.dir: Ubuntu branding.

 -- Colin Watson <cjwatson@flatline.org.uk>  Mon, 23 Aug 2004 23:50:03 +0100

base-files (3.0.16ubuntu2) warty; urgency=low

  * Only deliver said links on amd64.

 -- LaMont Jones <lamont@mmjgroup.com>  Tue, 13 Jul 2004 22:53:11 +0000

base-files (3.0.16ubuntu1) unstable; urgency=low

  * Added lib64 symlinks for the amd64.  From debian-amd64.

 -- LaMont Jones <lamont@mmjgroup.com>  Tue, 13 Jul 2004 21:31:10 +0100

base-files (3.0.16) unstable; urgency=low

  * Changed -a to && in postinst (Closes #254781).
  * Updated copyright year.

 -- Santiago Vila <sanvila@debian.org>  Sat, 19 Jun 2004 17:41:54 +0200

base-files (3.0.15) unstable; urgency=low

  * FAQ: Documented the fact that some FHS "mandatory" directories are
    only created in the initial install (Closes: #242192).
  * Do not create /cdrom and /floppy anymore (Closes: #245188).
  * Use "ln -sf" to create /usr/local/man symlink (Closes: #245687).

 -- Santiago Vila <sanvila@debian.org>  Mon, 26 Apr 2004 19:44:44 +0200

base-files (3.0.14) unstable; urgency=low

  * Added /var/log/btmp, following /etc/login.defs (Closes: #239587).

 -- Santiago Vila <sanvila@debian.org>  Wed, 24 Mar 2004 13:40:46 +0100

base-files (3.0.13) unstable; urgency=low

  * Added /srv, /media and /usr/local/share/man (Closes: #230909).
  * Added /usr/local/man as a symlink to /usr/local/share/man,
    since FHS says both directories should be "synonymous".
  * I'm not populating /media because subdirectories are optional.
    They only must exist "if the corresponding subsystem is installed".
    Detecting such things is not really base-files business. I would
    expect debian-installer to create those subdirectories instead.
  * /cdrom and /floppy will still be created in the first install until
    debian-installer and/or apt stop using them for new installs.

 -- Santiago Vila <sanvila@debian.org>  Sat, 21 Feb 2004 17:47:34 +0100

base-files (3.0.12) unstable; urgency=low

  * Made issue and issue.net generated files, to prevent a double "GNU/"
    prefix on GNU/K*BSD systems (Closes: #217383).

 -- Santiago Vila <sanvila@debian.org>  Sun, 26 Oct 2003 21:38:44 +0100

base-files (3.0.11) unstable; urgency=low

  * Updated /etc/inputrc (from readline maintainer). Closes: #213666.

 -- Santiago Vila <sanvila@debian.org>  Thu,  2 Oct 2003 16:42:58 +0200

base-files (3.0.10) unstable; urgency=low

  * Use `:' for chown, not `.' (Closes: #204860).

 -- Santiago Vila <sanvila@debian.org>  Mon, 11 Aug 2003 00:42:22 +0200

base-files (3.0.9) unstable; urgency=low

  * Prevent OSNAME from having the GNU/ prefix twice (Closes: #200741).
  * Updated LGPL-2.1 from ftp.gnu.org. Instead of form feeds, the old
    version was using `^' followed by `L' (Closes: #201867).

 -- Santiago Vila <sanvila@debian.org>  Mon, 21 Jul 2003 19:25:12 +0200

base-files (3.0.8) unstable; urgency=low

  * Fixed the way /etc/motd is updated so that it still works when md5sum
    prints a `-' after the md5sum value (Closes: #180920).

 -- Santiago Vila <sanvila@debian.org>  Sat, 15 Feb 2003 14:30:04 +0100

base-files (3.0.7) unstable; urgency=low

  * Added "Why isn't license `foo' included in common-licenses?" to the FAQ.
    Thanks to Colin Watson for the suggestion.

 -- Santiago Vila <sanvila@debian.org>  Sat, 18 Jan 2003 20:32:16 +0100

base-files (3.0.6) unstable; urgency=low

  * Changed /etc/profile so that PS1 isn't set for non-interactive shells.
    This should make the usual way of testing for interactive shells
    (checking for PS1) to always work (Closes: #164846).
  * Changed /etc/motd to better reflect the truth about Debian: s/Most of//
    and s/freely redistributable/free software/ (Closes: #169543).

 -- Santiago Vila <sanvila@debian.org>  Tue, 19 Nov 2002 22:06:12 +0100

base-files (3.0.5) unstable; urgency=low

  * Added a small FAQ. The current topics are:
  - Why Debian does not have a profile.d directory?
  - I upgraded to testing, why /etc/issue does not read "testing"?
  * Standards-Version: 3.5.7 (do not create or remove doc symlinks).
    Note: In theory, packages still creating doc symlinks are allowed
    to blindly assume /usr/doc exists, so /usr/doc will still be part of
    base-files for some time.
  * Removed prerm, since it's not required anymore.

 -- Santiago Vila <sanvila@debian.org>  Sat, 12 Oct 2002 15:21:52 +0200

base-files (3.0.4) unstable; urgency=low

  * /etc/profile does no longer export PS1. This should prevent
    strange prompts to be shown when switching from bash to a shell which
    does not understand bash escapes (Closes: #141193).
  * Set distribution to "testing/unstable".

 -- Santiago Vila <sanvila@debian.org>  Wed, 17 Jul 2002 16:01:02 +0200

base-files (3.0.3) unstable; urgency=low

  * Fixed wrong group ownerships under GNU/Hurd. This may also happen under
    Linux when using the `bsdgroups' mount option, but even in this case
    it will not happen if the package is built using fakeroot.

 -- Santiago Vila <sanvila@debian.org>  Sat, 27 Apr 2002 14:18:44 +0200

base-files (3.0.2) unstable; urgency=medium

  * Made /usr/share/doc/base-files/remove-base more robust (Closes: #132969).

 -- Santiago Vila <sanvila@debian.org>  Fri,  8 Feb 2002 16:36:54 +0100

base-files (3.0.1) unstable; urgency=medium

  * Modified postinst to use awk only on upgrades, not in the first install.
    This should help debootstrap (Closes: #130056, #130087).

 -- Santiago Vila <sanvila@debian.org>  Sun, 20 Jan 2002 14:52:34 +0100

base-files (3.0.0) unstable; urgency=medium

  * Restored /usr/doc since it's still required by the system according
    to the doc transition plan.

 -- Santiago Vila <sanvila@debian.org>  Sat, 19 Jan 2002 13:18:12 +0100

base-files (3.0) unstable; urgency=medium

  * Changed issue, issue.net and debian_version to read "3.0".

 -- Santiago Vila <sanvila@debian.org>  Wed, 28 Nov 2001 11:22:42 +0100

base-files (2.2.15) unstable; urgency=low

  * Removed /usr/doc.

 -- Santiago Vila <sanvila@debian.org>  Sat, 24 Nov 2001 13:23:32 +0100

base-files (2.2.14) unstable; urgency=low

  * Created /opt, /etc/opt and /var/opt in the first install.
    They are mentioned in FHS 2.1 and required in FHS 2.2 (Closes: #118505).
  * The copyright file now refers to GNU/Linux or GNU/Hurd as appropriate.
  * Updated README.base and postinst to refer to /usr/share/doc.
  * Updated default /etc/adjtime to current millenium.

 -- Santiago Vila <sanvila@debian.org>  Fri,  9 Nov 2001 17:02:50 +0100

base-files (2.2.13) unstable; urgency=low

  * GPL is now a symlink to GPL-2, which is the real file.

 -- Santiago Vila <sanvila@debian.org>  Sun,  2 Sep 2001 13:26:34 +0200

base-files (2.2.12) unstable; urgency=low

  * s/info readline/info rluserman/ in /etc/inputrc (Closes: #109110).
  * Updated LGPL-2.1 from ftp.gnu.org to fix line breaks (Closes: #109319).

 -- Santiago Vila <sanvila@debian.org>  Wed, 22 Aug 2001 17:29:10 +0200

base-files (2.2.11) unstable; urgency=low

  * In the first install, populate /usr/local even if it exists.
    Allows /usr/local to be mounted in a separate partition during the
    install process (Closes: #107662).

 -- Santiago Vila <sanvila@debian.org>  Sat,  4 Aug 2001 19:09:16 +0200

base-files (2.2.10) unstable; urgency=low

  * Removed /var/state and /var/state/misc, added /usr/local/games.
    Reported by Sebastian Riedel.
  * Made /boot mode 755 and owned by root group, since no part of the system
    seems to require special permissions here (Closes: #102080).

 -- Santiago Vila <sanvila@debian.org>  Wed, 27 Jun 2001 19:45:46 +0200

base-files (2.2.9) unstable; urgency=medium

  * Creates /etc/motd in the initial install (now made by debootstrap).
    Forgot to do this in 2.2.7. Reported by Matt Kraai (Closes: #101342).

 -- Santiago Vila <sanvila@debian.org>  Tue, 19 Jun 2001 14:38:33 +0200

base-files (2.2.8) unstable; urgency=low

  * Made /etc/debian_version a `conffile' (Closes: #81249). To prevent
    unneeded dpkg prompting, this file is overwritten in the preinst
    if upgrading from a base-files release previous to 2.2.6
    (thanks to Joey Hess for suggesting this solution).

 -- Santiago Vila <sanvila@debian.org>  Sat, 17 Mar 2001 19:33:22 +0100

base-files (2.2.7) unstable; urgency=low

  * The file /etc/motd is no longer a conffile. Instead, it will be updated
    if its md5sum (minus its first two lines) matches the one in a list of
    md5sums of previous Debian releases. This will reduce dpkg prompting
    on upgrades (Closes: #71083).

 -- Santiago Vila <sanvila@debian.org>  Mon, 12 Mar 2001 20:23:06 +0100

base-files (2.2.6) unstable; urgency=medium

  * Use "testing/unstable" instead of "2.2" for the distribution number.
    It seems everybody prefers to see something else other than "2.2".

 -- Santiago Vila <sanvila@debian.org>  Sun, 31 Dec 2000 11:41:55 +0100

base-files (2.2.5) unstable; urgency=low

  * Modified debian_version, issue and issue.net in /etc so that they
    read "2.2" again, since this is the last Debian *stable* release so far.
    Since packages in `unstable' are now automatically moved to `testing',
    a codename in /etc/debian_version will never be "right" for everybody, so
    the only sensible thing to do here is to wait until a new release number
    has been officially decided (Closes: #80784).

 -- Santiago Vila <sanvila@debian.org>  Sat, 30 Dec 2000 20:40:05 +0100

base-files (2.2.4) unstable; urgency=low

  * Restored LGPL -> LGPL-2.1 symlink, which was mistakenly removed
    in base-files_2.2.1 (Bug #75949).

 -- Santiago Vila <sanvila@debian.org>  Tue,  7 Nov 2000 11:21:54 +0100

base-files (2.2.3) unstable; urgency=low

  * Added /var/lib/misc, since it's required by FHS (Closes: Bug #74317).

 -- Santiago Vila <sanvila@debian.org>  Wed, 11 Oct 2000 20:09:48 +0200

base-files (2.2.2) unstable; urgency=low

  * Reduced verbosity, as suggested by Sean Perry (Closes: #70686).

 -- Santiago Vila <sanvila@debian.org>  Wed, 27 Sep 2000 14:05:12 +0200

base-files (2.2.1) unstable; urgency=low

  * Release for woody (debian_version, issue and issue.net).
  * /etc/motd now refers to /usr/share/doc/*/copyright.
  * Removed /usr/doc/copyright and /usr/man.

 -- Santiago Vila <sanvila@debian.org>  Thu, 20 Jul 2000 13:20:17 +0200

base-files (2.2.0) frozen unstable; urgency=high

  * The recipe in README.base does not work properly because dpkg
    removes the conffiles listed in the status file (Bug #64734).
    So, getting rid of base involves editing the status file.
    To avoid mistakes, a shell script is now provided for that.
    Thanks to Kevin Dalley <kevind@alacosta.org> for the report.

 -- Santiago Vila <sanvila@ctv.es>  Sat, 27 May 2000 20:27:13 +0200

base-files (2.2) frozen unstable; urgency=low

  * preinst and postinst: Do not deal with /dev/pts anymore.
  * issue and issue.net: Removed the `frozen' word.
  * Final release for potato (hopefully).

 -- Santiago Vila <sanvila@ctv.es>  Mon, 24 Apr 2000 14:02:44 +0200

base-files (2.1.20) frozen unstable; urgency=high

  * Made /var/log mode 755 and root.root (Bug #35504).
  * Made /cdrom and /floppy mode 755 and root.root (Bug #25847).
  * Removed /dev/pts. It made the package impossible to upgrade when
    using devfs with Linux 2.4. libc6 is already supposed to deal
    with /dev/pts (Bug #61408).
  * postinst removes base.conffiles as well (otherwise, some files
    like /etc/motd or /root/.bash_profile may disappear).
    Thanks a lot to Mikko Oilinki for the report.
  * Slightly improved README.base.

 -- Santiago Vila <sanvila@ctv.es>  Tue,  4 Apr 2000 17:31:01 +0200

base-files (2.1.19) frozen unstable; urgency=low

  * Removed /usr/dict (Bug #60118).
  * Minimal handling of the old base package (Bug #32888).
  * Removed redundant directive in /etc/inputrc (Bug #59689).
  * Do not reference /usr/share/doc in /etc/motd yet (Bug #61116).

 -- Santiago Vila <sanvila@ctv.es>  Tue, 28 Mar 2000 17:51:46 +0200

base-files (2.1.18) frozen unstable; urgency=low

  * Handle better the /var/spool/mail-being-a-symlink case.
  * Added /dev/pts for UNIX98-style pty handling under Linux.
  * Added a README.FHS.

 -- Santiago Vila <sanvila@ctv.es>  Mon,  7 Feb 2000 18:29:00 +0100

base-files (2.1.17) frozen unstable; urgency=high

  * Some people has /var/spool/mail symlinked to somewhere else.
    For this case, preinst now saves the symlink target before dpkg
    removes it and postinst restores it.
  * Do not fiddle with /usr/local on upgrades. From now on, users
    will be free to remove it if they wish.

 -- Santiago Vila <sanvila@ctv.es>  Sat,  5 Feb 2000 20:10:17 +0100

base-files (2.1.16) frozen unstable; urgency=low

  * Generate default info dir file from /usr/share/base-files/info.dir.
  * Do not generate an info dir file if one exists at /usr/share/info.
  * Updated LGPL version 2 from ftp.gnu.org to fix a typo.
  * Mail spool is /var/mail as per FHS (only in new installs).
  * Acknowledge in the copyright file that the GNU Public Licenses are
    copyrighted by the Free Software Foundation, Inc.

 -- Santiago Vila <sanvila@ctv.es>  Fri,  4 Feb 2000 14:26:21 +0100

base-files (2.1.15) frozen unstable; urgency=low

  * Removed misleading copyright notice in /etc/motd.
  * Distribution set to "2.2" (adding `frozen' in issue and issue.net).
  * Use DEB_HOST_GNU_SYSTEM for the architecture stuff wherever possible.

 -- Santiago Vila <sanvila@ctv.es>  Fri, 28 Jan 2000 14:03:25 +0100

base-files (2.1.14) unstable; urgency=high

  * Swap binary-arch and binary-indep targets in debian/rules, since this
    is now Architecture: any. Thanks to Roman Hodek for the report.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 22 Dec 1999 19:48:24 +0100

base-files (2.1.13) unstable; urgency=low

  * Made "Architecture: any" for /etc/motd to be os-dependant.
    [ A binary-all-<os> scheme would simplify this ].
  * Exclude /proc from the .deb under GNU/Hurd (reported by Marcus Brinkmann).
  * Added `set -e' to postinst.
  * Standards-Version: 3.1.1 (doc symlinks).
  * Removed obsolete README. If someone still asks about /usr/spool or
    /var/adm then a paragraph could be added to the Debian FAQ.
  * Follow changes suggested by Branden Robinson:
  * Removed remaining bashisms in default /root/.profile and use
    /usr/bin/X11 for X11 binaries.
  * Improved package description.
  * Removed unused bin/edit in the source.
  * Changed root test in /etc/profile to use id -u.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 21 Dec 1999 11:53:35 +0100

base-files (2.1.12) unstable; urgency=high

  * Fixed Replaces field (reported a zillion times).
  * Updated /etc/profile to use '$ ' as the shell prompt for normal
    users and '# ' for the superuser if $BASH is not set.

 -- Santiago Vila <sanvila@ctv.es>  Mon, 20 Dec 1999 12:56:18 +0100

base-files (2.1.11) unstable; urgency=low

  * Include /etc/inputrc and /etc/profile from readline and bash,
    as suggested by Matthias Klose.

 -- Santiago Vila <sanvila@ctv.es>  Fri, 17 Dec 1999 14:36:23 +0100

base-files (2.1.10) unstable; urgency=low

  * Create /var/log/lastlog as root.utmp, mode 664.
  * Removed Linuxisms from /etc/motd.
  * Updated GPL from ftp.gnu.org to be Y2K-compliant.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 21 Sep 1999 12:18:57 +0200

base-files (2.1.9) unstable; urgency=low

  * Removed the advertising clause from BSD license (Bug #43347).
    Reason: ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
    Thanks to J.H.M. Dassen for the report.

 -- Santiago Vila <sanvila@ctv.es>  Thu, 26 Aug 1999 14:04:51 +0200

base-files (2.1.8) unstable; urgency=low

  * Added base-passwd (>= 2.0.3.4) to the Depends field.
  * utmp and wtmp are now root.utmp and mode 664 (Bug #41569).
  * Updated extended description regarding the common licenses.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 27 Jul 1999 14:03:23 +0200

base-files (2.1.7) unstable; urgency=low

  * LGPL is now the Lesser Gnu Public License (Bug #40759).
    For now, the old version is renamed to "LGPL-2".
  * Changed compatibility symlink /usr/doc/copyright/LGPL so that it
    points to the old version.
  * Moved docs to /usr/share/doc/base-files.
  * Changed default /etc/motd so that it refers both to /usr/doc/*/copyright
    and /usr/share/doc/*/copyright.

 -- Santiago Vila <sanvila@ctv.es>  Fri, 16 Jul 1999 19:45:09 +0200

base-files (2.1.6) unstable; urgency=low

  * preinst: Do not fiddle with /etc/issue.net anymore.
  * Changed the way /cdrom, /floppy and /initrd are handled.
    These directories will now be created by postinst in the initial install.
    This is a compromise after discussing in debian-policy about Bug #35928.
    It will save people who like them the work of creating them after
    installing a new system, and it will save people who dislike them the
    work of removing them every time base-files is upgraded.
    Since these directories are only a convenience for the user, who
    is free to use them or not, the spirit of FHS is preserved.
  * preinst and postinst: Following the principle of least surprise,
    added code so that existing directories are not removed when upgrading
    this package from previous releases.

 -- Santiago Vila <sanvila@ctv.es>  Tue, 20 Apr 1999 15:39:36 +0200

base-files (2.1.5) unstable; urgency=low

  * When /usr/local does not exist, create also /usr/local/src.
  * Added /var/cache, /var/state and /var/state/misc.
  * Added /usr/share/info and /usr/share/man.

 -- Santiago Vila <sanvila@ctv.es>  Wed,  7 Apr 1999 17:34:13 +0200

base-files (2.1.4) unstable; urgency=low

  * Removed the utmpx/wtmpx stuff from postinst.
  * Updated the Artistic License (Bug #34685).

 -- Santiago Vila <sanvila@ctv.es>  Thu, 18 Mar 1999 17:14:51 +0100

base-files (2.1.3) unstable; urgency=low

  * Use `nis' for the `netgroup:' entry in /etc/nsswitch.conf (Bug #33091).

 -- Santiago Vila <sanvila@ctv.es>  Thu, 11 Mar 1999 17:50:22 +0100

base-files (2.1.2) unstable; urgency=high

  * Fixed a typo in postinst (Bug #34094).

 -- Santiago Vila <sanvila@ctv.es>  Thu,  4 Mar 1999 15:57:24 +0100

base-files (2.1.1) unstable; urgency=low

  * postinst: touch /var/log/wtmpx and /var/run/utmpx to support
    the utmpd in glibc 2.1 (reported by Joel Klecker).
  * Replaced "Debian Linux" by just "Debian" in the default info dir file.
  * Updated for potato.

 -- Santiago Vila <sanvila@ctv.es>  Mon,  1 Mar 1999 18:47:23 +0100

base-files (2.1.0) frozen unstable; urgency=medium

  * Updated copyright date in /etc/motd (Bug #32646).

 -- Santiago Vila <sanvila@ctv.es>  Mon,  1 Feb 1999 13:40:07 +0100

base-files (2.1) frozen unstable; urgency=low

  * debian_version, issue and issue.net: `slink' replaced by `2.1'.
  * Added /usr/share/dict, since there are already some packages
    using it.

 -- Santiago Vila <sanvila@ctv.es>  Sun, 20 Dec 1998 17:40:56 +0100

base-files (2.0.3) unstable; urgency=low

  * Moved common licenses to /usr/share/common-licenses.
  * Default dotfiles for root are now installed only the first time.
  * /usr/local and subdirectories are now created mode 2775
    and root.staff, according to policy.
  * Added /usr/local/share.

 -- Santiago Vila <sanvila@ctv.es>  Mon, 26 Oct 1998 19:05:04 +0100

base-files (2.0.2) unstable; urgency=low

  * If it does not exist, now a default /root/.profile file is installed,
    not a /root/.bash_profile file, for slightly better POSIX compliance.

 -- Santiago Vila <sanvila@ctv.es>  Wed, 14 Oct 1998 18:29:52 +0200

base-files (2.0.1) unstable; urgency=low

  * Added (commented out) some more alias for root's default .bashrc.
  * issue, issue.net and debian_version: updated for slink (Bug #26325).
  * Changed the way /etc/adjtime is handled (Bug #23255).
  * Removed usr/man/man8 from directory-list.

 -- Santiago Vila <sanvila@ctv.es>  Sun,  6 Sep 1998 16:58:50 +0200

base-files (2.0) frozen unstable; urgency=medium

  * Removed the "frozen" word from /etc/debian_version.
  * Removed the use of the ROOT variable in preinst and postinst for two
    reasons: a) It is no longer needed, since the base system is built
    by using dpkg's --root=dir option, which works in a chrooted environment;
    and b) Unexpected results would be obtained if user root had actually
    defined a variable named ROOT.

 -- Santiago Vila <sanvila@ctv.es>  Sun, 24 May 1998 13:33:25 +0200

base-files (1.9) frozen unstable; urgency=low

  * Default prompt for root is now '\h:\w\$ '.
  * issue and issue.net: Removed the "frozen" word.
  * Added a README explaining the /usr/spool symlink removal.
  * nsswitch.conf: Use "compat" instead of "db files" for passwd, group
    and shadow (Bug #10896).

 -- Santiago Vila <sanvila@ctv.es>  Sun, 26 Apr 1998 14:18:43 +0200

base-files (1.8) unstable; urgency=low

  * Added /usr/share/misc.
  * Removed /var/local/usr.
  * Distribution set to "frozen".
  * Moved root's default dotfiles to /usr/share/base-files.

 -- Santiago Vila <sanvila@ctv.es>  Sun, 15 Mar 1998 13:05:54 +0100

base-files (1.7) unstable; urgency=low

  * Added "Depends: awk", so that awk is a "virtual essential package".
  * /root/.bash_profile and /root/.bashrc are not `conffiles' anymore.
    Instead, they are created from /root/.bash_profile.dpkg-dist and
    /root/.bashrc.dpkg-dist if they do not exist.
  * Default /root/.bash_profile sources /root/.bashrc.
  * PS1 and umask are now set only once in default /root/.bashrc.
  * Replaced /usr/bin/X11 by /usr/X11R6/bin in root's PATH.
  * Manpage hierarchy is no longer created under /usr/local/man.
  * Added a small comment in /etc/nsswitch.conf saying where
    to find documentation about this file (libc6-doc package).
  * Added some aliases for colorized `ls' commented out in .bashrc, so
    that the user will simply have to uncomment them.

 -- Santiago Vila <sanvila@ctv.es>  Mon, 23 Feb 1998 18:42:28 +0100

base-files (1.6.1) unstable; urgency=low

  * Removed "Depends: awk". It has not been discussed yet.

 -- Santiago Vila <sanvila@ctv.es>  Sat, 14 Feb 1998 19:16:29 +0100

base-files (1.6) unstable; urgency=low

  * Default prompt for root is now PS1='\u@\h:\w\$ ', which may not
    please everybody and/or generate a flame war, but at least is better
    than nothing (previosuly it was PS1='\h\$ ').
  * Added two blank lines to /etc/motd to keep Copyright notice from being
    overwritten by /etc/init.d/bootmisc.sh.
  * Removed compatibility symlinks /usr/spool, /usr/tmp, /usr/adm
    and /var/adm. Now is when we have to see if something breaks.
  * Removed /usr/lib/locale. Added /usr/share and /usr/include.
  * Removed the /bin/edit script.

 -- Santiago Vila <sanvila@ctv.es>  Sat,  7 Feb 1998 13:30:46 +0100

base-files (1.5) unstable; urgency=medium

  * Removed "dns" from the "networks:" line in /etc/nsswitch.conf.

 -- Santiago Vila <sanvila@ctv.es>  Tue,  3 Feb 1998 21:32:52 +0100

base-files (1.4) unstable; urgency=medium

  * Uncompressed copyright files.
  * debian/rules: package does no longer need to be built by root.
    Changed `prototype' directory by an install -d `cat directories`,
    and then set special permissions and ownerships directly.
  * Added "Depends: awk", so that awk is a "virtual essential package".
  * Updated GPL and LGPL. FSF's address changed some time ago to:
    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  * /bin/edit is now #!/bin/sh.
  * /etc/debian_version, /etc/issue and /etc/issue.net now read
    "2.0 (unstable)" instead of "1.3".
  * /etc/issue now reads "GNU/Linux" (not "GNU Linux").
  * Updated copyright year for /etc/motd.
  * Added an extended description.
  * Removed debstd dependency.
  * New maintainer.

 -- Santiago Vila <sanvila@ctv.es>  Mon,  2 Feb 1998 21:46:29 +0100

base-files (1.3.5) frozen unstable; urgency=low

  * Synchronization release to make sure my latest version is in 1.3 .
    This is my last release before going on vacation, if anything
    needs to be fixed in this package for 1.3, someone else must
    fix it.

 -- Bruce Perens <bruce@pixar.com>  Wed, 30 Apr 1997 12:36:49 -0700

base-files (1.3.4) frozen unstable; urgency=low

  * /etc/issue had the wrong escapes.

 -- Bruce Perens <bruce@pixar.com>  Sun, 20 Apr 1997 22:50:21 -0700

base-files (1.3.3) frozen unstable; urgency=low

  * Add "frozen" to the distribution.

 -- Bruce Perens <bruce@pixar.com>  Fri, 18 Apr 1997 22:46:18 -0700

base-files (1.3.2) unstable; urgency=low

  * Remove /etc/issue.net -> /etc/issue symlink in the preinst if it
    exists.

 -- Bruce Perens <bruce@pixar.com>  Fri, 18 Apr 1997 15:22:06 -0700

base-files (1.3.1) unstable; urgency=low

  * Install nsswitch.cnf, required for libc 6 name service .

 -- Bruce Perens <bruce@pixar.com>  Fri, 18 Apr 1997 15:09:31 -0700

base-files (1.3.0) unstable; urgency=low

  * Edit for Debian 1.3

 -- Bruce Perens <bruce@pixar.com>  Fri, 18 Apr 1997 13:51:19 -0800

base-files (1.2.4) unstable; urgency=low

  * Add "Provides: base", and "Requires: base-passwd, makedev".

 -- Bruce Perens <bruce@pixar.com>  Sun, 17 Dec 1996 10:48:41 -0800

base-files (1.2.0-4) unstable; urgency=low

  * Symlink /var/run/wtmp -> /var/log/wtmp. Create utmp and wtmp if they
    don't exist, but don't clobber them if they do exist.

 -- Bruce Perens <bruce@pixar.com>  Sun, 1 Dec 1996 10:48:41 -0800

base-files (1.2.0-3) unstable; urgency=low

  * Wrong modes on /tmp. Set explicit umask 0 before copying files.

 -- Bruce Perens <bruce@pixar.com>  Tue, 26 Nov 1996 13:07:05 -0800

base-files (1.2.0-2) unstable; urgency=low

  * Don't clobber utmp and wtmp. Take spurious "Inc." off of SPI name,
    California corporations aren't required to say "Inc." at the end of
    their names.

 -- Bruce Perens <bruce@pixar.com>  Sat, 23 Nov 1996 12:16:28 -0800

base-files (1.2.0-1) unstable; urgency=low

  * Initial Release.
  * Removed devices, passwd, and group. Devices are made by the C MAKEDEV at
    run-time. /etc/MAKEDEV is installed by the "makedev" package.
    /etc/passwd and /etc/group are installed by the "base-passwd" package.

 -- Bruce Perens <bruce@pixar.com>  Thu, 14 Nov 1996 21:02:09 -0800