Skip to content

Commit

Permalink
1.4.5.patch1
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed Feb 8, 2021
1 parent 8628f7e commit 2c6a551
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.4.5 to 1.4.5.patch1:
- Update production DBS URL to cmsweb-prod - bin, doc, deploy, etc (Alan Malta Rodrigues) #10263
- Update URL during spec creation; and a few other places (Alan Malta Rodrigues) #10263
- Update production DBS URL to cmsweb-prod (Alan Malta Rodrigues) #10263
- Check if DID exists before creating a replication rule (Alan Malta Rodrigues) #10263
- Make WMAgent job wrapper slightly more verbose; fix one error message (Alan Malta Rodrigues) #10263
- [py2py3] pycurl_manager imports encoder to Bytes from Utilities - src (Dario Mapelli) #10263
- [py2py3] Utils/Utilities.py - encoder Unicode to Bytes - src (Dario Mapelli) #10263
- Trap SSL_connect error and Service Unavailable in DBSUploadPoller (Alan Malta Rodrigues) #10263
- Temporarily stop staging out log tarball to CASTOR (Alan Malta Rodrigues) #10255


1.4.5.pre4 to 1.4.5:


Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '1.4.5'
__version__ = '1.4.5.patch1'
__all__ = []

0 comments on commit 2c6a551

Please sign in to comment.