Skip to content

Fix guessed release date for 2.6.1.0 to its actual release date. #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/esapi4java-core-2.6.1.0-release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Release notes for ESAPI 2.6.1.0
Release date: 2025-05-18
Release date: 2025-05-19
Project leaders:
-Kevin W. Wall <[email protected]>
-Matt Seil <[email protected]>
Expand Down Expand Up @@ -93,7 +93,7 @@ None known, other than the remaining open issues on GitHub.

-----------------------------------------------------------------------------

* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-18.
* Changes since last release 2.6.0.0 and 2.6.1.0, i.e., changes between 2025-11-25 and 2025-05-19.

Note: I am no longer going to provide the 'Developer Activity Report' that I used to this manually create in tabluar form. This is in part because I use to use 'mvn site' to assist with its creation, but neither the 'Developer Activiity' nor 'File Activity' sections of the 'mvn site' output is currently working.

Expand Down
2 changes: 1 addition & 1 deletion scripts/vars.2.6.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERSION=2.6.1.0
PREV_VERSION=2.6.0.0

# Release date of current version in yyyy-mm-dd format
YYYY_MM_DD_RELEASE_DATE=2025-05-18
YYYY_MM_DD_RELEASE_DATE=2025-05-19

# Previous ESAPI release date in same format
PREV_RELEASE_DATE=2024-11-25