From ec896832819c3e691ebc0c57fff1faa99702ddd9 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 10 Oct 2012 12:07:14 -0400 Subject: [PATCH] bumped the version to 0.4.1 --- data/linux/debian/changelog | 14 ++++++++++++++ data/linux/fedora/mitsuba.spec | 5 ++++- doc/main.tex | 2 +- include/mitsuba/core/version.h | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/data/linux/debian/changelog b/data/linux/debian/changelog index 2339e587..d42b3978 100644 --- a/data/linux/debian/changelog +++ b/data/linux/debian/changelog @@ -1,3 +1,17 @@ +mitsuba (0.4.1-1) unstable; urgency=low + * negative pixel values in textures and environment maps are handled more gracefully. + * minor robustness improvements to the OBJ and COLLADA importers. + * fixed the Ubuntu packages so that they don't depend on a specific version of the libjpeg development headers. + * fixed a stack overflow issue in the bidirectional path tracer, as well as some other crash-causing bugs that were found via the Breakpad reports. + * fixed an issue where sun and sky interpreted the combination of a 'toWorld' transform and explicit 'sunDirection' differently, causing misalignment. + * fixed a photon mapper regression involving environment maps. + * Edgar Velázquez-Armendáriz rewrote a piece of initialization code that prevented Mitsuba from running on Windows XP. + * Sean Bell contributed an improved setpath.sh script, which adds ZSH autocompletion on Linux. + * fixed some issues in the bidirectional abstraction layer when dealing with alpha masks. + * fixed a bug where the rectangle shape produced incorrect results when used as an area light. + * on OSX, the python bindings could not be loaded due to invalid library import paths - this now works. + -- Wenzel Jakob Wed, 10 Oct 2012 00:00:00 -0400 + mitsuba (0.4.0-1) unstable; urgency=low * New bidirectional rendering algorithms: Bidirectional path tracing, Primary sample space MLT, Path space MLT, Energy redistribution path diff --git a/data/linux/fedora/mitsuba.spec b/data/linux/fedora/mitsuba.spec index f751dc41..e326f57a 100644 --- a/data/linux/fedora/mitsuba.spec +++ b/data/linux/fedora/mitsuba.spec @@ -1,5 +1,5 @@ Name: mitsuba -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: Mitsuba renderer Group: Applications/Graphics @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT /usr/include/* %changelog +* Wed Oct 10 2012 Wenzel Jakob 0.4.1%{?dist} +- Upgrade to version 0.4.1 + * Thu Sep 27 2012 Wenzel Jakob 0.4.0%{?dist} - Upgrade to version 0.4.0 diff --git a/doc/main.tex b/doc/main.tex index 8db10136..b063a71a 100644 --- a/doc/main.tex +++ b/doc/main.tex @@ -39,7 +39,7 @@ \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} -\newcommand{\MitsubaVersion}{0.4.0} +\newcommand{\MitsubaVersion}{0.4.1} \newcommand{\MitsubaYear}{2012} \typearea[current]{last} diff --git a/include/mitsuba/core/version.h b/include/mitsuba/core/version.h index a68d8cf5..a120d665 100644 --- a/include/mitsuba/core/version.h +++ b/include/mitsuba/core/version.h @@ -26,7 +26,7 @@ MTS_NAMESPACE_BEGIN * \brief Current release of Mitsuba * \ingroup libcore */ -#define MTS_VERSION "0.4.0" +#define MTS_VERSION "0.4.1" /** * \brief Year of the current release