This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from cef8838 improvement for last commit new 6cfb8c7 wrap too-long-line in changelog The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 6cfb8c799b5580fa043cf06b60822daed56c20da Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 17 09:59:54 2014 +0100 wrap too-long-line in changelog --- debian/changelog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a76dc00..1d9c6bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low +x2goserver (4.1.0.0-0x2go1.1~0) UNRELEASED; urgency=low [ Mike Gabriel ] * Bump development upstream version to 4.1.0.0. @@ -48,15 +48,19 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low - Only use teki_* fields with PostgreSQL DB backend if TeKi is enabled. - Provide --updatedb feature in x2godbadmin if DB backend is PostgreSQL. - Execute post-start.d extension scripts _after_ the session information has - been submitted to the session DB. This allows execution of x2golistsessions - and other X2Go commands in post-start.d extension scripts. + been submitted to the session DB. This allows execution of + x2golistsessions and other X2Go commands in post-start.d extension + scripts. - Re-arrange parameter order of x2gocreatesession and related DB functions. Make sure the session ID comes first and we have only optional parameters towards the end of the paramter array. - - Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: #575). - - Fix TeKi storing Telekinesis ports in PgSQL-based session DB. Allow negative + - Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: + #575). + - Fix TeKi storing Telekinesis ports in PgSQL-based session DB. Allow + negative port numbers for the case that Telekinesis is not installed. - - Fix db_insertmount (SQLite). Pathnames must not be enclosed by parentheses. + - Fix db_insertmount (SQLite). Pathnames must not be enclosed by + parentheses. * debian/control: + Package X2Go::Log in separate package: libx2go-log-perl. + Package X2Go::Server::DB in separate package: libx2go-server-db-perl. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git