about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-24 00:02:25 +0000
committerGitHub <noreply@github.com>2024-01-24 00:02:25 +0000
commit6a4e9dff735fc9f2135a04d092c3ca0d346cd56f (patch)
tree94b25d930581b74d92f939504886e5ee4d24c9b4 /nixos/doc/manual
parent01a65d81f31318c45659b5cdf6870d7ffe835baa (diff)
parente81467f581f3283171e58bde727a2d8aa10647b8 (diff)
downloadnixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar.gz
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar.bz2
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar.lz
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar.xz
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.tar.zst
nixlib-6a4e9dff735fc9f2135a04d092c3ca0d346cd56f.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 90b30b345bae..e6f72cf02ab0 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -61,6 +61,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
 
+- [RustDesk](https://rustdesk.com), a full-featured open source remote control alternative for self-hosting and security with minimal configuration. Alternative to TeamViewer.
+
 ## Backward Incompatibilities {#sec-release-24.05-incompatibilities}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
@@ -184,6 +186,14 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 
 - [watchdogd](https://troglobit.com/projects/watchdogd/), a system and process supervisor using watchdog timers. Available as [services.watchdogd](#opt-services.watchdogd.enable).
 
+- The `jdt-language-server` package now uses upstream's provided python wrapper instead of our own custom wrapper. This results in the following breaking and notable changes:
+
+  - The main binary for the package is now named `jdtls` instead of `jdt-language-server`, equivalent to what most editors expect the binary to be named.
+
+  - JVM arguments should now be provided with the `--jvm-arg` flag instead of setting `JAVA_OPTS`.
+
+  - The `-data` path is no longer required to run the package, and will be set to point to a folder in `$TMP` if missing.
+
 ## Other Notable Changes {#sec-release-24.05-notable-changes}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->