From 7308c07a63f774d840d982b66b4852d55ff86ee1 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Sun, 28 May 2006 21:35:25 +0000 Subject: [PATCH] vanity commit + documenting: * Use optimized php5-only microtime() * Add possibility to store local message cache as PHP executable script * Fix profiling table definition --- README | 1 + RELEASE-NOTES | 3 +++ includes/SpecialVersion.php | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 8adef878b9..4bf269ed3b 100644 --- a/README +++ b/README @@ -30,6 +30,7 @@ The MediaWiki software was written by: * Evan Prodromou * Ævar Arnfjörð Bjarmason * Niklas Laxström +* Domas Mituzas * Several others The contributors hold the copyright to this work, and it is licensed diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ab26607487..52e10537da 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -365,6 +365,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 6117) Use message for history feed description, add German localization * (bug 1017) fixed thumbnails of animated gifs. * Add APC as object caching option +* Use optimized php5-only microtime() +* Add possibility to store local message cache as PHP executable script +* Fix profiling table definition * Update to Albanian localization (sq) * (bug 6099) Introduce {{DIRECTIONMARK}} magic word (with {{DIRMARK}} as an alias) diff --git a/includes/SpecialVersion.php b/includes/SpecialVersion.php index daf5103338..69d5db43cf 100644 --- a/includes/SpecialVersion.php +++ b/includes/SpecialVersion.php @@ -53,7 +53,7 @@ class SpecialVersion { This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''', copyright (C) 2001-2006 Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, - Niklas Laxström and others. + Niklas Laxström, Domas Mituzas and others. MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.20.1