Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 19, 2014
1 parent 580373a commit 772e5a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/CHANGES.rst
Expand Up @@ -5,14 +5,14 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/

2.13.22 (unreleased)
2.13.22 (2014-02-19)
--------------------

- Merge hotfixes from https://pypi.python.org/pypi/Products.PloneHotfix20131210

- LP #143352: Logging of client IP rather than the IP of the Proxy.
Please be aware that this only logs the real client ips to Z2.log,
if you set you proxy as a trusted-proxy in zope.conf
if you set you proxy as a trusted-proxy in zope.conf.

- Updated distributions:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@


setup(name='Zope2',
version='2.13.22dev',
version='2.13.22',
url='http://zope2.zope.org',
license='ZPL 2.1',
description='Zope2 application server / web framework',
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Expand Up @@ -4,7 +4,7 @@ versions = versions

[versions]
# Zope2-specific
Zope2 =
Zope2 = 2.13.22
AccessControl = 2.13.13
Acquisition = 2.13.8
DateTime = 2.12.7
Expand Down

0 comments on commit 772e5a3

Please sign in to comment.