changes of 0.6.4 brisk_V0_6_x
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 12 May 2007 14:27:26 +0000 (14:27 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 12 May 2007 14:27:26 +0000 (14:27 +0000)
CHANGELOG
web/brisk.phh

index b26a5c8..f5ba09c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,24 +1,25 @@
-0.7.0 - 21/4/2007
-       Step proxy added
-       Fix change page recovery bug.
-        Changed bg.
+0.6.4 - 12/5/2007
+       Major bug fixed (user duplication).
+
+0.6.3 - 25/5/2007
+       Google adsense added.
 
 0.6.2 - 8/4/2007
-       Donate
-       Minor bug fixed
-       Graphical keepalive changed 
+       Donate added.
+       Minor bug fixed.
+       Graphical keepalive changed.
 
 0.6.1 - 11/03/2007
-       Minor bug fixed
-       Enabled legal logging
+       Minor bug fixed.
+       Enabled legal logging.
 
 0.6.0 - 25/02/2007
-       Internet Explorer 6 and 7 added
+       Internet Explorer 6 and 7 added.
 
 0.5.0 - 10/02/2007
-       Cooperative exit added
-       Sound added
-       No point in hand managed
+       Cooperative exit added.
+       Sound added.
+       No point in hand managed.
 
 0.4.6 - 30/01/2007
         Number of chat lines doubled.
index 2aaa2be..6b43290 100644 (file)
@@ -39,10 +39,10 @@ define(BRISK_DEBUG, FALSE);
 // define(DEBUGGING, "local");
 
 $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 );
-$G_brisk_version = "0.6.3";
+$G_brisk_version = "0.6.4";
 
-$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: "donate" e piccole rifiniture.',
-                        'Se vuoi iscriverti alla <a target="_blank" href="http://www.milug.org/cgi-bin/mailman/listinfo/ml-briscola">Mailing List</a>, cliccala!' );
+$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), <b>NOVITA\'</b>: bug degli utenti replicati risolto.',
+                        'Per iscriverti alla <a target="_blank" href="http://www.milug.org/cgi-bin/mailman/listinfo/ml-briscola">Mailing List</a>, se usi Internet Explorer clicca l\'HELP!' );
 $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non pu&ograve; risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.');