Skip to content

Commit 8052ee7

Browse files
committed
Version 1.1.5
1 parent 92d30a7 commit 8052ee7

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

ChangeLog

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2024-11-18 Thiago L. A. Miller <[email protected]>
2+
3+
* Version 1.1.5
4+
5+
2024-11-17 Thiago L. A. Miller <[email protected]>
6+
7+
* ADD: Create SECURITY.md
8+
9+
2024-11-16 Thiago L. A. Miller <[email protected]>
10+
11+
* UPDATE: meson version to 0.58.0
12+
13+
* ADD: generate man page by default and set install
14+
15+
Generate and install the man page, using docs/usage.rst by default. In
16+
order to generate the doc site, it is necessary to setup meson with the
17+
options '-Dsphinx_target=html' and, in that case, the extension
18+
sphinx_rtd_theme will be mandatory.
19+
20+
2024-11-13 Thiago L. A. Miller <[email protected]>
21+
22+
* ADD: README.md: Badge for CodeQL and tag
23+
124
2024-11-12 Thiago L. A. Miller <[email protected]>
225

326
* Version 1.1.4

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.1.5
2+
3+
* Now, by default, compile and install a man
4+
page alongside the sider executable when
5+
sphinx-build is present.
6+
7+
* Add CodeQL to test vulnerabilities in code.
8+
9+
* Add a security policy.
10+
111
Version 1.1.4
212

313
* Fix an english typo in cluster.c (cluster).

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'sideRETRO', 'c',
3-
version : '1.1.4',
3+
version : '1.1.5',
44
license : 'GPL3',
55
meson_version : '>= 0.58.0',
66
default_options : ['c_std=c99']

0 commit comments

Comments
 (0)