Skip to content

2.23

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:46
· 15076 commits to main since this release

Release Date: Wed, March 25, 2009 at 12:48 AM UTC
Release Author: Bill Fenner


  • Fixed a wrong link in the html agenda (from Henrik)

  • Removed the explicit database server ip address in settings.py
    (from Henrik)

  • Integrated updated authorization system. This requires applying
    database fixups as follows:

    cd /a/www/ietf-datatracker/2.23/ietf
    python manage.py dbshell < ../test/sql_fixup.sql

    The existing htpasswd file can be imported into this new system
    as follows:

    export PYTHONPATH=/a/www/ietf-datatracker/2.23
    export DJANGO_SETTINGS_MODULE=ietf.settings
    /a/www/ietf-datatracker/2.23/ietf/bin/import-users /a/www/htpasswd

    Please capture the output of the import-users script, as it will
    help us resolve any troubles that users have.

  • Fixed infinite loop in wrapping code that prevented display of certain
    document comments