[X2Go-Commits] [x2gobroker] 01/01: Continue development

2020-04-26 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit caf05ed9d5ee6c887d9ed6de985bd858b84e209a
Author: X2Go Release Manager 
Date:   Sun Apr 26 18:09:26 2020 +0200

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 12b39a8..26b70c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.4.4-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sun, 26 Apr 2020 18:08:12 +0200
+
 x2gobroker (0.0.4.3-0x2go1) unstable; urgency=medium
 
   [ Mihai Moldovan ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index c1e7e64..ec7d498 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.4.3'
+__VERSION__ = '0.0.4.4'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 1f7ebb7..f1fa7e2 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.4.3
+Version:0.0.4.4
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 3057eb6..9888006 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -18,5 +18,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.4.3'
+__VERSION__ = '0.0.4.4'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2gobroker] 01/01: Continue development

2020-04-24 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit c355c10781d3e661b03647fd91534ed7add6db92
Author: X2Go Release Manager 
Date:   Sat Apr 25 03:58:18 2020 +0200

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6f89a9..2a712c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.4.3-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sat, 25 Apr 2020 03:56:40 +0200
+
 x2gobroker (0.0.4.2-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index d0c4aa3..c1e7e64 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.4.2'
+__VERSION__ = '0.0.4.3'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index df88acf..1f7ebb7 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.4.2
+Version:0.0.4.3
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 306c403..3057eb6 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -18,5 +18,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.4.2'
+__VERSION__ = '0.0.4.3'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2gobroker] 01/01: Continue development

2019-04-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 4b910c2498efb93850c34d361a8ba58f23d4b723
Author: X2Go Release Manager 
Date:   Mon Apr 22 12:32:49 2019 +0200

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 701b5b5..2c9a681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.4.2-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Mon, 22 Apr 2019 12:31:49 +0200
+
 x2gobroker (0.0.4.1-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index 2916880..4467c52 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.4.1'
+__VERSION__ = '0.0.4.2'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index b5c8727..df88acf 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.4.1
+Version:0.0.4.2
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 1d14d38..f5d667c 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -18,5 +18,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.4.1'
+__VERSION__ = '0.0.4.2'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 01/01: Continue development

2019-02-02 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/0.0.4.x
in repository x2gobroker.

commit 2cf5746737806dbc394c6aab672a0f9cecc60ebf
Author: X2Go Release Manager 
Date:   Sun Feb 3 04:00:39 2019 +0100

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ead4ceb..6e399d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Sun, 03 Feb 2019 03:57:46 +0100
+
 x2gobroker (0.0.4.0-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index ff5c8c8..2916880 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.4.0'
+__VERSION__ = '0.0.4.1'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 9942cfc..648cca0 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.4.0
+Version:0.0.4.1
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 7d4cbc5..1d14d38 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -18,5 +18,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.4.0'
+__VERSION__ = '0.0.4.1'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 01/01: Continue development

2017-10-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/0.0.3.x
in repository x2gobroker.

commit a8def2426092fe788ef8796dda96ca2af7da7b27
Author: X2Go Release Manager 
Date:   Tue Oct 24 06:26:20 2017 +0200

Continue development
---
 debian/changelog | 6 ++
 sbin/x2gobroker-pubkeyauthorizer | 2 +-
 x2gobroker.spec  | 2 +-
 x2gobroker/__init__.py   | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a6fa07..b9f397f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.3.5-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Tue, 24 Oct 2017 06:26:07 +0200
+
 x2gobroker (0.0.3.4-0x2go1) unstable; urgency=medium
 
   [ Mihai Moldovan ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index 1ae4f6c..48647c5 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.3.4'
+__VERSION__ = '0.0.3.5'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index f5d119e..0785264 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.3.4
+Version:0.0.3.5
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index ef64aef..b543865 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -17,5 +17,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.3.4'
+__VERSION__ = '0.0.3.5'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] 01/01: Continue development

2017-10-23 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch release/0.0.3.x
in repository x2gobroker.

commit ca77f75f87542c33f24ed87a92d2c29156494fb1
Author: X2Go Release Manager 
Date:   Tue Oct 24 06:07:18 2017 +0200

Continue development
---
 debian/changelog   | 6 ++
 man/man1/x2gobroker-testauth.1 | 2 +-
 man/man1/x2gobroker.1  | 2 +-
 man/man8/x2gobroker-authservice.8  | 2 +-
 man/man8/x2gobroker-daemon-debug.8 | 2 +-
 man/man8/x2gobroker-keygen.8   | 2 +-
 man/man8/x2gobroker-loadchecker.8  | 2 +-
 man/man8/x2gobroker-pubkeyauthorizer.8 | 2 +-
 man/man8/x2gobroker-testagent.8| 2 +-
 sbin/x2gobroker-pubkeyauthorizer   | 2 +-
 x2gobroker.spec| 2 +-
 x2gobroker/__init__.py | 2 +-
 12 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aea6f28..b2b8662 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.3.4-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Tue, 24 Oct 2017 06:06:56 +0200
+
 x2gobroker (0.0.3.3-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/man/man1/x2gobroker-testauth.1 b/man/man1/x2gobroker-testauth.1
index 6e7dda4..880ecbd 100644
--- a/man/man1/x2gobroker-testauth.1
+++ b/man/man1/x2gobroker-testauth.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-testauth 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-testauth 1 "Oct 2017" "Version 0.0.3.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-testauth \- Session Broker for X2Go (Authentication Test Utility)
 .SH SYNOPSIS
diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1
index 823e3cf..4f58e82 100644
--- a/man/man1/x2gobroker.1
+++ b/man/man1/x2gobroker.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker 1 "Oct 2017" "Version 0.0.3.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker{,-daemon,-ssh} \- Session Broker for X2Go
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-authservice.8 
b/man/man8/x2gobroker-authservice.8
index d9cf937..11205c5 100644
--- a/man/man8/x2gobroker-authservice.8
+++ b/man/man8/x2gobroker-authservice.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-authservice 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-authservice 8 "Oct 2017" "Version 0.0.3.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-authservice \- PAM authentication service for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-daemon-debug.8 
b/man/man8/x2gobroker-daemon-debug.8
index d6c2955..c0e69d9 100644
--- a/man/man8/x2gobroker-daemon-debug.8
+++ b/man/man8/x2gobroker-daemon-debug.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-daemon-debug 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
+.TH x2gobroker-daemon-debug 8 "Oct 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
 .SH NAME
 x2gobroker-daemon-debug \- Debug X2Go Session Broker's Standalone Daemon
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-keygen.8 b/man/man8/x2gobroker-keygen.8
index ad69d3a..1f92733 100644
--- a/man/man8/x2gobroker-keygen.8
+++ b/man/man8/x2gobroker-keygen.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-keygen 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-keygen 8 "Oct 2017" "Version 0.0.3.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-keygen \- Generate SSH keys for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-loadchecker.8 
b/man/man8/x2gobroker-loadchecker.8
index 3db5c27..568c84d 100644
--- a/man/man8/x2gobroker-loadchecker.8
+++ b/man/man8/x2gobroker-loadchecker.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-loadchecker 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker"
+.TH x2gobroker-loadchecker 8 "Oct 2017" "Version 0.0.3.x" "X2Go Session Broker"
 .SH NAME
 x2gobroker-loadchecker \- Load checker service for X2Go Session Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-pubkeyauthorizer.8 
b/man/man8/x2gobroker-pubkeyauthorizer.8
index d161356..ec1336b 100644
--- a/man/man8/x2gobroker-pubkeyauthorizer.8
+++ b/man/man8/x2gobroker-pubkeyauthorizer.8
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH x2gobroker-pubkeyauthorizer 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
+.TH x2gobroker-pubkeyauthorizer 8 "Oct 2017" "Version 0.0.3.x" "X2Go Session 
Broker"
 .SH NAME
 x2gobroker-pubkeyauthorizer \- Retrieve public SSH keys from an X2Go Session 
Broker
 .SH SYNOPSIS
diff --git a/man/man8/x2gobroker-testagent.8 b/man/man8/x2gobroker-testagent.8
index f21e6ac..407de4d 100644
--- a/man/man8/x2gobroker-testagent.8
+++ b/man/man8/x2

[X2Go-Commits] [x2gobroker] 01/01: Continue development

2017-02-22 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 7f81125546fec5e4082a66269148dd5bc1c8132d
Author: X2Go Release Manager 
Date:   Thu Feb 23 03:43:10 2017 +0100

Continue development
---
 debian/changelog |6 ++
 sbin/x2gobroker-pubkeyauthorizer |2 +-
 x2gobroker.spec  |2 +-
 x2gobroker/__init__.py   |2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e505e5..a817908 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Thu, 23 Feb 2017 03:42:12 +0100
+
 x2gobroker (0.0.3.2-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index 0bbb52c..449f935 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.3.2'
+__VERSION__ = '0.0.3.3'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index c181411..352096a 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.3.2
+Version:0.0.3.3
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 771ef68..28865c9 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -17,5 +17,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.3.2'
+__VERSION__ = '0.0.3.3'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [x2gobroker] 01/01: Continue development

2016-12-01 Thread git-admin
This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 3815b4a6d6916aa5470561f63fba592d312ad1a4
Author: X2Go Release Manager 
Date:   Thu Dec 1 23:09:01 2016 +0100

Continue development
---
 debian/changelog |6 ++
 sbin/x2gobroker-pubkeyauthorizer |2 +-
 x2gobroker.spec  |2 +-
 x2gobroker/__init__.py   |2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a47f277..3473e65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2gobroker (0.0.3.2-0x2go1) UNRELEASED; urgency=medium
+
+  * Continue development
+
+ -- X2Go Release Manager   Thu, 01 Dec 2016 23:07:26 +0100
+
 x2gobroker (0.0.3.1-0x2go1) unstable; urgency=low
 
   [ Mike Gabriel ]
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index 0baceda..0bbb52c 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -34,7 +34,7 @@ import re
 from pwd import getpwnam
 from grp import getgrnam
 
-__VERSION__ = '0.0.3.1'
+__VERSION__ = '0.0.3.2'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '
 
 PROG_NAME = os.path.basename(sys.argv[0])
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 4ee5739..c181411 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -1,5 +1,5 @@
 Name:   x2gobroker
-Version:0.0.3.1
+Version:0.0.3.2
 Release:0.0x2go1%{?dist}
 Summary:X2Go Session Broker
 %if 0%{?suse_version}
diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py
index 62f4071..771ef68 100644
--- a/x2gobroker/__init__.py
+++ b/x2gobroker/__init__.py
@@ -17,5 +17,5 @@
 # Free Software Foundation, Inc.,
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-__VERSION__ = '0.0.3.1'
+__VERSION__ = '0.0.3.2'
 __AUTHOR__ = 'Mike Gabriel (X2Go Project) '

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2gobroker.git
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits