diff --git a/debian/changelog b/debian/changelog index 3990b6c93e92fd1d76b88e911808759335d26ba8..79854d72970a89ae46a21d39210b884413836a27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libshadertoy (0.0.8) unstable; urgency=medium + + * Fix ToyBuffers copying configuration instead of referencing + * Fix global header not including the TextureEngine header + * Fix buildpackage script + + -- Vincent Tavernier <vincent.tavernier@inria.fr> Fri, 23 Oct 2017 10:55:00 +0200 + libshadertoy (0.0.7) unstable; urgency=medium * Fix iResolution not being set on Initialize diff --git a/debian/control b/debian/control index c2b6532956552b9d8ebafa196e457348c3674240..c89061a9a3b26e199b7f83769ac16e42e7a79af6 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Git: https://gitlab.inria.fr/vtaverni/libshadertoy.git Vcs-Browser: https://gitlab.inria.fr/vtaverni/libshadertoy/tree/master Package: libshadertoy-dev -Version: 0.0.7 +Version: 0.0.8 Section: libdevel Architecture: all Depends: libshadertoy0 (= ${binary:Version}), ${misc:Depends}, @@ -21,7 +21,7 @@ Description: Development files for libshadertoy Development headers and documentation for libshadertoy Package: libshadertoy0 -Version: 0.0.7 +Version: 0.0.8 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Library for rendering ShaderToy programs using OpenGL