Skip to content

Commit

Permalink
RELEASE: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jun 9, 2022
1 parent 28679d5 commit c613ec7
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
31 changes: 30 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# davix release history

## 0.8.0 (2021-09-17)
### Epic
* [DMC-1267] - Davix with libcurl backend
* Huge refactoring to accommodate both libneon and libcurl backends, as well as improved testing

Many thanks to Georgios Bitzes for the great work.

### Bug fixes
* [DMC-1209] - Davix Redirection Cache causes Segfault when encountering relative path
* [DMC-1243] - Davix hangs if url starts with 'https' is used with S3/Swift credentials in command
* [davix/pull/70] - Fix return value of HttpIO::readFull (Thanks to Max Orok)
* [davix/pull/66] - Initialize session factory members (Thanks to Petr Vokac)
* [davix/pull/54] - Really add '\0' after printed X.509 data (Thanks to Petr Vokac)

### New Features
* [DMC-1221] - Introduce a filter to avoid exposing sensitive information (such as bearer tokens) in Davix debug output
* [DMC-1238] - Add SWIFT support in Davix
* [DMC-1268] - Add CS3API support in Davix

Many thanks to Shiting Long for the Swift support.
Many thanks to Rahul Chauhan for the CS3API support.

### Tasks
* [DMC-1250] - Packages for Centos8
* [DMC-1264] - Packages for Fedora >= 33

### Improvements
* [DMC-1245] - Add leading 0 to Adler32 checksum format in Davix

## 0.7.6 (2020-04-29)
### Bug fixes
* Ensure multi-range simulation thread exceptions are propagated
Expand Down Expand Up @@ -49,7 +78,7 @@ Many thanks to Petr Vokac for fixing error handling during proxy delegation.
* [DMC-1140] - Fix parsing of the Digest to be complaint to RFC 3230

### Improvements
* Some refactoring, and splitting of redirection caching logic into its own separate class.
* Some refactoring and splitting of redirection caching logic into its own separate class.


## 0.7.1 (2018-10-24)
Expand Down
5 changes: 3 additions & 2 deletions packaging/davix.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ rm -rf test/pywebdav/
%{_bindir}/davix-tester

%changelog
* Fri Sep 17 2021 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.0-1
- davix 0.8.0 release, see RELEASE-NOTES.md for changes

* Wed Apr 29 2020 Georgios Bitzes <georgios.bitzes at cern.ch> - 0.7.6-1
- davix 0.7.6 release, see RELEASE-NOTES.md for changes

Expand Down Expand Up @@ -212,10 +215,8 @@ rm -rf test/pywebdav/
* Mon Oct 28 2013 Adrien Devresse <adevress at cern.ch> - 0.2.7-3
- New update of davix, see RELEASE-NOTES for details


* Tue Sep 03 2013 Adrien Devresse <adevress at cern.ch> - 0.2.6-1
- Release 0.2.6 of davix, see RELEASE-NOTES for details


* Wed Jun 05 2013 Adrien Devresse <adevress at cern.ch> - 0.2.2-2
- Initial EPEL release
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
davix (0.8.0-1) unstable; urgency=low

* Update to version 0.8.0

-- Mihai Patrascoiu <mihai.patrascoiu at cern.ch> Fri, 17 Sep 2021 11:00:00 +0200

davix (0.7.6-1) unstable; urgency=low

* Update to version 0.7.6
Expand Down
6 changes: 3 additions & 3 deletions release.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(VERSION_MAJOR 0)
set(VERSION_MINOR 7)
set(VERSION_PATCH 6)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
set(VERSION_MINIPATCH @VERSION_MINIPATCH@)
set(VERSION_FULL 0.7.6)
set(VERSION_FULL 0.8.0)

0 comments on commit c613ec7

Please sign in to comment.