Dear all,
The X2Go Project it proud to announce a couple of new X2Go component releases:
All new packages will be available in our stable repositories (Debian,
Ubuntu) within the next 24h. The windows version of x2goclient will
probably be available by the end of the week (ping@Alex!!!).
Below, you can see the corresponding changelog entries for the new releases.
light+love, Mike
x2goserver (3.0.99.9-0~x2go1) unstable; urgency=low
[ Mike Gabriel ]
[ Hayawardh Vijayakumar ]
[ Oleksandr Shneyder ]
x2goclient (3.99.0.4-0~x2go1) unstable; urgency=low
[ Oleksandr Shneyder ]
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 18 Jan 2012 14:53:20 +0100
x2gothinclient (1.0.1.4-0~x2go1) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 18 Jan 2012 15:15:09 +0100
For nx-libs, aka NX (redistributed), I will quote everything that
changed since 3.5.0.2, as that is the version currently in our main
repos.
nx-libs (2:3.5.0.7-0) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 16 Jan 2012 11:28:14 +0100
nx-libs (2:3.5.0.6-0) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 13 Jan 2012 13:21:41 +0100
nx-libs (2:3.5.0.5-0) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 13 Jan 2012 00:37:21 +0100
nx-libs (2:3.5.0.4-0) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 12 Jan 2012 23:04:37 +0100
nx-libs (2:3.5.0.3-0) unstable; urgency=low
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 12 Jan 2012 13:04:03 +0100
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
One of the sub-Makefiles in x2goserver is missing $(DESTDIR) in three places:
x2goserver-xession/Makefile
install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) # provide target dirs for X11 related symlinks mkdir -p /etc/X11/Xresources mkdir -p /etc/X11/Xsession.d touch /etc/X11/Xsession.options $(INSTALL_FILE) etc/Xsession $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/
should be:
install_config: $(INSTALL_DIR) $(DESTDIR)$(ETCDIR) # provide target dirs for X11 related symlinks mkdir -p $(DESTDIR)/etc/X11/Xresources mkdir -p $(DESTDIR)/etc/X11/Xsession.d touch $(DESTDIR)/etc/X11/Xsession.options $(INSTALL_FILE) etc/Xsession $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xresources $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.d $(DESTDIR)$(ETCDIR)/ $(INSTALL_SYMLINK) /etc/X11/Xsession.options $(DESTDIR)$(ETCDIR)/
Hi Alex,
On Mi 18 Jan 2012 17:03:25 CET Mike Gabriel wrote:
The windows version of x2goclient will probably be available by the
end of the week (ping@Alex!!!).
short notice on this one: please use either that 3.99.0.4 tarball from http://code.x2go.org/releases/source/x2goclient
or make sure that you checkout Git tag 3.99.0.4.
If you build the x2goclient for Win32 from Git master/HEAD then it
will be versioned as 3.99.0.5 already. This new version is always set
directly after the release and it might be misleading if this version
is used for x2goclient/win32 whereas the stable Linux x2goclient is
versioned as 3.99.0.4.
The latter (3.99.0.4) is correct for the current releases.
Thanks, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Am 18.01.2012 17:03, schrieb Mike Gabriel:
Dear all,
The X2Go Project it proud to announce a couple of new X2Go component releases:
- x2goserver (3.0.99.9)
- x2goclient (3.99.0.4)
- x2gothinclient (1.0.1.4)
- nx-libs incl. x2goagent (3.5.0.7)
All new packages will be available in our stable repositories (Debian, Ubuntu) within the next 24h. The windows version of x2goclient will probably be available by the end of the week (ping@Alex!!!).
[.......]
http://code.x2go.org/releases/binary-win32/x2goclient/x2goclient-3.99.0.4-se...
Oleksandr Shneyder Dipl. Informatik X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de web: www.obviously-nice.de
--> X2go - everywhere@home
On Fr, Jan 20, 2012 at 08:45:40 (CET), Oleksandr Shneyder wrote:
Am 18.01.2012 17:03, schrieb Mike Gabriel:
Dear all,
The X2Go Project it proud to announce a couple of new X2Go component releases:
- x2goserver (3.0.99.9)
- x2goclient (3.99.0.4)
- x2gothinclient (1.0.1.4)
- nx-libs incl. x2goagent (3.5.0.7)
All new packages will be available in our stable repositories (Debian, Ubuntu) within the next 24h. The windows version of x2goclient will probably be available by the end of the week (ping@Alex!!!).
[.......]
http://code.x2go.org/releases/binary-win32/x2goclient/x2goclient-3.99.0.4-se...
FYI: http://ftp-master.debian.org/new/nx-libs-lite_3.5.0.7-1.html
-- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4