Skip to content

Commit

Permalink
[#3] v0.8.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Oct 19, 2020
1 parent 14ef665 commit 4f893eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

v0.8.4 (2020-10-19)
-------------------
[#221] fix tests which were failing in Py3.4 and 3.7 [Daniel Moore]
[#220] Replace stale connections pulled from idle pools [Kaivan Kamali]
[#3] tests failing on Python3 unicode defaults [Daniel Moore]
[#214] store/load rules as utf-8 in files [Daniel Moore]
[#211] set and report application name to server [Daniel Moore]
[#156] skip ssh/pam login tests if user doesn't exist [Daniel Moore]
[#209] pam/ssl/env auth tests imported from test harness [Daniel Moore]
[#209] store hashed PAM pw [Daniel Moore]
[#205] Disallow PAM plaintext passwords as strong default [Daniel Moore]
[#156] fix the PAM authentication with env json file. [Patrice Linel]
[#207] add raw-acl permissions getter [Daniel Moore]

v0.8.3 (2020-06-05)
-------------------
- [#3] remove order sensitivity in test_user_dn [Daniel Moore]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Python iRODS Client (PRC)

Currently supported:

- Python 2.7, 3.4 or newer
- Establish a connection to iRODS
- Authenticate via password, GSI, PAM
- iRODS connection over SSL
Expand Down Expand Up @@ -34,7 +35,6 @@ Currently supported:
- Manage resources
- Unicode strings
- Ticket based access
- Python 2.7, 3.4 or newer


Installing
Expand Down
2 changes: 1 addition & 1 deletion irods/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.3'
__version__ = '0.8.4'

0 comments on commit 4f893eb

Please sign in to comment.