Skip to content

Commit

Permalink
Relase version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Shafer committed May 18, 2018
1 parent 3644a36 commit 2fdb1b3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.5.1
=====
May 18th, 2018

* Fixes for DIGEST-MD5, server auth has been completed and is now tested
* Both DIGEST-MD5 and CRAM-MD5 properly set the complete flag now

Thanks to @ceache and @bjmb for this release

0.5.0
=====
March 8th, 2018
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pure-sasl (0.5.1) unstable; urgency=medium

* Fixes for DIGEST-MD5, server auth has been completed and is now tested
* Both DIGEST-MD5 and CRAM-MD5 properly set the complete flag now

-- Alex Shafer <[email protected]> Fri, 18 May 2018 16:34:25 -0600

pure-sasl (0.5.0) unstable; urgency=low

* Added EXTERNAL mechanism
Expand Down
4 changes: 2 additions & 2 deletions puresasl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = '0.5.0'
__version_info__ = (0, 5, 0)
__version__ = '0.5.1'
__version_info__ = (0, 5, 1)


class SASLError(Exception):
Expand Down
4 changes: 2 additions & 2 deletions redhat/pure-sasl.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define modname pure-sasl
%define version 0.5.0
%define unmangled_version 0.5.0
%define version 0.5.1
%define unmangled_version 0.5.1
%define release 1
%{!?python: %define python python26}

Expand Down

0 comments on commit 2fdb1b3

Please sign in to comment.