Skip to content

Commit

Permalink
RELEASE: 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopblopes committed Sep 13, 2022
1 parent 457633a commit 3511109
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions RELEASE-NOTES.md
@@ -1,5 +1,14 @@
# davix release history

## 0.8.3 (2022-09-13)
### Bug fixes
* [DMC-1345] - Segfault when encountering invalid redirection URL
* [DMC-1346] - Segfault because of empty NeonSession object

### Tasks
* [DMC-1327] - DMC packages for Centos Stream 9
* [DMC-1336] - Data Management Clients for Fedora 36

## 0.8.2 (2022-06-10)
### New Features
* [DMC-1310] - Parse IP stack performance markers in Davix HTTP-TPC
Expand Down
3 changes: 3 additions & 0 deletions packaging/davix.spec.in
Expand Up @@ -177,6 +177,9 @@ rm %{buildroot}%{_pkgdocdir}/LICENSE
%license LICENSE

%changelog
* 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

* Fri Jun 10 2022 Mihai Patrascoiu <mihai.patrascoiu at cern.ch> - 0.8.2-1
- davix 0.8.2 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.3-1) unstable; urgency=low

* Update to version 0.8.3

-- Joao Lopes <batistal at cern.ch> Tue, 13 Sep 2022 12:00:00 +0200

davix (0.8.2-1) unstable; urgency=low

* Update to version 0.8.2
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 2)
set(VERSION_PATCH 3)
set(VERSION_MINIPATCH @VERSION_MINIPATCH@)
set(VERSION_FULL 0.8.2)
set(VERSION_FULL 0.8.3)

0 comments on commit 3511109

Please sign in to comment.