<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/NEWS, branch v8.4</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.4</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2010-01-13T20:57:54Z</updated>
<entry>
<title>version 8.4</title>
<updated>2010-01-13T20:57:54Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-13T20:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=954ef23ed95552641a5025d676ed68ee94aa1d62'/>
<id>urn:sha1:954ef23ed95552641a5025d676ed68ee94aa1d62</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>build: fix build failure due to missing libxattr</title>
<updated>2010-01-12T07:06:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-12T06:58:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6beca4248f572c2503657fb16341bd43cfa7d254'/>
<id>urn:sha1:6beca4248f572c2503657fb16341bd43cfa7d254</id>
<content type='text'>
Configure is supposed to detect insufficient XATTR support.
However, if a system has the required headers, but no library,
the configure script would mistakenly enable USE_XATTR.
* m4/xattr.m4 (gl_FUNC_XATTR): If the attr_copy_file function
is not found, don't set USE_XATTR.
Nelson Beebe reported a link failure on RHEL 5.3.
Also, do not let the combination of --disable-xattr and
a stray LIB_XATTR environment setting perturb the build.
* NEWS (Build-related): Mention it.
</content>
</entry>
<entry>
<title>doc: mention the wchar.h vs. glibc build problem</title>
<updated>2010-01-12T05:52:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-12T05:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=37b8bfda56adc0c633b041948ef78e53b8ce1add'/>
<id>urn:sha1:37b8bfda56adc0c633b041948ef78e53b8ce1add</id>
<content type='text'>
* NEWS (Build-related): Mention the wchar.h issue.
</content>
</entry>
<entry>
<title>nproc: return a possibly more accurate total CPU count</title>
<updated>2010-01-12T05:46:51Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2010-01-11T22:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e'/>
<id>urn:sha1:21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e</id>
<content type='text'>
* gnulib: Update, for num_processors() improvement.
* NEWS: Mention the fix.
</content>
</entry>
<entry>
<title>ls: reorder includes to work around broken &lt;sys/capability.h&gt;</title>
<updated>2010-01-12T05:31:20Z</updated>
<author>
<name>Kamil Dudka</name>
<email>kdudka@redhat.com</email>
</author>
<published>2010-01-09T20:18:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6454dd0f2f792850453379ba081ca74eed15c2d9'/>
<id>urn:sha1:6454dd0f2f792850453379ba081ca74eed15c2d9</id>
<content type='text'>
* src/ls.c: Include &lt;sys/capability.h&gt; later, to avoid build
failure with a header from libcap-2.16-1 or earlier.
See http://bugzilla.redhat.com/483548 for details.
</content>
</entry>
<entry>
<title>post-release administrivia</title>
<updated>2010-01-07T17:25:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-07T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=21f4da0fb92f271241e39fbb7401b753f95fea18'/>
<id>urn:sha1:21f4da0fb92f271241e39fbb7401b753f95fea18</id>
<content type='text'>
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
</content>
</entry>
<entry>
<title>version 8.3</title>
<updated>2010-01-07T17:13:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-07T17:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=201ba1a2034433e95b2647db4939d2b335cadcd8'/>
<id>urn:sha1:201ba1a2034433e95b2647db4939d2b335cadcd8</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>pr: ensure the page header line is of the required format</title>
<updated>2010-01-07T04:07:23Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-07T03:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=67d3e263504115144380dfaffd41c9cef3cf68a4'/>
<id>urn:sha1:67d3e263504115144380dfaffd41c9cef3cf68a4</id>
<content type='text'>
Before this change, with too long a file name, the name would
abut the date field on the left and possibly also the "Page N"
field on the right, rather than leaving a one-space separator
in each case.  Fixes a regression introduced on Mar 6 2009,
by commit a4053c5291d5797734b3e4f042f9e1adf3944fd6

* src/pr.c (print_header): Ensure that there is at least one
space before and after the file name part of the header line.
* NEWS: Mention it.
* tests/pr/W20l24f-ll: s/xPage/ x Page/.
* THANKS: Update.
Reported by Denis McKeon, in https://savannah.gnu.org/bugs/?28492.
</content>
</entry>
<entry>
<title>maint: apply correct license to auxiliary files</title>
<updated>2010-01-07T04:05:52Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-06T16:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f'/>
<id>urn:sha1:72a0a8264d1eeacfc92231e71d75d2eb7ee3e08f</id>
<content type='text'>
* gnulib: Update, for maint.mk improvements.
* HACKING: Use GFDL 1.3, not 1.2.
* NEWS: Likewise.
* README: Likewise.
* cfg.mk (old_NEWS_hash): Update accordingly.
* .gitignore: Ignore file created by 'make update-NEWS-hash'.
</content>
</entry>
<entry>
<title>cp, touch: avoid problem with new glibc</title>
<updated>2010-01-06T13:42:16Z</updated>
<author>
<name>Eric Blake</name>
<email>ebb9@byu.net</email>
</author>
<published>2010-01-06T13:40:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7a1f69aae0f8f1c0cb10b1ed684201197142dbde'/>
<id>urn:sha1:7a1f69aae0f8f1c0cb10b1ed684201197142dbde</id>
<content type='text'>
* gnulib: Update, for utimens fix.
* NEWS: Mention the fix.
Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
See also http://bugzilla.redhat.com/552320.

Signed-off-by: Eric Blake &lt;ebb9@byu.net&gt;
</content>
</entry>
</feed>
