|
0f9cefb1
|
2025-07-15T12:35:34
|
|
Bump version to 1.11.0
|
|
84914512
|
2025-07-01T18:37:22
|
|
chore: Rename indexes to indices
Before this commit there was a mix between the two forms.
While “indexes” is correct, “indices” is more usual and also
the historical form used in this project.
|
|
bffbef88
|
2025-05-21T23:57:11
|
|
build: Require Bison ≥ 3.6
Older versions don’t support `%define parse.error detailed`.
Fixes: a3f1a9d3ba ("xkbcomp/parser: enable Bison detailed syntax error")
|
|
7888474d
|
2025-05-16T14:06:18
|
|
Bump version to 1.10.0
|
|
61a1e646
|
2025-05-15T17:24:50
|
|
doc: Reformat release notes and include them in the HTML doc
|
|
dd642359
|
2025-05-07T00:06:10
|
|
Bump version to 1.9.2
|
|
7df431ac
|
2025-05-02T19:44:15
|
|
Bump version to 1.9.1
|
|
ee1a98c5
|
2025-04-15T20:45:27
|
|
Bump version to 1.9.0
Signed-off-by: Ran Benita <ran@unusedvar.com>
|
|
b3465081
|
2025-03-12T00:20:39
|
|
Bump version to 1.8.1 and update changelog
|
|
76740e0c
|
2025-01-30T14:21:00
|
|
Bump version to 1.8.0 and update changelog
|
|
4052a645
|
2024-03-24T09:22:57
|
|
doc: Fix contribution entry in NEWS
|
|
7a31e358
|
2024-03-23T23:23:43
|
|
Bump version to 1.7.0
Signed-off-by: Ran Benita <ran@unusedvar.com>
|
|
bc1547fb
|
2024-03-01T15:33:55
|
|
doc(news): Update for 1.7.0 release
Signed-off-by: Ran Benita <ran@unusedvar.com>
|
|
737706fe
|
2024-03-07T10:08:16
|
|
doc: Use towncrier to handle release notes
Towncrier is a utility to produce useful, summarized news files.
See:
- https://pypi.org/project/towncrier/
- https://towncrier.readthedocs.io
Custom configuration for xkbcommon:
- New fragments are located in the `changes` directory.
- 3 sections:
- API: `changes/api`
- Tools: `changes/tools`
- Build System: `changes/build`
- 3 news fragments:
- Breaking changes: `.breaking`
- New: `.feature`
- Fixes: `.bugfix`
`NEWS` is renamed to `NEWS.md` because the tool requires `.md`
extension to write in markdown format.
|