From 7a84de8f808d972c3693d98f89b80b1eb04149f9 Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Tue, 21 Feb 2017 14:29:40 -0500 Subject: [PATCH] adding changelog for 1.2 --- debian/changelog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 06777dd3..442c7f70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,29 @@ +glslviewer (1.2) UNRELEASED; urgency=medium + + * Better Makefile: Using Broadcom SDK when is possible not... only on Raspberry Pi + + * Upgrading GLM to 0.9.8.4 + + * Upgrading stb_image to 2.14 + + * Upgrading stb_image_write to 1.03 + + * Fixing and improving pixelDensity changes + + * Compatibility with ShaderToy Image Shaders (@doug-moen) + + * Verbose comments on compiling time and improvements on warnings and errors (@doug-moen) + + * Headless support + + * fixing recursive #include system + + * console outs for time, delta and fps on demand + + -- Patricio Gonzalez Vivo Tue, 21 Feb 2017 14:20:28 -0500 + glslviewer (1.1) unstable; urgency=low * Initial Release. - -- Patricio Gonzalez Vivo Thu, 29 Sep 2016 06:43:54 -0400 \ No newline at end of file + -- Patricio Gonzalez Vivo Thu, 29 Sep 2016 06:43:54 -0400