chiark / gitweb /
libpipeline 1.2.1 released
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Fri, 2 Mar 2012 21:49:10 +0000 (21:49 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Fri, 2 Mar 2012 21:49:10 +0000 (21:49 +0000)
2012-03-02-libpipeline-1.2.1-released.txt [new file with mode: 0644]

diff --git a/2012-03-02-libpipeline-1.2.1-released.txt b/2012-03-02-libpipeline-1.2.1-released.txt
new file mode 100644 (file)
index 0000000..5fa370e
--- /dev/null
@@ -0,0 +1,9 @@
+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>&lt;pipeline.h&gt;</code> is now wrapped in <code>extern "C"</code> when used in a C++ compilation unit.</li>
+</ul>