File: ChangeLog

package info (click to toggle)
cups-x2go 3.0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 239; sh: 30; makefile: 5
file content (200 lines) | stat: -rw-r--r-- 8,845 bytes parent folder | download | duplicates (2)
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
cups-x2go (3.0.1.4-0x2go1) unstable; urgency=low

  [ Mihai Moldovan ]
  * New upstream version (3.0.1.4):
    - misc: update copyright notices.
    - cups-x2go: clarify *what* temporary file we want to get cleaned up
      automatically by File::Temp.
  * debian/control:
    - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>.
    - Uploaders: add myself. Also, force a rebuild due to the changed
      versioning.
  * cups-x2go.spec:
    - Fixup %{_datadir}/ppd/ directory owning. On SLE{S,D} 11 and 12, this
      directory is owned/provided by cups-drivers and cups-filters
      respectively. On OpenSuSE systems prior to 13.2, this directory was not
      provided by any package, so cups-x2go has to own it. OpenSuSE 42.1+
      provides cups-filters that owns this directory, consistently with
      SLE{S,D} 12. OpenSuSE 13.2 is a special case: even though the
      cups-filters package is available there (and also owns
      %{_datadir}/ppd/), it conflicts with the cups package, which makes it
      useless. Let cups-x2go own this directory instead on OpenSuSE 13.2.
    - Grammar fix in comment only.
    - Build-Require perl-generators on Fedora, since perl-generators (and
      hence Perl) was removed from the Build Root. The Fedora Packaging
      Guidelines for Perl say to build-depend upon perl-generators whenever a
      perl script or module is installed.

 -- X2Go Release Manager <git-admin@x2go.org>  Thu, 22 Nov 2018 08:00:44 +0100

cups-x2go (3.0.1.3-0x2go1) unstable; urgency=low

  [ Mihai Moldovan ]
  * New upstream version (3.0.1.3):
    - cups-x2go: import tempfile() function from File::Temp module.
    - cups-x2go: only repeat the last X, not the whole ".pdfX" string (or the
      like.)
    - cups-x2go: actually print "real" executed command instead of the
      "original" one with placeholders.
    - cups-x2go: read output from ghostscript, don't write a filehandle to the
      temporary file. Fixes a hanging ghostscript call and... well... random
      junk, instead of a "real" PDF file.
    - cups-x2go: use parentheses around function arguments.
    - cups-x2go: fix binmode() call, :raw layer is implicit.
    - cups-x2go: fix print call... Does not allow to separate parameters with
      a comma.
    - cups-x2go: add correct :raw layer to binmode calls.
    - cups-x2go: fix tiny typo.
    - cups-x2go: read data from GS and STDIN in chunks of 8 kbytes, instead of
      everything at once. Handles large print jobs gracefully.
    - cups-x2go: add parentheses to close() calls.
    - cups-x2go: delete PDF and title temporary files automatically.
    - cups-x2go: unlink PS temporary file on-demand in END block. Also move
      closelog to END block, because we want to print diagnosis messages in
      the END block.
    - cups-x2go: don't use unlink() explicitly. Trust File::Temp and our END
      block to clean up correctly.
    - cups-x2go: there is no continue in perl for stepping forward a loop.
      Still not. I keep forgetting that. Use next. (Partly) Fixes: #887.
    - cups-x2go: use the same temp file template for PS, PDF and title files.
      Use appropriate suffixes if necessary when generating PDF and title temp
      files. (Fully) Fixes: #887.
  * debian/control:
    - Add dependencies on perl-modules for core modules and ${perl:Depends}
      for perl itself.
    - Do not depend on perl-modules directly. ${perl:Depends} is already doing
      that implicitly. It depends on perl, which depends on perl-modules.
  * cups-x2go.spec:
    - Add proper dependencies on perl and File::Temp module. Hopefully pulls
      in perl-base with the core modules or the like...

 -- X2Go Release Manager <git-admin@x2go.org>  Fri, 19 Jun 2015 23:02:53 +0200

