--- /dev/null
+libpipeline 1.2.1 released
+
+<p>I've released <a href="http://libpipeline.nongnu.org/">libpipeline 1.2.1</a>, and uploaded it to Debian unstable. This is a bug-fix release:</p>
+
+<ul>
+ <li>Retry reads and writes on <code>EINTR</code>.</li>
+ <li>Fix opening of output files requested by <code>pipeline_want_outfile</code>; these are now created if they do not already exist, and truncated if they do.</li>
+ <li><code><pipeline.h></code> is now wrapped in <code>extern "C"</code> when used in a C++ compilation unit.</li>
+</ul>