The branch, build-main has been updated via 7a77058f345af93356c9615df70c92644fa98549 (commit) from 7ddfc47bf48a62ab7f871261d38048d9b15232be (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 10 +++++----- sbin/x2gobroker-pubkeyauthorizer | 2 +- x2gobroker/__init__.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4b5447c..4d067dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,12 @@ -x2gobroker (0.0.0.8-0~x2go1) UNRELEASED; urgency=low +x2gobroker (0.0.1.0-0~x2go1) unstable; urgency=low - * New upstream version (0.0.0.7): - - Continue development... + * New upstream version (0.0.1.0): + - Only packaging issues fixed. * /debian/control, /debian/rules: + Add hack that allows building the package with python2 or pysupport, - depending on what's present on the build system. + depending on what's present on the build system. (Fixes: #135). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 07 Mar 2013 07:16:33 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 10 Mar 2013 12:56:47 +0100 x2gobroker (0.0.0.7-0~x2go1) unstable; urgency=low diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index 9b0f9ca..ba4ddd7 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -36,7 +36,7 @@ import logging.config from pwd import getpwnam from grp import getgrnam -__VERSION__ = '0.0.0.8' +__VERSION__ = '0.0.1.0' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' PROG_NAME = os.path.basename(sys.argv[0]) diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py index 3e64ee9..b1eceb9 100644 --- a/x2gobroker/__init__.py +++ b/x2gobroker/__init__.py @@ -18,7 +18,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.0.0.8' +__VERSION__ = '0.0.1.0' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' from loggers import logger_error hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).