<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce">
    <title>gmane.comp.gnu.coreutils.announce</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/72"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/71"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/69"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/68"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/67"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/66"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/65"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/64"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/63"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/62"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/60"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/59"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/58"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/57"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/56"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/72">
    <title>coreutils-8.17 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/72</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.17, a stable release.
There have been 53 commits by 9 people in the 6 weeks since 8.16.
The changes are small and all seem safe.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

  Andreas Schwab (1)
  Bernhard Voelker (2)
  Bruce Korb (1)
  Jim Meyering (38)
  Karl Berry (1)
  Kevin Lyda (1)
  Paul Eggert (4)
  Pádraig Brady (4)
  Stefano Lattarini (1)

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU coreutils home page:
    http://gnu.org/s/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.17
or run this command from a git-cloned coreutils directory:
  git shortlog v8.16..v8.17

To summarize the 126 gnulib-related changes, run these commands
From a git-cloned coreutils directory:
  git checkout v8.17
  git submodule summary v8.16

H&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2012-05-10T19:37:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/71">
    <title>coreutils-8.16 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/71</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.16, yet another stable release.

There have been 93 commits by 9 people in the 11 weeks since 8.15.
This adds a few bug fixes (notably, a du regression from 8.15), many
new options, features and improvements, all of which seem safe.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
I'll be listing committers here, from now on.
These people contributed changes to this release[*]:

  Bernhard Voelker (4)
  Eric Blake (7)
  Harald Hoyer (1)
  Jim Meyering (44)
  Jérémy Compostella (11)
  Paul Eggert (5)
  Pádraig Brady (19)
  Rodrigo Campos (1)
  Roman Rybalko (1)

Jim [on behalf of the coreutils maintainers]

[*] The committer list is produced by running this command, and
excludes the 472 commits in the gnulib submodule since 8.15.
  git shortlog v8.15..v8.16|perl -lne '/^(\w.*):/ and print $1
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For &lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2012-03-26T13:38:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70">
    <title>coreutils-8.15 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.15, yet another stable release.

There have been over 120 commits by 12 people in the 12 weeks since 8.14.
This adds a new program, realpath, and several bug fixes.
Reassuringly, the trend continues: most fixes are for bugs off in the dusty
corners of the code, and few of those bugs have been introduced recently.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
Special thanks to Pádraig Brady, Bruno Haible and Stefano Lattarini
for their quick work leading up this release.

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.15
or run this command from a git-cloned coreutils directory:
  git shortlog v8.14..v8.15

To summarize the many gnulib-related changes, run these commands from
a git-clone&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2012-01-06T18:39:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70">
    <title>coreutils-8.15 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.15, yet another stable release.

There have been over 120 commits by 12 people in the 12 weeks since 8.14.
This adds a new program, realpath, and several bug fixes.
Reassuringly, the trend continues: most fixes are for bugs off in the dusty
corners of the code, and few of those bugs have been introduced recently.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
Special thanks to Pádraig Brady, Bruno Haible and Stefano Lattarini
for their quick work leading up this release.

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.15
or run this command from a git-cloned coreutils directory:
  git shortlog v8.14..v8.15

To summarize the many gnulib-related changes, run these commands from
a git-clone&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2012-01-06T18:39:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70">
    <title>coreutils-8.15 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/70</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.15, yet another stable release.

There have been over 120 commits by 12 people in the 12 weeks since 8.14.
This adds a new program, realpath, and several bug fixes.
Reassuringly, the trend continues: most fixes are for bugs off in the dusty
corners of the code, and few of those bugs have been introduced recently.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!
Special thanks to Pádraig Brady, Bruno Haible and Stefano Lattarini
for their quick work leading up this release.

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.15
or run this command from a git-cloned coreutils directory:
  git shortlog v8.14..v8.15

To summarize the many gnulib-related changes, run these commands from
a git-clone&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2012-01-06T18:39:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/69">
    <title>coreutils-8.14 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/69</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce coreutils-8.14, a stable release.

With three bug fixes in less than a month, one for a regression
introduced in coreutils-8.13, it was time for a new release.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.14
or run this command from a git-cloned coreutils directory:
  git shortlog v8.13..v8.14

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.14
  git submodule summary v8.13


Here are the compressed sources and a GPG detached signature[*]:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.14.tar.xz   (4.8MB)
  http://ftp.gnu.org/gnu/&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-10-12T12:50:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/68">
    <title>coreutils-8.13 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/68</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce coreutils-8.13, a stable release.

There have been almost 200 commits by 18 people in coreutils proper and
just over 1000 commits in gnulib since coreutils-8.12.  That 200 is far
more than the per-release average (90-100) over recent years, but don't
worry: most of them have been to improve portability, robustness and
testing and to add new features, with relatively few to fix actual bugs.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!

Jim [on behalf of the coreutils maintainers]
==================================================================

Here is the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.13
or run this command from a git-cloned coreutils directory:
  git shortlog v8.12..v8.13

To summarize the many gnulib-related changes, run these commands from
a git-clone&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-09-08T19:53:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/67">
    <title>coreutils-8.12 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/67</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce coreutils-8.12, a stable release.

We released coreutils-8.11 less than two weeks ago.
Why a new release so soon?  Because under unusual conditions,
coreutils-8.11's copying code could cause trouble.  Data loss trouble.
The trouble could arise only when these conditions are all met:
  - when using linux-2.6.39-related kernels (including at least -rc3) and
  - using an xfs file system and
  - copying (via cp, install, mv) a file with a so-called "unwritten
      extent" shortly after it has been created, yet before some
      data in that unwritten extent has made it to disk.
      This would happen if you're using the "gold" linker, which
      preallocates using fallocate and then writes its output
      (the binaries) into those unwritten extents, and you then
      immediately copy those binaries into place via "make install".
Under those conditions, just building coreutils and running "make
install" quickly enough after compile and link&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-04-26T18:41:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/66">
    <title>coreutils-8.11 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/66</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

This is to announce coreutils-8.11, a stable release.

This time we have an interesting variety of bug fixes,
two new features for "dd", and a few "changes in behavior".
See NEWS below for a brief summary.

Jim [on behalf of the coreutils maintainers]

- -------------------------------------------
P.S. here's the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.11
or run this command from a git-cloned coreutils directory:
  git shortlog v8.10..v8.11

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.11
  git submodule summary v8.10

Here are the compressed sources:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.11.tar.gz   (11MB)
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.11.tar.xz   (4.7MB)

Here are the GPG detached signatures[*]:
  http://ftp.gnu.org/gn&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-04-13T20:38:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/65">
    <title>coreutils-8.10 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/65</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.10, a stable release.

There have been some minor bug fixes, along with two new features.  The
join feature is enabled via a new option, "-o auto".  The cp feature makes
copying sparse files much more efficient on several common file systems.
It takes advantage of a feature that was introduced in linux-2.6.27.
The improvement affects the default code path, so if you're looking
for risk potential, this is it.  It uses the feature if available,
and otherwise resorts to using the old, less-efficient copying code.

See NEWS below for a brief summary.

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.10
or run this command from a git-cloned coreutils directory:
  git shortlog v8.9..v8.10

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.10
  git submodule summary v8.9

Jim [on behalf of the coreutils maintainers]


Here's the GNU Coreutils home pag&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-02-04T19:20:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/64">
    <title>coreutils-8.9 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/64</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.9, a stable, bug-fix release.
The sole bug was in split, introduced in 8.8.

See NEWS below for a summary.

Here's the GNU Coreutils home page:
    http://www.gnu.org/software/coreutils/

Jim [on behalf of the coreutils maintainers]

Here are the compressed sources:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.xz    (4.6 MB)
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz     (11 MB)

Here are the GPG detached signatures[*]:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.xz.sig
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.9.tar.gz.sig

If you prefer a mirror, you can use links like these:
  http://ftpmirror.gnu.org/coreutils/coreutils-8.9.tar.xz
  http://ftpmirror.gnu.org/coreutils/coreutils-8.9.tar.gz

