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
7a5d2cb3
Commit
7a5d2cb3
authored
Sep 11, 2015
by
Lasse Karstensen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add notice about casting/converting data types.
parent
d428b353
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
vcl.rst
doc/sphinx/reference/vcl.rst
+4
-0
upgrading.rst
doc/sphinx/whats-new/upgrading.rst
+9
-5
No files found.
doc/sphinx/reference/vcl.rst
View file @
7a5d2cb3
...
...
@@ -400,6 +400,10 @@ regsuball(str, regex, sub)
.. regsub* is in vcc_expr.c
For converting or casting VCL values between data types use the functions
available in the std VMOD.
EXAMPLES
========
...
...
doc/sphinx/whats-new/upgrading.rst
View file @
7a5d2cb3
...
...
@@ -7,7 +7,12 @@ Upgrading to Varnish 4.1 (unreleased)
Changes to VCL
==============
Not documented yet.
Data type conversion functions now take a fallback
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Data type conversion functions in the std vmod now takes an additional
argument *fallback*, which is returned if the conversion does not succeed.
Version statement is kept
~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -32,11 +37,11 @@ preamble. On normal HTTP listeners the behaviour is unchanged.
Management interface
====================
The management interface enabled with ``-M``
used to support
the telnet
The management interface enabled with ``-M``
previously supported
the telnet
protocol.
Support for telnet control sequences have been retired. Replacement
s are netcat
or (preferred) ``varnishadm``
.
Support for telnet control sequences have been retired. Replacement
clients
like netcat or (preferred) ``varnishadm`` should be used instead
.
Runtime users and groups
...
...
@@ -65,4 +70,3 @@ The following parameters have been retired:
* `user` (security revamp)
Minor changes of default values on `workspace_session` and `vsl_mask`.
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