summaryrefslogtreecommitdiff
path: root/graphics/sam2p/debian/changelog
blob: 3bee8809425b031d94d743d7d5bb1e6ac5a6c467 (plain)
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
sam2p (0.49.4) lucid; urgency=low

  * fixed memory use bugs and vulnerabilities, e.g. these:
    https://github.com/pts/sam2p/issues/14
  * improved compatibility with new gcc, clang and perl
  * improved Makefile automation

 -- Peter Szabo <pts@fazekas.hu>  Wed, 27 Sep 2017 17:39:12 +0200

sam2p (0.49.3) lucid; urgency=low

  * Added 36 changes in total.
  * Fixed dozens of bugs.
  * Improved GCC and Clang compatibility: fixed warnings, extended ccdep.pl .

 -- Peter Szabo <pts@fazekas.hu>  Fri, 10 Oct 2016 17:01:57 +0200

sam2p (0.49.2) lucid; urgency=low

  * Fixed GCC 4.8 incompatibilities in ccdep.pl (the dependency generator
    of the build system) and elsewhere.
  * Fixed GCC gcc 4.6 and 4.8 warnings.
  * Fixed some harmless memory leaks.
  * Fixed integer-pointer sign bug with `gcc -fPIC' (so it works with the
    defaults of https://wiki.debian.org/Hardening, see
    https://code.google.com/p/sam2p/issues/detail?id=11).

 -- Peter Szabo <pts@fazekas.hu>  Fri, 06 Sep 2013 15:06:32 +0200

sam2p (0.49.1) lucid; urgency=low

  * Fixed GCC 4.6 incompatibilities in ccdep.pl (the dependency generator
    of the build system).

 -- Peter Szabo <pts@fazekas.hu>  Wed, 14 Dec 2011 17:44:47 +0100

sam2p (0.49-2) karmic; urgency=low

  * Fixed error reporting at cleanup time.
  * Fixed file closing for temporary file removal on Windows.

 -- Peter Szabo <pts@fazekas.hu>  Thu, 30 Jun 2011 01:24:59 +0200

sam2p (0.49-1) karmic; urgency=low

  * Fixed version reporting in `sam2p --version'.

 -- Peter Szabo <pts@fazekas.hu>  Wed, 29 Jun 2011 19:17:45 +0200

sam2p (0.48-1) karmic; urgency=low

  * Added sam2p_pdf_scale.pl to the files list.
  * Added examples/sam2p.spec for Fedora.

 -- Peter Szabo <pts@fazekas.hu>  Tue, 22 Mar 2011 19:23:07 +0100

sam2p (0.47-1) unstable; urgency=low

  * Fixed some bugs.
  * Added some missing example files.
  * Clarified the documentation a bit.

 -- Szabó Péter <pts@fazekas.hu>  Sun,  8 Aug 2009 01:50:53 +0200

sam2p (0.46-2) unstable; urgency=low

  * image.cpp: added sortPal(), so now sam2p converts source images to
    canonical form.
  * encoder.cpp, sam2p_main.cpp: Fixed predictor autodetection ultimately.
  * Small compliation and documentation improvements.

 -- Szabó Péter <pts@fazekas.hu>  Sun,  5 Apr 2009 01:50:53 +0200

sam2p (0.46-1) unstable; urgency=low

  * Small bugfixes.
  * encoder.cpp: Fixed ``/Predictor 15'' so it produces an efficient
    predictor, similar to what libpng does.
  * sam2p_main.cpp: Made ``/Predictor 15'' automatic for ZIP or LZW
    compression if no `-c' command line flag was specified.

 -- Szabó Péter <pts@fazekas.hu>  Sun,  5 Apr 2009 01:50:53 +0200

sam2p (0.45-3) unstable; urgency=low

  * in_ps.c: improved PostScript EPS load support, forcing `showpage'.

 -- Szabó Péter <pts@icy.seasons.hu>  Thu, 10 Aug 2006 13:07:47 +0200

