]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.7
[gob-dx.git] / ChangeLog
index 67edcbd5d66788dfd594099b936cf326f0ad24c0..385fb769f42a7144065e48ec3df32e1c05691787 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+Tue Mar 30 17:32:47 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.7
+
+Tue Mar 30 17:27:32 2004  George Lebl <jirka@5z.com>
+
+       * src/checks.[ch], src/main.c: check for classwide members with
+         destructors and warn there, since our classes are all static,
+         we never destroy them anyway so this never happens.  It all
+         depends on your setup, so we cannot do some atexit or whatnot.
+         Also disallow BOXED or FLAGS in signal arguments since that doesn't
+         work anyway and you can use POINTER and UINT instead.
+
+       * src/main.c, src/util.[ch]: fix the depracation fixing which broke
+         everything since g_strup/g_strdown had different semantics
+         then the new g_ascii_ versions.  So make our own
+         gob_strup/gob_strdown functions with the old semantics.
+
+       * src/main.c: use our error function exclusively instead of g_error.
+
+       * src/util.c: fix the error function to correctly follow exit_on_warn
+         and fix it when filename == NULL still
+
+       * src/test.gob: fix the test wrt BOXED and FLAGS
+
+Thu Feb 19 11:36:09 2004  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: further stupidity fix
+
+Thu Feb 19 11:31:40 2004  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in, doc/makehtml.pl: fix a small error with the
+         documentation and suppor the \& escape in the makehtml.pl script
+
+Thu Feb 19 11:17:45 2004  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/Makefile.am: Apply patch from Albert Chin-A-Young
+         <china@thewrittenword.com> to fix compilation on IBMs C compiler,
+         by tweaking the includes and removing the -W options from AM_CFLAGS
+         as those are supported only by gcc
+
+2003-02-08  Tomasz K³oczko <kloczek@pld.org.pl>
+
+       * gob2.m4: Trivial fix: added missing [] quotation macro name
+         defined in AC_DEFUN() (neccessary for aclocal from automake 1.8.x
+         and backward compatible with older auto tools).
+
+Tue Feb 03 12:57:45 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/util.c: Apply patch from Kjartan Maraas
+         <kmaraas@broadpark.no> to remove use of deprecated functions
+
+Wed Jan 21 09:24:12 2004  Nicolas Bruguier <gandalfn@club-internet.fr>
+
+       * src/main.c: add INT64 and UINT64 type support for signal 
+         and propeties
+
+Wed Aug 06 11:37:06 2003  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: very minor fix from my inbox from apr 03
+         by Trevor Spiteri
+
+Tue May 20 10:22:40 2003  George Lebl <jirka@5z.com>
+
+       * Release 2.0.6
+
 Tue May 20 10:18:10 2003  George Lebl <jirka@5z.com>
 
        * src/Makefile.am: fix some warnings related to newer automake