Commit 22f0208c authored by Mike Gabriel's avatar Mike Gabriel

re-arrange changelog, work-in missing entries for previous commits

parent 10027617
......@@ -6,23 +6,32 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
extension.
[ Mike Gabriel ]
* nx-libs.spec:
+ The gpg-offline bin:package is not available in our SLE repo. We can do
without.
* Update 320_nxagent_configurable-keystrokes.full.patch. Fix patch header
referring to keystrokes.cfg (plural), not keystroke.cfg.
* Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
* Allow sysadmins to manipulate nxagent's / x2goagent's rgb file by placing
it into /etc/nxagent or /etc/x2go.
* Provide support for separate .keyboard files for nxagent/x2goagent.
* Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb
file shipped with x2goagent supersede rgb file shipped with nxagent.
FIXME: a better approach would be to decide at runtime if to use
/etc/x2go/rgb or /etc/nxagent/rgb.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
separate .keyboard files for x2goagent and nxagent.
* NX code reduction efforts (from 93Mb to 52Mb):
- Drop more unused code in nx-X11/programs/Xserver/hw/. Do this in
roll-tarball.sh and in debian/rules alike.
* Stop shipping unused / very old xterm code.
* Drop nx-X11/programs/Xserver/hw/xfree86 except of four files symlinked
- Stop shipping unused / very old xterm code.
- Drop nx-X11/programs/Xserver/hw/xfree86 except of four files symlinked
to other locations in the source tree at build time.
* More source tree size reduction by analyzing what exactly of the Mesa
- More source tree size reduction by analyzing what exactly of the Mesa
source code in nx-X11/extras/ is used and what not.
* Drop more unused folders from tarball release / before .deb package build:
- nx-X11/programs/Xserver/miext/shadow/
- nx-X11/programs/Xserver/XpConfig/
- nx-X11/programs/Xserver/Xprint/
* Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore.
- Drop more unused folders from tarball release / before .deb package build:
. nx-X11/programs/Xserver/miext/shadow/
. nx-X11/programs/Xserver/XpConfig/
. nx-X11/programs/Xserver/Xprint/
- Makefile.nx-libs: Don't install Mesa header files into DESTDIR anymore.
* Debian/Ubuntu packaging:
+ Fully rework the way nx-libs gets packaged for Debian/Ubuntu.
......@@ -33,7 +42,8 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
+ Provide nx-x11proto-*-dev packages for all libnx-* libraries.
+ Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so
no extra settings of LD_LIBRARY_PATH is necessary.
+ Add Multi-Arch support for Debian based distro versions that
support Multi-Arch.
* debian/rules:
+ Backup nxcomp/VERSION file from NoMachine before replacing it with
a symlink to debian/VERSION. Recreate the original file when cleaning
......@@ -43,13 +53,10 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
shell globbing with curly braces).
+ Correctly link config files (etc/rgb, etc/nxagent.keyboard,
etc/x2goagent.keyboard) before dh_auto_build.
* Modify 101_nxagent_set-rgb-path.full.patch. Allow configurable rgb files.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Let rgb
file shipped with x2goagent supersede rgb file shipped with nxagent.
FIXME: a better approach would be to decide at runtime if to use
/etc/x2go/rgb or /etc/nxagent/rgb.
* Extend 999_nxagent_unbrand-nxagent-brand-x2goagent.full.patch. Allow
separate .keyboard files for x2goagent and nxagent.
* nx-libs.spec:
+ The gpg-offline bin:package is not available in our SLE repo. We can do
without.
* debian/roll-tarball.sh:
+ Install etc/ files into etc/ subfolder (rgb, nxagent.keyboard,
......
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