-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparation for release v2024.1 (Engine) #1367
Preparation for release v2024.1 (Engine) #1367
Conversation
CI will fail until zonemaster/zonemaster-ldns#191 has been merged. |
51dc3e5
to
53abb57
Compare
@@ -33,7 +33,7 @@ requires 'Net::IP::XS' => 0.21; | |||
requires 'Readonly' => 0; | |||
requires 'Text::CSV' => 0; | |||
requires 'YAML::XS' => 0; | |||
requires 'Zonemaster::LDNS' => 4.000000; # For v4.0.0 | |||
requires 'Zonemaster::LDNS' => 4.000002; # For v4.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be better to not bump this requirement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the way we have done every time and has decided to do.
Changes
Outdated
[Features] | ||
|
||
- Makes it possible to run single testcase via test_zone() (#1312) | ||
- Changes supported way of extracting default profile (#1339) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what way is it breaking?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest I think it's rather silly to require users to reinstall Zonemaster-LDNS when upgrading Zonemaster-Engine just because we fixed some links in the README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you use the recommended way of installation no effort is needed.
76d7cf1
Co-authored-by: Marc van der Wal <103426270+marc-vanderwal@users.noreply.github.com>
Purpose
Preparation for release.
Changes
Updates files
Changes
,Engine.pm
andMakefile.PL
.How to test this PR
Review the changes.