File: changelog

package info (click to toggle)
radiance 3R9%2B20080530-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 26,244 kB
  • ctags: 10,546
  • sloc: ansic: 105,887; csh: 3,558; tcl: 3,358; python: 875; makefile: 280; sh: 14
file content (179 lines) | stat: -rw-r--r-- 7,477 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
radiance (3R9+20080530-4) unstable; urgency=high

  * debian/patches:
    - Adding 'using_mktemp_security_fix' patch to avoid a possible
      symlink attack. Now scripts are using mktemp(1) to create files in
      /tmp. Thanks to Dmitry E. Oboukhov for the report (Closes: #496423).

 -- Bernd Zeimetz <bzed@debian.org>  Thu, 28 Aug 2008 00:33:52 +0200

radiance (3R9+20080530-3) unstable; urgency=low

  * debian/rules:
    - Disabling -funroll-loops not only for arm, but also for armel,
      (see #476460 for details).

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 31 May 2008 18:34:35 +0200

radiance (3R9+20080530-2) unstable; urgency=low

  * debian/rules:
    - Although upstream "fixed" tifftypes.h, it still results in
      build failures on several architectures. Using /usr/include/tiff.h
      instead again. 

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 31 May 2008 14:49:07 +0200

radiance (3R9+20080530-1) unstable; urgency=low

  * Updating to CVS HEAD from 2008-05-30.
    Including a fix for an implicit declaration and a few minor bugs.
  * debian/patches:
    - Due to upstream incorporating suggestions and patches from Debian, the
      following patches could be dropped completely:
      + 0004-Update-gen-Rmakefile-to-use-the-systemwide-libtiff-i.patch
      + 0005-Update-cv-Rmakefile-to-use-the-systemwide-libtiff-if.patch
      + 0006-Update-hd-Rmakefile-to-use-the-systemwide-libtiff-if.patch
      + 0007-Update-ot-Rmakefile-to-use-the-systemwide-libtiff-if.patch
      + 0008-Update-rt-Rmakefile-to-use-the-systemwide-libtiff-if.patch
      + 0010-Update-util-Rmakefile-to-use-the-systemwide-libtiff.patch
      + no-hardlinks
    - 0009*.patch and 0011*.patch were updated and renamed to
      meta-Rmakefile-missing-deps / cal-Rmakefile-missing-deps
  * debian/rules:
    - Updating according to the changes in the patches.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 31 May 2008 00:52:50 +0200

radiance (3R9-3) unstable; urgency=low

  * debian/rules:
    - disabling -funroll-loops on arm to avoid a FTBFS due to a
      segfault in gcc 4.3 (see #476460 for details). 

 -- Bernd Zeimetz <bzed@debian.org>  Mon, 19 May 2008 09:44:41 +0200

radiance (3R9-2) unstable; urgency=low

  * debian/rules:
    - Fixing FTBFS on several platforms where sudo is used instead of
      fakeroot. Reason here was quilt which does not clean up created
      directories.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 17 May 2008 22:57:23 +0200

radiance (3R9-1) unstable; urgency=low

  * New upstream version.
    + Does not include files without sources anymore, dropping the dfsg
      from the version number.
  * debian/rules:
    - Don't use -ffast-math as optimization anymore as it can lead to "zero
      ray direction in localhit" errors. See <48066BAE.4050302@gmx.net> on the
      radiance-general list for details.
    - Use ln -s as value for LN while building, debian/patches/no-hardlinks
      allows us to override the setting for LN now.
    - Use quilt instead of dpatch now.
    - Creating a better src/rt/Version.c while building now, cleaning it up
      properly after the build.
  * debian/control:
    - Adding Vcs-Browser and Vcs-Git fields.
    - Replacing dpatch build-dep by quilt.
  * debian/patches:
    - Moving from dpatch to quilt.
    - Completely refactoring the patches which removed the support for the
      included libtiff. Now they allow to build against the included version
      (which is not shipped in the Debian package) or against a system-wide
      installation of libtiff (which is what we want).
    - Refreshing patches to fit to the new upstream version.
    - Deleting ies2rad-ftbfs-fix, not needed anymore.
    - Deleting rmakefile-clean-fix - Version.c is created and removed by
      debian/rules now.
    - Adding new patch to fix several syntax bugs in manpages.
  * debian/README.Debian-source
    - Updating file to introduce into the usage of the git repository and to
      explain how to retrieve the original source.

 -- Bernd Zeimetz <bzed@debian.org>  Sat, 17 May 2008 18:20:06 +0200

radiance (3R8+20080210.dfsg-2) unstable; urgency=low

  * debian/patches:
    - Adding ies2rad-ftbfs-fix.dpatch to fix a FTBFS on some architectures due
      to a missing -lm.

 -- Bernd Zeimetz <bzed@debian.org>  Sun, 10 Feb 2008 23:20:20 +0100

radiance (3R8+20080210.dfsg-1) unstable; urgency=low

  * Update to latest HEAD revision.
  * debian/patches:
    - Removing mgflib-make-params.dpatch, integrated upstream.
    - libtiff-remove-in-other-dirs.dpatch updated.
  * debian/control:
    - Bumping Standards-Version to 3.7.3, no changes needed.
    - Moving to Priority: extra - Lightning simulation is not public enough to
      have the package in optional.
    - Updating my email address. 

 -- Bernd Zeimetz <bzed@debian.org>  Sun, 10 Feb 2008 20:13:29 +0100

radiance (3R8+20071122.dfsg-2) unstable; urgency=low

  * debian/rules:
    - Fixing a bug where the package FTBFS on systems where /bin/sh is
      linked to /bin/dash. Thanks to Luca Falavigna (Closes: #453810).
  * debian/control:
    - Adding libxext-dev to Build-Depends, thanks to Luca Falavigna
      (Closes: #453811). In Debian libx11-dev depends on libxext-dev, so the
      missing dependency did not result in FTBFS.

 -- Bernd Zeimetz <bernd@bzed.de>  Sat, 01 Dec 2007 22:24:43 +0100

radiance (3R8+20071122.dfsg-1) unstable; urgency=low

  * Building 3R8 with HEAD from 20071122. Also building and installing
    3ds2mgf + 3ds2mgf.1.
  * Moving DEVDIR to /usr/lib/radiance/dev, so we can use /usr/lib/radiance
    for compatibility links to support old renderings. Adding links for
    genrbox and rvu, which were formerly know as genbox and rview.
  * Cleaning up and splitting the patch which renames genbox to genrbox.
  * Upstream ships the source of doc/pdf/raduser1_6.pdf now. Keeping the pdf
    in the source while repackaging and shipping it with radiance-doc.
  * Dropping parts from the patches which were integrated upstream.
  * Building the ogl device files for rholo now, this should speed up rholo
    pretty much.
  * Adding 'pbilat' to radiance-experttools.1 - new bilateral filter.

 -- Bernd Zeimetz <bernd@bzed.de>  Fri, 23 Nov 2007 00:27:10 +0100

radiance (3R8+20070924.dfsg-2) unstable; urgency=low

  * Removing DS_Store files from the doc/ps directory as they're cruft
    from other operating systems.
  * Installing trad, thanks to Axel Jacobs for the hint
    - Removing debian/patches/do-not-install-trad.dpatch
    - Updating debian/rules to handle trad properly
    - Adding tk8.4 dependencies in debian/control
  * debian/radiance-doc.install:
    - Install ps files from doc/ps only, not weird DS_Store files
  * Renaming the genbox utility as the name is used by gromacs allready
    (Closes: #446726). The new name is genrbox.
    - Adding debian/patches/genbox-rename.dpatch to fix libraries and
      documentataion.
    - Renaming the manpage in debian/rules
  * debian/control:
    - Adding a versioned conflict to the rcalc package to  make backporters'
      life more easy. It shipped 'rcalc' in /usr/bin, too.
  * debian/{radiance.NEWS,README}.Debian:
    - Documenting the new name of 'genbox'.

 -- Bernd Zeimetz <bernd@bzed.de>  Sun, 21 Oct 2007 21:42:40 +0200

radiance (3R8+20070924.dfsg-1) unstable; urgency=low

  * Initial release (Closes: #431974)
    Thanks to Gregory J. Ward for all the help!

 -- Bernd Zeimetz <bernd@bzed.de>  Tue, 14 Aug 2007 15:06:09 +0200