summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-03-19 16:54:20 -0700
committerChris McDonough <chrism@plope.com>2013-03-19 16:54:20 -0700
commit2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c (patch)
treef13caa93c1c3b9bad3b0068a37c343735e324718 /CHANGES.txt
parent05a7625562532f96d4f94d6568b7b753740607a0 (diff)
parent411acbba3402aba9d09856a0c4cb88f572ba77da (diff)
downloadpyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.tar.gz
pyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.tar.bz2
pyramid-2f7aa7c6a7740f58744d51bdeaaf25a3e037d32c.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2e96421ee..86257cc22 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,16 @@ Features
a dynamic property. It is recommended to define a dynamic ACL as a callable
to avoid this ambiguity. See https://github.com/Pylons/pyramid/issues/735.
+- Allow a protocol-relative URL (e.g. ``//example.com/images``) to be passed to
+ ``pyramid.config.Configurator.add_static_view``. This allows
+ externally-hosted static URLs to be generated based on the current protocol.
+
+- The ``AuthTktAuthenticationPolicy`` now supports IPv6 addresses when using
+ the ``include_ip=True`` option. This is possibly incompatible with
+ alternative ``auth_tkt`` implementations, as the specification does not
+ define how to properly handle IPv6. See
+ https://github.com/Pylons/pyramid/issues/831.
+
Bug Fixes
---------