[*] You can use either of the above signature files to verify that
the corresponding file (without the .sig suffix) is intact.  First,
be sure to download both the .sig file and the corresponding tarball.
Then, run a command like this:

  gpg --verify co&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2011-01-04T17:34:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/63">
    <title>coreutils-8.8 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/63</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.8, a stable, bug-fix release.
There are numerous fixes for our newly-parallelized sort.

The only significant non-bug-fix change was to add a useful set of
features to split that lets you split input into N roughly-equal pieces,
with options to split on line boundaries or not, and, when honoring line
boundaries, to distribute lines in a round-robin fashion or not.
See "info split" for details and examples, or the on-line manual:
http://www.gnu.org/software/coreutils/manual/html_node/split-invocation.html

See NEWS below for a summary.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to Paul Eggert, Chen Guo and Pádraig Brady for the many hours
they spent contributing to this release and to everyone else who has
been contributing, helping to manage the mailing list and reporting bugs.

Jim [on behalf of the coreutils maintainers]


For a summary of changes and contributors, see:
  http://git.sv.gnu.org&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-12-22T19:46:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/62">
    <title>coreutils-8.7 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/62</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.7, a stable, bug-fix-only release.

It's been a month since coreutils-8.6 with 37 change-sets in coreutils
proper and 59 in gnulib.  This was supposed to have been a snap release
solely to revert the stat %[XYZ] time stamp handling change introduced
in 8.6, but that ended up requiring many more rounds than expected,
and in the mean time a few other bugs and portability problems were
exposed and fixed.  We encourage anyone who is using coreutils-8.6 to
upgrade as soon as possible, in order to minimize the chance that new
application code relies on the stat format string semantics of 8.6.
See NEWS below for a summary.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to all who have been contributing, helping to manage
the mailing list and reporting bugs.

Jim [on behalf of the coreutils maintainers]


For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortl&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-11-13T17:56:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61">
    <title>coreutils-8.6 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.6, a "stable" release.

It's been over five months, with 200 change-sets in coreutils
and 550 in gnulib.  There have been a handful of new features
(all relatively safe, imho), several bug fixes, and numerous
minor "changes in behavior".  See NEWS below for a summary.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to all who have been contributing, helping to manage
the mailing list and reporting bugs.

Jim [on behalf of the coreutils maintainers]


For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.6
or run this command from a git-cloned coreutils directory:
  git shortlog v8.5..v8.6

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.6
  git submodule summary v8.5

Here are the compressed sources:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.6.tar.gz   (11MB)
  http:&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-10-15T16:53:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61">
    <title>coreutils-8.6 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/61</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.6, a "stable" release.

It's been over five months, with 200 change-sets in coreutils
and 550 in gnulib.  There have been a handful of new features
(all relatively safe, imho), several bug fixes, and numerous
minor "changes in behavior".  See NEWS below for a summary.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to all who have been contributing, helping to manage
the mailing list and reporting bugs.

Jim [on behalf of the coreutils maintainers]


For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.6
or run this command from a git-cloned coreutils directory:
  git shortlog v8.5..v8.6

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.6
  git submodule summary v8.5

Here are the compressed sources:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.6.tar.gz   (11MB)
  http:&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-10-15T16:53:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/60">
    <title>coreutils-8.5 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/60</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.5, a bug-fix-only "stable" release.

This is a good time for a release.
It's been over three months, during which we've seen a few bug fixes.
In addition, a few features are nearly ready, and it is good to
get a stable release out before adding those to the mix.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to everyone else who has been contributing, helping to manage
the mailing list and reporting bugs.

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.5
or run this command from a git-cloned coreutils directory:
  git shortlog v8.4..v8.5

To summarize the many gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.5
  git submodule summary v8.4

Here are the compressed sources:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.gz   (11  MB)
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.5.&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-04-23T17:07:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/59">
    <title>Re: coreutils-8.4 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/59</link>
    <description>&lt;pre&gt;Congratulations on the new release.



