]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.11
[gob-dx.git] / ChangeLog
index 454d2726b44de5c04221731dac63577cccbc9832..2845d350e079007f1ff2380d012c4bf90e1537a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+Tue Oct 26 16:30:44 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.11
+
+Tue Oct 26 16:27:44 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: fix compile when overrides and privates are used
+
+Wed Sep 22 17:12:25 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.10
+
+Wed Sep 22 17:07:35 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: Apply patch from "K. Haley"
+         <haleykd@users.sourceforge.net> to play nice with glibs private
+         stuff and have the private structure be allocated by glib
+
+       * src/main.c, src/util.c: Apply patch from
+         Pierre Gay <gay-pierre@wanadoo.fr> to add the --file-sep=c option
+         which allows one to change the file separator character.
+
+       * doc/gob2.1.in: update docs
+
+       * src/parse.y: apply patch from debian bug#270546 by Frank
+         Lichtenheld <djpig@debian.org> to fix c++ compilation of linked
+         POINTER types by adding a proper cast at the right place
+
+       * src/main.c: always add string.h since it doesn't hurt and we missed
+         it on some occasions
+
+       * src/main.c: destroywith and unrefwith function get cast with
+         reinterpret_cast when using --for-cpp and don't get cast at all
+         for C, but for C we cast the pointer going into the function
+         to (gpointer).
+
+Tue Aug 10 16:32:00 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y, src/treefuncs.def: Apply patch from
+         Jean-Yves Lefort <jylefort@brutele.be> to support overriding
+         properties (g_object_class_override_property)
+       
+       * doc/gob2.1.in: update
+
+Thu Jul 29 10:47:31 2004  George Lebl <jirka@5z.com>
+
+       * configure.in, src/Makefile.am: Apply patch from "K. Haley"
+         <haleykd@users.sourceforge.net> to fix handling of NOINSTGOB
+         on certain platforms (apparently windows).
+
+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