The branch, master has been updated via d91338434a42e59a268bd3e1f68060aee7897ac4 (commit) from 7644a08988d56df5afa229ed8e67c59a0b923bf2 (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 d91338434a42e59a268bd3e1f68060aee7897ac4 Author: Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Date: Wed Oct 5 15:06:24 2011 +0200 x2gosmartcardrules: support for SCM SCR331-LC1 SmartCard Reader ----------------------------------------------------------------------- Summary of changes: debian/changelog | 8 ++++++-- x2gosmartcardrules/21-x2gognupgccid.rules | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a52edad..42b9dbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low +x2gothinclient (1.0.1.3-0~x2go1.1) UNRELEASED; urgency=low + [ Mike Gabriel ] [Mike Gabriel] * Split up x2gocdmanager package into x2gocdmanager and x2gothinshutdown package @@ -50,7 +51,10 @@ x2gothinclient (1.0.1.3-0~x2go1) UNRELEASED; urgency=low [Coco] * Replace tmpfs mount on /etc/network/run with symlink /etc/network/run -> /dev/shm. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 28 May 2011 12:04:34 +0200 + [ Oleksandr Shneyder ] + * x2gosmartcardrules: support for SCM SCR331-LC1 SmartCard Reader + + -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Wed, 05 Oct 2011 15:05:30 +0200 x2gothinclient (1.0.1.2-0~x2go1) unstable; urgency=low diff --git a/x2gosmartcardrules/21-x2gognupgccid.rules b/x2gosmartcardrules/21-x2gognupgccid.rules index 77b5822..543acde 100644 --- a/x2gosmartcardrules/21-x2gognupgccid.rules +++ b/x2gosmartcardrules/21-x2gognupgccid.rules @@ -3,6 +3,8 @@ ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="4e6/e003/*", RUN+="/usr/lib/x2go/tce/x2gognupgccid" ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="4e6/5115/*", RUN+="/usr/lib/x2go/tce/x2gognupgccid" +#SCM SCR331-LC1 SmartCard Reader +ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="4e6/5116/*", RUN+="/usr/lib/x2go/tce/x2gognupgccid" #OMNIKEY ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="76b/3021/*", RUN+="/usr/lib/x2go/tce/x2gognupgccid" #CHERRY 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).