FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 598917a7 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Updated version to 1.3

parent 8ca33464
No related branches found
No related tags found
No related merge requests found
django-ucamwebauth changelog
=============================
1.2 - 10/0802014
1.3 - 10/03/2015
------------------
- Fix for a bug reported by Andy Batey when the next network parameter doesn't appear in the URL.
- Checked compatibility with Django 1.8
- Removed requirement for UCAMWEBAUTH_RETURN_URL (thanks to Ben Harris)
1.2 - 10/08/2014
------------------
- UCAMWEBAUTH_CREATE_USE is now by default True. Empty database with default to False cause automatic redirect to
......
Copyright (c) 2014, Information Systems, University Information Service, University of Cambridge
Copyright (c) 2015, Information Systems, University Information Service, University of Cambridge
and individual contributors.
Permission is hereby granted, free of charge, to any person obtaining a copy of
......
django-ucamwebauth (1.3) unstable; urgency=low
* Fix for a bug reported by Andy Batey when the next network parameter doesn't appear in the URL.
* Checked compatibility with Django 1.8
* Removed requirement for UCAMWEBAUTH_RETURN_URL (thanks to Ben Harris)
-- Abraham Martin <amc203@cam.ac.uk> Fri, 13 Mar 2015 12:00:13 +0100
django-ucamwebauth (1.2) unstable; urgency=low
* New upstream release
......
......@@ -4,9 +4,9 @@ Upstream-Contact: UIS Raven Support <raven-support@ucs.cam.ac.uk>
Source: https://git.csx.cam.ac.uk/x/ucs/raven/django-ucamwebauth.git
Files: *
Copyright: Copyright (c) 2014, University of Cambridge and individual contributors.
Copyright: Copyright (c) 2015, University of Cambridge and individual contributors.
License: MIT
Copyright (c) 2014, University of Cambridge and individual contributors.
Copyright (c) 2015, University of Cambridge and individual contributors.
.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
......
Name: django-ucamwebauth
Version: 1.2
Version: 1.3
Release: 1
Summary: University of Cambridge Web Authentication module for Django
Source: %{name}-%{version}.tar.gz
......
django
django>=1.6
PyOpenSSL==0.14
requests
\ No newline at end of file
django
django>=1.6
PyOpenSSL==0.14
requests
django-jenkins
......
import logging
import os, sys
from django.core.management import execute_from_command_line
from django.conf import settings
......
......@@ -10,7 +10,7 @@ setup(
url='https://git.csx.cam.ac.uk/x/ucs/raven/django-ucamwebauth.git',
# When changing this version number, remember to update
# django-ucamwebauth.spec and debian/changelog.
version='1.2',
version='1.3',
license='MIT',
author='Information Systems Group, University Information Services, University of Cambridge',
author_email='raven-support@cam.ac.uk',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment