[Codestriker-commits] CVS update: codestriker/lib Codestriker.pm
Brought to you by:
sits
|
From: <si...@us...> - 2006-05-28 23:49:23
|
User: sits
Date: 06/05/28 16:46:20
Modified: . CHANGELOG
lib Codestriker.pm
Log:
Update CHANGELOG indicating UTF-8 processing
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- CHANGELOG 26 May 2006 04:55:25 -0000 1.186
+++ CHANGELOG 28 May 2006 23:46:20 -0000 1.187
@@ -3,6 +3,12 @@
Version 1.9.2
+* Codestriker now works with UTF-8 text, to support unicode character
+ input for topic titles, descriptions, comment text, and project
+ names and descriptions. This required making Perl 5.8 as a
+ pre-requisite, as Perl 5.6 doesn't cut the mustard for unicode
+ processing.
+
* Created a new optional configuration parameter $repository_name_map
in codestriker.conf. This allows for a user-defined repository name
to be displayed in the codestriker UI, rather than the full
Index: Codestriker.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker.pm,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- Codestriker.pm 26 May 2006 05:42:48 -0000 1.86
+++ Codestriker.pm 28 May 2006 23:46:20 -0000 1.87
@@ -28,7 +28,7 @@
);
# Version of Codestriker.
-$Codestriker::VERSION = "1.9.2-unicode-unstable";
+$Codestriker::VERSION = "1.9.2-alpha-6";
# Default title to display on each Codestriker screen.
$Codestriker::title = "Codestriker $Codestriker::VERSION";
|