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