about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-22 12:01:28 +0000
committerGitHub <noreply@github.com>2023-07-22 12:01:28 +0000
commit045f0259febde0ca2e4c55f87f5f09609558aa09 (patch)
treec4dd657566d218e1ce892c38313a71d6725c3aa8 /nixos/doc
parented71ea2d5ff9fe94069c4794bc961b72d61e65ef (diff)
parentf465da166263bc0d4b39dfd4ca28b777c92d4b73 (diff)
downloadnixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar.gz
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar.bz2
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar.lz
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar.xz
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.tar.zst
nixlib-045f0259febde0ca2e4c55f87f5f09609558aa09.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index d94f5fceb5f3..7668abe6174f 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -24,12 +24,15 @@
 
 - [Apache Guacamole](https://guacamole.apache.org/), a cross-platform, clientless remote desktop gateway. Available as [services.guacamole-server](#opt-services.guacamole-server.enable) and [services.guacamole-client](#opt-services.guacamole-client.enable) services.
 
+- [pgBouncer](https://www.pgbouncer.org), a PostgreSQL connection pooler. Available as [services.pgbouncer](#opt-services.pgbouncer.enable).
+
 - [trust-dns](https://trust-dns.org/), a Rust based DNS server built to be safe and secure from the ground up. Available as [services.trust-dns](#opt-services.trust-dns.enable).
 
 - [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
 
 - [ebusd](https://ebusd.eu), a daemon for handling communication with eBUS devices connected to a 2-wire bus system (“energy bus” used by numerous heating systems). Available as [services.ebusd](#opt-services.ebusd.enable).
 
+
 ## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
 
 - The `boot.loader.raspberryPi` options have been marked deprecated, with intent for removal for NixOS 24.11. They had a limited use-case, and do not work like people expect. They required either very old installs ([before mid-2019](https://github.com/NixOS/nixpkgs/pull/62462)) or customized builds out of scope of the standard and generic AArch64 support. That option set never supported the Raspberry Pi 4 family of devices.