Skip to content

Commit 0f5d968

Browse files
committed
[#3] v1.1.2 and update changelog
1 parent 8ccba34 commit 0f5d968

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
v1.1.2 (2022-03-15)
5+
-------------------
6+
- [#3][#345] Allow tests to pass and accommodate older Python [Daniel Moore]
7+
- [#352] Fix the infinite loop issue when sock.recv() returns an empty buffer [Kaivan Kamali]
8+
- [#345] Fix connection destructor issue [Kaivan Kamali]
9+
- [#351] replace 704 api constant with AUTH_RESPONSE_AN [Daniel Moore]
10+
- [#350] password input to AUTH_RESPONSE_AN should be string [Daniel Moore]
11+
- [#315] skip cleanup() if session.pool is None [Daniel Moore]
12+
- [#290] only anonymous user can log in without password [Daniel Moore]
13+
- [#43][#328] reasonable indentation [Daniel Moore]
14+
- [#328] allow user to change own password [Daniel Moore]
15+
- [#343][#21] document testing and S3 setup [Daniel Moore]
16+
- [#343] allow parallel (multi-1247) data transfer to/from S3 [Daniel Moore]
17+
- [#332] capitalize -C,-R object type abbreviations [Daniel Moore]
18+
- [#349] normalize() argument not necessarily absolute [Daniel Moore]
19+
- [#323] remove trailing slashes in collection names [Daniel Moore]
20+
421
v1.1.1 (2022-01-31)
522
-------------------
623
- [#338] clarify Python RE Plugin limitations [Daniel Moore]

irods/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.1'
1+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)