From 430e4f1fee727772d1300f8848ef31a0890ed545 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 28 Jul 2022 12:19:18 -0700 Subject: [PATCH] Update release notes for 1.1.1 patch version --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 71e57f2..6a9c5e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.