sam2p (0.45-2) unstable; urgency=low

  * cgif.c is indicated to be free software.

 -- Szabó Péter <pts@math.bme.hu>  Sun,  2 Jul 2006 23:04:21 +0200

sam2p (0.45-1) unstable; urgency=low

  * Small docs changes.
  * Little bugfixes.

 -- Szabó Péter <pts@math.bme.hu>  Sun,  2 Jul 2006 17:19:29 +0200

sam2p (0.44-14) unstable; urgency=low

  * assertion BUGFIX in image.cpp:1480 Image::SampledInfo::setSampleFormat()

 -- Szabo Peter <pts@math.bme.hu>  Thu,  6 Apr 2006 15:13:11 +0200

sam2p (0.44-13) unstable; urgency=low

  * Added -j:quiet
  * No >/dev/null on png22pnm and tif22pnm

 -- Szabó Péter <pts@math.bme.hu>  Fri, 26 Aug 2005 08:29:56 +0200

sam2p (0.44-12) unstable; urgency=low

  * Fixed non-(0,0)-based EPS loading by putting `translate' after
    `setpagedevice' in in_ps.cpp

 -- Szabó Péter <pts@math.bme.hu>  Fri, 12 Aug 2005 23:13:38 +0200

sam2p (0.44-11) unstable; urgency=low

  * %%BeginData:; hack for GSView, as reported by Zoltán Petres

 -- Szabó Péter <pts@math.bme.hu>  Tue, 17 May 2005 14:39:20 +0200

sam2p (0.44-10) unstable; urgency=low

  * encoder.cpp slen_t -> int fixes for 64-bit. Thanks to Stefan Fritsch.

 -- Szabó Péter <pts@math.bme.hu>  Thu, 14 Apr 2005 09:23:01 +0200

sam2p (0.44-9) unstable; urgency=low

  * 64-bit fix (slen_t and slendiff_t), in reply to the
    report by Stefan Fritsch.

 -- Szabó Péter <pts@math.bme.hu>  Tue, 12 Apr 2005 20:51:40 +0200

sam2p (0.44-8) unstable; urgency=low

  * Added /ImageDPI and -m:dpi:, see README.
  * Fixed a couple of bugs.

 -- Szabó Péter <pts@winter>  Mon, 21 Feb 2005 23:53:51 +0100

