-
Notifications
You must be signed in to change notification settings - Fork 381
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
Prepare for 7.6.0 #4178
Prepare for 7.6.0 #4178
Conversation
54fcaa2
to
a916d97
Compare
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.
I will read the release notes and start checking boxes while you are busy with the following :]
The port of a *listen_endpoint* given with the ``-a`` argument to ``varnishd`` | ||
can now also be a numerical port range like ``80-89``, besides the existing | ||
options of port number (e.g. ``80``) and service name (e.g. ``http``). With a | ||
port range, Varnish will accept connections on all ports within the range. |
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.
Is the range inclusive? I think it should tell here even if it is not the reference manual.
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.
for (i = lo; i <= hi && !error; i++) {
Its inclusive and thats the only thing that makes sense?
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.
Not sure it's the only one, I had to pause and wonder.
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.
I'm not seeing a problem :)
Reviewers must check the following items:
include/vrt.h
is populatedVRT_MAJOR_VERSION
was updated if applicableVRT_MINOR_VERSION
was updated if applicabledevicedetect.vcl
was updated (major release only)./autogen.des && make distcheck
succeedsconfigure.ac
is correctconfigure.ac
covers the current yearlib/libvarnish/version.c
covers the current year