~ubuntu-branches/ubuntu/utopic/authres/utopic-proposed

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-08-11 11:04:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811110400-yz13a80vi0j3lo04
Tags: 0.2-1
* New upstream release
  - Completely reworked API
  - Update debian/copyright
  - Supports python3
* Simplify clean rule
* Add python3-authres package
  - Add to debian/control
  - Add python3-all-dev to build-depends
  - Adjust debian/rules
  - Add debian/python3-authres.docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Legend:
 
2
# --- = A new release
 
3
#   + = Added a feature (in a backwards compatible way)
 
4
#   ! = Changed something significant, or removed a feature
 
5
#   * = Fixed a bug, or made a minor improvement
 
6
 
 
7
--- 0.2 (2011-08-10 16:50)
 
8
  ! Reworked API from scratch to be more properly OO, extendable, and
 
9
    maintainable
 
10
  + Parse authentication results headers
 
11
  ! Started rework of doctests to match new API and be more readable
 
12
  + Specific subclasses for creating and parsing dkim, domainKeys, spf,
 
13
    senderid, iprev, and smtp auth authentication methods
 
14
 
 
15
--- 0.1 (2011-03-14 18:00)
 
16
 
 
17
  + Initial release
 
18
  + Create authentication results headers
 
19