diff options
author | Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> | 2014-06-25 09:57:42 +0200 |
---|---|---|
committer | Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> | 2014-06-25 09:57:42 +0200 |
commit | fcd9b71bc912fa0d56b935fe0f3c06bec25d1124 (patch) | |
tree | b9e9140ce1c9ce65433f176b2c76daa1d7403f78 | |
parent | 7154096b73f1dd1a5d7ade188a2f09fdf26b6281 (diff) | |
download | nx-libs-fcd9b71bc912fa0d56b935fe0f3c06bec25d1124.tar.gz nx-libs-fcd9b71bc912fa0d56b935fe0f3c06bec25d1124.tar.bz2 nx-libs-fcd9b71bc912fa0d56b935fe0f3c06bec25d1124.zip |
Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path specified by "state" option in agent options file. If option is omitted, session state will not be saved. Session states are: STARTING, RUNNING, SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f5d68e55a..93d6d7ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,12 @@ nx-libs (2:3.5.0.25-0x2go1) UNRELEASED; urgency=low + 209_x2goagent_add-man-page.full.patch + 220_nxproxy_bind-loopback-only.full+lite.patch + [ Oleksandr Shneyder ] + * Add 210_nxagent_nxcomp_save_session_state.patch. Save session state in path + specified by "state" option in agent options file. If option is omitted, + session state will not be saved. Session states are: STARTING, RUNNING, + SUSPENDING, SUSPENDED, RESUMING, TERMINATING, TERMINATED. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 07 May 2014 09:58:10 +0200 nx-libs (2:3.5.0.24-0x2go1) unstable; urgency=low diff --git a/debian/patches/series b/debian/patches/series index edbd38edd..25f20ddaf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -65,3 +65,4 @@ 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch 016_nx-X11_install-location.debian.patch 102_xserver-xext_set-securitypolicy-path.debian.patch +210_nxagent_nxcomp_save_session_state.patch |