diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cca237..27aefb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +40900.0.1 +========= + +Bug fixes: + * Terminal escapes are now sanitized from local user input and + user-provided values from the server (#390). + * The Cabal package now includes XML syntax and DTD files in the + manifest. + * Releases now ship the syntax DTD. + 40900.0.0 ========= diff --git a/matterhorn.cabal b/matterhorn.cabal index 9cf57682..e989e948 100644 --- a/matterhorn.cabal +++ b/matterhorn.cabal @@ -1,5 +1,5 @@ name: matterhorn -version: 40900.0.0 +version: 40900.0.1 synopsis: Terminal client for the Mattermost chat system description: This is a terminal client for the Mattermost chat system. Please see the README for a list of @@ -99,7 +99,7 @@ executable matterhorn NoImplicitPrelude ghc-options: -Wall -threaded -with-rtsopts=-I0 build-depends: base >=4.8 && <5 - , mattermost-api == 40900.0.0 + , mattermost-api == 40900.1.0 , base-compat >= 0.9 && < 0.10 , unordered-containers >= 0.2 && < 0.3 , containers >= 0.5.7 && < 0.6 @@ -169,8 +169,8 @@ test-suite test_messages , filepath >= 1.4 && < 1.5 , hashable >= 1.2 && < 1.3 , Hclip >= 3.0 && < 3.1 - , mattermost-api == 40900.0.0 - , mattermost-api-qc == 40900.0.0 + , mattermost-api == 40900.1.0 + , mattermost-api-qc == 40900.1.0 , microlens-platform >= 0.3 && < 0.4 , mtl >= 2.2 && < 2.3 , process >= 1.4 && < 1.7