From: Jordi Mallach Date: Thu, 28 Aug 2003 23:43:13 +0000 (+0000) Subject: Add 0.7.4 items. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=e02c22466036f9280b21b76562b99a81800a896a;p=gtetrinet Add 0.7.4 items. 2003-08-29 Jordi Mallach * NEWS: Add 0.7.4 items. * configure.in: Release gtetrinet 0.7.4. --- diff --git a/ChangeLog b/ChangeLog index f984836..e3936a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-29 Jordi Mallach + + * NEWS: Add 0.7.4 items. + + * configure.in: Release gtetrinet 0.7.4. + 2003-08-28 Dani Carbonell * gtetrinet.schemas.in: disabled the channel list by default diff --git a/NEWS b/NEWS index 5dec126..6de5ff1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +GTetrinet 0.7.4 - 2003-08-29 +- Fix configure.in so nobody needs intl/ dir. (Jordi) +- Connect and Team dialogs now have "OK" as default action (Dagfinn Ilmari + Mannsåker). +- Fix a crash when restoring the default keys (Dani). +- Cursor fixes for the game fields (Dani). +- Fix bug where keyboard would become unusable on game start (Benjamin Drieu). +- Disable channel list by default to avoid problems with weird servers (Dani). +- New and updated translations: Spanish (Francisco Javier F. Serrador), + Czech (Miloslav Trmac), Dutch (Kees van den Broek), Polish (Artur Flinta), + Serbian (Danilo Segan), Malay (Hasbullah Bin Pit), Catalan (Jordi Mallach), + Welsh (Dafydd Harries), Traditional Chinese (Abel Cheung), + German (Gerfried Fuchs). + GTetrinet 0.7.3 - 2003-06-23 - Fixed search path for gtetrinet.png broken in 0.7.2. - Merged Connect/Disconnect buttons. diff --git a/configure.in b/configure.in index 74b1959..fb2ea88 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT AC_PREREQ(2.52) AC_CONFIG_SRCDIR([src/gtetrinet.c]) AM_CONFIG_HEADER(config.h:config.h.in) -AM_INIT_AUTOMAKE(gtetrinet, 0.7.3) +AM_INIT_AUTOMAKE(gtetrinet, 0.7.4) AC_DEFINE(GETTEXT_PACKAGE, "gtetrinet", [Gettext domain name]) GETTEXT_PACKAGE=gtetrinet