File: changelog

package info (click to toggle)
cloudprint 0.14-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: python: 1,128; sh: 48; makefile: 16
file content (285 lines) | stat: -rw-r--r-- 9,092 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
cloudprint (0.14-12) unstable; urgency=medium

  * Eliminate Python 2 autopkgtests.

 -- David Steele <steele@debian.org>  Tue, 30 Oct 2018 23:20:33 -0400

cloudprint (0.14-11) unstable; urgency=medium

  * Switch to Python 3.

 -- David Steele <steele@debian.org>  Mon, 29 Oct 2018 21:12:08 -0400

cloudprint (0.14-10) unstable; urgency=medium

  * Man page fix.
  * Update watch file url for the new Pypi switch.

 -- David Steele <steele@debian.org>  Sat, 14 Apr 2018 16:53:08 -0400

cloudprint (0.14-9) unstable; urgency=medium

  * Depend on network-online.target (Closes: 875972).

 -- David Steele <steele@debian.org>  Sat, 18 Nov 2017 23:57:43 -0500

cloudprint (0.14-8) unstable; urgency=medium

  * Fix bug in sitename support (Closes: 851689).
  * Fix auth file name in man (Closes: 851690).
  * Add syslog-address to man page (Closes: 851691).

 -- David Steele <steele@debian.org>  Tue, 17 Jan 2017 17:19:12 -0500

cloudprint (0.14-7) unstable; urgency=medium

  * Enhance cps-auth to restart the service if necessary.

 -- David Steele <steele@debian.org>  Wed, 28 Dec 2016 13:12:05 -0500

cloudprint (0.14-6) unstable; urgency=medium

  * Increase the login restart time to 5 minutes.
  * Documentation fixes.
  * Changes indicated by a cme run.
  * Update for new Debian Standards version.
  * Add build dependencies for test in gbp.

 -- David Steele <steele@debian.org>  Wed, 24 Aug 2016 14:00:58 -0400

cloudprint (0.14-5) unstable; urgency=low

  * Add site name prefix support.
  * Debian
    - get-orig-source support.
    - DEP8 continuous integration support.

 -- David Steele <dsteele@gmail.com>  Mon, 14 Dec 2015 21:25:48 -0500

cloudprint (0.14-4) unstable; urgency=low

  * 0.14-3 uploaded to wrong dist. Bump to retry.

 -- David Steele <dsteele@gmail.com>  Tue, 29 Sep 2015 07:42:00 -0400

cloudprint (0.14-3) unstable; urgency=low

  * Add dependency for python-configargparse.

 -- David Steele <dsteele@gmail.com>  Sun, 27 Sep 2015 09:40:25 -0400

cloudprint (0.14-2) unstable; urgency=low

  * Add support for cloudprint parameters in a config file.
  * Remove version requirement on setup.py 'requests' dependency.

 -- David Steele <dsteele@gmail.com>  Mon, 21 Sep 2015 22:50:50 -0400

cloudprint (0.14-1) unstable; urgency=low

  * New upstream release.
  * Clear .pyc files from install (Closes: 797505)
  * Exit and suggest cps-auth on auth failure (Closes: 793610)
  * Require the python-requests package (Closes: 799225)

 -- David Steele <dsteele@gmail.com>  Mon, 21 Sep 2015 19:18:12 -0400

cloudprint (0.13-1) unstable; urgency=low

  * Upstream update, with bug fixes
      Closes: 792055

 -- David Steele <dsteele@gmail.com>  Sat, 11 Jul 2015 01:09:04 -0400

cloudprint (0.12-3) unstable; urgency=low

  * Clear out the old init file the right way (Closes: 791624).

 -- David Steele <dsteele@gmail.com>  Mon, 06 Jul 2015 21:44:39 -0400

cloudprint (0.12-2) unstable; urgency=low

  * Don't remove the old auth file, in case the upgrade fails.

 -- David Steele <dsteele@gmail.com>  Mon, 06 Jul 2015 08:59:05 -0400

cloudprint (0.12-1) unstable; urgency=low

  * Incorporate upstream 0.12.
    - Different OAuth2 implementation.
  * Adapt to incompatible change to python-daemon

 -- David Steele <dsteele@gmail.com>  Mon, 08 Jun 2015 21:50:28 -0400

cloudprint (0.11-9) unstable; urgency=low

  * Remove the GNOME requirement for OAuth2.
  * Remove old sysv-init files on install.
  * Other minor changes.

 -- David Steele <dsteele@gmail.com>  Fri, 05 Jun 2015 21:25:55 -0400

cloudprint (0.11-8) unstable; urgency=low

  * Fixes to declared dependencies.
  * Better GUI detection.

 -- David Steele <dsteele@gmail.com>  Wed, 03 Jun 2015 19:30:04 -0400

cloudprint (0.11-7) unstable; urgency=low

  * OAuth2 support, since the old SASL is not longer working.
        (Closes: 787102)
  * Replace sysv init with systemd.

 -- David Steele <dsteele@gmail.com>  Sat, 30 May 2015 16:44:05 -0400

cloudprint (0.11-6) unstable; urgency=low

  * Limit print jobs names to avoid CUPS fail (thanks Alexandre Bury).
  * Mark the Cloud Print job as failed if CUPS fails.
  * Retry the print job on failure.

 -- David Steele <dsteele@gmail.com>  Thu, 16 Apr 2015 21:39:22 -0400

