Skip to content

Commit

Permalink
Merge pull request #62 from Cisco-Talos/1.1.2-release-version-and-notes
Browse files Browse the repository at this point in the history
Bump version to 1.1.2
  • Loading branch information
micahsnyder authored Oct 15, 2024
2 parents 7c68864 + 5a4103d commit e3409c8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
33 changes: 28 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,43 @@
> - Fixed: πŸ›
> - Security: πŸ›‘
## Version 1.1.2

βž• Added a Docker Compose file to make it easier to host a private mirror.
The Docker Compose environment runs two containers:
1. CVD-Update.
2. An Apache webserver to host the private mirror.

Improvement courtesy of Mark Petersen.
- GitHub Pull-Request: https://github.com/Cisco-Talos/cvdupdate/pull/61

πŸ› Fixed the CVD-Update Python package so it installs the `setuptools`
dependency. This fixes a runtime error on some systems.
Fix courtesy of Craig Andrews.
- GitHub Pull-Request: https://github.com/Cisco-Talos/cvdupdate/pull/59

πŸ› Added missing documentation for `cvd add` command to the Readme.
Fix courtesy of Kim Oliver Drechsel.
- GitHub Pull-Request: https://github.com/Cisco-Talos/cvdupdate/pull/58

βž• Added retries in case the DNS TXT query fails.
Fix courtesy of backbord.
- GitHub Pull-Request: https://github.com/Cisco-Talos/cvdupdate/pull/50

## 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.
`.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.
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.
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`.
install using `pip`.

## Version 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="cvdupdate",
version="1.1.1",
version="1.1.2",
author="The ClamAV Team",
author_email="clamav-bugs@external.cisco.com",
copyright="Copyright (C) 2022 Cisco Systems, Inc. and/or its affiliates. All rights reserved.",
Expand Down

0 comments on commit e3409c8

Please sign in to comment.