From 8479feb2f623b45267148da57ba7a52253ef0995 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Fri, 24 Feb 2023 19:44:07 +0000 Subject: [PATCH] Bumped version number to 1.2.5 for Debian release --- CHANGELOG.md | 10 +++++++++- Makefile | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4309792..ad6dee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.2.5] - 2023-02-24 + +### Fixed +- No longer compile with UBSAN enabled by default to avoid introducing +security vulnerability. + ## [1.2.4] - 2023-01-11 ### Added @@ -211,7 +218,8 @@ ${XDG_CONFIG_HOME}/httpdirfs, rather than ${HOME}/.httpdirfs ## [1.0] - 2018-08-22 - Initial release, everything works correctly, as far as I know. -[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...master +[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.5...master +[1.2.5]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...1.2.5 [1.2.4]: https://github.com/fangfufu/httpdirfs/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/fangfufu/httpdirfs/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/fangfufu/httpdirfs/compare/1.2.1...1.2.2 diff --git a/Makefile b/Makefile index 47307bb..df65d66 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.2.4 +VERSION = 1.2.5 CFLAGS += -g -O2 -Wall -Wextra -Wshadow \ -fanalyzer -Wno-analyzer-file-leak \