cloudprint (0.11-5) unstable; urgency=low

  * Fix init.d functionality breakage from daemon rename in 0.11-4.
  * Incorporate upstream copyright headers.
  * Drop the upstream log device reassignment patch.

 -- David Steele <dsteele@gmail.com>  Sun, 11 May 2014 00:21:28 -0400

cloudprint (0.11-4) unstable; urgency=low

  * Reworked the build process for git-buildpackage.
  * Require system-log-daemon instead of rsyslog.
  * Update the home page and VCS URLs.
  * Update to latest upstream:
    - Use argparse, and require Python 2.7.
    - Don't specify /dev/log for the logger.
  * Standardize 'cloudprintd' as a name:
    - Create cloudprintd as a link to cloudprint for the init.
    - cloudprintd man page.
    - Store cloudprint-service auth in /var/lib/cloudprintd.

 -- David Steele <dsteele@gmail.com>  Mon, 14 Apr 2014 22:02:29 -0400

cloudprint (0.11-3.1) cloudprintppa; urgency=low

  * Release for 'cloudprintppa' dist, with hw-dependent Python Dep

 -- David Steele <dsteele@gmail.com>  Sat, 08 Feb 2014 23:44:57 -0500

cloudprint (0.11-3) unstable; urgency=low

  * Add support for cloudprint -i/-x.
  * Documentation cleanup

 -- David Steele <dsteele@gmail.com>  Sat, 08 Feb 2014 18:17:59 -0500

cloudprint (0.11-2.1) cloudprintppa; urgency=low

  * Release for 'cloudprintppa' dist, with hw-dependent Python Dep

 -- David Steele <dsteele@gmail.com>  Thu, 09 Jan 2014 19:47:14 -0500

cloudprint (0.11-2) unstable; urgency=low

  * Fix bug in recovering from network outage.
    - Fixes #9
  * Re-add the -u username/password store option.
    - Refresh auth using username if sasl timed out.

 -- David Steele <dsteele@gmail.com>  Wed, 08 Jan 2014 19:59:11 -0500

cloudprint (0.11-1) unstable; urgency=low

  * Work with cloudprint 0.11:
    - Delete the 0.10 series of patches.
    - Remove support for the -u password storage option for now.
  * Revert to the Python depends macro, for Debian sponsorship.
  * Update debian files based on Debian policy 3.9.4 and 3.9.5.

 -- David Steele <dsteele@gmail.com>  Sun, 05 Jan 2014 21:38:43 -0500

cloudprint (0.10-9) unstable; urgency=low

  * Harden XMPP processing.
  * Add command line option to store username & password.
    - Refresh SASL token on XMPP connection errors.
  * Add two dependencies identified by Raspberry Pi.
  * Change the python Dependency back to legacy-friendly mode.
  * Set the Python path to ensure the right daemon module loaded.
  * Add support for the fast poll option for XMPP failure workaround.

 -- David Steele <dsteele@gmail.com>  Sun, 22 Dec 2013 12:02:59 -0500

cloudprint (0.10-8) unstable; urgency=low

  * Update VCS and home page references to reflect github name change.
  * Add missing Depends to python-daemon.
  * Use the python Depends macro, for a sid-only build.

 -- David Steele <dsteele@gmail.com>  Tue, 29 Oct 2013 18:23:06 -0400

cloudprint (0.10-7) unstable; urgency=low

  * Better cleanup of pid lock file.
  * Remove the logged debug traceback on XMPP connect errors.
  * Broaden python Depends to allow installation on stable.
      (only unstable likes the :any modifier on python)

 -- David Steele <dsteele@gmail.com>  Fri, 11 Oct 2013 22:19:27 -0400

cloudprint (0.10-6) unstable; urgency=low

  * Fix crash when XMPP unable to connect.
  * Rework patches to use git format-patches from cloudprint git repo.

 -- David Steele <dsteele@gmail.com>  Thu, 10 Oct 2013 19:12:39 -0400

cloudprint (0.10-5) unstable; urgency=low

  * fixxmpp.patch
    - Variables spelled wrong in xmpp.py
    - Unhandled XMPP exception in cloudprint.py
  * xmpprotocol.patch
    - Update XMPP protocol to Google example (phineasgage at github).

 -- David Steele <dsteele@gmail.com>  Wed, 09 Oct 2013 19:24:20 -0400

cloudprint (0.10-4) unstable; urgency=low

  * Replace the deprecated dh_installinit '--init-script'
    option with '--name.
  * Fix init confusion between DESC cloudprintd and NAME cloudprint.
    - Causing service to be unable to stop
  * Incorporate richvdh xmpp fixes (021eb567)
    - https://github.com/armooo/cloudprint/pull/58
    - Rework with another patch to consolidate timeout definitions.

 -- David Steele <dsteele@gmail.com>  Fri, 04 Oct 2013 21:56:52 -0400

cloudprint (0.10-3) unstable; urgency=low

  * Copyright had license text for LGPL instead of the correct GPL-2+
  * Quiet new lintian warning for init scripts calling /lib/init/*.

 -- David Steele <dsteele@gmail.com>  Mon, 10 Jun 2013 22:27:07 -0400

cloudprint (0.10-2) unstable; urgency=low

  * Add dependency on CUPS.
  * Lintian fixes.
  * Man page fixes.
  * Better text in copyright file.

 -- David Steele <dsteele@gmail.com>  Mon, 10 Jun 2013 21:15:27 -0400

cloudprint (0.10-1) unstable; urgency=low

  * Initial packaging (Closes: 705981)
  * Include cloudprint-service init.d support.

 -- David Steele <dsteele@gmail.com>  Tue, 23 Apr 2013 19:42:12 -0400