File: changelog

package info (click to toggle)
fbi 2.07-6
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,240 kB
  • ctags: 2,357
  • sloc: ansic: 17,896; sh: 59; makefile: 33; perl: 12
file content (393 lines) | stat: -rw-r--r-- 12,595 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
fbi (2.07-6) unstable; urgency=low

  * Switch to linux-any to ease the life for upcoming ports like
    Arm with hard float
  * Drop libpcd, which is to be removed.

 -- Moritz Muehlenhoff <jmm@debian.org>  Wed, 01 Sep 2010 00:04:26 +0200

fbi (2.07-5) unstable; urgency=medium

  * Add sh4 and powerpcspe (Closes: #594013)

 -- Moritz Muehlenhoff <jmm@debian.org>  Mon, 23 Aug 2010 18:56:15 +0200

fbi (2.07-4) unstable; urgency=medium

  * Limit architectures to Linux (w/o s390)

 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 19 Aug 2010 23:15:17 +0200

fbi (2.07-3) unstable; urgency=low

  * Switch to source format 3.0 (quilt)

 -- Moritz Muehlenhoff <jmm@debian.org>  Mon, 23 Nov 2009 19:28:22 +0100

fbi (2.07-2) unstable; urgency=low

  * Fix FTBFS with new source format 3.0 (Closes: #538621)
  * Update policy to 3.8.3

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun, 30 Aug 2009 23:25:43 +0200

fbi (2.07-1) unstable; urgency=low

  * New upstream release
    - Drop dont-include-page-h.diff, merged upstream	 
    - Drop sanitise-imagemagick-call.diff, fixed upstream
    - Update fbgs-fix-manpage-typos.diff, party merged upstream	
    - Update dont-strip-binaries.diff
  * Update build deps:
    x-dev => x11proto-core-dev	
    libungif4-dev => libgif-dev
    xutils => x11-xfs-utils, x11-utils, x11-xserver-utils,
	      x11-session-utils, xfonts-utils (Some of these might
	      be unneeded, but for now I've merged all deps from the
	      xutils transition package. I'll revisit after Lenny
	      release)
  * Fix clean target	

 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 12 Jun 2008 23:26:39 +0200

fbi (2.06-5) unstable; urgency=low

  * Rework packacking, the old one was rather intricate and instead
    of documenting it in README.Source I rather replaced it by a
    clean debhelper + quilt system
  * Build deps: Add quilt, update to libpng12-dev
  * Drop alternate dependency on gs-gpl again since ghostscript has
    migrated to testing by now.
  * Added Homepage entry
  * Update policy to 3.8.0	
 	
 -- Moritz Muehlenhoff <jmm@debian.org>  Sat, 07 Jun 2008 20:55:14 +0200

fbi (2.06-4) unstable; urgency=low

  * Pass noverbose option to fbgs, patch by Jan Braun. (Closes: #481611)

 -- Moritz Muehlenhoff <jmm@debian.org>  Wed, 21 May 2008 23:51:06 +0200

fbi (2.06-3) unstable; urgency=high

  * Stop including asm/page.h, which isn't provided by kernel headers
    in 2.6.25. fbi uses getpagesize() anyway. This fixes a FTBFS, hence
    urgency=high (Closes: #479976)
  * Readd alternate depends von gs-gpl, since ghostview is currently
    stuck testing-migration-wise	 
	
 -- Moritz Muehlenhoff <jmm@debian.org>  Thu, 08 May 2008 21:32:20 +0200

fbi (2.06-2) unstable; urgency=low

  * Stop using popen() when passing files to imagemagick for conversion.
    Problem spotted by Jakub Wilk. (Closes: #422034)
  * Add updated MIME definitions, kindly provided by Guillaume
    (giggzounet@gmail.com):
    - Don't wildcard all image files, only the ones that actually work
    - Add definitions for fbgs (Closes: #460556)
  * Stop using DH_COMPAT, instead use debian/compat
  * Bump to compat level 6 (no changes needed)
  * Bump standards version to 3.7.2 (no changes needed)
  * Depend on ghostscript, rather than gs-gpl

 -- Moritz Muehlenhoff <jmm@debian.org>  Sat, 19 Jan 2008 18:30:42 +0100

fbi (2.06-1) unstable; urgency=low

  * New upstream release 2.06
    - Drop fix-autozoom.diff (obsolete)
    - New Patches: dont-strip-binaries.diff, enable-debug-syms.diff
      Build with debug symbols and call dh_strip, which honors
      "DEB_BUILD_OPTIONS=nostrip" (Closes: #436822)
	
 -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 31 Aug 2007 23:35:19 +0200

fbi (2.05-4) unstable; urgency=low

  * Build against libcurl4-gnutls-dev

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun, 05 Aug 2007 21:51:12 +0200

fbi (2.05-3) unstable; urgency=low

  * Fix autozoom option for multiple images, patch by Alan Curry
    (Closes: #413768)
  * Build against libcurl4-dev

 -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 18 May 2007 17:38:48 +0200

fbi (2.05-2) unstable; urgency=low

  * Do not beep after processing images for fbgs, patch by Jan Braun.
    (Closes: #361390)
  * Fix typos in fbgs manpage reported by A Costa. (Closes: #311224)
  * Pass more fbi options to fbgs, patch by Jan Braun. (Closes: #361393)
  * Document direction of rotation in exiftran. (Closes: #357406)
 
 -- Moritz Muehlenhoff <jmm@debian.org>  Sat, 12 Aug 2006 17:11:49 +0200

fbi (2.05-1) unstable; urgency=low

  * New maintainer, thanks Gerd. (Closes: #379250)
  * New upstream release 2.05. (Closes: #367344)
    - Includes fix for insecure temp file usage in fbgs 
      [CVE-2006-1695, DSA-1068] (Closes: #361370)
    - Includes fix for correct Postscript sanitising
      [CVE-2006-3119, DSA-1124]
    - Includes spelling fixes by A. Costa (Closes: #311226)
    - Includes support for color display in fbgs with the new
      -c option, based on patch by Jan Braun (Closes: #279566)
    - Fix pointer arithmetic (Closes: #369049)
    - Document zooming with "s" and fix rounding of zoom factor,
      patch by Jan Braun (Closes: #361383)
    - fbi now maintains zoom levels between multiple images
      (Closes: #361388)
  * Acknowledge NMUs. (Closes: #262805, #282890, #346726, #322236)
  * Add dependency on gs-gpl for fbgs. (Closes: #356897)
  * Correct build dependency on libcurl. (Closes: #320057, #320058)
  * Gerd has changed his name with his marriage, update copyright
    file.
  * Update upstream download location (Closes: #379047)
  * Bump debhelper level to 5
  * Mention fbgs in package description (Closes: #266811)

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun, 23 Jul 2006 14:31:21 +0200

fbi (2.01-1.4) unstable; urgency=low

  * Non-maintainer upload.

  [ Victor Seva ]
  * xlibs-dev transition. Closes: #346726

  [ Amaya Rodrigo Sastre ]
  * Bumped Standards-Version to 3.6.2. No changes needed.
  * Updated the Free Software Foundation old postal address in
    debian/copyright.
  * Switch from deprecated dh_installmanpages to dh_installman.

 -- Amaya Rodrigo Sastre <amaya@debian.org>  Sat, 14 Jan 2006 23:55:00 +0100

fbi (2.01-1.3) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild against libexif (Closes: #322236)

 -- Moritz Muehlenhoff <jmm@inutil.org>  Wed, 14 Sep 2005 22:47:06 +0200

fbi (2.01-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Updated Build-depends: libfontconfig1-dev (>= 2.2.3-4). Thanks to
    Stephen Quinney for the patch. Closes: #282890.

 -- Steve McIntyre <93sam@debian.org>  Sun, 28 Nov 2004 21:28:27 +0000

fbi (2.01-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Medium urgency to facilitate the libtiff transition.
  * Rebuild against libtiff4 (closes: #262805).

 -- Steve Langasek <vorlon@debian.org>  Wed,  4 Aug 2004 15:53:51 -0700

fbi (2.01-1) unstable; urgency=low

  * new release (closes: #255912, #253483).
  * rebuild closes: #256435.

 -- Gerd Knorr <kraxel@debian.org>  Wed, 30 Jun 2004 15:46:14 +0200

fbi (2.00-1) unstable; urgency=low

  * new release (closes: #235764, #238283).

 -- Gerd Knorr <kraxel@debian.org>  Tue,  8 Jun 2004 11:47:55 +0200

fbi (1.31) unstable; urgency=low

  * new release.
  * fbgs fixes, new scaling options (partly by Felix Schueller
    <fschueller@netcologne.de>)
  * can display jpeg comments now.

 -- Gerd Knorr <kraxel@debian.org>  Mon, 23 Feb 2004 12:32:54 +0100

fbi (1.30) unstable; urgency=low

  * new release.
  * make fbgs use tiff insead of jpeg (closes: #229150).
  * minor bugfixes.

 -- Gerd Knorr <kraxel@debian.org>  Tue, 27 Jan 2004 16:23:21 +0100

fbi (1.29) unstable; urgency=low

  * new release.
  * add lirc support (initial patch by Roberto De Leo <deleo@unica.it>)
  * fix minor bugs.

 -- Gerd Knorr <kraxel@debian.org>  Tue,  6 Jan 2004 21:13:55 +0100

fbi (1.28) unstable; urgency=low

  * new release.
  * added url support (most image formats, closes: #213839).
  * use fbdev color bits info (closes: #213761).

 -- Gerd Knorr <kraxel@debian.org>  Fri, 17 Oct 2003 12:08:48 +0200

fbi (1.27) unstable; urgency=low

  * new release (rebuild closes: #205822).
  * added exif support.
  * image scaling rewritten.
  * various UI changes.

 -- Gerd Knorr <kraxel@debian.org>  Mon, 29 Sep 2003 16:31:38 +0200

fbi (1.26) unstable; urgency=low

  * new release (closes: #143640).
  * fixed description (closes: #146548).
  * updated build dependencies (closes: #156625).

 -- Gerd Knorr <kraxel@debian.org>  Fri,  7 Feb 2003 11:36:04 +0100

fbi (1.25) unstable; urgency=low

  * fixed some warnings.
  * dropped extra "make depend" pass.

 -- Gerd Knorr <kraxel@debian.org>  Thu, 20 Jun 2002 13:33:25 +0200

fbi (1.24) unstable; urgency=low

  * make it build without libpcd.
  * added -a (autozoom) switch.
  * minor fixes.

 -- Gerd Knorr <kraxel@debian.org>  Mon, 29 Apr 2002 10:04:18 +0200

fbi (1.23) unstable; urgency=low

  * unbundled libpcd.
  * spell fix (closes: #124610).

 -- Gerd Knorr <kraxel@debian.org>  Fri, 15 Feb 2002 10:17:28 +0100

fbi (1.22) unstable; urgency=low

  * updated image loading functions.
  * updated the man-page (closes: #130135).

 -- Gerd Knorr <kraxel@debian.org>  Thu, 24 Jan 2002 12:35:55 +0100

fbi (1.21) unstable; urgency=low

  * fixed bug in fbdev code.
  * fixed build dependences (closes: #123762).
  * fixed debian/rules install target (closes: #124076).

 -- Gerd Knorr <kraxel@debian.org>  Mon, 17 Dec 2001 10:46:24 +0100

fbi (1.20) unstable; urgency=low

  * fixed wraparound for <nr>g jumps with >127 image files.
  * major rewrite of the image loading functions.  fbi has native support for
    a few more image formats now, image formats are identified by magic number
    instead of file extention (closes: #87782).
  * added some console switch checks to long-running loops, it is often
    possible to switch to another console now while fbi is busy with
    loading / scaling images.
  * devfs support.
  * allow builds without X11 installed (you loose the ability to fetch
    fonts from a X11 fontserver then, reading xwd files doesn't work too).

 -- Gerd Knorr <kraxel@debian.org>  Tue, 11 Dec 2001 17:16:45 +0100

fbi (1.11) unstable; urgency=low

  * keep image scroll position on zoom in/out.
  * made fbgs catch ghostscript failures (closes: #106675).

 -- Gerd Knorr <kraxel@debian.org>  Mon,  1 Oct 2001 19:48:27 +0200

fbi (1.10) unstable; urgency=low

  * reversed font search order (console fonts first, xfs last) to avoid
    trouble in case xfs not running (closes: #103164).
  * updated version number (closes: #103277)

 -- Gerd Knorr <kraxel@debian.org>  Wed,  4 Jul 2001 10:23:30 +0200

fbi (1.9) unstable; urgency=low

  * new text rendering code.
  * updated console font search path.
  * added code to fetch fonts from a X11 font server.

 -- Gerd Knorr <kraxel@debian.org>  Tue, 26 Jun 2001 15:39:36 +0200

fbi (1.8.1) unstable; urgency=low

  * added libjpeg to the build dependences (closes: 92549).

 -- Gerd Knorr <kraxel@debian.org>  Fri,  6 Apr 2001 08:45:02 +0000

fbi (1.8) unstable; urgency=low

  * more friendly error message when not started from the
    linux console.
  * documentation updates.
  * updated standards-version.
  * added build-dependency to debhelper.

 -- Gerd Knorr <kraxel@debian.org>  Sat, 31 Mar 2001 15:15:33 +0200

fbi (1.7) unstable; urgency=medium

  * minor fix in help text (replaced tab with spaces).
  * make fbi ignore SIGTSTP (closes: #74453)

 -- Gerd Knorr <kraxel@debian.org>  Tue, 10 Oct 2000 19:57:33 +0200

fbi (1.6) unstable; urgency=low

  * fixed a few bugs introduced with the new pause option in 1.5
  * pause is more sticky now - you have to turn it off manually,
    it isn't done automatically if you jump to the next image.

 -- Gerd Knorr <kraxel@debian.org>  Sun,  1 Oct 2000 15:10:47 +0200

fbi (1.5) unstable; urgency=low

  * added long options + pause (Steve Kemp <skx@tardis.ed.ac.uk>)

 -- Gerd Knorr <kraxel@debian.org>  Sat, 23 Sep 2000 17:02:13 +0200

fbi (1.4) unstable; urgency=low

  * fixed the broken -d switch
  * added gamma correction support
  * '0' is a valid timeout value now.
  * added a wrapper script for reading
    postscript/pdf files with fbi
  * added zooming
  * a few more minor tweaks...

 -- Gerd Knorr <kraxel@debian.org>  Sat, 19 Aug 2000 21:38:42 +0200

fbi (1.3) unstable; urgency=low

  * some minor bugfixes.
  * wrote a man-page.
  * debainized the package.  my first debian package :-)

 -- Gerd Knorr <kraxel@goldbach.in-berlin.de>  Thu, 13 Apr 2000 23:48:49 +0200

Local variables:
mode: debian-changelog
End: