CVSROOT: cvslog.pl - MYSQL_5_0 in utf8

glen glen at pld-linux.org
Wed Feb 6 23:19:35 CET 2008


Author: glen                         Date: Wed Feb  6 22:19:35 2008 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- MYSQL_5_0 in utf8

---- Files affected:
CVSROOT:
   cvslog.pl (1.74 -> 1.75) 

---- Diffs:

================================================================
Index: CVSROOT/cvslog.pl
diff -u CVSROOT/cvslog.pl:1.74 CVSROOT/cvslog.pl:1.75
--- CVSROOT/cvslog.pl:1.74	Mon Jan 28 20:52:38 2008
+++ CVSROOT/cvslog.pl	Wed Feb  6 23:19:30 2008
@@ -210,7 +210,7 @@
 $htag = $tag ? $tag : "HEAD";
 
 # TODO: set this based on some kind of content charset detection
-if ($htag eq "HEAD" || $htag =~ /^LINUX_2_6/ || $htag =~ /^AC-branch/ || $htag eq "DEVEL") {
+if ($htag eq "HEAD" || $htag =~ /^LINUX_2_6/ || $htag =~ /^AC-branch/ || $htag eq "DEVEL" || $htag eq "MYSQL_5_0") {
   $mail_contenttype = "text/plain; charset=utf-8";
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/cvslog.pl?r1=1.74&r2=1.75&f=u



More information about the pld-cvs-commit mailing list