Skip to content

Commit

Permalink
RELEASE: 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Feb 2, 2023
1 parent de4dd48 commit 2a0765f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
18 changes: 18 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# davix release history

## 0.8.4 (2023-02-02)
### New Features
* [DMC-1358] - Provide involved transfer hosts via the Copy API
* [davix/issues/101] - Introspect redirections for HTTP TPC xfers

### Improvements
* [DMC-1361] - Improve Davix header logs propagation via logging callback function
* [davix/pull/99] - Re-enable test to be run with CTest (or make test / ninja test)

### Issues
* [davix/issues/98] - Infinite loop in davix slow unit tests when using external libcurl
* [davix/issues/100] - Unit tests fail when run by more than one user on the same machine
* [davix/issues/102] - CVE-2022-32221 in bundled curl library
* [davix/pull/103] - Don't downgrade the C++ version (bugzilla#2163827)

### Tasks
* [DMC-1358] - Data Management Clients for Fedora 37

## 0.8.3 (2022-09-13)
### Bug fixes
* [DMC-1345] - Segfault when encountering invalid redirection URL
Expand Down
3 changes: 3 additions & 0 deletions packaging/davix.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
%license LICENSE

%changelog
* Thu Feb 02 2023 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.4-1
- davix 0.8.4 release, see RELEASE-NOTES.md for changes

* Tue Sep 13 2022 Joao Lopes <batistal at cern.ch> - 0.8.3-1
- davix 0.8.3 release, see RELEASE-NOTES.md for changes

Expand Down
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.4-1) unstable; urgency=low

* Update to version 0.8.4

-- Mihai Patrascoiu <mihai.patrascoiu at cern.ch> Thu, 02 Feb 2023 12:00:00 +0200

davix (0.8.3-1) unstable; urgency=low

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

0 comments on commit 2a0765f

Please sign in to comment.