summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2025-08-02 15:07:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2025-08-02 15:07:33 -0700
commit603278995a6caf38c90d1e18d6c890a58ff3f49c (patch)
tree6714c68338b77ff074499aee3f839e07fb4ed136 /NEWS
parent33c35127025cce3db587d0bf04c2d676256156ab (diff)
Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'` `git diff -w` & `git diff -b` show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxcb-wm/-/merge_requests/10>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb7b6a1..f0ca204 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ Release 0.4.1 (2014-02-19)
- make: implement the silent rules for m4 generated files.
- make: compile the library with standard xorg warning flags.
- Bump required xorg-macros version to >= 1.16.0.
-
+
Release 0.4.0 (2014-01-19)
==========================