Skip to content

Commit

Permalink
RELEASE: 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jun 24, 2024
1 parent 44ac612 commit 5b38fff
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
14 changes: 14 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# davix release history

## 0.8.7 (2024-06-24)
### Bug fixes
* [DMC-1410] - Davix does not hide lower-case Authorization headers for HTTP/2
* [davix/issues/120] - Out of Date RapidJSON dependency causing compile failure

### Improvements
* [davix/pull/114] - Support 64-bit off_t on 32-bit systems (LFS)
* [davix/pull/119] - Use system rapidjson, fall back to bundled
* [davix/pull/123] - Implement multipart streaming for DavPosix::write()
* [davix/pull/124] - Fix s3 dirlisting to follow the istruncated/nextmarker

### Tasks
* [DMC-1413] - Data Management Clients for Fedora 39 and Fedora 40

## 0.8.6 (2024-04-02)
### Bug fixes
* [DMC-1394] - Davix header parsing is case-sensitive for libcurl backend
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
* Mon Jun 24 2024 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.7-1
- davix 0.8.7 release, see RELEASE-NOTES.md for changes

* Tue Apr 02 2024 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.6-1
- davix 0.8.6 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.7-1) unstable; urgency=low

* Update to version 0.8.7

-- Mihai Patrascoiu <mihai.patrascoiu at cern.ch> Mon, 24 Jun 2024 17:00:00 +0200

davix (0.8.6-1) unstable; urgency=low

* Update to version 0.8.6
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 6)
set(VERSION_PATCH 7)
set(VERSION_MINIPATCH @VERSION_MINIPATCH@)
set(VERSION_FULL 0.8.6)
set(VERSION_FULL 0.8.7)

0 comments on commit 5b38fff

Please sign in to comment.