[Python-modules-commits] [django-session-security] 13/16: Release 2.4.0
Jean-Michel Vourgère
nirgal at moszumanska.debian.org
Tue Sep 13 17:04:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
nirgal pushed a commit to branch debian/sid
in repository django-session-security.
commit 0869596818b134dc491f7d4925116c755ca1ce1b
Author: jpic <jamespic at gmail.com>
Date: Wed Aug 17 15:37:57 2016 +0200
Release 2.4.0
---
CHANGELOG | 13 +++++++++++++
docs/source/conf.py | 4 ++--
setup.py | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 60f2968..3cd95df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+2.4.0
+
+ - #75 Fix vulnerability when SESSION_EXPIRE_AT_BROWSER_CLOSE is off
+ - #77 Crash if SESSION_EXPIRE_AT_BROWSER_CLOSE is off
+ - #78 Update test matrix to have Django 1.10 + master instead of just
+ master
+ - #74 Created security mailing list
+
+ Thanks @ClaytonDelay for contacting about the issue.
+ Note that if you don't have SESSION_EXPIRE_AT_BROWSER_CLOSE=True in your
+ settings, then the project won't start unless you set
+ SESSION_SECURITY_INSECURE=True, which you shouldn't.
+
2.3.3 #69: Encode response to JSON by Tatsh
2.3.2
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 94bdf32..104e588 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -68,9 +68,9 @@ copyright = u'2012-2015, James Pic and contributors'
# built documents.
#
# The short X.Y version.
-version = '2.3'
+version = '2.4'
# The full version, including alpha/beta/rc tags.
-release = '2.3.2'
+release = '2.4.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index 6eaee69..8815df3 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ if 'sdist' in sys.argv:
setup(
name='django-session-security',
- version='2.3.3',
+ version='2.4.0',
description='Let the user secure his session for usage in public computers',
author='James Pic',
author_email='jamespic at gmail.com',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-session-security.git
More information about the Python-modules-commits
mailing list