Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
591f9fd8
Commit
591f9fd8
authored
Oct 06, 2011
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changes for 3.0.2 rc 1
parent
86d77a66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
changes.rst
doc/changes.rst
+60
-0
No files found.
doc/changes.rst
View file @
591f9fd8
================================
Changes from 3.0.1 to 3.0.2 rc 1
================================
Varnishd
--------
- Only log the first 20 bytes of extra headers to prevent overflows.
- Fix crasher bug which sometimes happened if responses are queued and
the backend sends us Vary. `Bug #994`_.
- Log correct size of compressed when uncompressing them for clients
that do not support compression. `Bug #996`_.
- Only send Range responses if we are going to send a body. `Bug #1007`_.
- When varnishd creates a storage file, also unlink it to avoid
leaking disk space over time. `Bug #1008`_.
- The default size of the `-s file` parameter has been changed to
100MB instead of 50% of the available disk space.
- The limit on the number of objects we remove from the cache to make
room for a new one was mistakenly lowered to 10 in 3.0.1. This has
been raised back to 50. `Bug #1012`_.
- `http_req_size` and `http_resp_size` have been increased to 8192
bytes. This better matches what other HTTPds have. `Bug #1016`_.
.. _bug #994: http://varnish-cache.org/trac/ticket/994
.. _bug #992: http://varnish-cache.org/trac/ticket/992
.. _bug #1007: http://varnish-cache.org/trac/ticket/1007
.. _bug #1008: http://varnish-cache.org/trac/ticket/1008
.. _bug #1012: http://varnish-cache.org/trac/ticket/1012
.. _bug #1012: http://varnish-cache.org/trac/ticket/1016
VCL
---
- Allow relational comparisons of floating point types.
- Make it possible for vmods to fail loading and so cause the VCL
loading to fail.
varnishncsa
-----------
- Fixed crash when client was sending illegal HTTP headers.
- `%{Varnish:handling}` in format strings was broken, this has been
fixed.
Other
-----
- Documentation updates
- Some Solaris portability updates.
================================
Changes from 3.0.1 rc 1 to 3.0.1
================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment