summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: d90d250f5bc1672f7b484eaa67670ee3fbe490d5 (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
coreutils (9.1-1progress7u1) graograman; urgency=low

  * Initial reupload to graograman.
  * Updating maintainer field.
  * Updating uploaders field.
  * Updating bugs field.
  * Updating vcs fields.
  * Building all functions with openssl.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Sun, 07 Apr 2024 18:12:32 +0200

coreutils (9.1-1) unstable; urgency=low

  * New upstream version (Closes: #1017354)
    - Corrects printf single quote behavior (Closes: #1017110)
    - Works around broken fuse.portal (Closes: #991378)
    - split --number=K/N fixed (Closes: #982300)
    - Supersedes restore-ls-behavior patch
  * Use DPKG_ROOT in postinst/postrm (Closes: #983565)
  * Update debhelper compat to 13
  * Update copyright file (Closes: #1012665)
  * remove old kfbsd patches 85 (timer_settime) and 99 (fstat)

 -- Michael Stone <mstone@debian.org>  Tue, 20 Sep 2022 11:27:27 -0400

coreutils (8.32-4) unstable; urgency=low

  * Fix FTBFS on ARM64. (Closes: #966449)
    - d/p/restore-ls-behavior-8.31.patch: Upstream patch to restore
      coreutils ls' 8.31 behavior on removed directories, which is
      necessary to prevent using SYS_getdents that doesn't exist on
      ARM64.

 -- Michael Stone <mstone@debian.org>  Tue, 22 Sep 2020 08:17:17 -0400

coreutils (8.32-3) unstable; urgency=low

  * build with libgmp now that apt pulls it in anyway (Closes: #64527)

 -- Michael Stone <mstone@debian.org>  Mon, 20 Jul 2020 14:09:06 -0400

coreutils (8.32-2) unstable; urgency=low

  * undo "remove LC_TIME symlinks" as this causes problems with date
    display in some circumstances (Closes: #963513)

 -- Michael Stone <mstone@debian.org>  Tue, 23 Jun 2020 08:24:55 -0400

coreutils (8.32-1) unstable; urgency=low

  * New upstream version (Closes: #959995)
    - adds basenc command
  * Update to dh 12
  * Standards version 4.5.0 (no changes)

 -- Michael Stone <mstone@debian.org>  Mon, 22 Jun 2020 14:39:28 -0400

coreutils (8.30-3) unstable; urgency=medium

  * Fix renameat2 patch (Closes: #923420)

 -- Michael Stone <mstone@debian.org>  Thu, 28 Feb 2019 10:30:31 -0500

coreutils (8.30-2) unstable; urgency=medium

  * Use renameat2 glibc function that can be intercepted by fakechroot
    (Closes: #915559)
  * Above requires autoreconf turned on again

 -- Michael Stone <mstone@debian.org>  Tue, 26 Feb 2019 07:15:19 -0500

coreutils (8.30-1) unstable; urgency=low

  * New upstream version
    - man pages are distributed again, should fix cross building issues
      (Closes: #721358)
    - fixes problem with install program location when cross building
      (Closes: #879073)
    - env -S support to pass multiple arguments in #! lines
  * Standards version 4.2.1.0 (no changes)

 -- Michael Stone <mstone@debian.org>  Wed, 29 Aug 2018 16:20:06 -0400

coreutils (8.28-1) unstable; urgency=low

  * New upstream version
    - ls adds hyperlink format (terminals with appropriate support get
      clickable links)
    - env adds --chdir (-C) option
    - another round of tail -f fixes/optimizations
    - date introduces stable long option --rfc-email for -R
    - nproc honors OMP_THREAD_LIMIT
  * Reenable default ls quoting
  * Get rid of old transition packages & logic for mktemp, timeout, 
    and realpath
  * drop hppa longlong patch
  * drop PPC sha256.o patch
    Discussion in 854053 indicated that it shouldn't be an issue with gcc 7. 
    If people do still see a performance issue with sha256 on PPC we should 
    be early enough in the buster cycle to fix it in gcc.
  * Standards version 4.1.1.0
    - update watch file & add upstream signing key

 -- Michael Stone <mstone@debian.org>  Mon, 02 Oct 2017 13:51:20 -0400

coreutils (8.26-3) unstable; urgency=medium

  * Update standards version to 3.9.8.0 (no changes)
  * Add -fno-schedule-insns to CFLAGS for sha256.o on PPC to fix
    performance regression (Closes: #854053)

 -- Michael Stone <mstone@debian.org>  Wed, 22 Feb 2017 07:23:45 -0500

coreutils (8.26-2) unstable; urgency=low

  * Fix regression in which specifying a TZ in date -d causes the 
    displayed date to no longer be printed in the local time zone
    Upstream patch from Pádraig Brady (Closes: #851934)

 -- Michael Stone <mstone@debian.org>  Fri, 20 Jan 2017 09:46:22 -0500

coreutils (8.26-1) unstable; urgency=low

  * New upstream version 

 -- Michael Stone <mstone@debian.org>  Fri, 09 Dec 2016 09:08:27 -0500

coreutils (8.25-2) unstable; urgency=medium

  * Disable default ls quoting for now to get the rest of 8.25 into testing.
    (Closes: #813164)

 -- Michael Stone <mstone@debian.org>  Tue, 16 Feb 2016 09:02:12 -0500

coreutils (8.25-1) unstable; urgency=low

  * New upstream version
    - adds globbing to dircolors, hopefully color definitions less fragile in
      future (Closes: #791921)
    - date --iso-8601 now uses +00:00 timezone format rather than +0000.
      (Closes: #799479)
    - new df name selection logic hopefully less surprising for bind mounts
      (Closes: #799131)
  * update debhelper dependency

 -- Michael Stone <mstone@debian.org>  Fri, 29 Jan 2016 10:51:32 -0500

coreutils (8.24-1) unstable; urgency=low

  * New upstream version (Closes: #804062)
  * No longer include /usr/sbin/touch symlink, create in postinst if necessary
    (Closes: #767710)
  * [64] backport upstream patch for overlayfs (Closes: #810669)
  * Switch to source format 3.0 (quilt)
  * Drop auto tests, not working and needs to be revisited

 -- Michael Stone <mstone@debian.org>  Mon, 18 Jan 2016 15:34:49 -0500

coreutils (8.23-4) unstable; urgency=low

  * [33] remove chroot optimization that avoids the actual chroot when 
    running "chroot /". The intent was to allow "chroot / true" to 
    work in all cases on all platforms even for non-root users, but
    has caused problems with bind mounts. Upstream has added a new 
    option to chroot, but I'll wait for the new upstream version for
    that. (Closes: #765514)
  * remove spurious file addition in patch [31] that did not affect
    built package

 -- Michael Stone <mstone@debian.org>  Sat, 14 Mar 2015 07:59:06 -0400

coreutils (8.23-3) unstable; urgency=low

  * Standards version 3.9.6.0
  * build with verbose make (Closes: #751132)
  * add numfmt to package description (Closes: #764698)
  * [31] show duplicate remote mounts in df (Closes: #737399)
  * [32] cherry pick upstream fix to make info doc references 
    more reliable (Closes: #760861)

 -- Michael Stone <mstone@debian.org>  Wed, 29 Oct 2014 20:58:59 -0400

coreutils (8.23-2) unstable; urgency=low

  * Added missing replaces (Closes: #760233, #760234)

 -- Michael Stone <mstone@debian.org>  Mon, 01 Sep 2014 19:52:12 -0400

coreutils (8.23-1) unstable; urgency=low

  * New upstream version
  * Include realpath command in coreutils package and replace Debian
    version of the command from the realpath package (Closes: #730779).
    Add transational realpath package to help with upgrades.
    (from Robert Luberda <robert@debian.org>)
  * Add build-arch and build-indep targets required by Policy
    3.9.4. (Niels Thykier <niels@thykier.net>) (Closes: #721118)

 -- Michael Stone <mstone@debian.org>  Mon, 01 Sep 2014 09:56:18 -0400

coreutils (8.21-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Ensure config.{sub,guess} are up to date for new arches, using
    autotools-dev (Closes: #689611)
  * Add aarch64 assembler in longlong.h (from Colin Watson) (Closes: #698330)

 -- Wookey <wookey@debian.org>  Sat, 12 Apr 2014 01:51:02 +0000

coreutils (8.21-1.1) unstable; urgency=medium

  * Non-Maintainer Upload
  * Do not install su on hurd-i386 any more (Closes: #737806).

 -- Samuel Thibault <sthibault@debian.org>  Wed, 05 Feb 2014 22:50:43 +0000

coreutils (8.21-1) unstable; urgency=low

  * New upstream version
  * Disable tests by default. I'm not entirely happy about doing this, as the
    build tests have uncovered more than one library bug that would have been
    problematic, but of late they've failed more because of buildd oddities
    than real problems. I am trying this early in the jessie cycle, and will
    turn the tests back on if it ends up being an issue.

 -- Michael Stone <mstone@debian.org>  Sat, 20 Jul 2013 15:45:55 -0400

coreutils (8.20-3) unstable; urgency=low

  * actually include autopkgtest changes

 -- Michael Stone <mstone@debian.org>  Sun, 18 Nov 2012 10:17:12 -0500

coreutils (8.20-2) unstable; urgency=low

  * Add upstream patch to fix build failure on hppa (Closes: #693578)
  * Disable df test which seems to fail on some buildds
  * Get rid of realpath (provided by other package) (Closes: #693211)
  * Add autopkgtest. Thanks Martin Pitt. (Closes: #692748)
  * Fix HAVE_LONG_LONG typo in factor. Thanks Daniel Schepler 
    (Closes: #693337)

 -- Michael Stone <mstone@debian.org>  Sun, 18 Nov 2012 09:26:57 -0500

coreutils (8.20-1) unstable; urgency=low

  * New upstream version
    - fixes possible data loss in sort -u (from 8.6) (Closes: #685238)
    - df prefers shorter device names (Closes: #653073)
  * Update watch file (Closes: #693171)

 -- Michael Stone <mstone@debian.org>  Tue, 13 Nov 2012 20:49:45 -0500

coreutils (8.13-3.3) unstable; urgency=low

  * Non-maintainer upload
  * [50] Updates to Danish, German, Spanish, French, and Vietnamese
    translations from translationproject.org (Closes: #671807)
  * [51] (Etienne Millon) Fix typo in "/usr/bin/[ --help" output with
    LANG=fr (Closes: #598481)
  * [52] (Michael Below) Fix typos in ln -s "permission denied"
    message with LANG=de (Closes: #683401)
  * [55] Touch pot file to ensure binary message catalogs are
    regenerated during the build.

 -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 10 Sep 2012 22:02:19 -0700

coreutils (8.13-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * Don't declare separate build-arch/build-indep targets when they just
    fall through to the same common build rule, since they don't have correct
    target dependencies themselves.  Closes: #670481.
  * Enable hardening build flags.  Thanks to Moritz Muehlenhoff for the
    patch.  Closes: #653743.
  * debian/patches/99_Werror-format-string.dpatch: fix the gnulib test suite
    so that it doesn't fail to build with hardening flags on.
  * Mark coreutils Multi-Arch: foreign.  Thanks to Colin Watson.
    Closes: #649397.
  * debian/patches/99_tests-misc-sort-continue-Port-to-Fedora-15.dpatch:
    cherry-pick from upstream to fix a build failure whenever the build
    system happens to be holding an fd open, as happens when running in
    certain environments (e.g., Lucas's test rebuild farm, or bzr-builddeb).
    Closes: #669555.

 -- Steve Langasek <vorlon@debian.org>  Wed, 02 May 2012 02:27:43 +0000

coreutils (8.13-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use architecture wildcards instead of type-handling virtual packages in
    Build-Depends (closes: #587859). Thanks to Sebastian Andrzej Siewior for
    the bug report and Guillem Jover for the patch.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 29 Feb 2012 00:11:27 +0100

coreutils (8.13-3) unstable; urgency=low

  * revert previous change to -mlong-double-64

 -- Michael Stone <mstone@debian.org>  Sat, 01 Oct 2011 12:31:33 -0400

coreutils (8.13-2) unstable; urgency=low

  * Fix typo in kfbsd test patch
  * Move libstdbuf.so back to /usr/lib
  * [85] kfbsd ignores fractional part of timeouts over 100000s
    (Closes: #641832)
  * PPC uses -mlong-double-64 to prevent test failures (Closes: #641907)
  * Minor build changes

 -- Michael Stone <mstone@debian.org>  Mon, 19 Sep 2011 19:52:02 -0400

coreutils (8.13-1) unstable; urgency=low

  * New upstream version
    - no diagnostic when tail -f from pipe (Closes: #622182)
    - du ignores specified dir when part of cycle (Closes: #598438)
    - corrects translation errors (Closes: #595019, #545347)
    - fixes missing prototype which caused FTBFS in some cases (Closes: #585509)
    - documentation updates (Closes: #395430, #115833, #545347)
  * preserve upstream man pages in clean (Closes: #630735)
  * respect CFLAGS in build (Closes: #596262)
  * remove LC_TIME symlinks (Closes: #584837)

 -- Michael Stone <mstone@debian.org>  Mon, 12 Sep 2011 17:21:19 -0400

coreutils (8.5-1) unstable; urgency=low

  * New upstream version
  * kfbsd patch to work around fstat bug (from jwilk) (Closes: #573940)
  * temporarily killing tests on mipsel due to longstanding gcc bug #519006

 -- Michael Stone <mstone@debian.org>  Tue, 27 Apr 2010 20:32:54 -0400

coreutils (8.4-2) unstable; urgency=low

  * Fix kfbsd build test problems (Closes: #569020)

 -- Michael Stone <mstone@debian.org>  Fri, 05 Mar 2010 19:06:22 -0500

coreutils (8.4-1) unstable; urgency=low

  * New upstream version
    - fixes "Bad file descriptor" message from cp & touch (Closes: #563754)
    - tail -F won't abort when file is moved (Closes: #561481, #561854)
    - mktemp man page describes template (Closes: #548316)
  * temporarily disable tests/misc/ls-time to work around some spurious
    build failures (on btrfs)

 -- Michael Stone <mstone@debian.org>  Sat, 16 Jan 2010 14:37:32 -0500

coreutils (8.1-1) unstable; urgency=low

  * New upstream version
    - adds nproc(1)

 -- Michael Stone <mstone@debian.org>  Sat, 21 Nov 2009 16:44:35 -0500

coreutils (8.0-1) unstable; urgency=low

  * New upstream version
    * touch accepts leap seconds (Closes: #510347)
    * ln adds -L and -P
    * rm -rf should be faster
  * remove usr/share/info/dir in build rules (Closes: #546016)
  * replaces: timeout (Closes: #552509)

 -- Michael Stone <mstone@debian.org>  Sat, 14 Nov 2009 16:41:02 -0500

coreutils (7.5-6) unstable; urgency=low

  * remove usr/share/info/dir.gz in build rules (Closes: #546016)
  * [83] make sure tail -f flushes initial output before waiting
    (Closes: #545422)

 -- Michael Stone <mstone@debian.org>  Fri, 11 Sep 2009 05:59:32 -0400

coreutils (7.5-5) unstable; urgency=low

  * update standards version to 3.8.3.0 (no changes)
  * [82] fix "function not implemented" in cp -a of symlink on older 
    linux kernels (Closes: #545306)

 -- Michael Stone <mstone@debian.org>  Thu, 10 Sep 2009 20:07:24 -0400

coreutils (7.5-4) unstable; urgency=low

  * [81] fix tail -f - with inotify (Closes: #545422)

 -- Michael Stone <mstone@debian.org>  Tue, 08 Sep 2009 20:54:42 -0400

coreutils (7.5-3) unstable; urgency=low

  * [61] update who --ips to support more ipv6 ranges (Closes: #508924)

 -- Michael Stone <mstone@debian.org>  Fri, 04 Sep 2009 17:48:31 -0400

coreutils (7.5-2) unstable; urgency=low

  * [79] fix ls-misc build test problem if files are created world-writable 
    (Closes: #544965)
  * [80] fix tail/wait build test problem on kfreebsd (Closes: #545009)
  * add -mieee to sh4 build flags (Closes: #544977)

 -- Michael Stone <mstone@debian.org>  Fri, 04 Sep 2009 16:34:34 -0400

coreutils (7.5-1) unstable; urgency=low

  * new upstream version
    - fix ls -1 output error (Closes: #539476)
    - new program "stdbuf"
    - chroot adds --userspec and --groups
    - cp adds --reflink
    - sort adds --human-numeric-sort
    - tail --follow uses inotify 
  * update package description (Closes: #535458)
  * tweak section and priority for mktemp package
  * conflict with package "timeout". I think coreutils timeout is just
    different enough that it shouldn't replace that package.

 -- Michael Stone <mstone@debian.org>  Wed, 02 Sep 2009 20:50:02 -0400

coreutils (7.4-2) unstable; urgency=low

  * move mktemp to /bin instead of /usr/bin (Closes: #531842)
  * include fake non-essential mktemp package (Closes: #531846)

 -- Michael Stone <mstone@debian.org>  Thu, 04 Jun 2009 17:40:56 -0400

coreutils (7.4-1) unstable; urgency=low

  * new upstream version (Closes: #285609)
  * replaces: mktemp 
  * adds: arch(1) (Closes: #516050)

 -- Michael Stone <mstone@debian.org>  Wed, 03 Jun 2009 21:26:52 -0400

coreutils (7.3-1) unstable; urgency=low

  * new upstream version (Closes: #525048, #524500)

 -- Michael Stone <mstone@debian.org>  Sat, 02 May 2009 12:28:58 -0400

coreutils (7.2-1) unstable; urgency=low

  * new upstream version (Closes: #517558)
  * [78] fix kfreebsd build problem (Closes: #520368)

 -- Michael Stone <mstone@debian.org>  Tue, 07 Apr 2009 19:21:42 -0400

coreutils (7.1-2) unstable; urgency=low

  * remove timeout binary, conflicts with package "timeout" (Closes: #516652)

 -- Michael Stone <mstone@debian.org>  Sun, 22 Feb 2009 17:35:32 -0500

coreutils (7.1-1) unstable; urgency=low

  * New upstream version

 -- Michael Stone <mstone@debian.org>  Sun, 22 Feb 2009 12:36:29 -0500

coreutils (6.12-2) unstable; urgency=low

  * [77] fall back if utimensat doesn't exist (Closes: #515731)

 -- Michael Stone <mstone@debian.org>  Tue, 17 Feb 2009 22:11:52 -0500

coreutils (6.12-1) unstable; urgency=low

  * New upstream version
  * Switch to dpatch

 -- Michael Stone <mstone@debian.org>  Mon, 16 Feb 2009 12:42:44 -0500

coreutils (6.10-6) unstable; urgency=low

  * [76] Add ubuntu/upstream patch to prevent failure of cp of a special
    (e.g., fifo) file to an existing file
  * [71] change getgrouplist patch to skip the autoconf test and use
    getgrouplist unconditionally. (Patch isn't immediately ready for 
    upstream anyway, and I assume that glibc provides this function
    on all our supported platforms. If this turns out to not be true,
    I'll revisit.) (Closes: #459615)

 -- Michael Stone <mstone@debian.org>  Fri, 04 Apr 2008 10:02:18 -0400

coreutils (6.10-5) unstable; urgency=low

  * [75] Fix that last patch so that it doesn't display error messages
    on non-selinux systems (closes: 473739)

 -- Michael Stone <mstone@debian.org>  Tue, 01 Apr 2008 06:55:03 -0400

coreutils (6.10-4) unstable; urgency=low

  * [74] upstream patch to allow dd & other commands to use /dev/stdin
    (Thanks Paul Eggert) (closes: #290727)
  * [75] prevent ls from displaying a + for files with an selinux context.
    (this will change in future, but the exact future output isn't certain
    yet) (Thanks Russell Coker) (closes: #472590)
  * Add a watch file to keep people from complaining about not having a watch
    file. (closes: #441108)
  * printf(1) now references printf(3) (closes: #465522)

 -- Michael Stone <mstone@debian.org>  Mon, 31 Mar 2008 18:19:52 -0400

coreutils (6.10-3) unstable; urgency=low

  * [71] use getgrouplist to get list of groups, e.g., for id(1)
    (Closes: #459615)
  * [72] display warning if user is in too many groups
    (Closes: #175994)
  * [73] prevent segfault in ls -l /proc/sys/fs/inotify/
    (Thanks Jan Moringen) (Closes: #463043)
  * Try upstream fix for info references in man pages
    (Closes: #388684)
  * Upstream change in documentation for mv in the case of a 
    moving a symlink to a directory with a trailing '/'
    (Closes: #343652)
  * move kill to /bin on hurd (Closes: #380387)
  * Fix some minor typos/formatting in debian packaging
  * Add link to upstream FAQ in README.Debian

 -- Michael Stone <mstone@debian.org>  Mon, 28 Jan 2008 21:11:32 -0500

coreutils (6.10-2) unstable; urgency=low

  * run make check with VERBOSE enabled; this no longer makes the logs
    unreadably huge (thanks Julien Cristau for asking the obvious
    question) 
  * print cpu info during build to help debug build failures
  * bump policy version
  * lose perl-base & bzip2 build-deps. Someday need to support lzma tarball
  * drop more legacy fileutils/shellutils/textutils upgrade support. 
    hopefully people have finished upgrading to etch

 -- Michael Stone <mstone@debian.org>  Wed, 23 Jan 2008 20:36:12 -0500

coreutils (6.10-1) unstable; urgency=low

  * new upstream release
    - cp, by default, refuses to copy through a dangling destination symlink
      Set POSIXLY_CORRECT if you require the old, risk-prone behavior.

 -- Michael Stone <mstone@debian.org>  Tue, 22 Jan 2008 20:01:35 -0500

coreutils (6.10~20071127-1) experimental; urgency=low

  * new snapshot
  * coreutils now includes mktemp, but it is not included in this package
    because debian already has a mktemp package with similar syntax.

 -- Michael Stone <mstone@debian.org>  Fri, 30 Nov 2007 14:21:47 -0500

coreutils (6.10~20070907-3) experimental; urgency=low

  * use correct upstream changelog
  * make su suid on hurd again (Closes: #439249)

 -- Michael Stone <mstone@debian.org>  Sat, 15 Sep 2007 12:47:01 -0400

coreutils (6.10~20070907-2) experimental; urgency=low

  * forgot to add bison to build-deps

 -- Michael Stone <mstone@debian.org>  Sat, 08 Sep 2007 14:09:40 -0400

coreutils (6.10~20070907-1) experimental; urgency=low

  * SELinux support has been integrated upstream. This may break things
    in the short term (I encourage SELinux users to test) but is
    expected to simplify coreutils development since the size of the
    debian diff is greatly reduced.
  * Bumped policy number
  * Killed off textutils/fileutils/shellutils transition packages
  * most debian patches are gone, except for whoips & dd appenderrors
    * may need some, like s390 no sha2, returned (see how autobuilds do)

 -- Michael Stone <mstone@debian.org>  Sat, 08 Sep 2007 07:55:11 -0400

coreutils (5.97-5.4) unstable; urgency=medium
  
  * Non-maintainer upload.
  * New patch 64_coreutils-futimens: rename futimens to cu_futimens,
    since glibc now defines an futimens function with a different
    prototype.  Closes: #433394.
  * Urgency medium for the RC bug fix.

 -- Daniel Schepler <schepler@debian.org>  Sat, 18 Aug 2007 16:41:21 -0400

coreutils (5.97-5.3) unstable; urgency=high

  * This is a non-maintainer upload done with the maintainer's blessing,
    to fix a FTBS bug, and to get the SELinux changes in through to Etch. 
  * Bug fix: "coreutils - FTBFS", thanks to Bastian Blank and Andreas
    Barth. The problem is with a build time test suite, which did not
    take into account that there could be two directory names with the
    same inode, which is what happens if there is a bind mount.  So this
    is not anything s390 specific, nor is it a problem with the coreutils
    package itself, just with the build time test.  Applied a version of
    the patch being used by upstream to fix the test.
                                                 (Closes: #380552, #407628). 

 -- Manoj Srivastava <srivasta@debian.org>  Tue, 23 Jan 2007 15:00:28 -0600

coreutils (5.97-5.2) unstable; urgency=low

  * This is an follow up non-maintainer upload to fix an issue introduced
    in my last NMU.  This fixes an FTBS bugs when building for non-SELinux
    environments, for example, for non Linux architectures.
  * Bug fix: "coreutils: FTBFS on hurd and kfreebsd: Unguarded usage of
    SELinux code", thanks to Michael Banck. I missed out on guarding
    assignments one.  Rather than use the suggested patch (which adds two
    members to a struct on non-selinux machines that would never get used,
    I went back and corrected the non-selinux patch, since that is the
    correct location to add this fix.  The version of the patch included
    in this version should do the right thing.            (Closes: #396655).

 -- Manoj Srivastava <srivasta@debian.org>  Sun,  5 Nov 2006 16:04:08 -0600

coreutils (5.97-5.1) unstable; urgency=low

  * With permission from the maintainer, this upload (from a non-maintainer) 
    updates the SELinux patch, synchronizing with the latest patches from
    fedora core (:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dist,
    repository rpms/coreutils/devel). The patches had to be tweaked for
    Debian. This bring coreutils into compatibility with the latest
    version of SELinux now in Debian.
  * Bug fix: "coreutils: Updated SELinux patch", thanks to Manoj
    Srivastava.  The NMU patch is available in that bug report,
    essentially, this is a minimal change upload.      (Closes: #394287).

 -- Manoj Srivastava <srivasta@debian.org>  Fri, 20 Oct 2006 15:11:27 -0500

coreutils (5.97-5) unstable; urgency=medium

  * Actually kill sha384 and sha512 on s390. Finally got logged into an s390
    system, which makes debugging easier. (Conversely, buildds that fail a
    build without providing a log make debugging harder.) Note to debian
    developers: if you want introduce a dependency on sha384 or sha512, talk
    to me first.

 -- Michael Stone <mstone@debian.org>  Thu, 31 Aug 2006 07:38:19 -0400

coreutils (5.97-4) unstable; urgency=medium

  * s390 just doesn't seem to like sha384 (tests fail). I'm gonna kill that &
    sha512 on s390 until someone with access to that arch & interest in the
    problem steps up.
  * add new catalan translation Closes: #384563

 -- Michael Stone <mstone@debian.org>  Thu, 03 Aug 2006 20:53:46 -0400

coreutils (5.97-3) unstable; urgency=low

  * Update sha2 patch to fix alignment issue on sparc
    (Thanks David Madore)

 -- Michael Stone <mstone@debian.org>  Thu, 03 Aug 2006 20:53:46 -0400

coreutils (5.97-2) unstable; urgency=low

  * Update sha2 patch to fix FTBFS on various architectures
    (Thanks David Madore)

 -- Michael Stone <mstone@debian.org>  Tue, 01 Aug 2006 20:21:05 -0400

coreutils (5.97-1) unstable; urgency=low

  * New upstream version
    - cat options work in /proc Closes: 370583
  * [70] add sha2 utilities Closes: 325205
  * remove spurious removal of /usr/share/man/man1/md5sum.textutils
    in preinst

 -- Michael Stone <mstone@debian.org>  Wed, 26 Jul 2006 07:34:44 -0400

coreutils (5.96-5) unstable; urgency=low

  * [62] fix segfault when diropen fails on remove  Closes: #375333
  * [63] warn on append with trunc Closes: #373736
  * fix idiotic typo in build rules for hurd Closes: #344166

 -- Michael Stone <mstone@debian.org>  Sun, 25 Jun 2006 13:30:21 -0400

coreutils (5.96-4) unstable; urgency=low

  * Fix deprecation messages Closes: #375335
  * Try to clobber chcon man page build on hurd Closes: #344166

 -- Michael Stone <mstone@debian.org>  Sun, 25 Jun 2006 13:30:21 -0400

coreutils (5.96-3) unstable; urgency=low

  * Follow strategy from Ian Jackson to better deal with the dpkg md5sum
    mess. Only remove dpkg's mad md5sum diversion `once' (ie, on upgrade 
    from non-/usr/bin/md5sum-supplying coreutils).  This preserves any later
    sysadmin-installed diversions of md5sum.textutils.
  * Add NEWS.Debian notes on the POSIX2_VERSION change
  * add who --ips option to display IPs instead of hostnames. Code taken
    from last.c in sysvinit-2.86.ds1. 
    Closes: #363126

 -- Michael Stone <mstone@debian.org>  Sat, 27 May 2006 14:05:44 -0400

coreutils (5.96-2) unstable; urgency=low

  * [60] Add deprecation warnings for tail +n and sort +n, but allow that
    syntax
  * Build-depend on autoconf 2.59.cvs.2006.05.25-1 to avoid bug that could
    affect coreutils performance. Backporters may be able to weaken that
    dependency.

 -- Michael Stone <mstone@debian.org>  Sat, 27 May 2006 09:21:43 -0400

coreutils (5.96-1) unstable; urgency=low

  * New upstream version
  * Don't override posix version at build time anymore. Upstream has
    made this less painful; is this viable for etch?
  * Update copyright file (Closes: #356532)

 -- Michael Stone <mstone@debian.org>  Tue, 23 May 2006 21:08:13 -0400

coreutils (5.94-2) unstable; urgency=low

  * Reorder 55_coreutils.selinux.patch to fix builds on hurd
    (Closes: #344166)
  * [58_getcwd-chroot] fix pwd failure on certain bind mounts
    (Closes: #355810)
  * [59_dircolors-moreterms] add rxvt-unicode & mlterm to dircolors
    (Closes: #270139, #317503)
  * Update copyright file (thanks Joost van Baal) (Closes: #356532)
  * Extend the diversion hackery (Closes: #361799)

 -- Michael Stone <mstone@debian.org>  Sat, 15 Apr 2006 21:48:43 -0400

coreutils (5.94-1) unstable; urgency=low

  * New upstream version (Closes: #349530, #273781, #332779, #341912)
    - upstream has reverted the behavior for stat --format
      and added a new --printf option with the new behavior
      (Closes: #339136)
    - tail -f works on append-only files again (Closes: #339400)
    - tail -c 3 works again (Closes: #340364)
    - tail -0f work for multiple files (but use -n 0 -f instead)
      (Closes: #341785)
  * [99_dircolors-shell] dircolors test doesn't depend on the shell
  * Fix md5sum diversion problems with a hacksaw (Closes: #340119)

 -- Michael Stone <mstone@debian.org>  Wed, 15 Feb 2006 14:11:23 -0500

coreutils (5.93-5) unstable; urgency=low

  * Actually conflict with apt-move instead of just thinking about it 
    (Closes: #339136)
  * Drop help2man build-dep (we're actually using one in the build tree)

 -- Michael Stone <mstone@debian.org>  Wed, 16 Nov 2005 07:46:45 -0500

coreutils (5.93-4) unstable; urgency=low

  * Conflict with apt-move expecting particular stat syntax (Closes: #339136)
    I need to think more about what to do with upstream changes to stat -c 
  * For now, add upstream patch so that stat -c "%whatever\n" actually works

 -- Michael Stone <mstone@debian.org>  Tue, 15 Nov 2005 09:30:56 -0500

coreutils (5.93-3) unstable; urgency=low

  * Remove --enable-pam from selinux rules (we don't use our su for selinux)
  * [99] Revert change to POSIX version override (I forgot about +n usage)
    I once again *strongly* urge people to convert to more portable syntax.
    (search NEWS for POSIX 1003.1-2001)
    (Closes: #339085)
  * [57] Patch from Petr Salinger to fix selinux build problems on non-linux
    systems (Closes: #338821)

 -- Michael Stone <mstone@debian.org>  Mon, 14 Nov 2005 20:55:57 -0500

coreutils (5.93-2) unstable; urgency=low

  * Change section to utils (base ain't what it used to be)
  * Trust the autoreconf wrapper because things are too complicated otherwise
  * [56] Recognize cifs as remote so it can be ignored, e.g., in df -l
    (Closes: #324934)

 -- Michael Stone <mstone@debian.org>  Sat, 12 Nov 2005 20:28:53 -0500

coreutils (5.93-1) unstable; urgency=low

  * New upstream version
    - tail's --allow-missing option has been removed.  Use --retry instead
    - stat's --link and -l options have been removed. Use --dereference
    - support things like head -NUM when conforming to POSIX 1003.1-2001.
      because of this, debian no longer forces POSIX version 199209
    - many other changes documented in /usr/share/doc/coreutils/NEWS.gz
  * Need automake 1.9 now
  * Allow build check to be skipped with nocheck option (Closes: #278915)
  * Work around dpkg changes (Closes: #314713)
  * Try to recover from badly planned move on part of dpkg maintainer to
    put a *local* diversion on md5sum. There is no good way to handle this;
    hopefully nobody will do something so stupid in the future.
  * Remove some ancient debian-specific patches
    - install no longer calls strip with special options
    - no more --reversible option to cat
    - no more --first-eof option to paste
    - no more field seperator option to uniq
  * [54] Update acl patch using fedora devel patch
  * [55] Add selinux support from fedora devel & Manoj Srivastava
    (Closes: #312426)

 -- Michael Stone <mstone@debian.org>  Sat, 12 Nov 2005 13:34:05 -0500

coreutils (5.2.1-3) unstable; urgency=low

  * fix info install
  * install the right upstream changelog

 -- Michael Stone <mstone@debian.org>  Fri, 16 Jul 2004 07:28:41 -0400

coreutils (5.2.1-2) unstable; urgency=low

  * remove su for kfreebsd (Closes: #225131)
  * add yacc to build depends. forgot that the date patch [31] forced a 
    rebuild from getdate.y (Closes: #259563)

 -- Michael Stone <mstone@debian.org>  Fri, 16 Jul 2004 07:28:41 -0400

coreutils (5.2.1-1) unstable; urgency=low

  * New upstream version (Closes: #245360, #244784, #259282, #246509)
    - Fixes ls --block-size="1" (Closes: #237330)
    - `chown user.group file' now has its traditional meaning even when
      conforming to POSIX 1003.1-2001, so long as no user has a name
      containing `.' that happens to equal `user.group'.
    - time stamps output by stat now include actual fractional seconds,
      when available -- or .0000000 for files without that information.
    - rmdir -p exits with status 1 on error; formerly it sometimes exited
      with status 0 when given more than one argument.
    - chgrp and chown now accept POSIX-mandated -L, -H, and -P options
    - du can now process hierarchies of virtually unlimited depth.
    - du's -H option will soon have the meaning required by POSIX
      (--dereference-args, aka -D) rather then the current meaning of --si.
      Now, using -H elicits a warning to that effect.
  * [53] Update acl patch for 5.2.1. Now based on FC2 coreutils patch.
  * Removed xattr patch. AFAICT this isn't particularly useful for anything
    except selinux, and other selinux support isn't included. Also, the 
    option added with this patch isn't being used consistently between 
    different linux distributions and I'd rather not support something that
    will cause incompatibilities. If anyone was depending on this support
    please contact me with details. (Closes: #244603)
  * fix minor typo in README.Debian (Closes: #218333)
  * [31] seconds defaults to 0 when using something like 
    date -d '21:04 +0100' (Closes: #238046)
  * rebuild should fix hppa problem (Closes: #219458)
  * remove join -n
  * update documentation for test so that the FD parameter to test -t is 
    mandatory (Closes: #255694)

 -- Michael Stone <mstone@debian.org>  Wed, 14 Jul 2004 06:13:38 -0400

coreutils (5.0.91-2) unstable; urgency=low

  * add bzip2 to build-deps (Closes: #214094)
  * fix stupid typo in preinst info cleanup script (Closes: #214134)
  * make sure /usr/share/info doesn't contain a dir file 
    (Closes: #214050, #214138)

 -- Michael Stone <mstone@debian.org>  Sat, 04 Oct 2003 18:35:32 -0400

coreutils (5.0.91-1) unstable; urgency=low

  * New upstream version
    - date accepts a new option --rfc-2822, an alias for --rfc-822
    - split accepts a new option -d or --numeric-suffixes
    - cp, install, mv, and touch now preserve microsecond resolution
    - sort now supports the zero byte (NUL) as a field separator; use -t '\0'
      The -t '' option, which formerly had no effect, is now an error
    - sort option order no longer matters for -S, -d, -i, -o, and -t
    - tail --allow-missing option is deprecated; use --retry instead
    - `sha1sum --check' now accepts the BSD format for SHA1 message digests
    - who -l now means `who --login', not `who --lookup', per POSIX. Feature
      was deprecated in woody
    - mv renaming file onto differently-cased form of the same name no longer
      causes data loss on case-insensitive filesystem like vfat. Name-mapping
      filesystems such as ntfs or hpfs can still have problems, see NEWS file
      for details. (Closes: #189319)
    - seq's default step is 1, even if LAST < FIRST (Closes: #208494)
  * [30] upstream patch for du -D with symlinks (Closes: #211591)
  * make sure buildinfo is cleaned up
  * debian/newfiles aren't used any more
  * old {file,shell,text}utils info doc indices are cleaned up (Closes: #209160)
  * add sha1sum to description (Closes: #211724)

 -- Michael Stone <mstone@debian.org>  Fri, 03 Oct 2003 23:01:28 -0400

coreutils (5.0.90-3) unstable; urgency=low

  * [28,29] don't hang in who or pinky trying to look up the fake
    host entries that screen puts in utmp
  * [50,51] acl support
    - libacl1-dev build dependency
    - probably won't work on non-linux, patches welcome for hurd et al. if
      they break
  * [52] extended attribute support
    - libattr1-dev build dependency (still necessary with new libc?)
    - not sure about this one, it might come out (is it always valid to
      preserve ea's even if we don't know what they are for?)

 -- Michael Stone <mstone@debian.org>  Mon, 18 Aug 2003 19:47:29 -0400

coreutils (5.0.90-2) unstable; urgency=medium

  * [27] tail -n 0 -f no longer causes busy wait/hang (Closes: #205251)

 -- Michael Stone <mstone@debian.org>  Wed, 13 Aug 2003 22:46:30 -0400

coreutils (5.0.90-1) unstable; urgency=low

  * New upstream version
    - `test -t', `test --help', and `test --version' now silently exit
      with status 0.  To test whether standard output is a terminal, use
      `test -t 1'.  To get help and version info for `test', use
      `[ --help' and `[ --version'.
      `test' now exits with status 2 (not 1) if there is an error.
    - rm without --recursive (aka -r or -R) no longer prompts regarding
      unwritable directories, as required by POSIX.
    - uniq -c now uses a SPACE, not a TAB between the count and the
      corresponding line, as required by POSIX.
    - expr now exits with status 2 if the expression is syntactically valid,
      and with status 3 if an error occurred.  POSIX requires this.
    - md5sum --check now accepts the output of the BSD/OpenSSL md5sum program
    - chown: `.' is no longer recognized as a separator when POSIX2 version
      is >= 200112
  * [26] split-fail test doesn't fail
  * revert 17, patch doesn't work anyway. 26 is a new patch for the problem
    of building as non-root in a chroot owned by the builder. 
    (Closes: #204778)
  * use dh_buildinfo
  * standards-version 3.6.0
  * add readlink to description (Closes: #204974)
  * temporarily override posix version to 199209 so I can upload this package.
    need a transition plan. try setting the environment variable
    _POSIX2_VERSION on your system to "200112" and see how much breaks.
    I encourage debian developers to update their packages so the above works.

 -- Michael Stone <mstone@debian.org>  Mon, 11 Aug 2003 17:31:34 -0400

coreutils (5.0-5) unstable; urgency=low

  * [23] upstream patch to make split --verbose actually verbose 
    (Closes: #199205)
  * enable kill & su for freebsd (Closes: #194743)
  * [24] upstream fix for du not displaying / on last line of du /
    (Closes: #200542)
  * Build-conflict on automake1.4 (Closes: #200378)
  * [25] chown no longer preserves setuid bits (Closes: #112597)

 -- Michael Stone <mstone@debian.org>  Sat, 12 Jul 2003 09:11:08 -0400

coreutils (5.0-4) unstable; urgency=medium

  * upstream patch to prevent fd leak (Closes: #197655)

 -- Michael Stone <mstone@debian.org>  Mon, 16 Jun 2003 17:34:51 -0400

coreutils (5.0-3) unstable; urgency=low

  * More hurd stuff, again (Closes: 190738)
  * uname -i and -p don't exist anymore, stop complaining

 -- Michael Stone <mstone@debian.org>  Tue, 13 May 2003 16:57:55 -0400

coreutils (5.0-2) unstable; urgency=low

  * Cope with symlinks at LC_TIME for woody upgrades (Closes: 191338)
  * Upstream patch to fix FTBFS on hurd (Closes: 190738)

 -- Michael Stone <mstone@debian.org>  Sun, 11 May 2003 10:29:21 -0400

coreutils (5.0-1) unstable; urgency=low

  * New upstream version
   - false --help now exits nonzero
   - a number of printf fixes
   - a couple of seq fixes

 -- Michael Stone <mstone@debian.org>  Mon, 14 Apr 2003 20:03:36 -0400

coreutils (4.5.10-1) unstable; urgency=low

  * New upstream version
   - printf no longer segfaults for a negative field width or precision
   - shred now always enables --exact for non-regular files
   - du no longer lists hard-linked files more than once
   - du no longer dumps core on some systems due to `infinite' recursion
     via nftw's use of the buggy replacement function in getcwd.c
     (Closes: #183962)
   - portability patches for a few vendor compilers and 64-bit systems
   - du -S *really* now works like it did before the change in 4.5.5
  * make it clearer that {file,shell,text}utils are obsolete
    (Closes: #184191, #183631)

 -- Michael Stone <mstone@debian.org>  Tue, 18 Mar 2003 19:35:23 -0500

coreutils (4.5.9-1) unstable; urgency=low

  * New upstream version
   - du no longer truncates file sizes or sums to fit in 32-bit size_t
   - work around Linux kernel bug in getcwd (fixed in 2.4.21-pre4), so that pwd
     now fails if the name of the working directory is so long that getcwd
     truncates it.  Before it would print the truncated name and exit successfully.
   - `df /some/mount-point' no longer hangs on a GNU libc system when another
      hard-mounted NFS file system (preceding /some/mount-point in /proc/mounts)
     is inaccessible.
   - rm -rf now gives an accurate diagnostic when failing to remove a file
     under certain unusual conditions
   - mv and `cp --preserve=links' now preserve multiple hard links even under
     certain unusual conditions where they used to fail

 -- Michael Stone <mstone@debian.org>  Thu, 06 Mar 2003 07:09:05 -0500

coreutils (4.5.8-2) unstable; urgency=medium

  * Fix typesize problem in du that caused wrapping at 2G
    (Closes: #183210, #183393)
  * Added upstream patch to fix behavior where mv would fail to move files
    under certain (rare) conditions
  * Added upstream patch to fix error message "cannot chdir" when rm -rf fails
    to remove a file because of insufficient permission (Closes: #178471)

 -- Michael Stone <mstone@debian.org>  Tue, 04 Mar 2003 20:33:14 -0500

coreutils (4.5.8-1) unstable; urgency=low

  * New upstream version
    - du -S once again works like it did before the change in 4.5.5
    - stat accepts a new file format, %B, for the size of each block 
      reported by %b
    - du accepts new option: --apparent-size
    - du --bytes (-b) works the same way it did in fileutils-3.16 and before
    - du reports proper sizes for directories (not zero) 
    - df now always displays under `Filesystem', the device file name
      corresponding to the listed mount point.  Before, for a block- or
      character- special file command line argument, df would display that
      argument.  E.g., `df /dev/hda' would list `/dev/hda' as the
      `Filesystem', rather than say /dev/hda3 (the device on which `/' is
      mounted), as it does now.
    - test now works properly when invoked from a set user ID or set group ID
      context and when testing access to files subject to alternate protection
      mechanisms.  For example, without this change, a set-UID program that
      invoked `test -w F' (to see if F is writable) could mistakenly report
      that it *was* writable, even though F was on a read-only file system, or
      F had an ACL prohibiting write access, or F was marked as immutable.
  * Add ipv6 support for name resolution (from "J.H.M. Dassen (Ray)"
    <dm@zensunni.demon.nl>) (Closes: 181817)
  * Provide readlink (Replaces: debianutils <= 2.3.1)

 -- Michael Stone <mstone@debian.org>  Sun, 02 Mar 2003 11:34:07 -0500

coreutils (4.5.7-1) unstable; urgency=low

  * New upstream version
    - Includes upstream's fix for 175135
  * {shell,text,file}utils now priority extra, section misc
  * putty added to dircolors known terminal list (Closes: #180312)
  * split will not terminate prematurely on non-full buffer read 
    (Closes: #177559)

 -- Michael Stone <mstone@debian.org>  Sun, 09 Feb 2003 09:09:19 -0500

coreutils (4.5.6-2) unstable; urgency=medium

  * du behaves properly when multiple relative paths are specified on the
    command line (Closes: #180228)

 -- Michael Stone <mstone@debian.org>  Sat, 08 Feb 2003 11:01:53 -0500

coreutils (4.5.6-1) unstable; urgency=low

  * New upstream version
    - Fixes coloring of executables on ext2 (Closes: #175135)
    - uses new dirent format for info doc (currently reverted
      pending dpkg install-info update)
  * dd closes output before printing stats (Closes: #178400)

 -- Michael Stone <mstone@debian.org>  Fri, 07 Feb 2003 07:49:42 -0500

coreutils (4.5.4-1) unstable; urgency=low

  * New upstream version
  * touch gives correct error message when trying to update the time of an
    unowned file
  * Upstream is using newer config.{sub,guess} (Closes: #171498)
  * touch test succeeds if unprivileged user can write to / (Closes: #171893)
  * again with ls -s of symlink--covered all the cases yet?
    also fixes ls -i of symlink  (Closes: #173793)
  * shred -z no longer expects argument (Closes: #172019)

 -- Michael Stone <mstone@debian.org>  Wed, 01 Jan 2003 13:25:48 -0500

coreutils (4.5.3-4) unstable; urgency=low

  * ls on explicit symlink to directory properly shows directory contents
    (Closes: #171459)
  * ls -L on broken symlink generates error again
  * run make check on package build again

 -- Michael Stone <mstone@debian.org>  Tue, 03 Dec 2002 17:41:46 -0500

coreutils (4.5.3-3) unstable; urgency=low

  * printf %b works (Closes: #170983)
  * remove cycle breaking patch in tsort (Closes: #168914)

 -- Michael Stone <mstone@debian.org>  Wed, 27 Nov 2002 17:50:59 -0500

coreutils (4.5.3-2) unstable; urgency=low

  * ls --color works properly with -d on directories (Closes: #168203)
  * explicit ls for broken symlink works (Closes: #168203)
  * explicit ls -s of symlink works (Closes: #167964)
  * document du -m (Closes: #167769)

 -- Michael Stone <mstone@debian.org>  Sat, 09 Nov 2002 22:39:10 -0500

coreutils (4.5.3-1) unstable; urgency=low

  * New upstream version
  * backed out more specific uname processor output 
    - Closes: #164691, #164710, #165530, #166621
    - basically no positive feedback :)
  * remove /usr/share/doc/coreutils/ABOUT-NLS.gz (Closes: #164920)
  * printf with a trailing \ doesn't cause end-of-string to be ignored
    (Closes: #166201)

 -- Michael Stone <mstone@debian.org>  Thu, 31 Oct 2002 21:20:37 -0500

coreutils (4.5.2-1) unstable; urgency=low

  * New upstream version
    - translations fixed (Closes: #161629, #163712)
  * .jar color fixed (Closes: #163838)
  * dired test doesn't break for non-english locale (Closes: #161069)
  * more specific uname processor output (Closes: #88070)
    - let's see how people react to this one :)

 -- Michael Stone <mstone@debian.org>  Tue, 08 Oct 2002 21:42:27 -0400

coreutils (4.5.1-2) unstable; urgency=high

  * don't provide stat (causes nasty upgrade problem) 
    (Closes: #161245, #161249)
  * bump standards-version
  * register info file properly
  * DEB_BUILD_OPTIONS (Closes: #152189)

 -- Michael Stone <mstone@debian.org>  Tue, 17 Sep 2002 21:40:51 -0400

coreutils (4.5.1-1) unstable; urgency=low

  * New upstream release
  * Replaces fileutils, shellutils, and textutils

 -- Michael Stone <mstone@debian.org>  Fri, 13 Sep 2002 21:00:15 -0400