Skip to content

Commit

Permalink
update changelogs/versions for 3.4.6 [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Oct 16, 2024
1 parent 6a9b424 commit e91c442
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Darshan Release Change Log
--------------------------

Darshan-3.4.6
=============
* Added enhancements to Darshan's Lustre instrumentation module to capture
extensive details on the Lustre stripe components constituting a file (e.g.,
in a progressive file layout)
- File records now composed of potentially multiple Lustre component counter
sets (e.g., LUSTRE_COMP1_*, LUSTRE_COMP2_*, etc.)
- STRIPE_OFFSET, OSTS, and MDTS counters are no longer provided
- STRIPE_WIDTH is now referred to as STRIPE_COUNT to match Lustre terminology
* Fixed bugs in Darshan's log compression/decompression routines that are
triggered when using the new zlib-ng software package
- darshan-runtime bug fix to correct problematic log compression strategy
- darshan-util bug fix to correct logs already generated with this issue
* Fixed bug leading to hangs when passing in unproperly formatted Darshan
runtime configuration settings

Darshan-3.4.5
=============
* Added the ability for the Darshan runtime library to properly shutdown for
Expand Down
4 changes: 4 additions & 0 deletions darshan-util/pydarshan/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
PyDarshan-3.4.6.0
=================
* Track Darshan 3.4.5 release, no PyDarshan changes

PyDarshan-3.4.5.0
=================
* Track Darshan 3.4.5 release, no PyDarshan changes
Expand Down
4 changes: 2 additions & 2 deletions darshan-util/pydarshan/darshan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PyDarshan also provides a suite of analysis utilities.
"""

__version__ = '3.4.5.0'
__darshanutil_version__ = '3.4.5'
__version__ = '3.4.6.0'
__darshanutil_version__ = '3.4.6'

import logging
logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion darshan.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.5
3.4.6

0 comments on commit e91c442

Please sign in to comment.