From 024e386ccc6193c68c47475ece62f89070d3faf9 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Fri, 9 Feb 2024 23:35:41 -0500 Subject: [PATCH] Bump build to 1.99.0 for release Signed-off-by: Geoff Hutchison --- CMakeLists.txt | 4 ++-- SECURITY.md | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77c0fec243..5a12759d31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,8 +22,8 @@ include(DetermineVersion) # Set up our version. set(AvogadroLibs_VERSION_MAJOR "1") -set(AvogadroLibs_VERSION_MINOR "98") -set(AvogadroLibs_VERSION_PATCH "1") +set(AvogadroLibs_VERSION_MINOR "99") +set(AvogadroLibs_VERSION_PATCH "0") set(AvogadroLibs_VERSION "${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}") find_package(Git) diff --git a/SECURITY.md b/SECURITY.md index 6888b56d34..359fc92376 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,21 +1,21 @@ -# Security Policy +# Security Policy -## Supported Versions +## Supported Versions -At the moment, Avogadro2 is in beta release. As such, we can most easily support -security updates on the most recent release and current nightly snapshots. -We will work with distributions (e.g., Ubuntu, FreeBSD, etc.) to provide security +At the moment, Avogadro2 is in beta release. As such, we can most easily support +security updates on the most recent release and current nightly snapshots. +We will work with distributions (e.g., Ubuntu, FreeBSD, etc.) to provide security patches for widely used long-term-support OS. -| Version | Supported | -| ------- | ------------------ | +| Version | Supported | +| ------- | ------------------ | +| 1.99.x | :white_check_mark: | | 1.98.x | :white_check_mark: | -| 1.97.x | :white_check_mark: | -| < 1.97 | :x: | +| < 1.98 | :x: | -## Reporting a Vulnerability +## Reporting a Vulnerability -We currently support private security vulnerability reporting through our -[GitHub](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability) -pages. We will work to verify the security vulnerability within 14 days +We currently support private security vulnerability reporting through our +[GitHub](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability) +pages. We will work to verify the security vulnerability within 14 days and a patch or new release within 30 days of reporting.