Skip to content

Commit

Permalink
Change all 22.12 to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnn3 committed Nov 3, 2023
1 parent a1348c5 commit fc6afe9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ further information and support.
<!--
NOTE: A release version is also in SUMMARY.md.
-->
**The document describes CheriBSD as of the 22.12 release, unless explicitly
**The document describes CheriBSD as of the 23.11 release, unless explicitly
stated in sections referring to earlier or later releases.**

*This document is a work-in-progress. Feedback and contributions are
Expand Down
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
<!--
NOTE: A release version is also in README.md.
-->
[Current release: 22.12]()
[Current release: 23.11]()
2 changes: 1 addition & 1 deletion src/downloading/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Images are compressed using the UNIX `xz` command, and must be decompressed
before they can be used; for example by running:

```
unxz cheribsd-memstick-arm64-aarch64c-22.12.img.xz
unxz cheribsd-memstick-arm64-aarch64c-23.11.img.xz
````
4 changes: 2 additions & 2 deletions src/features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This is discussed further in the [chapter on packages](../packages/).

## CheriABI desktop environment (experimental)

As of the 22.12 release, the installer has gained the option to install a
As of the 23.11 release, the installer has gained the option to install a
desktop environment using the Mali Bifrost GPU on the Morello System-on-Chip.
The option installs a basic desktop environment using KDE and Wayland
compiled for CheriABI with the `cheri-desktop` package. It also
Expand Down Expand Up @@ -72,7 +72,7 @@ CHERI-enabled software compartmentalization models:
within a process using CHERI capabilities limiting the access of attackers
who have achieved arbitrary code execution within a library.
Initial support for linker-based library compartmentalization is included
in the 22.12 release of CheriBSD. See the compartmentalization(7) manual
in the 23.11 release of CheriBSD. See the compartmentalization(7) manual
page on an installed system for more information.

## Virtualization (experimental)
Expand Down
4 changes: 2 additions & 2 deletions src/morello-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ following command would write the image to a USB stick for use with a Morello
board:

```
dd if=cheribsd-memstick-arm64-aarch64c-22.12.img of=/dev/DISK bs=1048576
dd if=cheribsd-memstick-arm64-aarch64c-23.11.img of=/dev/DISK bs=1048576
```

It is also possible to write a live image to a USB stick, with appropriate
Expand Down Expand Up @@ -486,7 +486,7 @@ to use network time synchronization:
│ │
│ Month Year │
│ ┌───────────────┐┌───────────────┐ │
│ │May ││2022 │ │
│ │November ││2023 │ │
│ └───────────────┘└───────────────┘ │
│ ┌─────↑(-)───────────────────────┐ │
│ │ Sun Mon Tue Wed Thu Fri Sat │ │
Expand Down
2 changes: 1 addition & 1 deletion src/nonfeatures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Many other kernel features are not yet well validated, including:

## Alpha ZFS support

The 22.12 release includes Alpha support for the ZFS file system. It is
The 23.11 release includes Alpha support for the ZFS file system. It is
lightly tested, but works without known issues with a hybrid kernel. With
the pure capability kernel, filesystems can be created and used, but it must
not be the root file system as it currently hangs on boot.
Expand Down
2 changes: 1 addition & 1 deletion src/packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ They have different levels of completeness, maturity, security, and support.
extends FreeBSD ports, a collection of over 30,000 third-party
software adaptations to FreeBSD, with CHERI- and CheriBSD-specific patches.
The
[releng/22.12](https://github.com/CTSRD-CHERI/cheribsd-ports/tree/releng/22.12)
[releng/23.11](https://github.com/CTSRD-CHERI/cheribsd-ports/tree/releng/22.12)

This comment has been minimized.

Copy link
@kwitaszczyk

kwitaszczyk Nov 3, 2023

Member
[releng/23.11](https://github.com/CTSRD-CHERI/cheribsd-ports/tree/releng/23.11)
CheriBSD ports branch contains ports matching the packages built for the current
release.

Expand Down

0 comments on commit fc6afe9

Please sign in to comment.