diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-07 15:29:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-07 15:29:20 -0400 |
commit | 38af1ef22c6da0ade33208021f51141eff986e94 (patch) | |
tree | be9c24accddbaabf5ce3092f2c305892e2644a31 | |
parent | b1c19cedab246eb1606be58624b56218a1c4813c (diff) |
webapp: Avoid encoding problems when displaying the daemon log file.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/bugs/internal_server_error:_hGetContents:_invalid_argument___40__invalid_byte_sequence__41__.mdwn | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 73b3c3b6b..bfa20a8cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ git-annex (5.20131102) UNRELEASED; urgency=low exit nonzero at the end. * watcher: Avoid loop when adding a file owned by someone else fails in indirect mode because its permissions cannot be modified. + * webapp: Avoid encoding problems when displaying the daemon log file. -- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400 diff --git a/doc/bugs/internal_server_error:_hGetContents:_invalid_argument___40__invalid_byte_sequence__41__.mdwn b/doc/bugs/internal_server_error:_hGetContents:_invalid_argument___40__invalid_byte_sequence__41__.mdwn index 1e77f3102..8c9703ed2 100644 --- a/doc/bugs/internal_server_error:_hGetContents:_invalid_argument___40__invalid_byte_sequence__41__.mdwn +++ b/doc/bugs/internal_server_error:_hGetContents:_invalid_argument___40__invalid_byte_sequence__41__.mdwn @@ -25,3 +25,5 @@ Internal Server Error git-annex version 4.20131105-g8efdc1a # End of transcript or log. """]] + +> [[fixed|done]] --[[Joey]] |