2006-11-15 Jordi Mallach * NEWS: Update for 0.7.11. * configure.in: Release gtetrinet 0.7.11. 2006-11-03 Jordi Mallach * src/partyline.c: Remove two unused variables. * src/client.c (client_readmsg): Change a gint to gsize to avoid a crash when connecting on NetBSD/Sparc64. Thanks khorben for the info. Fixes: #338712. 2006-11-03 Jordi Mallach * configure.in, src/Makefile.am: Patch from Ricardo Setti: Add $(ESOUND_LIBS) to LDADD if esound is detected. Fixes: #312995. 2006-11-03 Jordi Mallach * src/config.c, src/dialogs.c, gtetrinet.schemas.in: Patch from Lucas Nussbaum to save the last game mode used in GConf (Debian #344522). 2006-11-03 Loïc Minier * src/config.c: Fix a double free() which causes a crash on first start, when theme_dir isn't set. Fixes #114425.