Skip to content

Commit

Permalink
Prepare release 2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopblopes committed Feb 7, 2023
1 parent 2c63700 commit 22587ef
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set (OUTPUT_NAME_TRANSFER "gfal_transfer")

set (VERSION_MAJOR 2)
set (VERSION_MINOR 21)
set (VERSION_PATCH 2)
set (VERSION_PATCH 3)
set (VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

add_definitions(-DVERSION="${VERSION_STRING}")
Expand Down
15 changes: 15 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
GFAL2 RELEASE-NOTES
===================

## Tue Feb 07 2023 Joao Lopes <batistal at cern.ch> - 2.21.3
###New Feature
- [DMC-1290] - Gfal2 Mock Plugin support for Archive operation
- [DMC-1357] - Report source and destination hosts involved in HTTP Third Party Copy
- [DMC-1369] - Make Gfal2 HTTP "HEADERS" option configurable per Storage Endpoint

###Task
- [DMC-1359] - Data Management Clients for Fedora 37

###Improvement
- [DMC-1362] - Gfal2 HTTP logging should respect the "LOG_LEVEL" configuration
- [DMC-1365] - Protect gfal_xrootd_bring_online_list() from reading un-allocated memory
- [DMC-1366] - Two GFAL2 XRootD bring on-line error messages have the same message


## Thu Dec 01 2022 Mihai Patrascoiu <mipatras at cern.ch> - 2.21.2
###New Feature
- [DMC-1353] - Always return Adler32 checksum as 8-byte string
Expand Down
5 changes: 5 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
gfal2 (2.21.3-1) unstable; urgency=low
* New version

-- DMC Devel <[email protected]> Tue, Feb 07 2023 14:00

gfal2 (2.21.2-1) unstable; urgency=low
* New version

Expand Down
13 changes: 8 additions & 5 deletions packaging/rpm/gfal2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
%bcond_with tests

Name: gfal2
Version: 2.21.2
Version: 2.21.3
Release: 1%{?dist}
Summary: Grid file access library 2.0
License: ASL 2.0
URL: https://dmc-docs.web.cern.ch/dmc-docs/gfal2/gfal2.html
# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.21.2
# pushd gfal2-2.21.2
# git checkout v2.21.2
# git clone --depth=1 --branch master https://gitlab.cern.ch/dmc/gfal2.git gfal2-2.21.3
# pushd gfal2-2.21.3
# git checkout v2.21.3
# popd
# tar czf gfal2-2.21.2.tar.gz --exclude-vcs gfal2-2.21.2
# tar czf gfal2-2.21.3.tar.gz --exclude-vcs gfal2-2.21.3
Source0: %{name}-%{version}.tar.gz

#main lib dependencies
Expand Down Expand Up @@ -340,6 +340,9 @@ fi


%changelog
* Tue Feb 07 2023 Joao Lopes <batistal at cern.ch> - 2.21.3-1
- New upstream release

* Thu Dec 01 2022 Mihai Patrascoiu <mipatras at cern.ch> - 2.21.2-1
- New upstream release

Expand Down

0 comments on commit 22587ef

Please sign in to comment.