Skip to content

Commit 360cb5d

Browse files
committed
release 3.5.99.21
1 parent c2ca013 commit 360cb5d

File tree

9 files changed

+563
-9
lines changed

9 files changed

+563
-9
lines changed

ChangeLog

Lines changed: 549 additions & 2 deletions
Large diffs are not rendered by default.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.99.20
1+
3.5.99.21

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nx-libs (2:3.5.99.21-1) unstable; urgency=medium
2+
3+
* Upstream-provided Debian package for nx-libs.
4+
See upstream ChangeLog for recent changes.
5+
6+
-- Mike Gabriel <[email protected]> Mon, 05 Aug 2019 18:25:33 +0200
7+
18
nx-libs (2:3.5.99.20-0) unstable; urgency=medium
29

310
* Upstream-provided Debian package for nx-libs.
0 Bytes
Binary file not shown.

nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.\" other dealings in this Software without prior written authorization
2424
.\" from The Open Group.
2525
.ds q \N'34'
26-
.TH nxagent 1 "Apr 2019" "Version 3.5.99.20" "NX Agent (Xserver)"
26+
.TH nxagent 1 "Aug 2019" "Version 3.5.99.21" "NX Agent (Xserver)"
2727
.SH NAME
2828
nxagent \- nested Xserver optimized for remote computing
2929
.SH SYNOPSIS

nx-libs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%endif
1111

1212
Name: nx-libs
13-
Version: 3.5.99.20
13+
Version: 3.5.99.21
1414
Release: 0.0build1%{?dist}
1515
Summary: NX X11 protocol compression libraries
1616

nxdialog/bin/nxdialog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class NxDialogProgram(object):
298298

299299
parser = argparse.ArgumentParser(description="Helper for nxagent to display dialogs")
300300

301-
# nxagent 3.5.99.20 only uses yesno, ok, pulldown and yesnosuspend
301+
# nxagent 3.5.99.21 only uses yesno, ok, pulldown and yesnosuspend
302302
# yesno dialogs will always kill the session if "yes" is selected
303303
parser.add_argument("--dialog", dest="dialog_type",
304304
help='type of dialog to show, one of "yesno", \
@@ -316,7 +316,7 @@ class NxDialogProgram(object):
316316
parser.add_argument("--window", dest="window",
317317
help="id of window where to embed the \
318318
pulldown dialog type")
319-
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.20
319+
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.21
320320
parser.add_argument("--class", dest="dlgclass", default="info",
321321
help="class of the message (info, warning, error) \
322322
default: info) [currently unimplemented]")

nxdialog/man/nxdialog.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
\\$2 \(la\\$1\(ra\\$3
66
..
77
.if \n(.g .mso www.tmac
8-
.TH nxdialog 1 "Apr 2019" "Version 3.5.99.20" "NX Dialog"
8+
.TH nxdialog 1 "Aug 2019" "Version 3.5.99.21" "NX Dialog"
99
.SH NAME
1010
nxdialog \- NX Dialog Helper
1111
.SH SYNOPSIS

nxproxy/man/nxproxy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
\\$2 \(la\\$1\(ra\\$3
66
..
77
.if \n(.g .mso www.tmac
8-
.TH nxproxy 1 "Apr 2019" "Version 3.5.99.20" "NX Proxy"
8+
.TH nxproxy 1 "Aug 2019" "Version 3.5.99.21" "NX Proxy"
99
.SH NAME
1010
nxproxy \- NX Proxy Tool
1111
.SH SYNOPSIS

0 commit comments

Comments
 (0)