summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-09 12:19:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-09 12:19:23 -0400
commit7e9c52ef3975128798caafaafc5fb0ecd5dd2107 (patch)
tree7fceb2a6e923ddd5cfc83262ab2245afc8794369 /debian
parent7f572b6830b81fff96f36f2ca88d5255d48f4ba1 (diff)
quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 43eddfa0d..d45a9d269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
out of the annex back to the file, because other files may point to
that same content. Instead, copy the injected file content out to
recover.
+ * quvi may output utf-8 encoded data when the conifigured locale doesn't
+ support that; avoid crashing on such invalid encoding.
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400