The branch, master has been updated via cd4dad8cdd8ab429e8f6376f44f162e32dde001e (commit) from 493179488b6b7a05cfb246dd89e7554ec00ebd53 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cd4dad8cdd8ab429e8f6376f44f162e32dde001e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 12 12:17:31 2011 +0200 release 1.0.1.3, rework changelog ----------------------------------------------------------------------- Summary of changes: debian/changelog | 101 +++++++++++++++++++++++++++-------------------------- 1 files changed, 51 insertions(+), 50 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index fc7c4c1..2579109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,61 +1,62 @@ -x2gothinclient (1.0.1.3-0~x2go1.1) UNRELEASED; urgency=low +x2gothinclient (1.0.1.3-0~x2go1.1) unstable; urgency=low [ Mike Gabriel ] - [Mike Gabriel] - * Split up x2gocdmanager package into x2gocdmanager and x2gothinshutdown - package - * Fix USB mounting, CD mounting, - * Improve code layout (tab stops, inline comments) - * Add HTTP_PROXY and FTP_PROXY support to x2gothinclientmanagement (APT - package download) - * Fix for proxy code, env variables are $http_proxy and $ftp_proxy. - * Add example files/symlinks for tftpboot environment. - * Add syslinux boot splash with X2go flavour. - * Remove ssh (=openssh-server) dependency for x2gothinclient package. + New upstream version (1.0.1.3): + - Split up x2gocdmanager package into x2gocdmanager and x2gothinshutdown + package + - Fix USB mounting, CD mounting, + - Improve code layout (tab stops, inline comments) + - Add HTTP_PROXY and FTP_PROXY support to x2gothinclientmanagement (APT + package download) + - Add example files/symlinks for tftpboot environment. + - Add syslinux boot splash with X2go flavour. + - Install 486 and 686 kernels in TCE chroot. + - Move PXE tftpboot examples to x2gothinclient/share/tftpboot. + - Improval of syslinux boot screen. + - Add x2gothinclient_preptftpboot script. + - Add man page for x2gothinclient_preptftpboot. + - Do not run management script if there is a problem with the X2go TCE + chroot. + - Sanity checks: X2go TCE management script have to run as root. + - Add HTTPS_PROXY support. + - Add x2gothinclient_cleanup script. + - Add man page for x2gothinclient_cleanup. + - Run x2gothinclient_init from x2gothinclientd init script. + - Fix udev rules path in x2gosmartcardrules, improval of udev script, plus man page. + - Fix udev rules path in x2gousbmount. + - Add comment that names possible boot profiles to tftp config template. + - Add kernel module blacklisting for x2gothinclient_create. + - Tweak mtab diversion on X2go Thin Client to avoid error messages. + - Add some more PXE/TFTP info at end of x2gothinclient_pretftpboot script. + - Disable service restarts in chroot. + - Add a ,,hit <RETURN> before TCE creation. + - Add tmpfs mount for /var/lib/dbus. + - Reduce x2goclient CPU load from ~100% to ~0-1%. + - Boot TCE kernel with nomodeset boot option to avoid gCard incompatibilities + (Fb vs. Xorg). + - Move kernel/initrd symlinks after install rather than copying. + - Add detection of kernel upgrades to x2gothinclient_upgrade script. + - Adapt chroot file created by x2gothinclient_upgrade, escaping $-signs. + - Use --no-session-edit option when starting x2goclient on TCE. + - Delay thinshutdown button appearance for 4+6 seconds on X server + (re)start (that is: 10s on tce start or X server restart and 4s after session + logout). + - Add post-run instructions of x2gothinclient_preptftpboot to its man page. + * Add acpid to x2gothinclient's Recommends: section. - * Install 486 and 686 kernels in TCE chroot. - * Add memtest86+ to x2gothinclient's Recommends: section. - * Move PXE tftpboot examples to x2gothinclient/share/tftpboot. - * Improval of syslinux boot screen. - * Add x2gothinclient_preptftpboot script. - * Add man page for x2gothinclient_preptftpboot. - * Do not run management script if there is a problem with the X2go TCE chroot. - * X2go TCE management script have to run as root. - * Add https_proxy env variable support. - * Add x2gothinclient_cleanup script. - * Add man page for x2gothinclient_cleanup. - * Run x2gothinclient_init from x2gothinclientd init script. - * Fix udev rules path in x2gosmartcardrules, improval of udev script, plus man page. - * Fix udev rules path in x2gousbmount. - * Add comment that names possible boot profiles to tftp config template. + * Remove ssh (=openssh-server) dependency for x2gothinclient package. + * Add memtest86+ to x2gothinclient's Recommends: section. * Add midnight commander to Recommends: of x2gothinclient. - * Add kernel module blacklisting for x2gothinclient_create. - * Tweak mtab diversion on X2go Thin Client to avoid error messages. - * Add some more PXE/TFTP info at end of x2gothinclient_pretftpboot script. - * Disabled service restarts in chroot. - * Add a ,,hit <RETURN> before TCE creation. - * Add tmpfs mount for /var/lib/dbus. - * More variable ($) escaping in x2gothinclient_* scripts. Fixes start-stop-daemon - enable/disable code. - * Reduce x2goclient CPU load from ~100% to ~0-1%. - * Boot TCE kernel with nomodeset boot option to avoid gCard incompatibilities - (Fb vs. Xorg). - * Move kernel/initrd symlinks after install rather than copying. - * Add detection of kernel upgrades to x2gothinclient_upgrade script. - * Adapt chroot file created by x2gothinclient_upgrade, escaping $-signs. - * Use --no-session-edit option when starting x2goclient on TCE. - * Delay thinshutdown button appearance for 6 more seconds on X server - (re)start (that is: 10s on tce start or X server restart and 4s after session - logout). - * Add post-run instructions of x2gothinclient_preptftpboot to its man page. - [Coco] - * Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. + [ Coco ] + Improvements for upstream version (1.0.1.3): + - Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. [ Oleksandr Shneyder ] - * x2gosmartcardrules: support for SCM SCR331-LC1 SmartCard Reader + Improvements for upstream version (1.0.1.3): + - x2gosmartcardrules: support for SCM SCR331-LC1 SmartCard Reader. - -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Wed, 05 Oct 2011 15:05:30 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 12 Oct 2011 12:16:59 +0200 x2gothinclient (1.0.1.2-0~x2go1) unstable; urgency=low hooks/post-receive -- x2gothinclient.git (X2go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2go Thin Client Environment).