File: changelog

package info (click to toggle)
python-x2go 0.6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,632 kB
  • sloc: python: 9,758; makefile: 216
file content (236 lines) | stat: -rw-r--r-- 8,548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
python-x2go (0.6.0.2-1) unstable; urgency=medium

  * New upstream release.

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 01 Dec 2018 11:29:21 +0100

python-x2go (0.6.0.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
    + Bring back lost get-orig-source target.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 19 Sep 2018 14:39:58 +0200

python-x2go (0.6.0.0-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Drop all patches. Shipped with this upstream release.
  * debian/control:
    + New team ML address: debian-remote@lists.debian.org.
    + Bump Standards-Version: to 4.2.1. No changes needed.
    + Update Vcs-* URLs. Packaging Git has been migrated to salsa.debian.org.
    + Use secure URL for Homepage: field.
    + Add D (python-x2go-doc): libjs-jquery, libjs-underscore.
  * debian/{control,rules,*.install}:
    + Convert to CDBS. Add Python3 build.
  * debian/python-x2go-doc.docs:
    + New in-source doc build folder. API documentation switch from Epydoc
      to Sphinx. (Closes: #881559).
  * debian/{control,compat}:
    + Switch to DH compat level version 10 (until CDBS supports version 11).
  * debian/copyright:
    + Use secure URLs in Format: and Source: fields.
    + Update copyright attributions.
  * debian/upstream/metadata:
    + Add file. Comply with DEP-12.
  * debian/python-x2go-doc.links:
    + Replace bundled js libraries by symlinks to packaged equivalents.
  * debian/python-x2go-doc.lintian-overrides:
    + Remove file. Not needed anymore.
  * debian/watch:
    + Use secure URL to obtain upstream orig tarball.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 06 Sep 2018 23:10:08 +0200

python-x2go (0.5.0.6-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Drop 0001_check-lock-state-before-releasing.patch. Included in this
      upstream release.
    + Cherry-pick some recent commits from upstream:
      0001_x2go-backends-control-plain.p-Fix-passphrase-unlocki.patch,
      0002_x2go-backends-control-plain.py-Handle-password-based.patch,
      0003_x2go-backends-profiles-httpbroker.py-Fix-broker-URL-.patch.
  * debian/control:
    + Bump Standards-Version: to 4.1.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 25 Sep 2017 14:41:35 +0200

python-x2go (0.5.0.4-3) unstable; urgency=medium

  * debian/control:
    + Add to B-D: dh-python.
  * debian/patches:
    + Add 0001_check-lock-state-before-releasing.patch. Required for flawless
      operation with gevent 1.1. (Closes: #862896).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 18 May 2017 13:10:48 +0200

python-x2go (0.5.0.4-2) unstable; urgency=medium

  * debian/control:
    + New maintenance umbrella: Debian Remote Maintainers team.
    + Bump Standards-Version: to 3.9.8. No changes needed.
    + Use secure URLs in Vcs-*: fields.
  * debian/{control,compat}:
    + Set DH compat level to 9.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 30 Nov 2016 12:58:26 +0100

python-x2go (0.5.0.4-1) unstable; urgency=medium

  * New upstream release.
    - Test if fusermount is executable when checking sshfs
      availability rather then testing fuse group membership.
      The fuse group does not exist anymore on Debian jessie
      (and beyond) systems. (Closes: #793927).
  * debian/patches:
    + Drop 0003_use-correct-loglevel-WARN.patch. Shipped in this
      upstream release.
  * debian/upstream/signing-key.asc:
    + Update signing-key.asc. Add the new X2Go release manager's pubkey.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 29 Jul 2015 01:16:54 +0200

python-x2go (0.5.0.3-1) unstable; urgency=medium

  * New upstream release.
  * debian/rules:
    + Add get-orig-source rule.
  * debian/patches:
    + Drop 0001_catch-connection-exception-during-session-startup.patch,
           0002_fix-desktop-sharing.patch,
           0004_fix-password-auth-if-keys-have-passphrase.patch.
      Included in this upstream release.
  * debian/copyright:
    + Update copyright years.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 16 Jun 2015 12:26:19 +0200

python-x2go (0.5.0.1-3) unstable; urgency=medium

  * debian/patches:
    + Add 0003_use-correct-loglevel-WARN.patch. Use the proper
      log.loglevel_WARN expression (instead of undefined
      log.loglevel_WARNING). Upstream patch needed
      rebasing and a modification to apply correctly. (Closes: #780128).
    + Update 0001_catch-connection-exception-during-session-startup.patch.
      Fix expression errors in two Python exceptions. (Closes: #780125).
    + Add 0005_fix-password-auth-if-keys-have-passphrase.patch. Fix password
      authentication in pyhoca-cli if people have default SSH keys locked with
      a passphrase. (Closes: #780127).

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Mar 2015 15:55:42 +0100

python-x2go (0.5.0.1-2) unstable; urgency=medium

  * debian/patches:
    + Add 0001_catch-connection-exception-during-session-startup.patch. Catch
      exceptions raised by connection failures during session
      startup/resumption.
    + Add 0002_fix-desktop-sharing.patch. Fix (cross-)user desktop sharing.
      (Closes: #770976).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 27 Nov 2014 12:18:47 +0100

python-x2go (0.5.0.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/upstream/changelog:
    + Stop manually shipping upstream ChangeLog files anymore. From now
      on provided in upstream tarball.
  * debian/control:
    + Bump Standards: to 3.9.6. No changes needed.
    + Drop Pre-D (all bin:pkg): dpkg (>= 1.15.6~).
    + Versioned D (python-x2go): python-paramiko (>= 1.15.1).
    + Add Ds (python-x2go): python-requests, python-simplejson (for X2Go
      Session Broker client code).
    + Add to R (python-x2go): sshfs (for Telekinesis, not yet in Debian).
    + Add to S (python-x2go): telekinesis-client, mteleplayer-clientside (not
      yet in Debian).
  * debian/copyright:
    + Update copyright years.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 21 Oct 2014 01:11:36 +0200

python-x2go (0.4.0.9-1) unstable; urgency=low

  * New upstream release.
  * Lintian issue(s) fixed:
    + python-x2go(-doc): data.tar.xz-member-without-dpkg-pre-depends.
  * debian/control:
    + Bump Standards: to 3.9.5. No changes needed.
  * debian/watch:
    + Add cryptographic signature verification for upstream tarball.
  * Update upstream changelog.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 06 Aug 2014 17:39:50 +0200

python-x2go (0.4.0.8-1) unstable; urgency=low

  * New upstream release.
  * /debian/control:
    + Use anonscm.debian.org in Vcs-Git: field.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 07 Aug 2013 14:15:09 +0200

python-x2go (0.4.0.5-1) unstable; urgency=low

  * New upstream release.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 19 Jul 2013 14:24:11 +0200

python-x2go (0.4.0.3-1) unstable; urgency=low

  * New upstream release.
  * /debian/control:
    + Use my DD mail address in Uploaders.
    + Bump Standards: to 3.9.4. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Apr 2013 23:35:58 +0200

python-x2go (0.4.0.2-1) unstable; urgency=low

  * New upstream version.
  * /debian/copyright:
    + Place packaging files under AGPL-3+ license, so that the packaging
      license is identical to the upstream license.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Sun, 03 Mar 2013 16:26:35 +0100

python-x2go (0.2.1.0-1) unstable; urgency=low

  * New upstream version.
  * /debian/control:
    + Allow package builds on systems without dh_python2.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 10 Dec 2012 22:38:00 +0100

python-x2go (0.2.0.9-1) unstable; urgency=low

  * New upstream version.
  * /debian/control:
    + Explicitly name client-side printing feature of X2Go.
    + Bump python build dependency to 2.6.6-14.
    + Be more accurate about dependency for python-gevent.
    + Fix typo (corrected: bandwidth) in long descriptions.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 20 Aug 2012 09:21:59 +0200

python-x2go (0.2.0.8-1) unstable; urgency=low

  * New upstream version.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 23 Jul 2012 21:26:10 +0200

python-x2go (0.2.0.6-1) unstable; urgency=low

  * Initial package build (closes: #655608).
  * debian/copyright:
    + Contains full text of AGPL-3+ license as requested by FTP masters.
    + Refer to copyright-format 1.0 in file header.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Mon, 02 Jul 2012 21:24:39 +0200