]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.9
[gob-dx.git] / ChangeLog
index 454d2726b44de5c04221731dac63577cccbc9832..84563a2703a72c4c4ff2630a8710fb76949e9c71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+Mon Jul 19 09:37:21 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.9
+
+Mon Jul 19 09:30:18 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/test.gob, src/Makefile.am, src/parse.y:  Fix for
+         -Wbad-function-cast which is kind of a moronic warning when it
+         comes to enums so in non-C++ mode just use the generic gint and
+         guint casts for enums and flags, on the other hand C++ really
+         requires the proper enum casts, go figure.
+
+       * configure.in, NEWS: prepare for another release
+
+Thu Jul 08 16:22:56 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: Rework the unused var warning avoidance since it was
+         causing different warnings.  I sort of now assume we're using
+         gcc if we want no warnings, other compilers will likely get
+         warnings in places.  But they probably got some warnings anyway.
+         Also fixup all kinds of other places that cause warnings to popup.
+
+       * src/test.gob, src/Makefile.am:  Test for all kinds of warnings.
+
 Fri Jun 11 15:16:05 2004  George Lebl <jirka@5z.com>
 
        * Release 2.0.8