Skip to content

Commit

Permalink
RELEASE: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jun 9, 2022
1 parent 61e241a commit ad5803f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
20 changes: 20 additions & 0 deletions RELEASE-NOTES.md
@@ -1,5 +1,25 @@
# davix release history

## 0.8.1 (2022-03-22)
### Bug fixes
* [DMC-1259] - Gfal2-python pread(offset, count): Partial Content request not working against EOS storage
* [DMC-1279] - Davix with libcurl backend does not load certificate via callback functions
* [DMC-1291] - Davix fails to parse IPv6-format hostname during certificate verification
* [davix/issues/92] - Update CMake FindPackage Python to allow Python3 on macOS

### Changes
* [davix/pull/83] - Remove reva-specific credentials management

### Improvements
* [DMC-1025] - Allow HEAD-free open through posix API
* [DMC-1308] - Move Data Management Clients to Fedora 34 & 35
* [DMC-1313] - Provide Debian Stretch build for Davix
* [davix/issues/91] - Document the project Git branching model
* Many improvements fixing compiler warnings and building for Fedora platforms (Thanks to Mattias Ellert)

### Requests
* [DMC-1292] - Binary tarballs for davix

## 0.8.0 (2021-09-17)
### Epic
* [DMC-1267] - Davix with libcurl backend
Expand Down
3 changes: 3 additions & 0 deletions packaging/davix.spec.in
Expand Up @@ -176,6 +176,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
%license LICENSE

%changelog
* Wed Mar 30 2022 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.1-1
- davix 0.8.1 release, see RELEASE-NOTES.md for changes

* 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

Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
@@ -1,3 +1,9 @@
davix (0.8.1-1) unstable; urgency=low

* Update to version 0.8.1

-- Mihai Patrascoiu <mihai.patrascoiu at cern.ch> Wed, 30 Mar 2022 12:00:00 +0200

davix (0.8.0-1) unstable; urgency=low

* Update to version 0.8.0
Expand Down
4 changes: 2 additions & 2 deletions release.cmake
@@ -1,5 +1,5 @@
set(VERSION_MAJOR 0)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION_MINIPATCH @VERSION_MINIPATCH@)
set(VERSION_FULL 0.8.0)
set(VERSION_FULL 0.8.1)

0 comments on commit ad5803f

Please sign in to comment.