From a72760aa794e7714496074a0264314d26fa3b4c8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 30 Jan 2023 22:59:20 -0800 Subject: Add a NEWS file Copy the GitHub release notes into a NEWS.md file so that the release notes are included in the actual git repo. This way, they aren't hidden away in GitHub, where they require an internet connection to access and will be lost if GitHub ever goes away. This also makes the release notes be properly versioned; GitHub allows past release notes to be edited, and there doesn't seem to be any record of what changed. Finally, this allows packages to install the release notes into /usr/share/doc/$pkgname/, as is the usual convention. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e25d42..f1a6228 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,9 @@ # License for the specific language governing permissions and limitations under # the License. -# Update on each new release!! +# Update this on each new release, along with the NEWS.md file. VERSION := v0.3.3 + NAME := fscrypt PAM_NAME := pam_$(NAME) -- cgit v1.2.3