Skip to content

Commit

Permalink
Update release notes for 1.1.1 patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jul 28, 2022
1 parent 659aa1e commit 430e4f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
> - Fixed: πŸ›
> - Security: πŸ›‘
## Version 1.1.1

πŸ› Fixed an issue where the `.cdiff` files were only downloaded when updating a
`.cvd` and not when downloading the `.cvd` for the first time.

πŸ› Fixed an issue where `cvd update` crashes if the DNS query fails, rather
than printing a helpful error message and exiting.

πŸ› Fixed support for CVD Update on Windows πŸͺŸ. In prior versions, the DNS query
was failing if a DNS server was not specified manually. Now it will try to use
OpenDNS servers if no DNS server is specified.

βž• Added Python dependencies to the Readme to help users that are unable to
install using `pip`.

## Version 1.1.0

βž• CVD-Update can now get the DNS nameserver IP from an environment variable.
Expand Down

0 comments on commit 430e4f1

Please sign in to comment.