Skip to content

Commit

Permalink
set version to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelinux committed Nov 26, 2015
1 parent 02fc413 commit 2849cfb
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ info:
@echo "make ppa-dev - upload to launchpad development repo"

#VERSION=1.3~dev5
SHORT_VERSION=2.8~dev7
SHORT_VERSION=2.8
VERSION_JESSIE=${SHORT_VERSION}
VERSION=${SHORT_VERSION}
SERIES="trusty precise vivid"
Expand Down
27 changes: 27 additions & 0 deletions deploy/debian-jessie/changelog
@@ -1,3 +1,30 @@
privacyidea-venv (2.8-1) jessie; urgency=low

Features
* Improve U2F support with trusted facets
* Add Challenge Response and U2F support to SAML
* Add Web UI theming
* Add possibility to use REMOTE_USER for authentication at Web UI
* Fuzzy Authentication: restrict time since last authentication

Enhancements
* Allow mangle policy when fetching ssh keys
* Add realm support to ownCloud plugin
* Support Drupal passwords in SQL resolver
* Add validity period to token enrollment
* Set default enrollment token type in Web UI
* Add scope to LDAP resolver

Fixes
* Fix failcounter reset for challenge response tokens
* Fix confusing DB errors (column exist) during installation
* Fix email token TLS checkbox saving
* Fix TOTP testing in Web UI
* Fix SMS config loading in Web UI

-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 26 Nov 2015 23:30:00 +0200


python-privacyidea (2.7-1) jessie; urgency=low

Features
Expand Down
4 changes: 2 additions & 2 deletions deploy/debian-ubuntu/changelog
@@ -1,4 +1,4 @@
python-privacyidea (2.8~dev7-1trusty) trusty; urgency=low
python-privacyidea (2.8-1trusty) trusty; urgency=low

Features
* Improve U2F support with trusted facets
Expand All @@ -25,7 +25,7 @@ python-privacyidea (2.8~dev7-1trusty) trusty; urgency=low
* Add Challenge Response support to SAML
* Add U2F support to SAML

-- Cornelius Kölbel <cornelius@privacyidea.org> Sun, 22 Nov 2015 13:00:00 +0200
-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 26 Nov 2015 23:30:00 +0200

python-privacyidea (2.7-1trusty) trusty; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions deploy/debian-virtualenv/changelog
@@ -1,4 +1,4 @@
privacyidea-venv (2.8~dev7-1) wheezy; urgency=low
privacyidea-venv (2.8-1) wheezy; urgency=low

Features
* Improve U2F support with trusted facets
Expand All @@ -22,7 +22,7 @@ privacyidea-venv (2.8~dev7-1) wheezy; urgency=low
* Fix TOTP testing in Web UI
* Fix SMS config loading in Web UI

-- Cornelius Kölbel <cornelius@privacyidea.org> Mon, 23 Nov 2015 10:00:00 +0200
-- Cornelius Kölbel <cornelius@privacyidea.org> Thu, 26 Nov 2015 23:30:00 +0200

privacyidea-venv (2.7-1) wheezy; urgency=low

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

#VERSION="2.1dev4"
VERSION="2.8dev7"
VERSION="2.8"

# Taken from kennethreitz/requests/setup.py
package_directory = os.path.realpath(os.path.dirname(__file__))
Expand Down
6 changes: 6 additions & 0 deletions tests/testdata/ca/index.txt
Expand Up @@ -175,3 +175,9 @@ V 160911094206Z 100000B2 unknown /CN=Steve Test/emailAddress=steve@openssl.org
V 160911094256Z 100000B3 unknown /C=DE/ST=Hessen/O=privacyidea/CN=requester.localdomain
V 160911094353Z 100000B4 unknown /CN=selfservice,CN=user,O=realm1/emailAddress=meine
V 160918132422Z 100000B5 unknown /CN=admin,CN=admin,O=/emailAddress=meine
V 161125221101Z 100000B6 unknown /C=DE/ST=Hessen/O=privacyidea/CN=requester.localdomain
V 161125221227Z 100000B7 unknown /C=DE/ST=Hessen/O=privacyidea/CN=requester.localdomain
V 161125221227Z 100000B8 unknown /C=DE/ST=Hessen/O=privacyidea/CN=usercert
V 161125221227Z 100000B9 unknown /CN=Steve Test/emailAddress=steve@openssl.org
V 161125221435Z 100000BA unknown /C=DE/ST=Hessen/O=privacyidea/CN=requester.localdomain
V 161125222151Z 100000BB unknown /CN=selfservice,CN=user,O=realm1/emailAddress=meine
2 changes: 1 addition & 1 deletion tests/testdata/ca/serial
@@ -1 +1 @@
100000B6
100000BC
Binary file modified tests/testdata/testuser-api.sqlite
Binary file not shown.
Binary file modified tests/testdata/testuser.sqlite
Binary file not shown.

0 comments on commit 2849cfb

Please sign in to comment.