File: changelog

package info (click to toggle)
povray 1%3A3.6.1-6
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 31,052 kB
  • ctags: 20,305
  • sloc: ansic: 110,032; cpp: 86,573; sh: 13,595; pascal: 5,942; asm: 2,994; makefile: 1,747; ada: 1,637
file content (317 lines) | stat: -rw-r--r-- 11,662 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
povray (1:3.6.1-6) unstable; urgency=low

  * Proper fix for the CPU selection/optimization problems, thanks to 
    Nicolas Calimet (Closes:#348399, #396910)

 -- Clément Stenac <zorglub@debian.org>  Thu, 16 Nov 2006 15:28:55 +0200

povray (1:3.6.1-5) unstable; urgency=low

  * Version the conflict on povray-3.5 and povray-3.6 to make the dummy
    packages installable (Closes:#394652)

 -- Clément Stenac <zorglub@debian.org>  Sun, 22 Oct 2006 15:28:55 +0200

povray (1:3.6.1-4) unstable; urgency=low

  * Disable SSE optimization as it can't be selected at runtime apparently
    (Closes:#348399)
  * Integrate the povray-3.5 and povray-3.6 binary packages here

 -- Clément Stenac <zorglub@debian.org>  Wed, 30 Aug 2006 10:58:55 +0200

povray (1:3.6.1-3) unstable; urgency=low

  * Move povray-doc to non-free/doc

 -- Clément Stenac <zorglub@debian.org>  Tue,  2 May 2006 20:58:55 +0200

povray (1:3.6.1-2) unstable; urgency=low

  * Merge povray and povray-3.6 packages back (Closes:#348858)
  * Switch to quilt patch system
  * Install in /usr/share/povray instead of /usr/share/povray-3.6
  * Use an epoch to override the one used in the previous dummy povray package
  * Upgrade Standard-Version to 3.7 (no change required)

 -- Clément Stenac <zorglub@debian.org>  Sat, 29 Apr 2006 14:07:15 +0200

povray-3.6 (3.6.1-1) unstable; urgency=low

  * New maintainer (Closes:#294491)
  * New upstream release (Closes:#293455)
  * Drop PVM support for the moment
  * Packaging updates: 
       - use dpatch for upstream patches
       - don't re-run bootstrap sequence
       - clean the rules script

 -- Clément Stenac <zorglub@debian.org>  Thu, 10 Feb 2005 17:26:04 +0100

povray-3.5 (3.5.0c-10) unstable; urgency=medium

  * Recompile with libtiff4 (Closes: #262838)
  * Build-Depend on libxt-dev and libice-dev too, this package was
    accidentally dropped in 3.5.0c-6 (it went undetected for a while due to
    build systems having those packages). (Closes: #250666)
    Thanks Wouter Verhelst for noticing.
  * Change description to not call this package 'free', as it is free as in
    beer, but not DFSG free (Closes: #250986)

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Fri, 21 May 2004 13:54:15 +0200

povray-3.5 (3.5.0c-9) unstable; urgency=low

  * Rebuild, hopefully without experimental stuff this time (Closes: #247965)
  * Ship the versioned PVM symlink in the .deb itself, so the PVM dir gets
    created even though pvm isn't (yet) installed (Closes: #247813)
  * Suggest pvm now, since you need it for distributed rendering.
  * Make it very clear (throught warnings on-screen) when using PVM that it is
    unofficial and might lead to wrong results.
  * Compile with -mcpu=i686, disabled -ffast-math (yields wrong results
    sometimes), I reworked the CFLAGS stuff, because it was quite broken
    (upstream's makefile overrides the user's CFLAGS). It is now fully
    controlled from debian/rules.
  * Make the copyright banner fit in 80 chars again, and print Debian's
    version now instead of just '3.5'

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 13 May 2004 22:43:09 +0200

povray-3.5 (3.5.0c-8) unstable; urgency=low

  * Invoke aclocal as aclocal-1.8 to ensure compatibility with the automake
    version used.
  * Use -minline-all-stringops only on i386 and amd64, at least powerpc build
    fails otherwise

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu,  6 May 2004 21:47:06 +0200

povray-3.5 (3.5.0c-7) unstable; urgency=low

  * Fix nonportable use of test in postinst (Closes: #237964)
  * Fix tty-detection, based on patch by Ake Sandgren (Closes: #237642)
  * PVM support has been reïntroduced -- thanks to Matthew Grove, who upgraded
    and improved the old patch which was for POV-Ray 3.0 and 3.1.
    Thanks Esteve Fernandez for noticing this patch, and adapting it for
    Debian (Closes: #238406)
  * All automake/autoconf generated files are now removed on clean and no longer
    in the diff/in subversion. automake and autoconf are run at build time.

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 06 May 2004 00:37:35 +0200

povray-3.5 (3.5.0c-6) unstable; urgency=low

  * Build-depend on libsvga1-dev for the i386 architecture, so that for this
    arch, povray is build with SVGA support (Closes: #230222)
  * Update dependencies:
    + libpng3 -> libpng12 (update)
    + svgalibg1 -> libsvga1 (rename)
    + xlibs to libx11 (library split)

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Tue, 24 Feb 2004 14:47:08 +0100

povray-3.5 (3.5.0c-5) unstable; urgency=low

  * New maintainer (Closes: #222379)
  * Split povray into povray-3.0 and povray-3.5, which can now be
    simultaneously installed
  * Rename -misc to -includes, which covers the contents better
  * Split -examples out of -doc
  * Updated to debhelper 4
  * Updated config.{guess,sub}
  * Added shlibs.local in order that svgalib-dummyg1 may also be used instead
    of svgalibg1 (Closes: #222406: povray: should allow use of dummy svgalib)
  * i386 version is no longer optimized for i586 type processors
  * Prevent re-automake problems by touching generated src/Makefile.in
  * Suggesting kpovmodeler now
  * Rewrote package descriptions to be more clear about what is POV-Ray is 
    compared to other 3D modeling software

 -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Fri, 16 Jan 2004 12:56:28 +0100

povray (3.50c-4) unstable; urgency=low

  * Updated to Policy 3.6.1.0
  * Build on 64 bit architectures again (Patch from Matthew Chapman 
    <matthewc@cse.unsw.edu.au>
    (closes: #170887)
  * Increase the number of library directories allowed.
    (closes: #206962)

 -- Pascal Hakim <pasc@debian.org>  Thu, 4 Sep 2003 09:02:53 +1000

povray (3.50c-3) unstable; urgency=low

  * Updated to Policy 3.6.0
  * Changed the architectures for this release, on advice from
    #debian-release
  * Fixed Build-Deps
    (closes: #181275)
  
 -- Pascal Hakim <pasc@debian.org>  Sun, 20 Jul 2003 11:33:04 +1000

povray (3.50c-2) unstable; urgency=low
  * Added autotools-dev dependency
  * Added versioned depend on povray-misc for povray
    (closes: #168742)
  * Remaining changes by Jens Schmalzing <jensen@debian.org>:
  * built packages for local use.
  * properly relocated configuration files from /usr/etc to /etc, added
    missing Build-Depends 
    (closes: #168746,).
  * installed architecture independent files in include under
    /usr/share/povray instead of include/include, forced recreation of
    povray.ini to make sure it points to directories that really exist
    (closes: #168720).
  * fixed build process on powerpc (hopefully closes: Bug#168743 on other
    architectures as well).
  * moved creation of architecture-independent package to binary-indep
    target in debian/rules.

 -- Pascal Hakim <pasc@debian.org>  Mon, 18 Nov 2002 23:51:24 +1100

povray (3.50c-1) unstable; urgency=low

  * Dropped PVM support
  * New upstream
    (closes: #158725)
  * Added pointer to documentation in povray-doc
    (closes: #159240)

 -- Pascal Hakim <pasc@debian.org>  Sun, 10 Nov 2002 22:57:26 +1100

povray (3.1g-3) unstable; urgency=low

  * Fixed the build process so it builds on non-i386
    architectures.
    (closes: #155550)

 -- Pascal Hakim <pasc@debian.org>  Wed,  7 Aug 2002 23:59:02 +1000

povray (3.1g-2) unstable; urgency=low

  * Don't use PVM by default. Changed the configuration file to not
    use pvm by default 
    (closes: #153417)
  * Actually use /etc/povray.ini if there isn't a povray.ini in the
    local directory.
  * Fixed the library paths
  * Use correct libpng. Povray included an old version of libpng,
    which it used by default. This has been changed.
    (closes: #153419)
  * Resolve conflict with previous povray 
    (closes: #153484)
  * Add build dependencies for svga-lib 
    (closes: #153542)
  * Thanks to Thomas Morin for bug reports and some suggested fixes!

 -- Pascal Hakim <pasc@debian.org>  Thu, 18 Jul 2002 23:13:21 +1000

povray (3.1g-1) unstable; urgency=low

  * Re-package for new upstream major release.
  * Removed all /usr/local left-overs in postrms and prerms
  * New upstream bug fixes (Closes: #52633)
  * New upstream major release (Closes: #28125)
  
 -- Pascal Hakim <pasc@debian.org>  Fri, 17 May 2002 02:04:12 +1000

povray (3.0.20-12) unstable; urgency=low

  * Fixed corruption in previous patch (closes: #91992)
  * Fixed typo in demo files (closes: #61655)

 -- Pascal Hakim <pasc@debian.org>  Sat,  1 Jun 2002 00:10:55 +1000

povray (3.0.20-11) unstable; urgency=low

  * New Maintainer (pasc@debian.org)
  * Added build dependencies (thanks: Simon Richter) (Closes: #117012)
  * Removed all mentions of povray-manual (Closes: #83170)
  * Fixed upgrade clash (Closes: #50218)
  * Update standards version & cleaned up lintian warnings.
  * Fixed typo in povray.1 (thanks: Karl E. Jorgensen) (Closes: #131523)
  * Fixed typo in optout.c (Closes: #62898)

 -- Pascal Hakim <pasc@debian.org>  Fri, 17 May 2002 11:37:29 +1000

povray (3.0.20-10) unstable; urgency=low

  * Link main binary against pvm and X, eliminate xpvmpov package
  * Remove povray alternatives as there is only one now
  * Moved docs to /usr/share/doc
  * Recompiled with latest gcc on PowerPC to avoid Haifa scheduler bug

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Sun, 31 Oct 1999 09:12:44 +1100

povray (3.0.20-9) unstable; urgency=low

  * Aggressive egcc optimizations
  * Linked against libpng2
  * Use pvmgetarch in debian/rules for multiple architectures

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed,  7 Apr 1999 00:06:08 +1000

povray (3.0.20-8) unstable; urgency=low

  * PNG support with libpng2 reports version conflict.  Relinked with libpng0.

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 30 Jun 1998 15:59:16 +1000

povray (3.0.20-7) frozen unstable; urgency=low

  * povray-lib (demo isosurface functions) didn't make last upload
  * Fixed memory leak (#21907)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed,  6 May 1998 16:30:00 +1000

povray (3.0.20-6) unstable; urgency=low

  * Removed dh_installdocs -ppovray-doc, extra copyright file (#19477,#19499,#19500)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Thu, 12 Mar 1998 11:41:55 +1100

povray (3.0.20-5) unstable; urgency=low

  * debian/rules now uses debhelper
  * Removed /usr/local libs from povray-lib

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Mon,  9 Mar 1998 21:06:22 +1100

povray (3.0.20-4) unstable; urgency=low

  * povray.ini conffile made absolute (lintian)
  * Removed gcc from Makefiles, recompiled with egcc
  * Removed -m486  (fixes: Bug#18509)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Wed,  4 Mar 1998 12:51:33 +1100

povray (3.0.20-3) unstable; urgency=low

  * Moved /usr/local directory creation to postinst fixes: Bug#17723

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Mon,  2 Feb 1998 11:46:55 +1100

povray (3.0.20-2) unstable; urgency=low

  * Added links from /usr/doc/*pov* to /usr/doc/povray
  * Copied povlegal.doc to debian/copyright
  * Minor speedup - aggressive compiler flags
  * Compressed manpage links (#17108)

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 27 Jan 1998 02:18:42 +0000

povray (3.0.20-1) unstable; urgency=low

  * Linked against libc6 (#15101)
  * Moved to non-free (#14818)
  * Architecture any rather than i386 (#13699)
  * no more dependency on elf-x11r6lib (#11378 #13070)
  * linked against libpng0 (#9163 #15098)
  * PVMPOV and ISOPOV patches applied
  * separate binary packages providing virtual povray (no more libpovray.so)
  * Repackaged

 -- Drake Diedrich <Drake.Diedrich@anu.edu.au>  Tue, 16 Sep 1997 14:46:29 +1000