<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/README-release, branch v8.26</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.26</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.26'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2015-12-14T13:38:43Z</updated>
<entry>
<title>stat: report file system type for "overlayfs"</title>
<updated>2015-12-14T13:38:43Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-12-13T14:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1118f32145049cc4b949e89eda89a0ed612755de'/>
<id>urn:sha1:1118f32145049cc4b949e89eda89a0ed612755de</id>
<content type='text'>
* src/stat.c (human_fstype): Add "overlayfs", and tag it as "remote"
to ensure that tail continues to use the more conservative polling mode.
* README-release: Remove a stale comment about updating fremote()
in tail.c.  Also give a link to *_SUPER_MAGIC definitions
not in the standard linux/magic.h location.
* NEWS: Mention that this file system is recognized.
</content>
</entry>
<entry>
<title>maint: remove stale online manual items at release</title>
<updated>2015-06-17T13:50:27Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-06-17T11:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a262318f833c0d929da4bbd1c3002f891fa9bfa1'/>
<id>urn:sha1:a262318f833c0d929da4bbd1c3002f891fa9bfa1</id>
<content type='text'>
* gnulib: Update to get the new gnu-web-doc-update with --mirror option.
* README-release: Use the --mirror option in the instructions.
Also clarify and update various release steps.
</content>
</entry>
<entry>
<title>maint: use gnulib styling with the online manual</title>
<updated>2015-04-27T10:09:48Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-04-27T10:07:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=824bcc6434ca7914905fb0cdb54f8bf47009ffb6'/>
<id>urn:sha1:824bcc6434ca7914905fb0cdb54f8bf47009ffb6</id>
<content type='text'>
The equivalent styling added in v8.23-155-g3b98ee7,
is now applied to gnulib using projects by default.
</content>
</entry>
<entry>
<title>maint: apply basic styling to online manual</title>
<updated>2015-03-24T10:25:54Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-03-23T17:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3b98ee7e99c0e329c512d9033033da09e768830f'/>
<id>urn:sha1:3b98ee7e99c0e329c512d9033033da09e768830f</id>
<content type='text'>
* README-release: Reference http://www.gnu.org/s/coreutils/manual.css
to apply basic styling to the online coreutils manual, consistent
with the Emacs documentation.
</content>
</entry>
<entry>
<title>maint: improve make src/fs-magic-compare</title>
<updated>2013-03-24T02:29:57Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2013-03-22T11:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=bb9197c40663c232422f5e0296d63d4ab6c1dc50'/>
<id>urn:sha1:bb9197c40663c232422f5e0296d63d4ab6c1dc50</id>
<content type='text'>
* README-release: fix the `make` command, and mention how
to get the latest results without requring running a
system with the latest kernel.
* src/local.mk (src/fs-latest-magic.h): A new target to
document how/where to place the latest magic header.
(src/fs-kernel-magic): Adjust to include separately
downloaded header if available.
(src/fs-magic): Undefine MANPAGER as it may impact the
ability to pipe the output of man(1).
(fs-magic-compare): Don't echo the commands run as they're
distracting from the output which needs to be examined.
</content>
</entry>
<entry>
<title>doc: update README-release with process to check for new FS magic</title>
<updated>2011-12-22T09:15:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-12-22T09:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6e3299fcdb783b19552dbb2ceb0d012ce51a3501'/>
<id>urn:sha1:6e3299fcdb783b19552dbb2ceb0d012ce51a3501</id>
<content type='text'>
* README-release: Run the Makefile rule that checks for new file
system magic numbers.
</content>
</entry>
<entry>
<title>doc: describe test control variables</title>
<updated>2011-09-02T10:41:23Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2011-09-02T10:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=832c85e3f79387752a563a31c3e9764c488bd6f1'/>
<id>urn:sha1:832c85e3f79387752a563a31c3e9764c488bd6f1</id>
<content type='text'>
* HACKING (Add tests): Mention the variables and default values.
* README-release (Pre-release testing): Mention that setting
the SHELL variable may be required.
Suggested by Bruno Haible.
</content>
</entry>
<entry>
<title>maint: use slightly more efficient process in README-release</title>
<updated>2011-01-19T07:35:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-01-04T11:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=948828b208e4cd59ceb903afbb46f55c09d51e18'/>
<id>urn:sha1:948828b208e4cd59ceb903afbb46f55c09d51e18</id>
<content type='text'>
* README-release: Run cheaper root-only tests first.
Use half of processing units (not just 1) for the expensive tests.
</content>
</entry>
<entry>
<title>maint: add a release prerequisite: check the NixOS/Hydra autobuilder</title>
<updated>2010-10-03T18:48:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-10-03T18:48:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2006aeba9d44ecc49fefcba65d93451dc537cd01'/>
<id>urn:sha1:2006aeba9d44ecc49fefcba65d93451dc537cd01</id>
<content type='text'>
* README-release: Add a note to check the autobuilder.
</content>
</entry>
<entry>
<title>doc: factor hard-coded project-specific bits from README-release, ...</title>
<updated>2010-05-03T20:21:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-05-03T20:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9e42ecceff823a9f966b798bda5b33463d199277'/>
<id>urn:sha1:9e42ecceff823a9f966b798bda5b33463d199277</id>
<content type='text'>
using the new --mail-headers option to gnulib's announce-gen, and
the updated maint.mk rules to connect the pieces.
* README-release: Remove hard-coded To:, Cc: etc. parts, now
that they're emitted automatically into the announcement template.
* cfg.mk (announcement_Cc_): Override the default.
* gnulib: Update to latest, to get newer announce-gen and maint.mk.
</content>
</entry>
</feed>
