From df5f576c4897578564b91452c07ba324524d5f25 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sat, 25 Nov 2023 18:00:41 +0800 Subject: [PATCH] Release spectrwm 3.5.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ spectrwm.1 | 2 +- spectrwm.html | 2 +- version.h | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c864e448..4fbff466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +spectrwm 3.5.1 +============== +Released on Nov 25, 2023 + +Fixes NetBSD support and a few minor issues. + +* Fix `bar_at_bottom` bottom gap when `bar_border_width` > 0. +* Fix maximize new windows in max layout when `max_layout_maximize = 1`. +* Fix `autorun` option and `WS` quirk should accept a value of `-1` as stated + in the manual. +* Fix `bar_color_free` and `bar_font_color_free` options. +* Fix bar urgency hint (+U) workspaces should begin at 1. +* Fix iconified windows should uniconify on MapRequest. +* Fix focus fallback issue when iconifying windows. +* Improve handling when programs try to position their own windows. +* Fix NetBSD build issues. +* Add NetBSD to list of OSes that have the XCB XInput Extension. +* Fix build failure when building without the XCB XInput Extension. +* Fix possible segfault at startup. +* Add SWMHACK section to manual. +* Fix typos in manual. + + spectrwm 3.5.0 ============== diff --git a/spectrwm.1 b/spectrwm.1 index d252c2e9..b3b1d228 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 21 2023 $ +.Dd $Mdocdate: November 25 2023 $ .Dt SPECTRWM 1 .Os .Sh NAME diff --git a/spectrwm.html b/spectrwm.html index d4b41893..c4084a68 100644 --- a/spectrwm.html +++ b/spectrwm.html @@ -1819,7 +1819,7 @@

- +
October 21, 2023November 25, 2023
diff --git a/version.h b/version.h index 1480990b..c63adb65 100644 --- a/version.h +++ b/version.h @@ -23,7 +23,7 @@ #define SPECTRWM_MAJOR 3 #define SPECTRWM_MINOR 5 -#define SPECTRWM_PATCH 0 +#define SPECTRWM_PATCH 1 #define SPECTRWM_VERSION SPECTRWM_STRINGIZE(SPECTRWM_MAJOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_MINOR) "." \ SPECTRWM_STRINGIZE(SPECTRWM_PATCH)