<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/NEWS, branch v6.6</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.6</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-11-22T11:40:57Z</updated>
<entry>
<title>Version 6.6.</title>
<updated>2006-11-22T11:40:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-22T11:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=46710dd82aebd8d2f51b190facdf8ab31fc3a854'/>
<id>urn:sha1:46710dd82aebd8d2f51b190facdf8ab31fc3a854</id>
<content type='text'>
* NEWS: Record release date.  Remove "-pre" suffix.
* configure.ac (AC_INIT): Remove "-pre" suffix from version string.
</content>
</entry>
<entry>
<title>* NEWS: Mention the three noteworthy changes, all fixed via gnulib.</title>
<updated>2006-11-22T09:14:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-22T09:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b076de8551fb4923b17633be9825cc7be3639d64'/>
<id>urn:sha1:b076de8551fb4923b17633be9825cc7be3639d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Post-release version change.</title>
<updated>2006-11-19T18:44:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-19T18:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=318fb0502d4e00cafda5b81c04864ef55f2abc32'/>
<id>urn:sha1:318fb0502d4e00cafda5b81c04864ef55f2abc32</id>
<content type='text'>
* NEWS: Add a line for 6.6-pre.
* configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix.
</content>
</entry>
<entry>
<title>Version 6.5.</title>
<updated>2006-11-19T09:58:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-19T09:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=497a5cf4659d8d2fb4eaa3e7b1b6b6a91dd32f67'/>
<id>urn:sha1:497a5cf4659d8d2fb4eaa3e7b1b6b6a91dd32f67</id>
<content type='text'>
* NEWS: Record release date.  Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
</content>
</entry>
<entry>
<title>"ln --backup f f" now produces a sensible diagnostic</title>
<updated>2006-11-18T19:19:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-18T19:19:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1efc5bda6cacd968016191769ea7c2fbe75a6de9'/>
<id>urn:sha1:1efc5bda6cacd968016191769ea7c2fbe75a6de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* NEWS: Mention this bug fix.</title>
<updated>2006-11-12T18:13:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-11-12T18:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=597bfeb851f0ef1e165f9815b750389268bb11cf'/>
<id>urn:sha1:597bfeb851f0ef1e165f9815b750389268bb11cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new feature: rm accepts new option: --one-file-system</title>
<updated>2006-10-24T22:01:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-24T22:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5e42576c017905627e209acc20bf6e6abd1db6ef'/>
<id>urn:sha1:5e42576c017905627e209acc20bf6e6abd1db6ef</id>
<content type='text'>
Suggested by Steve McIntyre in &lt;http://bugs.debian.org/392925&gt;.
* src/remove.h (struct rm_options) [one_file_system]: New member.
* src/rm.c (rm_option_init): Initialize it.
(usage): Document the option.
* src/mv.c (rm_option_init): Likewise.
* src/remove.c (remove_dir): With --one-file-system and --recursive,
for each directory command line argument, do not affect a file system
different from that of the starting directory.  And give a diagnostic.
* src/rm.c (ONE_FILE_SYSTEM): New enum.
(main): Handle new option.
* tests/rm/one-file-system: Test the above.
* tests/rm/Makefile.am (TESTS): Add one-file-system.
* tests/Makefile.am (check-root): Add the rm/one-file-system
test to the list.
(EXTRA_DIST): Add other-fs-tmpdir.

* tests/mv/setup: Removed.  Renamed to...
* tests/other-fs-tmpdir: ...this new file.
* tests/mv/Makefile.am (EXTRA_DIST): Remove setup.
* tests/mv/acl: Reflect renaming: use ../other-fs-tmpdir.
* tests/mv/backup-is-src: Likewise.
* tests/mv/hard-link-1: Likewise.
* tests/mv/leak-fd: Likewise.
* tests/mv/mv-special-1: Likewise.
* tests/mv/part-fail: Likewise.
* tests/mv/part-hardlink: Likewise.
* tests/mv/part-rename: Likewise.
* tests/mv/part-symlink: Likewise.
* tests/mv/partition-perm: Likewise.
* tests/mv/to-symlink: Likewise.
* tests/mv/into-self-2: Likewise.

[doc/ChangeLog]
* coreutils.texi (rm invocation): Describe --one-file-system.
</content>
</entry>
<entry>
<title>* NEWS: Add a line for 6.5-cvs.</title>
<updated>2006-10-23T05:59:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-23T05:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0fdbf2e8c789765c3d04c5acb4de7fb557beda5a'/>
<id>urn:sha1:0fdbf2e8c789765c3d04c5acb4de7fb557beda5a</id>
<content type='text'>
* configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix.
</content>
</entry>
<entry>
<title>Remove -cvs suffix here, too.</title>
<updated>2006-10-22T21:41:05Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-22T21:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7054512f14c99499b29a0c7aca98af7924b23d6c'/>
<id>urn:sha1:7054512f14c99499b29a0c7aca98af7924b23d6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version 6.4.</title>
<updated>2006-10-22T20:21:26Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-22T20:21:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0c0121ed20d99bd90d48024a69b0f781e56896eb'/>
<id>urn:sha1:0c0121ed20d99bd90d48024a69b0f781e56896eb</id>
<content type='text'>
* NEWS: Record the 6.4 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
</content>
</entry>
</feed>
