Skip to content

Commit

Permalink
RELEASE: 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jan 21, 2025
1 parent 879a0c8 commit 0fa191c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# davix release history

## Unreleased
## 0.8.8 (2025-01-21)
### Bug fixes
* [DMC-1418] - Davix redirection cache stuck in redirect loops
* [davix/issues/120] - Out of Date RapidJSON dependency causing compile failure
* [davix/issues/122] - S3 listing ignores "IsTruncated = true" property
* [davix/issues/126] - Crash on badly formed davix-cp command
* [davix/pull/129] - Remove non-compiling assignment operator
* [davix/issues/130] - compiler error in rapidjson/document.h
* [davix/issues/131] - Segmentation fault with long Authorization header

### Task
* [DMC-1413] - Data Management Clients for Fedora 39 and Fedora 40
* [DMC-1414] - Stop building Data Management Clients for CC7
* [DMC-1422] - Update signature mechanism for Google Cloud to V4
* [DMC-1427] - Davix should prefer the bundled RapidJson library (configurable, default on)
Expand Down
3 changes: 3 additions & 0 deletions packaging/davix.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
%license LICENSE

%changelog
* Tue Jan 21 2025 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.8-1
- davix 0.8.8 release, see RELEASE-NOTES.md for changes

* 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

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

* Update to version 0.8.8

-- Mihai Patrascoiu <mihai.patrascoiu at cern.ch> Tue, 21 Jan 2025 10:00:00 +0100

davix (0.8.7-1) unstable; urgency=low

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

0 comments on commit 0fa191c

Please sign in to comment.