Skip to content

Commit 0e2b797

Browse files
committed
release 3.5.99.26
1 parent 3e02494 commit 0e2b797

File tree

10 files changed

+719
-10
lines changed

10 files changed

+719
-10
lines changed

AUTHORS

Whitespace-only changes.

ChangeLog

+704-2
Large diffs are not rendered by default.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.99.25
1+
3.5.99.26

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nx-libs (2:3.5.99.26-0) unstable; urgency=medium
2+
3+
* Upstream-provided Debian package for nx-libs.
4+
See upstream ChangeLog for recent changes.
5+
6+
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 04 Feb 2021 14:34:17 +0100
7+
18
nx-libs (2:3.5.99.25-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

+1-1
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 "Nov 2020" "Version 3.5.99.25" "NX Agent (Xserver)"
26+
.TH nxagent 1 "Feb 2021" "Version 3.5.99.26" "NX Agent (Xserver)"
2727
.SH NAME
2828
nxagent \- nested Xserver optimized for remote computing
2929
.SH SYNOPSIS

nx-libs.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%endif
1111

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

@@ -643,5 +643,5 @@ sed -i '1 s/python/python3/' %{buildroot}%{_bindir}/nxdialog
643643
%{_datadir}/man/man1/nxdialog.1*
644644

645645
%changelog
646-
* Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.25
646+
* Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.26
647647
- See upstream ChangeLog and debian/changelog for details.

nxdialog/bin/nxdialog

+2-2
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.25 only uses yesno, ok, pulldown and yesnosuspend
301+
# nxagent 3.5.99.26 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.25
319+
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.26
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

+1-1
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 "Nov 2020" "Version 3.5.99.25" "NX Dialog"
8+
.TH nxdialog 1 "Feb 2021" "Version 3.5.99.26" "NX Dialog"
99
.SH NAME
1010
nxdialog \- NX Dialog Helper
1111
.SH SYNOPSIS

nxproxy/man/nxproxy.1

+1-1
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 "Nov 2020" "Version 3.5.99.25" "NX Proxy"
8+
.TH nxproxy 1 "Feb 2021" "Version 3.5.99.26" "NX Proxy"
99
.SH NAME
1010
nxproxy \- NX Proxy Tool
1111
.SH SYNOPSIS

0 commit comments

Comments
 (0)