Skip to content

Commit 934ad6e

Browse files
committed
Prepare for release 0.3.3-rc1.
1 parent 33b062c commit 934ad6e

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtrtr"
3-
version = "0.3.3-dev"
3+
version = "0.3.3-rc1"
44
edition = "2021"
55
rust-version = "1.88.0"
66
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## Unreleased future version
3+
## 0.3.3-rc1
44

5-
Breaking changes
5+
Released 2026-01-29.
66

77
New
88

doc/rtrtr.1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.\" Man page generated from reStructuredText.
1+
.\" Man page generated from reStructuredText
2+
.\" by the Docutils 0.22.4 manpage writer.
23
.
34
.
45
.nr rst2man-indent-level 0
@@ -27,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2728
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2829
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2930
..
30-
.TH "RTRTR" "1" "May 06, 2025" "0.3.3-dev" "RTRTR"
31+
.TH "RTRTR" "1" "Jan 29, 2026" "0.3.3-rc1" "RTRTR"
3132
.SH NAME
3233
rtrtr \- RPKI data proxy
3334
.SH SYNOPSIS
@@ -49,7 +50,7 @@ monitoring endpoint in plain text and Prometheus format.
4950
.TP
5051
.B \-c path, \-\-config=path
5152
Provides the path to a file containing the configuration for RTRTR. See
52-
\fI\%CONFIGURATION FILE\fP below for more information on the format and
53+
CONFIGURATION FILE below for more information on the format and
5354
contents of the file.
5455
.sp
5556
This option is required.
@@ -60,20 +61,20 @@ This option is required.
6061
Print more information. If given twice, even more information is
6162
printed.
6263
.sp
63-
More specifically, a single \fI\%\-v\fP increases the log level from
64+
More specifically, a single \fB\-v\fP increases the log level from
6465
the default of warn to \fIinfo\fP, specifying it more than once increases
6566
it to \fIdebug\fP\&.
6667
.sp
67-
See \fI\%LOGGING\fP below for more information on what information is logged
68+
See LOGGING below for more information on what information is logged
6869
at the different levels.
6970
.UNINDENT
7071
.INDENT 0.0
7172
.TP
7273
.B \-q, \-\-quiet
7374
Print less information. Given twice, print nothing at all.
7475
.sp
75-
A single \fI\%\-q\fP will drop the log level to \fIerror\fP\&. Repeating
76-
\fI\%\-q\fP more than once turns logging off completely.
76+
A single \fB\-q\fP will drop the log level to \fIerror\fP\&. Repeating
77+
\fB\-q\fP more than once turns logging off completely.
7778
.UNINDENT
7879
.INDENT 0.0
7980
.TP
@@ -305,7 +306,7 @@ source.
305306
.sp
306307
A unit of type \fB\(dqslurm\(dq\fP will apply local exception rules to a data set
307308
provided by another unit. These rules are defined through local JSON files as
308-
described in \X'tty: link https://datatracker.ietf.org/doc/html/rfc8416.html'\fI\%RFC 8416\fP\X'tty: link'\&. They allow to both filter out existing entries in a
309+
described in \fBRFC 8416\fP \%<https://\:datatracker\:.ietf\:.org/\:doc/\:html/\:rfc8416\:.html>\&. They allow to both filter out existing entries in a
309310
data set as well as add new entries.
310311
.sp
311312
The \fB\(dqslurm\(dq\fP unit has the following configuration options:
@@ -416,9 +417,8 @@ do not influence the data set.
416417
Information about the internal state of RTRTR that may be useful for
417418
debugging.
418419
.UNINDENT
419-
.SH AUTHOR
420+
.SH Author
420421
NLnet Labs
421-
.SH COPYRIGHT
422-
2019–2025, NLnet Labs
423-
.\" Generated by docutils manpage writer.
424-
.
422+
.SH Copyright
423+
2019–2026, NLnet Labs
424+
.\" End of generated man page.

0 commit comments

Comments
 (0)