&lt;/pre&gt;</description>
    <dc:creator>Richard Stallman</dc:creator>
    <dc:date>2010-01-14T14:46:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/58">
    <title>coreutils-8.4 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/58</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.4, a bug-fix-only "stable" release.
The main purpose of this release is to fix a build failure on some
systems using glibc-2.7..2.9.

Here's the GNU Coreutils home page, in case you're wondering what it is:
    http://www.gnu.org/software/coreutils/

Thanks to everyone else who has been contributing, helping to manage
the mailing list and reporting bugs.

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.4
or run this command from a git-cloned coreutils directory:
  git shortlog v8.3..v8.4

To summarize the gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.4
  git submodule summary v8.3

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.4.tar.gz   (11 MB)
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.4.tar.xz   (4.3 MB)

Here are the GPG detached signatures[*]:
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.4.tar.gz.sig
  ftp://ftp.gnu.org&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-01-13T21:44:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/57">
    <title>coreutils-8.3 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/57</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.3, a bug-fix-only "stable" release.

This release fixes an eclectic mix of bugs, mostly subtle and tricky to
reproduce, from tail races to work-arounds for file-system-specific kernel
bugs and for misbehavior that is seen only if you have a bleeding edge
glibc fix that was prompted by a related fix in gnulib.

Special thanks to Eric Blake, Pádraig Brady, and Giuseppe Scrivano,
who fixed most of the bugs.

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.3
or run this command from a git-cloned coreutils directory:
  git shortlog v8.2..v8.3

To summarize the gnulib-related changes, run these commands from
a git-cloned coreutils directory:
  git checkout v8.3
  git submodule summary v8.2

FIXME: put comments here

Here are the compressed sources:
  http://ftpmirror.gnu.org/coreutils/coreutils-8.3.tar.gz   (11MB)
  http://ftpmirror.gnu.org/coreutils/coreutils-8.3.tar.xz   (4.3MB)

Here are the GPG detached signatures[&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2010-01-07T21:33:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/56">
    <title>coreutils-8.2 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/56</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.2.
This is a bug-fix-only "stable" release.

Not only does this release fix a few bugs in the tools, but it fixes two
exploitable bugs in the build rules.  One (the "make dist" vulnerability)
was fixed by regenerating all Makefile.in files using a fixed version
of automake[1].  That bug affects all package using automake-generated
Makefile.in files.  The other vulnerability (the "make distcheck" bug
mentioned below) is specific to this package.  You would be vulnerable
only if you were to run "make distcheck" on a system with a local attacker.

As usual, this release includes a ton of gnulib improvements
(104 change-sets worth).  Thanks to everyone who has been helping.


[1] http://bugzilla.redhat.com/542609
http://lists.gnu.org/archive/html/automake/2009-12/msg00010.html

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.2
or run this command from a git-cloned coreutils directory:
  git shortlog v8.1..v8.2

To sum&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2009-12-11T17:11:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/55">
    <title>coreutils-8.1 released [stable]</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.coreutils.announce/55</link>
    <description>&lt;pre&gt;This is to announce coreutils-8.1.
We consider it to be "stable" in spite of a few new features,
a new program and minor changes in behavior.

    &amp;lt;http://www.gnu.org/software/coreutils/&amp;gt;

Eric Blake deserves special thanks for making an impressive number of
improvements to the portability and robustness of the tools, both via
new and even better interfaces in Gnulib and changes in Coreutils proper.
Thanks to everyone else who has been contributing, helping to manage
the mailing list and reporting bugs.

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.1
or run this command from a git-cloned coreutils directory:
  git shortlog v8.0..v8.1

To summarize the gnulib-related changes, run these commands
From a git-cloned coreutils directory:
  git checkout v8.1
  git submodule summary v8.0

Here are the compressed sources:
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.1.tar.gz   (10 MB)
  ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.1.tar.xz   (4.2 MB)
&lt;/pre&gt;</description>
    <dc:creator>Jim Meyering</dc:creator>
    <dc:date>2009-11-18T20:14:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.coreutils.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.coreutils.announce</link>
  </textinput>
</rdf:RDF>

