Skip to content

Commit

Permalink
Version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Nov 18, 2024
1 parent 92d30a7 commit 8052ee7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2024-11-18 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.5

2024-11-17 Thiago L. A. Miller <tmiller@mochsl.org.br>

* ADD: Create SECURITY.md

2024-11-16 Thiago L. A. Miller <tmiller@mochsl.org.br>

* UPDATE: meson version to 0.58.0

* ADD: generate man page by default and set install

Generate and install the man page, using docs/usage.rst by default. In
order to generate the doc site, it is necessary to setup meson with the
options '-Dsphinx_target=html' and, in that case, the extension
sphinx_rtd_theme will be mandatory.

2024-11-13 Thiago L. A. Miller <tmiller@mochsl.org.br>

* ADD: README.md: Badge for CodeQL and tag

2024-11-12 Thiago L. A. Miller <tmiller@mochsl.org.br>

* Version 1.1.4
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.1.5

* Now, by default, compile and install a man
page alongside the sider executable when
sphinx-build is present.

* Add CodeQL to test vulnerabilities in code.

* Add a security policy.

Version 1.1.4

* Fix an english typo in cluster.c (cluster).
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'sideRETRO', 'c',
version : '1.1.4',
version : '1.1.5',
license : 'GPL3',
meson_version : '>= 0.58.0',
default_options : ['c_std=c99']
Expand Down

0 comments on commit 8052ee7

Please sign in to comment.