new release

This commit is contained in:
Frédéric Péters 2006-10-19 14:12:22 +00:00
parent ee5c39bb7b
commit 9a3c3ea5b3
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -1,6 +1,12 @@
NEWS
====
--- 0.7.0 - October 19th 2006
Numerous changes again, many LDAP improvements, extensively debugged and fixed
identity proxying behaviour, improved robustness in many places, added a new
and better startup and control script, updated admin interface layout.
--- 0.6.0 - March 20th 2006
Numerous changes again, basic SAML 2.0 support in place, many ID-FF and ID-WSF

View File

@ -21,12 +21,12 @@ def data_tree(destdir, sourcedir):
distutils.core.setup(
name = 'authentic',
version = '0.6.0',
version = '0.7.0',
maintainer = 'Frederic Peters',
maintainer_email = 'fpeters@entrouvert.com',
url = 'http://authentic.labs.libre-entreprise.org',
package_dir = { 'authentic': 'authentic' },
packages = ['authentic', 'authentic.admin', 'authentic.liberty'],
packages = ['authentic', 'authentic.admin', 'authentic.liberty', 'authentic.ctl'],
cmdclass = {'build_py': qx_build_py},
scripts = ['authenticctl.py'],
data_files = data_tree('share/authentic/web/', 'root/') + \