Skip to content

Commit

Permalink
Update release-v27-0.md
Browse files Browse the repository at this point in the history
Adding gcc-12 upgrade notice, and removing placeholder sections.
  • Loading branch information
qwahzi authored Sep 2, 2024
1 parent 98d9c93 commit 332ba17
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/releases/release-v27-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ In general, exchanges, services and integrations are encouraged to join [the tes

V27 includes a one-way database upgrade that takes a few minutes to run.

### gcc-12 users

If your system uses gcc-12 there is a known bug in the compiler optimiser that has problems compiling c++20 code.

If you get a compiler error related to -Wrestrict, it's recomended to either downgrade to gcc-11 or upgrade to gcc-13 to compile the node. See more [detail here](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329). Debian 12 (bookworm) ships with gcc-12 by default, but has a package for gcc-11.

### RPC changes

V27 RPC changes are minor and non-breaking.
Expand Down Expand Up @@ -48,17 +54,6 @@ Several bugs were fixed, including race conditions, missing notifications, & dep

---

## Deprecations/Removals

* tbd

---

## Ledger & Database
* tbd

---

## Official V27 Blog Post
See [here](https://nano.org/en/blog/v27-denarius-preview--eb8bceac) for the official V27 blog post.

Expand Down

0 comments on commit 332ba17

Please sign in to comment.