sam2p (0.44-7) unstable; urgency=low

  * Updated copyright of pts_fax.c
  * Updated copyright of cgif.c
  * BUGFIX of JPEG -> EPS `delete tp' buf in appliers.cpp

 -- Szabó Péter <pts@math.bme.hu>  Thu, 20 Jan 2005 15:11:23 +0100

sam2p (0.44-6) unstable; urgency=low

  * Re-ripped pts_defl.c from linux-2.6.8.1 (ZLIB 1.1.3),
    formerly it was Info-ZIP 2.2
  * BUGFIX in image.cpp
  * Documentation fixes

 -- Szabó Péter <pts@winter>  Tue, 18 Jan 2005 17:04:28 +0100

sam2p (0.44-5) unstable; urgency=low

  * Added -pdf:x (generate PDF with /XObject{}s).
  * Changed PDF output so elements of /Kids are indirect references
    (see the PDF Reference 1.5 for details).
  * Added option: -transparent "#abcdef"

 -- Szabó Péter <pts@winter>  Sat,  8 Jan 2005 12:29:10 +0100

sam2p (0.44-4) unstable; urgency=low

  * Some glitches of g++-3.4 avoided. Now sam2p compiles fine.
  * -l:gs=-r216 support for PDF.

 -- Szabó Péter <pts@math.bme.hu>  Thu,  6 Jan 2005 10:59:50 +0100

sam2p (0.44-3) unstable; urgency=low

  * minor fixes, documentation addons

 -- Szabó Péter <pts@math.bme.hu>  Tue,  1 Jun 2004 18:50:15 +0200

sam2p (0.44-2) unstable; urgency=low

  * Added answers to FAQ in README.

 -- Szabó Péter <pts@math.bme.hu>  Fri,  5 Mar 2004 19:54:44 +0100

sam2p (0.44-1) unstable; urgency=low

  * bugfixes
  * PDF, PS and EPS import
  * compressed bts2.ttt, so target sam2p is smaller (ps_tiny --copy)
  * printf("%.16g") in configure

 -- Szabó Péter <pts@math.bme.hu>  Wed,  1 Oct 2003 19:49:32 +0200

sam2p (0.43-4) unstable; urgency=low

  * Allow to read stdin from a pipe
  * Recognize SOF2 (progressive) JPEG and other non-baseline types
  * Fixed SimBuffer::Flat::copyRange

 -- Szabó Péter <pts@math.bme.hu>  Tue, 11 Mar 2003 14:10:37 +0100

sam2p (0.43-3) unstable; urgency=low

  * Merged with CVS, created Debian source packages.

 -- Szabó Péter <pts@math.bme.hu>  Wed, 12 Feb 2003 20:51:58 +0100

sam2p (0.43-2) unstable; urgency=low

  * Added proper Description:, Depends: and Build-Depends: to
    debian/changelog, modified the Makefile to respect $(DESTDIR) etc.

 -- Szabó Péter <pts@winter>  Fri,  7 Feb 2003 14:16:56 +0100

sam2p (0.43-1) unstable; urgency=low

  * Initial Debian release.
  * PDF generation bugfixes
  * PDF /MediaBox is output into a separate line near the beginning of file
    (graphicP compatibility)

sam2p (0.41) unstable; urgency=low

  * vcsam2p.exe (graphic .exe with Visual Studio 6.0), merged
  * added Below feature -m:lower:5
  * png22pnm support
  * Debian Slink pdfTeX integration

 -- Szabó Péter <pts@winter>  Wed,  5 Feb 2003 18:40:12 +0100

sam2p (0.41) unstable; urgency=low

  * All earlier versions listed here:
  * 0.29 Apr 4 2002
       sam2p_article.tex preliminary version
  * 0.30 Sat Apr  6 09:19:23 CEST 2002
  * 0.31 -- Fri Apr 12 23:54:57 CEST 2002
       not working TCL/TK GUI, sam2p_article corrected
  * 0.32 Sat Apr 13 12:55:09 CEST 2002 --
       PCX input, class Encoder, class Decoder
  * 0.33 JPEG, TIFF, PNG input. JPEG output.
  * 0.34 PDF output, PNG output.
  * 0.35 Fri Apr 26 08:28:41 CEST 2002
       transparency, gui, sam2p_talk, EuroBachoTeX 2002
  * 0.36 Sat May 26 14:06:09 CEST 2002
       Blanca bugfixes
  * 0.37 Sat Jun  1 14:06:43 CEST 2002
       ccdep.pl, --enable-debug, XPM output, opaque TIFF output,
       more PS output, BMP output, transparent PNM output, one-liner mode,
       XWD output, PS output with margins, autoconf consts,
       built-in CCITTFaxEncode
  * 0.38 Tue Sep  3 20:16:59 CEST 2002
       Many portability bugfixes. Now more versions of GNU C++ compilers and
       more achitectures are tested and supported.
       gcc-3.1 or gcc-3.2 compliance (AC_C_CONST working const; with autoconf
       2.53)
  * 0.39 -j:warn, allow /OutputFile(-) (stdout) in one-liner mode,
       one-liner mode with src == dst filename `--', EPS margins, PDF margins,
       -m, scaling PS output command line, PSL1 Gray ZIP&LZW in all
       TransferEncodings
  * 0.40 Wed Dec 11 19:24:31 CET 2002
       builds out-of-the box (./configure ...; make -> sam2p.exe) on Win32 with MinGW32 + Perl
  * 0.41 GIF and XPM load bugfixes
       synchronized to GIMP tif22pnm
       transparent(+?) TIFF output, really
       better tif22pnm support

 -- Szabó Péter <pts@winter>  Wed,  5 Feb 2003 11:40:12 +0100

Local variables:
mode: debian-changelog
End: