X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=e52c3bb31e4e9ee21486ac3f88802d0d50cca9a3;hb=494c30a23985b8ecb03f83dc567970b155b6d86a;hp=a5086b2799fb71920921b0d2911e3eda6b3a4f2c;hpb=e7dab06f820282b2da987dbf46052b66536614e8;p=xonotic%2Fgmqcc.git diff --git a/CHANGES b/CHANGES index a5086b2..e52c3bb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Release v0.3.0 +2013-08-20 v0.3.0 * Language: - Return assignments, the ability to assign to the return keyword as if it were a local variable. @@ -39,13 +39,16 @@ Release v0.3.0 are attempted. - Fixed some bugs with error handling resulting in false-positives. * Build: - - Can now be compile with TCC (Tiny C compiler) and function as + - Can now be compiled with TCC (Tiny C compiler) and function as intended (previously couldn't due to bug in TCC codegen). - Added Gentoo ebuilds. - Added Win32 Makefile for building Win32 packages. - Added Slackware pkg build files. - Added Fedora spec files. - Added Makefile for the BSD make variant. + * Misc: + - Added valgrind memcheck hook to in-house allocator to help aid + in finding invalid reads/writes, and more accurate leaks. 2012-04-27 v0.2.9 * Preprocessor: