From: <var...@us...> - 2015-12-10 17:54:53
|
Revision: 9741 http://sourceforge.net/p/phpwiki/code/9741 Author: vargenau Date: 2015-12-10 17:54:51 +0000 (Thu, 10 Dec 2015) Log Message: ----------- Set PhpWiki version to 1.5.5 Modified Paths: -------------- trunk/INSTALL trunk/Makefile trunk/config/phpwiki.spec trunk/lib/prepend.php trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/INSTALL 2015-12-10 17:54:51 UTC (rev 9741) @@ -1,6 +1,6 @@ REQUIREMENTS -PhpWiki 1.5.4 requires a web server with at least PHP version 5.3. +PhpWiki 1.5.5 requires a web server with at least PHP version 5.3. All users of PHP are strongly encouraged to upgrade to PHP 5.3.29 or to PHP 5.4 or 5.5. @@ -61,7 +61,7 @@ Unzip this file into the directory where you want it to live. That's it. -bash$ unzip phpwiki-1.5.4.zip +bash$ unzip phpwiki-1.5.5.zip In the config subdirectory copy 'config-dist.ini' to 'config.ini' and edit the settings in 'config.ini' to your liking. Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/Makefile 2015-12-10 17:54:51 UTC (rev 9741) @@ -1,4 +1,4 @@ -VERSION=1.5.4 +VERSION=1.5.5 RPMBUILD=rpmbuild clean: Modified: trunk/config/phpwiki.spec =================================================================== --- trunk/config/phpwiki.spec 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/config/phpwiki.spec 2015-12-10 17:54:51 UTC (rev 9741) @@ -40,7 +40,7 @@ # RPM spec preamble Summary: PHP-based Wiki webapplication Name: phpwiki -Version: 1.5.4 +Version: 1.5.5 Release: 1 BuildArch: noarch License: GPL Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/lib/prepend.php 2015-12-10 17:54:51 UTC (rev 9741) @@ -5,7 +5,7 @@ */ // see lib/stdlib.php: phpwiki_version() -define('PHPWIKI_VERSION', '1.5.4'); +define('PHPWIKI_VERSION', '1.5.5'); // A new php-5.1.x feature: Turn off php-5.1.x auto_globals_jit = On, or use this mess below. if (empty($GLOBALS['HTTP_SERVER_VARS'])) { Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/de.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -4,7 +4,7 @@ # ThePhpWikiProgrammingTeam. msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/es.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/fr.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/it.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -5,7 +5,7 @@ # Several guessed fixes by Reini Urban for 1.3.11 msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/ja.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/nl.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/phpwiki.pot 2015-12-10 17:54:51 UTC (rev 9741) @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki-1.5.4\n" +"Project-Id-Version: PhpWiki-1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/sv.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2015-12-10 17:50:05 UTC (rev 9740) +++ trunk/locale/po/zh.po 2015-12-10 17:54:51 UTC (rev 9741) @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PhpWiki 1.5.4\n" +"Project-Id-Version: PhpWiki 1.5.5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-23 10:31+0200\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |