This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.6.1.4
in repository python-x2go.

commit b7039cb95eaf78b6ad9e5114b1b5d615e3c0428c
Author: X2Go Release Manager <git-ad...@x2go.org>
Date:   Sun Aug 20 03:16:15 2023 +0200

    release 0.6.1.4
---
 ChangeLog        | 233 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 debian/changelog |   4 +-
 2 files changed, 232 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fed7f54..2e1f9c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,239 @@
-2019-11-20 11:44:49 +0100 Mihai Moldovan
+2023-08-19 23:15:13 +0200 Mihai Moldovan (6196c1b)
+
+       * python-x2go.spec: remove pycache handling from the files list.
+
+2023-08-19 07:32:31 +0200 Mihai Moldovan (4dc0805)
+
+       * python-x2go.spec: correctly drop python-configparser BR on *SuSE if
+          we're building against Python 3 only.
+
+2023-08-19 06:46:44 +0200 Mihai Moldovan (24142ae)
+
+       * python-x2go.spec: only BR python-configparser on *SuSE, if we
+          actually build a Python 2 variant.
+
+2023-08-19 05:56:26 +0200 Mihai Moldovan (6eb8ca2)
+
+       * python-x2go.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and
+          Tumbleweed (and ALP).
+
+2023-08-19 04:28:28 +0200 Mihai Moldovan (444a8ad)
+
+       * misc: pre-release copyright update.
+
+2022-06-21 14:46:48 +0200 Tomáš Cerha (8dc074e)
+
+       * Prevent infinite loop in X2GoRevFwTunnel handler
+
+2022-06-21 12:43:45 +0200 Tomáš Cerha (a6d338c)
+
+       * Respect NXPROXY_BINARY also on non-Windows systems
+
+2022-06-21 12:23:15 +0200 Tomáš Cerha (8ace8f2)
+
+       * Fix Mac OS recognition
+
+2021-11-17 21:41:00 +0100 Mike Gabriel (39ef6c5)
+
+       * x2go/log.py: Start logging to stdout (rather than stderr).
+
+2021-09-02 16:27:49 +0200 Mike Gabriel (ce28c92)
+
+       * Rewrite string variables to '' if they are set to None during
+          instance construction.
+
+2021-09-02 16:25:46 +0200 Mike Gabriel (b75c802)
+
+       * debian/*: Drop Python2 builds.
+
+2021-08-20 08:09:18 +0200 Mike Gabriel (789c74b)
+
+       * x2go/utils.py: Comment 'dpi' param change above and explain that
+          this might cause problems elsewhere. However, the applied
+          change (setting the 'dpi' default value rather than not
+          setting it if setdpi is False is the currently best
+          thinkable approach).
+
+2021-08-19 17:07:13 +0200 Mike Gabriel (e316516)
+
+       * x2go/client.py: Catch some (more)
+          x2go_exceptions.X2GoSessionRegistryException occurrences.
+
+2021-08-19 17:06:13 +0200 Mike Gabriel (b69c5d5)
+
+       * x2go/utils.py: If setdpi is false, we need to enforce the default
+          DPI (instead of dropping it from _params). Otherwise, no
+          DPI can be set at all.
+
+2020-11-10 08:36:47 +0100 Mike Gabriel (fa6c97a)
+
+       * x2go/session.py: Fix SyntaxWarning ('is not' used on a literal).
+
+2020-01-02 16:19:05 +0100 Mike Gabriel (b85b239)
+
+       * x2go/client.py: typo fix for previous commit
+
+2020-01-02 07:38:33 +0100 Mike Gabriel (fe1e296)
+
+       * Make build (more) reproducible: no builddir in python-x2go-doc.
+
+2020-01-01 20:27:37 +0100 X2Go Release Manager (c592859)
+
+       * Continue development
+
+2020-01-01 14:06:40 +0100 X2Go Release Manager (c300f8b)
+
+       * release 0.6.1.3 (tag: 0.6.1.3, origin/build-main, build-main)
+
+2020-01-01 13:03:24 +0100 Mihai Moldovan (3a7aae7)
+
+       * misc: pre-release copyright update.
+
+2020-01-01 10:21:08 +0100 Mihai Moldovan (dcc3c76)
+
+       * python-x2go.spec: fix sphinx-{apidoc,build} calls by using the new
+          shell variables, not RPM macros.
+
+2020-01-01 10:20:05 +0100 Mihai Moldovan (b2c50d9)
+
+       * python-x2go.spec: fix fallback detection.
+
+2020-01-01 10:01:37 +0100 Mihai Moldovan (d3b0ce5)
+
+       * python-x2go.spec: add Python-3-autodetection via %{python3_version}
+          and fallbacks to %{py3_ver} and yet another to the plain
+          "3" postfix.
+
+2020-01-01 09:53:30 +0100 Mihai Moldovan (8f3f340)
+
+       * python-x2go.spec: correctly check for existance of
+          %{python2_version}.
+
+2020-01-01 07:32:04 +0100 Mihai Moldovan (68cebc8)
+
+       * x2go/_paramiko.py: stop monkey-patching very old paramiko versions
+          with the private key fix for Python 3.
+
+2020-01-01 06:41:34 +0100 Mihai Moldovan (fe9a762)
+
+       * python-x2go.spec: also use the same detection mechanism for
+          sphinx-build.
+
+2020-01-01 06:39:36 +0100 Mihai Moldovan (b2015af)
+
+       * python-x2go.spec: reflow comments (only).
+
+2019-12-31 21:19:54 +0100 Mihai Moldovan (84a6e51)
+
+       * python-x2go.spec: fix condition in doc build.
+
+2019-12-31 19:52:06 +0100 Mihai Moldovan (b00ab6e)
+
+       * python-x2go.spec: call a more specialized version of sphinx-apidoc
+          depending on the Python version we're building against.
+
+2019-12-31 19:13:12 +0100 Mihai Moldovan (4b8ec8d)
+
+       * Makefile.docupload: make sphinx-apidoc overridable/configurable.
+
+2019-12-27 14:27:07 +0000 Mike Gabriel (4cf1023)
+
+       * x2go/_paramiko.py: Monkey-patch PKey._write_private_key() method as
+          it is broken under Python3.
+
+2019-12-27 14:08:30 +0000 Mike Gabriel (4f03a83)
+
+       * Check availability of X2Go KDrive base support server-side before
+          firing up x2gokdriveclient.
+
+2019-12-27 13:22:13 +0100 Mike Gabriel (594bfd0)
+
+       * x2go/backends/terminal/plain.py: Fix keyboard layout setting under
+          Python3. <bytes>.decode() does not modify the variable in
+          place but needs an assignment.
+
+2019-12-26 10:37:44 +0100 X2Go Release Manager (454a4ec)
+
+       * Continue development
+
+2019-12-26 08:21:57 +0100 X2Go Release Manager (31ae597)
+
+       * release 0.6.1.2 (tag: 0.6.1.2)
+
+2019-12-18 09:49:18 +0100 Mihai Moldovan (8c5371b)
+
+       * python-x2go: fix name checks.
+
+2019-12-18 08:55:09 +0100 Mihai Moldovan (61c9361)
+
+       * python-x2go.spec: fix syntax error.
+
+2019-12-18 08:38:30 +0100 Mihai Moldovan (bfa8961)
+
+       * python-x2go.spec: don't override sections if the target name is
+          python-x2go.
+
+2019-12-18 08:26:53 +0100 Mihai Moldovan (27c2321)
+
+       * python-x2go.spec: macros with empty bodies are not allowed, define
+          them to be %{nil}.
+
+2019-12-18 08:21:43 +0100 Mihai Moldovan (b3782a1)
+
+       * python-x2go.spec: same for %{name_helper_python2}.
+
+2019-12-18 08:20:57 +0100 Mihai Moldovan (336ed1b)
+
+       * python-x2go.spec: switch to actually using %{name_helper_python3}.
+
+2019-12-18 07:49:57 +0100 Mihai Moldovan (039135b)
+
+       * python-x2go.spec: same thing as name_helper_python2 for Python 2
+          names.
+
+2019-12-18 07:49:07 +0100 Mihai Moldovan (ce77535)
+
+       * python-x2go.spec: add name_helper_python3 macro, simplifying Python
+          3 package name usage a lot.
+
+2019-12-18 07:42:11 +0100 Mihai Moldovan (29cc9b6)
+
+       * python-x2go.spec: rework python_module compat section.
+
+2019-12-02 16:54:35 +0100 Mike Gabriel (5f6d607)
+
+       * x2go/inifiles.py: No need to import future's print_function()
+          anymore.
+
+2019-12-02 16:32:18 +0100 Mike Gabriel (b879f7a)
+
+       * Fix writing of inifiles when running under Python3.
+
+2019-11-22 08:20:37 +0100 X2Go Release Manager (b282311)
+
+       * Continue development
+
+2019-11-22 06:54:25 +0100 X2Go Release Manager (5f26a5a)
+
+       * release 0.6.1.1 (tag: 0.6.1.1)
+
+2019-11-21 15:59:01 +0100 Mihai Moldovan (988b5ac)
+
+       * misc: pre-release copyright update.
+
+2019-11-20 13:30:12 +0100 X2Go Release Manager (132f8a2)
+
+       * Continue development
+
+2019-11-20 11:44:49 +0100 Mihai Moldovan (9e693b9)
 
        * debian/control: make x2gokdriveclient a recommendation rather than
           a dependency because we haven't had a proper release of
-          that package yet. (HEAD -> master)
+          that package yet.
 
 2019-11-20 08:09:50 +0100 Mike Gabriel (9e4face)
 
-       * release 0.6.1.0 (HEAD -> master, tag: 0.6.1.0)
+       * release 0.6.1.0 (tag: 0.6.1.0)
 
 2019-11-20 08:02:19 +0100 Mike Gabriel (8a0d34a)
 
diff --git a/debian/changelog b/debian/changelog
index ca17d0e..48fd800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.6.1.4-0x2go1) UNRELEASED; urgency=medium
+python-x2go (0.6.1.4-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
   * New upstream version (0.6.1.4):
@@ -39,7 +39,7 @@ python-x2go (0.6.1.4-0x2go1) UNRELEASED; urgency=medium
       easy: don't try to include the non-existent __pycache__ top-level
       directory.
 
- -- X2Go Release Manager <git-ad...@x2go.org>  Wed, 01 Jan 2020 20:25:50 +0100
+ -- X2Go Release Manager <git-ad...@x2go.org>  Sun, 20 Aug 2023 03:11:25 +0200
 
 python-x2go (0.6.1.3-0x2go1) unstable; urgency=medium
 

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

Reply via email to