The branch, master has been updated via e3a8f0e81044aaa0d4ffacac742e80d6616c2b97 (commit) via e97d1993eec24ab7a8f426e04599a25d48bc6da8 (commit) from 7488eba9969da7250612c7767434dbab92682525 (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 e3a8f0e81044aaa0d4ffacac742e80d6616c2b97 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 27 15:18:20 2011 +0100 Revert version number in version.h and x2goplugin.rc to 3.99.0.3. commit e97d1993eec24ab7a8f426e04599a25d48bc6da8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 27 15:16:04 2011 +0100 Add libxpm-dev as build-dependency. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/control | 1 + version.h | 2 +- x2goplugin.rc | 10 +++++----- 4 files changed, 9 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 2ed3909..2c701c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ x2goclient (3.99.0.3-0~x2go4) UNRELEASED; urgency=low [ Mike Gabriel ] * Rename icon title in /debian/menu file. * Also split package dependencies for x2goplugin. + * Add libxpm-dev as build-dependency. + * Revert version number in version.h and x2goplugin.rc to 3.99.0.3. [ Guido Günther ] * Split package dependencies for SSH server/client. diff --git a/debian/control b/debian/control index 6289bf6..e522b31 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libssh-dev (>= 0.4.7), libcups2-dev, libx11-dev, + libxpm-dev, doxygen, man2html-base | man2html Standards-Version: 3.9.2 diff --git a/version.h b/version.h index 6e5c5e0..d74ef6a 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "3.99.0.4" +#define VERSION "3.99.0.3" diff --git a/x2goplugin.rc b/x2goplugin.rc index 75794ac..1079f6d 100644 --- a/x2goplugin.rc +++ b/x2goplugin.rc @@ -1,8 +1,8 @@ 1 TYPELIB "x2goplugin.rc" 1 VERSIONINFO - FILEVERSION 3,99,0,4 - PRODUCTVERSION 3,99,0,4 + FILEVERSION 3,99,0,3 + PRODUCTVERSION 3,99,0,3 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -21,13 +21,13 @@ BEGIN VALUE "FileDescription", "Allows you to start X2Go session in a webbrowser\0" VALUE "FileExtents", "x2go\0" VALUE "FileOpenName", "Configuration File for X2Go Session (*.x2go)\0" - VALUE "FileVersion", "3, 99, 0 ,4\0" + VALUE "FileVersion", "3, 99, 0 ,3\0" VALUE "InternalName", "x2goplugin\0" VALUE "LegalCopyright", "Copyright � 2010 Obviously Nice\0" VALUE "MIMEType", "application/x2go\0" VALUE "OriginalFilename", "npx2goplugin.dll\0" - VALUE "ProductName", "X2GoClient Plug-in 3.99.0.4\0" - VALUE "ProductVersion", "3, 99, 0, 4\0" + VALUE "ProductName", "X2GoClient Plug-in 3.99.0.3\0" + VALUE "ProductVersion", "3, 99, 0, 3\0" END END BLOCK "VarFileInfo" hooks/post-receive -- x2goclient.git (X2Go Client) 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 "x2goclient.git" (X2Go Client).