Commit 0e2b7971 authored by Mike Gabriel's avatar Mike Gabriel

release 3.5.99.26

parent 3e02494c
3.5.99.25 3.5.99.26
nx-libs (2:3.5.99.26-0) unstable; urgency=medium
* Upstream-provided Debian package for nx-libs.
See upstream ChangeLog for recent changes.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 04 Feb 2021 14:34:17 +0100
nx-libs (2:3.5.99.25-0) unstable; urgency=medium nx-libs (2:3.5.99.25-0) unstable; urgency=medium
* Upstream-provided Debian package for nx-libs. * Upstream-provided Debian package for nx-libs.
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.\" other dealings in this Software without prior written authorization .\" other dealings in this Software without prior written authorization
.\" from The Open Group. .\" from The Open Group.
.ds q \N'34' .ds q \N'34'
.TH nxagent 1 "Nov 2020" "Version 3.5.99.25" "NX Agent (Xserver)" .TH nxagent 1 "Feb 2021" "Version 3.5.99.26" "NX Agent (Xserver)"
.SH NAME .SH NAME
nxagent \- nested Xserver optimized for remote computing nxagent \- nested Xserver optimized for remote computing
.SH SYNOPSIS .SH SYNOPSIS
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
%endif %endif
Name: nx-libs Name: nx-libs
Version: 3.5.99.25 Version: 3.5.99.26
Release: 0.0build1%{?dist} Release: 0.0build1%{?dist}
Summary: NX X11 protocol compression libraries Summary: NX X11 protocol compression libraries
...@@ -643,5 +643,5 @@ sed -i '1 s/python/python3/' %{buildroot}%{_bindir}/nxdialog ...@@ -643,5 +643,5 @@ sed -i '1 s/python/python3/' %{buildroot}%{_bindir}/nxdialog
%{_datadir}/man/man1/nxdialog.1* %{_datadir}/man/man1/nxdialog.1*
%changelog %changelog
* Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.25 * Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.26
- See upstream ChangeLog and debian/changelog for details. - See upstream ChangeLog and debian/changelog for details.
...@@ -298,7 +298,7 @@ class NxDialogProgram(object): ...@@ -298,7 +298,7 @@ class NxDialogProgram(object):
parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs") parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs")
# nxagent 3.5.99.25 only uses yesno, ok, pulldown and yesnosuspend # nxagent 3.5.99.26 only uses yesno, ok, pulldown and yesnosuspend
# yesno dialogs will always kill the session if "yes" is selected # yesno dialogs will always kill the session if "yes" is selected
parser.add_argument("--dialog", dest="dialog_type", parser.add_argument("--dialog", dest="dialog_type",
help='type of dialog to show, one of "yesno", \ help='type of dialog to show, one of "yesno", \
...@@ -316,7 +316,7 @@ class NxDialogProgram(object): ...@@ -316,7 +316,7 @@ class NxDialogProgram(object):
parser.add_argument("--window", dest="window", parser.add_argument("--window", dest="window",
help="id of window where to embed the \ help="id of window where to embed the \
pulldown dialog type") pulldown dialog type")
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.25 # -class, -local, -allowmultiple are unused in nxlibs 3.5.99.26
parser.add_argument("--class", dest="dlgclass", default="info", parser.add_argument("--class", dest="dlgclass", default="info",
help="class of the message (info, warning, error) \ help="class of the message (info, warning, error) \
default: info) [currently unimplemented]") default: info) [currently unimplemented]")
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3 \\$2 \(la\\$1\(ra\\$3
.. ..
.if \n(.g .mso www.tmac .if \n(.g .mso www.tmac
.TH nxdialog 1 "Nov 2020" "Version 3.5.99.25" "NX Dialog" .TH nxdialog 1 "Feb 2021" "Version 3.5.99.26" "NX Dialog"
.SH NAME .SH NAME
nxdialog \- NX Dialog Helper nxdialog \- NX Dialog Helper
.SH SYNOPSIS .SH SYNOPSIS
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3 \\$2 \(la\\$1\(ra\\$3
.. ..
.if \n(.g .mso www.tmac .if \n(.g .mso www.tmac
.TH nxproxy 1 "Nov 2020" "Version 3.5.99.25" "NX Proxy" .TH nxproxy 1 "Feb 2021" "Version 3.5.99.26" "NX Proxy"
.SH NAME .SH NAME
nxproxy \- NX Proxy Tool nxproxy \- NX Proxy Tool
.SH SYNOPSIS .SH SYNOPSIS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment