[X2Go-tags] [x2goserver] annotated tag 4.1.0.3 created (now 2f9ba74)
git-admin at x2go.org
git-admin at x2go.org
Thu Nov 29 05:56:49 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to annotated tag 4.1.0.3
in repository x2goserver.
at 2f9ba74 (tag)
tagging c42cc7f8d2c6b0f4e127bdf5f4e4c3e47045cfa7 (commit)
replaces 4.1.0.2
tagged by Mihai Moldovan
on Thu Nov 29 05:56:32 2018 +0100
- Log -----------------------------------------------------------------
Upstream version 4.1.0.3
-----BEGIN PGP SIGNATURE-----
iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAlv/cYAPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHI+0QANnlQ7hGOvn/3VThoRTEH2Ol3Sb2uy7bX6fb
jDwUfUYaPZIYDv0617WEa5kWPf+s+VOjyL9TfDAyMDpEUb+HTyIYRTtEmZNOe28a
TXPE8LOJ5hWdPrBuwGeaTNsNIxYknw8BrMBOtyPYcDb/+RAx+sFsFzHLHzF9VHo6
C7+6ypebdJRx23R/vXOdF80sT5g9NiSEMMkQMqzd5XNeLNgbRKEFusM1fPrsAPn4
9bVfnmM7Kq7YVZ7gUX15i9FT5l45ZXBk7IripT+Vczp1XM8SeIDdIkZ70zz9Qpr8
87U/99rDshjTd9l7ALggAvm0wKzqpq0gOKkZN2rjg4yvrWkv2TrosVWwefe2yV4y
fvtmXuqUNQ6aMe0E/zsRj1QnSXPDvHSu4bBySVMeNq4cW3qV4DmrK77AAUr7XDVW
oac/szcf/xBxs7nXojhD0D3lAY1tw0+V5tLq3gDATUcPFwl6JlQItPDMhindcdKu
A+GcQQsu/x6+CEhu5rkj4nWyI2pNJUQlDrOQTh6vR1Ld9c9AF/+FXsI96DHlBD9P
TfO+nrXHwyI92Xb+e4LRIgwuqjp50ZorfZ1qgJqKWf/D1+C7MO+zt2wvAHv3ek1f
N7RpL4ZmzbpOv14Jll7lI8lC/5KYB6YXOJWX+YVQEBcNsE2D3KaCuS6evx6E2P5L
6/psex3c
=QZEC
-----END PGP SIGNATURE-----
Mihai Moldovan (33):
x2goserver.spec: pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug.
x2goserver/lib/x2gocheckport: remove executable flag.
libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always appended to the user-provided ones.
x2goserver.spec: also pass %{__global_{c{,pp},ld}flags} down via {C,LD}FLAGS.
debian/x2goserver-desktopsharing.postinst: more curly braces, quotes etc.
debian/x2goserver-desktopsharing.config: more curly braces, quotes etc.
debian/x2goserver-desktopsharing.postrm: more curly braces, quotes etc.
debian/libx2go-server-db-perl.postinst: replace historical "egrep" with "grep -E".
debian/x2goserver.config: replace historical "egrep" with "grep -E".
debian/x2goserver.config: more curly braces, quotes etc.
x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: replace historical "egrep" with "grep -E".
x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: don't use negative exit codes.
x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: more curly braces, quotes etc.
x2goserver-extensions/bin/x2goserver-run-extensions: replace historical "egrep" with "grep -E".
x2goserver-extensions/bin/x2goserver-run-extensions: don't use negative exit codes.
x2goserver-extensions/bin/x2goserver-run-extensions: more curly braces, quotes etc.
x2goserver/bin/x2gofeaturelist: replace historical "egrep" with "grep -E".
x2goserver/bin/x2gofeaturelist: more curly braces, quotes etc.
x2goserver/bin/x2goruncommand: replace historical "egrep" with "grep -E".
x2goserver/bin/x2goversion: replace historical "egrep" with "grep -E".
x2goserver/bin/x2goversion: more curly braces, quotes etc.
debian/changelog: fixup.
x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings.
x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; newer nx-libs versions (3.5.99.17+) should handle this much better. Fixes: #1325. Fixes: #1321.
debian/control: bump nxagent dependency up to 3.5.99.17+.
x2goserver.spec: bump nxagent dependency up to 3.5.99.17+.
misc: copyright updates, but for contributors who haven't been active or requested not to be bumped.
debian/copyright{,.in}: merge copyright entries.
debian/copyright{,.in}: fix links to our wiki and update to HTTPS.
misc: switch to HTTPS-based URLs where appropriate.
misc: update Oleksandr's email address.
misc manpages: pre-release date update.
libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp wrapper, alike to what was done in x2gobroker.
Mike Gabriel (30):
x2goserver.service: Add Documentation= key.
debian/x2goserver*.dirs: Let dirs have a trailing slash in their path (for the human eye merely).
x2goserver/lib/x2gocheckport: chmod a+x.
debian/copyright.in: Regenerate auto-generated copyright.in file.
debian/copyright: Adopt from recent Debian packaging.
debian/control: Move xfonts-base from D to R. Thanks lintian.
debian/*.postinst: Avoid recursive chmod/chown. Recursive chown/chmod is susceptible to hardlink attacks on mainline, non-Debian kernels.
debian/x2goserver.postinst: Avoid recursive chmod/chown. Recursive chown/chmod is susceptible to hardlink attacks on mainline, non-Debian kernels (follow-up for previous commit).
debian/po: Add French translation. Thanks to Jean-Pierre Giraud from the Debian project. (Closes DBTS:#905931).
update debian/changelog from Git history
debian/copyright: Update copyright attributions (2).
New bin:pkg: x2goserver-desktopsharing. Move all desktop sharing integration logic from x2godesktopsharing to x2goserver src:pkg.
Don't rely on "ln -sf" to remove a symlink before recreating it. If the target is non-writable, this may fail (observed on a Debian stretch system). Thus, removing the symlink file first and then recreating it.
debian/control: Move C (x2goserver) with versioned x2godesktopsharing, to B.
Don't depend on essential package without version. Drop bash from D.
lintian: Drop unused debian/x2goserver-printing.lintian-overrides.
debian/*.templates: Move x2goserver and x2goserver-desktopsharing templates into separate files.
debian/x2goserver.postinst: Load debconf module, even if not used (Debian Policy demand).
Bump Standards-Version: to 4.2.1. No changes needed.
Add x2goserver.spec.
debian/*: White-space cleanup.
Massive white-space cleanup (at EOLs).
x2goserver.spec: Mention "client side printing support" in all pkg descriptions.
debian/control: Mention "client side printing support" also in descr of bin:pkg x2goserver-common.
Regression fix: Use "desktopsharing" package name above its description, not copy+pasted "extensions".
Regression fix: Make /etc/x2go/desktopsharing be owned by x2goserver- desktopsharing.
Exclude x2go*-desktopsharing scripts and man page in %files x2goserver.
x2goserver.spec: typo fix
debian/x2goserver-desktopsharing.<debconf>: Update templates after l10n-english review, simplify question pattern as suggested by Justin B Rye.
x2goserver/bin/x2goruncommand: Support IceWM as desktop session type.
Orion Poplawski (1):
Allow setting nxagent nx/nx options on the server via x2goagent.options
X2Go Release Manager (2):
Continue development
release 4.1.0.3
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-tags
mailing list