- [4319]: Only query for regular IETF meetings when calculating cut off dates (reported by Ryan Cross). - [4311]: Fix bug in liaison form that prevents Secretariat users from posting statements on behalf of SDO liaison managers in some cases. - [4310]: Fix problem with direct replyto path in liaison form not using role emails (reported by Stephanie McCammon). - [4307]: Fix missing return in liaison proxy, fixes problem with from email on https://datatracker.ietf.org/liaison/1154/ as reported by Stephanie McCammon. - [4260]: Move note about IANA scraping messages, apparently I managed to put it in the wrong place (they're of course scraping draft approvals, not the ballot announcements). - [4253]: Move last call announcement text to last call event rather than stuffing it inside the state change event. - [4252]: Declare coding system to work around annoying problem when the date produced by SVN is localized. - Legacy-Id: 4331 Note: SVN reference [4252] has been migrated to Git commit5858454c74
Note: SVN reference [4253] has been migrated to Git commit25cb532348
Note: SVN reference [4260] has been migrated to Git commit7b2963aaf0
Note: SVN reference [4307] has been migrated to Git commitb418e5d141
Note: SVN reference [4310] has been migrated to Git commit9b4415fe51
Note: SVN reference [4311] has been migrated to Git commitbbeaa2d022
Note: SVN reference [4319] has been migrated to Git commit7db44f8e50
11 lines
205 B
Python
11 lines
205 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright The IETF Trust 2007, All Rights Reserved
|
|
|
|
__version__ = "4.02-dev"
|
|
|
|
__date__ = "$Date$"
|
|
|
|
__rev__ = "$Rev$ (dev) Latest release: Rev. 4304 "
|
|
|
|
__id__ = "$Id$"
|