summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/todo/bytes_in_privData__63__.mdwn2
-rw-r--r--doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment8
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3df99ed9..be668ea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,7 +33,7 @@ propellor (3.1.0) UNRELEASED; urgency=medium
* File: Write privdata files in binary rather than text, which avoids
failure when they do not contain valid unicode.
Thanks, Andrew Schurman
- * Generalized fileProperty can now operate on files as either a series
+ * Generalized fileProperty can now operate on a file as either a series
of lines, or a ByteString.
-- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400
diff --git a/doc/todo/bytes_in_privData__63__.mdwn b/doc/todo/bytes_in_privData__63__.mdwn
index 27297fd5..66e3b1c2 100644
--- a/doc/todo/bytes_in_privData__63__.mdwn
+++ b/doc/todo/bytes_in_privData__63__.mdwn
@@ -15,3 +15,5 @@ It seems like I can't set the content of a PrivFile to arbitrary bytes.
Enter private data on stdin; ctrl-D when done:
propellor: <stdin>: hGetContents: invalid argument (invalid byte sequence)
+
+> [[done]]! --[[Joey]]
diff --git a/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment b/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment
new file mode 100644
index 00000000..1d645d09
--- /dev/null
+++ b/doc/todo/bytes_in_privData__63__/comment_12_a4edd5e06854a4b37eeb6b3db5c01947._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 12"""
+ date="2016-06-19T17:53:17Z"
+ content="""
+I found a reasonable way to refactor it without the duplication, so have
+landed the patch.
+"""]]