From cde6d7d462d11737b29e62cecbd344c036154edd Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 8 Sep 2010 09:56:07 +0200 Subject: [PATCH] Version 0.1.3 --- include/mitsuba/mitsuba.h | 2 +- tools/linux/debian/changelog | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/include/mitsuba/mitsuba.h b/include/mitsuba/mitsuba.h index 6d60c115..c518512b 100644 --- a/include/mitsuba/mitsuba.h +++ b/include/mitsuba/mitsuba.h @@ -33,7 +33,7 @@ #include #include -#define MTS_VERSION "0.1.2" +#define MTS_VERSION "0.1.3" #define MTS_YEAR "2010" #define MTS_DEFAULT_PORT 7554 diff --git a/tools/linux/debian/changelog b/tools/linux/debian/changelog index 98380761..f8c14185 100644 --- a/tools/linux/debian/changelog +++ b/tools/linux/debian/changelog @@ -1,3 +1,15 @@ +mitsuba (0.1.3-1) unstable; urgency=low + + This is mainly a bugfix release to address a serious regression in the + material system. Other notable changes are: + + * Imported scenes now store relative paths + * OBJ importing works on Windows + * Realtime preview (OpenGL + RTRT) fixed for point sources + * The anisotropic Ward BRDF is now supported in the preview + * Faster texture loading + * The renderer now has a testcase framework similar to JUnit + mitsuba (0.1.2-1) unstable; urgency=low * Numerous bugfixes