]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Updated for 0.7.6.
authorJordi Mallach <jordi@sindominio.net>
Fri, 16 Apr 2004 16:25:09 +0000 (16:25 +0000)
committerJordi Mallach <jordim@src.gnome.org>
Fri, 16 Apr 2004 16:25:09 +0000 (16:25 +0000)
2004-02-16  Jordi Mallach  <jordi@sindominio.net>

* NEWS: Updated for 0.7.6.

* autogen.sh: Require automake 1.7 or newer.

ChangeLog
NEWS
autogen.sh

index e204502f31ccef385be7507548c42125ab3c32c2..e3afe4ce1c80f109fffb28eb536394c72ab763cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-16  Jordi Mallach  <jordi@sindominio.net>
+
+       * NEWS: Updated for 0.7.6.
+       
+       * autogen.sh: Require automake 1.7 or newer.
+
 2004-02-12  Jordi Mallach  <jordi@sindominio.net>
 
        * NEWS: Updated.
diff --git a/NEWS b/NEWS
index c63c4e4f59362664a3fbddada0aefdb106d8d0f1..1fec9562a39f34c82554683ecce6e5e07999f196 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GTetrinet 0.7.6 - 2004-04-12
+GTetrinet 0.7.6 - 2004-04-16
 - Added a button in the Preferences dialog that opens a browser window
   with the GTetrinet themes webpage. (Dani)
 - Made the main window resizable. It doesn't mean that the fields will
@@ -9,8 +9,12 @@ GTetrinet 0.7.6 - 2004-04-12
   GTK 2.4 (Kjartan Maraas).
 - New and updated translations: Norwegian (Kjartan Maraas),
   Croatian (Robert Sedak), Irish (Alastair McKinstry),
-  Brazilian Portuguese (Steve Lacerda <stevelacerda@yahoo.com.br>,
-  British English (Gareth Owen), Canadian English (Adam Weinberger).
+  Brazilian Portuguese (Steve Lacerda and Estêvão Samuel Procópio),
+  British English (Gareth Owen), Canadian English (Adam Weinberger),
+  Welsh (Dafydd Harries), Catalan (Jordi Mallach), Swedish (Christian Rose),
+  Czech (Miloslav Trmac), Portuguese (Duarte Loreto),
+  Dutch (Vincent van Adrighem), Polish (Artur Flinta),
+  French (Christophe Merlet), Spanish (Dani Carbonell).
 
 GTetrinet 0.7.5 - 2003-10-04
 - HIGification improvements in several dialogs (Dagfinn Ilmari Mannsåker).
index 25a2ad7c1bd7203ee9a3f8061186bbd5c9d09759..b4195f141414b6c58106043544c6e56cbe88c61a 100755 (executable)
@@ -5,6 +5,7 @@ srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
 PKG_NAME="gtetrinet"
+REQUIRED_AUTOMAKE_VERSION="1.7"
 
 (test -f $srcdir/configure.in) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"