-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchangelog.txt
102 lines (75 loc) · 4.13 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
* Thu Jul 27 2023 Sietse Snel - 4.2.12-1.5.1-1
- Check username and password length before a new iRODS connection is established,
so that authentication attempts using illegal credentials are blocked before
they can cause any issues.
* Wed May 17 2023 Lazlo Westerhof - 4.2.12-1.5.0-1
Now supports iRODS 4.2.12 client libraries
* Thu Jun 22 2022 Felix Croes - 4.3.0-1.5.0-1
Now supports iRODS 4.3.0 client libraries
* Mon Dec 20 2021 Lazlo Westerhof - 4.2.11-1.5.0-1
Now supports iRODS 4.2.11 client libraries
* Wed Jul 28 2021 Lazlo Westerhof - 4.2.10-1.5.0-1
Now supports iRODS 4.2.10 client libraries
* Wed Jun 16 2021 Lazlo Westerhof - 4.2.9-1.5.0-1
Now supports iRODS 4.2.9 client libraries
* Tue Jun 2 2020 Chris Smeele <[email protected]> - 4.2.8_1.5.0-1
- Added support for read-only ticket-based access (disabled by default)
- Support merging config from overlapping Apache Location/If sections
- Documentation amended with advanced configuration examples (tickets and per-user configuration)
- Now supports iRODS 4.2.8 client libraries
* Fri Dec 20 2019 Chris Smeele <[email protected]> - 4.2.7_1.4.2-1
- Now supports iRODS 4.2.7 client libraries
* Sun Jun 23 2019 Chris Smeele <[email protected]> - 4.2.6_1.4.2-1
- Now supports iRODS 4.2.6 client libraries
* Wed Apr 03 2019 Chris Smeele <[email protected]> - 4.2.5_1.4.2-1
- Now supports iRODS 4.2.5 client libraries
* Mon Dec 17 2018 Chris Smeele <[email protected]> - 4.2.4_1.4.2-1
- Fixed DavrodsExposedRoot config being ignored in some builds
- Added a Content-Disposition configuration setting (off by default)
- Fixed a URL encoding issue for relative paths in directory listings
* Sun Jul 15 2018 Chris Smeele <[email protected]> - 4.2.3_1.4.1-1
- Improved robustness of connection reuse
* Wed Jul 11 2018 Chris Smeele <[email protected]> - 4.2.3_1.4.0-1
- Now supports iRODS 4.2.3 client libraries
* Mon Mar 26 2018 Chris Smeele <[email protected]> - 4.2.2_1.4.0-1
- Added Range header support (partial downloads)
- Added support for auto-installs and packaging on Debian-based distros
- Now supports iRODS 4.2.2 client libraries
* Fri Sep 8 2017 Chris Smeele <[email protected]> - 4.2.1_1.3.0-1
- Added support for themed listings
- Fixed: Error in path handling when ExposedRoot is '/'
- Fixed: Listing HTML links were not always correct when Location was not '/'.
* Mon Aug 7 2017 Chris Smeele <[email protected]> - 4.2.1_1.2.0-1
- Added an anonymous access mode
* Tue Jul 19 2017 Chris Smeele <[email protected]> - 4.2.1_1.1.1-1
- Changed build system to CMake
- Now supports iRODS 4.2.1 client libraries
* Tue Jul 18 2017 Chris Smeele <[email protected]> - 4.2_1.1.1-2
- Fixed RPM dependencies. Now requires exact version irods-runtime 4.2.0.
* Mon Feb 27 2017 Chris Smeele <[email protected]> - 4.2_1.1.1
- Directory listing links now work when current URI does not end with a slash.
* Mon Dec 19 2016 Chris Smeele <[email protected]> - 4.2_1.1.0
- Updated for iRODS 4.2 compatibility.
* Wed Aug 3 2016 Chris Smeele <[email protected]> - 1.1.0
- An Etag header is now emitted for data objects on GET, HEAD and PROPFIND
- Basic HTML directory listings are generated in response to GET requests on
collections, allowing web browser access.
- Support for partial uploads was added (using the Range request header)
- Davrods no longer requires being setup in a vhost's root path '/',
you can now choose an arbitrary path for your Davrods <Location> block
* Wed Jun 29 2016 Chris Smeele <[email protected]> - 1.0.1
- Fixed a COPY method issue regarding filename length
* Tue Jun 28 2016 Chris Smeele <[email protected]> - 1.0.0
- Initial public version
* Tue Jun 28 2016 Chris Smeele <[email protected]> - 0.9.5
- Fixed SSL shutdown bug
- Improved source documentation and code formatting
* Mon Jun 20 2016 Chris Smeele <[email protected]> - 0.9.4
- Fully support iRODS 4.x SSL negotiation, while maintaining SSL compatibility
with 3.1+
* Fri May 13 2016 Chris Smeele <[email protected]> - 0.9.3
- Fixed a memory leak in GET file delivery
* Fri May 6 2016 Chris Smeele <[email protected]> - 0.9.2
- Change compiler flags to work with older GCC versions
* Mon Mar 28 2016 Chris Smeele <[email protected]> - 0.9.0
- Initial build