Get ready for release 2.0.1
This commit is contained in:
parent
e2b0fc9e43
commit
059202695c
7
.gitignore
vendored
7
.gitignore
vendored
@ -11,10 +11,8 @@ htmlcov
|
||||
# Files generated by client / local config
|
||||
.resync-client-status.cfg
|
||||
resync-client.log
|
||||
resync.library.cornell.edu_sim100
|
||||
resync.library.cornell.edu_sim1000
|
||||
resync.library.cornell.edu_sim10000
|
||||
localhost_8888
|
||||
tmp
|
||||
# Related to packaging
|
||||
resync.egg-info
|
||||
# Other...
|
||||
@ -22,5 +20,4 @@ resync.egg-info
|
||||
*.pyc
|
||||
*~
|
||||
.cache
|
||||
rc
|
||||
re
|
||||
|
||||
|
||||
@ -1,7 +1,11 @@
|
||||
# resync change log
|
||||
|
||||
v2.0.1 ???
|
||||
v2.0.1 2021-03-23
|
||||
* Route all URI and file requests through `resync/url_or_file_open.py` so that settings such as authentication headers can be consistently applied
|
||||
* Do not exclude any directories from sync by default, specify with --exclude
|
||||
* Fix comparison of using possibly multiple checksums
|
||||
* Improve test coverage
|
||||
* Remove Python 2 cruft
|
||||
|
||||
v2.0.0 2020-12-16
|
||||
* Supports ResourceSync v1.1 ANSI/NISO Z39.99-2017 <http://www.openarchives.org/rs/1.1/toc> as default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user