cups-x2go (3.0.1.2-0x2go1) unstable; urgency=high

  [ Mihai Moldovan ]
  * cups-x2go.spec:
    + Depend on openssh-clients on Fedora, RHEL, EPEL and CentOS instead of
      pulling in the complete openssh suite.
    + Change %{_libexecdir} to ${_prefix}/lib as the standard install location
      for CUPS backends on Fedora, RHEL, (Open)SUSE and EPEL.
    + Wrap macros in curly braces where appropriate.
    + Do not own alien directories.
    + Add docs.
    + Re-add %{_datadir}/ppd/cups-x2go as owned directory.
    + Use slashes to correctly mark directories.
    + Fedora: require cups-filesystem and cups for %{_prefix}/lib/cups et al.
    + All but Fedora: require cups or cups-filters at build-time.
    + Fedora: require cups-filesystem at build-time, too.
    + SUSE: require cups-filters at build- and run-time for %{_datadir}/ppd/.
    + SUSE: require cups-backends for %{_datadir}/ppd/ for older release
      versions.
    + Revert previous change. Own %{_datadir}/ppd/ for all SUSE releases for
      the time being.
    + Also own %{_prefix}/lib for SLES < 12, as previous versions ship the
      arch-dependent %{_libdir}/cups only.
    + Make package noarch again.
  * New upstream version (3.0.1.2):
    - cups-x2go{,.conf}: port to File::Temp. Use Text::ParseWords to split up the
      ps2pdf command line correctly. Don't use system() but
      IPC::Open2::open2(). Capture the ps2pdf program's stdout and write it to
      the temporary file handle "manually".
      Should fix problems reported by Jan Bi on IRC.
    - cups-x2go: fix commented out second ps2pdf definition to output PDF data
      to stdout.

 -- X2Go Release Manager <git-admin@x2go.org>  Sun, 14 Jun 2015 18:09:54 +0200

cups-x2go (3.0.1.1-0x2go1) unstable; urgency=low

  [ Mike Gabriel ]
  * New upstream version (3.0.1.1):
    - Rename LICENSE.txt to COPYING.
  * cups-x2go.spec:
    + Pull-in packaging stuff from Jan Engelhardt's .spec files
      on https://build.opensuse.org/package/view_file/X11:RemoteDesktop:x2go.
    + Always set BuildRoot: parameter.
    + Make package arch-any, not noarch.

  [ Mihai Moldovan ]
  * Change string "X2go" to "X2Go" where appropriate.

 -- X2Go Release Manager <git-admin@x2go.org>  Tue, 10 Feb 2015 20:03:16 +0100

cups-x2go (3.0.1.0-0x2go1) unstable; urgency=low

  * New upstream version (3.0.1.0):
    - Add license file. (Fixes: #298).
    - Add a short README that provides some getting started
      information. (Fixes: #299).
  * debian/source/format:
    + Switch to format 1.0.
  * cups-x2go.spec:
    + Ship cups-x2go.spec (RPM package definitions) in upstream project. (Thanks
      to the Fedora package maintainers).
    + Drop (Fedora package) changelog.
  * debian/cups-x2go.postrm:
    + Remove special file permissions with dpkg-statoverride on postrm.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 09 May 2014 09:16:45 +0200

cups-x2go (3.0.0.4-0~x2go1) unstable; urgency=low

  [ Mike Gabriel ]
  * New upstream version (3.0.0.4):
    - Add more debug messages.
    - Use proper project name where appropriate and possible (,,X2Go'').
  * Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>.

  [ Helmer Teles ]
  * New upstream version (3.0.0.4):
    - Fix ignoring number of copies to be printed for single pages.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Tue, 25 Sep 2012 15:59:04 +0200

cups-x2go (3.0.0.3-0~x2go1) unstable; urgency=low

  [ Mike Gabriel ]
  * New upstream release (3.0.0.3):
    - Call x2goprint directly with root privileges if x2goserver and CUPS
      server share the same machine.
    - Major change of code, add comments, syslogging, fix ghostscript call.
    - Fix remote printing, use host specified in X2Go session information for
      destination of print jobs, not the host specified in cups-x2go.conf.
    - Add loglevel config option, allow different log levels (i.e. levels of
      syslog verbosity).
  * Add dpkg-statoverride for CUPS backend cups-x2go, file permission 0700
    on CUPS backend makes CUPS run this backend with root-privileges which
    is needed for cups-x2go to work.
  * Add a proper dpkg-statoverride check in postinst script.

  [ Mario Oroz ]
  * New upstream release (3.0.0.3):
    - Add syslog support for cups-x2go.
    - Ownership fix for .title file.

  [ Oleksandr Shneyder ]
  * New upstream release (3.0.0.3):
    - fixed reading deprecated /etc/x2go/sql.
    - fixed saving temprary file in / instead of /tmp.

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Wed, 12 Oct 2011 10:40:12 +0200

cups-x2go (3.0.0.2-0~x2go1) unstable; urgency=low

  * changing version numbering scheme

 -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 14 Apr 2011 19:29:57 +0200

cups-x2go (3.0.0-2) unstable; urgency=low

  * support for "sqlite" setting

 -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>  Mon, 02 Nov 2009 14:08:51 +0100

cups-x2go (3.0.0-1) unstable; urgency=low

  * Initial release

 -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>  Fri, 06 Mar 2009 08:55:57 +0100