aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-01-31 14:10:36 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-01-31 14:10:36 +0100
commit427ac344c53acf4cb361f24e1df771137f83ea6b (patch)
tree384f8048a0565b74d24999a62b5925ad6c7e56a2
parent26e483d495cb06b9af5d04b44ae7176885433072 (diff)
downloadnx-libs-3.5.99.18.tar.gz
nx-libs-3.5.99.18.tar.bz2
nx-libs-3.5.99.18.zip
release 3.5.99.183.5.99.18
-rw-r--r--ChangeLog222
-rw-r--r--VERSION2
-rw-r--r--debian/changelog7
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/man/nxagent.12
-rw-r--r--nx-libs.spec2
-rw-r--r--nxproxy/man/nxproxy.12
6 files changed, 231 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index aca1810b0..c363e9b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,224 @@
-2018-11-20 16:03:22 +0100 Mike Gabriel (b0c5dcd51)
+2019-01-31 14:10:36 +0100 Mike Gabriel (b5d411337)
- * release 3.5.99.17 (HEAD -> 3.6.x, tag: 3.5.99.17)
+ * release 3.5.99.18 (HEAD -> 3.6.x, tag: 3.5.99.18)
+
+2019-01-25 16:37:29 +0100 Mike Gabriel (26e483d49)
+
+ * Merge branch 'theqvd-unix_socket_forwarding' into 3.6.x
+
+2019-01-18 13:15:18 +0100 Vadim (889de46f7)
+
+ * Fix parsing ports set to unix sockets
+
+2019-01-18 12:28:51 +0100 Vadim (5c99eb7d5)
+
+ * Make getUnixPath() return the right value when called without an
+ argument.
+
+2019-01-17 12:06:34 +0100 Mike Gabriel (ca8236e7f)
+
+ * Merge branch 'uli42-pr/window_fixes' into 3.6.x
+
+2019-01-12 01:01:55 +0100 Ulrich Sibiller (d16a5fbb1)
+
+ * Screen.c: fix handling of fullscreen startup
+
+2019-01-13 23:47:53 +0100 Ulrich Sibiller (3c92b5db9)
+
+ * Screen.c: fix size calculation in rootless mode
+
+2019-01-13 23:46:49 +0100 Ulrich Sibiller (43d3b655d)
+
+ * Screen.c: improve readability of size calculations
+
+2019-01-11 23:25:39 +0100 Ulrich Sibiller (8dea30751)
+
+ * Screen.c: move identical line out of both parts of an if clause
+
+2019-01-11 22:39:34 +0100 Ulrich Sibiller (c4c39bc94)
+
+ * Extensions.c: Cleanup nxagentRandRInitSizes()
+
+2019-01-11 21:58:50 +0100 Ulrich Sibiller (6c0098a3e)
+
+ * Extensions.c: fix first resolution being ignored
+
+2019-01-11 00:59:55 +0100 Ulrich Sibiller (d175fd4c6)
+
+ * Set default screen size to the whole screen in rootless mode
+
+2019-01-10 22:35:02 +0100 Ulrich Sibiller (4a7faa8bd)
+
+ * Window.c: move WM_STATE handling to separate function
+
+2018-12-22 22:02:15 +0100 Mike Gabriel (4214a719a)
+
+ * Merge branch 'uli42-pr/fix_xlibcrash' into 3.6.x
+
+2018-10-31 23:44:15 +0100 Ulrich Sibiller (633f4617b)
+
+ * XlibInt: check for XlibError before accessing other dpy fields
+
+2018-10-31 23:43:58 +0100 Ulrich Sibiller (a61b1a72d)
+
+ * XlibInt.c: fix wrong debug message
+
+2018-12-19 12:39:59 +0100 Mike Gabriel (d98255968)
+
+ * nxagent.1 man page: Grammar fix.
+
+2018-12-19 12:38:59 +0100 Mike Gabriel (669af5300)
+
+ * Merge branch 'uli42-pr/x2go_bypass' into 3.6.x
+
+2017-07-22 22:21:05 +0200 Ulrich Sibiller (522106e20)
+
+ * nxagent: bypass X2go's keyboard configuration hack
+
+2018-12-19 12:36:28 +0100 Mike Gabriel (a8c65ab62)
+
+ * Merge branch 'uli42-pr/improve_keyboard2' into 3.6.x
+
+2018-12-03 23:35:56 +0100 Ulrich Sibiller (a70ec920d)
+
+ * Keyboard.c: add static keyword where appropriate
+
+2018-12-03 22:03:58 +0100 Ulrich Sibiller (d5c9733b2)
+
+ * nxagent: simplify keycode conversion setup
+
+2018-12-03 21:54:15 +0100 Ulrich Sibiller (1d6c241d3)
+
+ * nxagent: store remote keyboard in global variables
+
+2018-12-02 17:08:31 +0100 Ulrich Sibiller (161515d24)
+
+ * nxagent: add additional keyboard config option rmlvo
+
+2017-07-22 19:03:19 +0200 Ulrich Sibiller (1de6ca599)
+
+ * nxagent: add keyboard=clone configuration option
+
+2018-12-19 12:31:05 +0100 Mike Gabriel (ab3e14850)
+
+ * Merge branch 'uli42-pr/keyboard_cleanup' into 3.6.x
+
+2018-12-03 21:34:40 +0100 Ulrich Sibiller (26b033b84)
+
+ * Reconnect.c: restore old keyboard value if no new one is given
+
+2018-12-03 21:52:33 +0100 Ulrich Sibiller (4dfe84eaf)
+
+ * Keyboard.c: remove non-fitting comment
+
+2018-12-01 22:37:40 +0100 Ulrich Sibiller (21a0ce367)
+
+ * nxagent: fix references to default rules in manpage
+
+2017-07-23 02:03:58 +0200 Ulrich Sibiller (3b62184a1)
+
+ * Keyboard.c: improve creation of keyboard config file
+
+2018-12-01 18:17:40 +0100 Ulrich Sibiller (fb31220f2)
+
+ * Keyboard.c: reformat nxagentKeycodeConversionSetup
+
+2018-12-02 00:09:00 +0100 Ulrich Sibiller (3c4a8da12)
+
+ * Keyboard.c: use 'variant' all over the place
+
+2018-12-01 23:59:36 +0100 Ulrich Sibiller (d0d6c1bdb)
+
+ * Keyboard.c: rename variables to better reflect their meaning
+
+2017-07-22 18:56:13 +0200 Ulrich Sibiller (269a352ff)
+
+ * Keyboard.c: refactor keycode conversion
+
+2017-07-22 17:34:22 +0200 Ulrich Sibiller (d610e9c3c)
+
+ * Keyboard.c: move keyboard file creation to extra function
+
+2018-12-19 12:25:53 +0100 Mike Gabriel (70cb1926c)
+
+ * Merge branch 'uli42-pr/xnest_manpages' into 3.6.x
+
+2018-12-17 22:36:44 +0100 Ulrich Sibiller (c8947d8aa)
+
+ * manpage: reformat some lines
+
+2018-12-17 22:36:34 +0100 Ulrich Sibiller (b405b962f)
+
+ * manpage: add -name
+
+2018-12-17 22:36:07 +0100 Ulrich Sibiller (b8138d97d)
+
+ * manpage: add/extend -dpi/-autodpi
+
+2018-12-17 22:35:35 +0100 Ulrich Sibiller (338e20510)
+
+ * manpage: add -geometry
+
+2018-12-17 22:35:18 +0100 Ulrich Sibiller (51664049f)
+
+ * manpage: add -depth
+
+2018-12-17 22:34:43 +0100 Ulrich Sibiller (3b508010d)
+
+ * manpage: add -class
+
+2018-12-17 22:34:15 +0100 Ulrich Sibiller (0b454d2d3)
+
+ * manpage: add -full
+
+2018-12-17 22:33:52 +0100 Ulrich Sibiller (79e4c20a0)
+
+ * manpage: add -sync
+
+2018-12-19 12:20:10 +0100 Mike Gabriel (22fea29cf)
+
+ * Merge branch 'uli42-pr/fb_fastpath' into 3.6.x
+
+2018-12-18 21:39:04 +0100 Ulrich Sibiller (034228d75)
+
+ * fb: fix fast-path blt detection
+
+2018-12-18 21:32:37 +0100 Ulrich Sibiller (020ef045e)
+
+ * fb: Fix memcpy abuse
+
+2018-12-19 12:18:27 +0100 Mike Gabriel (8d6a4a9b7)
+
+ * Merge branch 'uli42-pr/fix_uninit' into 3.6.x
+
+2018-12-18 00:17:51 +0100 Ulrich Sibiller (44c59e12d)
+
+ * Fix uninitialized bytes
+
+2018-12-18 00:05:50 +0100 Ulrich Sibiller (5b0bf752a)
+
+ * xkb: Initialize pad bytes sent in replies of geometry requests.
+
+2018-12-17 23:58:16 +0100 Ulrich Sibiller (a4fad8f58)
+
+ * Fix crash due to uninitialized VModMap fields.
+
+2018-11-22 13:16:20 +0100 Mike Gabriel (989398afe)
+
+ * debian/*: Adopt packaging changes from official Debian package.
+
+2018-11-22 11:46:01 +0100 Mike Gabriel (6d7784eb0)
+
+ * debian/nxagent.{post,pre}*: Fix versions in dpkg-maintscript-helper
+ calls.
+
+2018-11-22 11:45:29 +0100 Mike Gabriel (afa56ea64)
+
+ * debian/changelog: post-release fix (UNRELEASED -> unstable).
+
+2018-11-20 16:03:22 +0100 Mike Gabriel (3a19d8d17)
+
+ * release 3.5.99.17 (tag: 3.5.99.17)
2018-11-14 20:21:46 +0100 Ulrich Sibiller (623a74ae1)
diff --git a/VERSION b/VERSION
index 77a8ced74..3919e3657 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.99.17
+3.5.99.18
diff --git a/debian/changelog b/debian/changelog
index f1632971b..ea777056a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nx-libs (2:3.5.99.18-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, 31 Jan 2019 14:09:11 +0100
+
nx-libs (2:3.5.99.17-0) unstable; urgency=medium
* Upstream-provided Debian package for nx-libs.
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
index c438c47fc..ac0680635 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -23,7 +23,7 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.ds q \N'34'
-.TH nxagent 1 "Nov 2018" "Version 3.5.99.17" "NX Agent (Xserver)"
+.TH nxagent 1 "Jan 2019" "Version 3.5.99.18" "NX Agent (Xserver)"
.SH NAME
nxagent \- nested Xserver optimized for remote computing
.SH SYNOPSIS
diff --git a/nx-libs.spec b/nx-libs.spec
index a5170f34e..585ddd1eb 100644
--- a/nx-libs.spec
+++ b/nx-libs.spec
@@ -10,7 +10,7 @@
%endif
Name: nx-libs
-Version: 3.5.99.17
+Version: 3.5.99.18
Release: 0.0build1%{?dist}
Summary: NX X11 protocol compression libraries
diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1
index ef40fb3a1..cebfd393b 100644
--- a/nxproxy/man/nxproxy.1
+++ b/nxproxy/man/nxproxy.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH nxproxy 1 "Nov 2018" "Version 3.5.99.17" "NX Proxy"
+.TH nxproxy 1 "Jan 2019" "Version 3.5.99.18" "NX Proxy"
.SH NAME
nxproxy \- NX Proxy Tool
.SH SYNOPSIS