r87383 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87382‎ | r87383 | r87384 >
Date:02:09, 4 May 2011
Author:tstarling
Status:ok
Tags:
Comment:
Some release notes updates:
* Removed the obsolete part about continuous integration models. I already removed it in the 1.16 branch and will shortly remove it from the 1.17 branch.
* Updated the information about supported databases.
* Removed the part about XHTML support since we target HTML 5 now.
* Say what mediawiki-l is instead of saying what it isn't.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -7,17 +7,9 @@
88
99 THIS IS NOT A RELEASE YET
1010
11 -MediaWiki is now using a "continuous integration" development model with
12 -quarterly snapshot releases. The latest development code is always kept
13 -"ready to run", and in fact runs our own sites on Wikipedia.
 11+MediaWiki 1.18 is an alpha-quality branch and is not recommended for use in
 12+production.
1413
15 -Release branches will continue to receive security updates for about a year
16 -from first release, but nonessential bugfixes and feature developments
17 -will be made on the development trunk and appear in the next quarterly release.
18 -
19 -Those wishing to use the latest code instead of a branch release can obtain
20 -it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
21 -
2214 === Configuration changes in 1.18 ===
2315 * The WantedPages::getSQL hook has been removed and replaced with
2416 WantedPages::getQueryInfo. This may break older extensions.
@@ -401,17 +393,24 @@
402394
403395 MediaWiki 1.18 requires PHP 5.2.3. PHP 4 is no longer supported.
404396
405 -MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
406 -At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
 397+MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
 398+support for them is somewhat less mature. There is experimental support for IBM
 399+DB2, Oracle and Microsoft SQL Server.
407400
 401+The supported versions are:
 402+
 403+* MySQL 4.0 or later
 404+* PostgreSQL 8.3 or later
 405+* SQLite 3
 406+
408407 == Upgrading ==
409408
410409 1.18 has several database changes since 1.17, and will not work without schema
411410 updates.
412411
413 -If upgrading from before 1.11, and you are using a wiki as a commons reposito-
414 -ry, make sure that it is updated as well. Otherwise, errors may arise due to
415 -database schema changes.
 412+If upgrading from before 1.11, and you are using a wiki as a commons
 413+repository, make sure that it is updated as well. Otherwise, errors may arise
 414+due to database schema changes.
416415
417416 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
418417 new database fields are filled with data.
@@ -422,29 +421,19 @@
423422
424423 See the file UPGRADE for more detailed upgrade instructions.
425424
426 -=== Caveats ===
427 -
428 -Some output, particularly involving user-supplied inline HTML, may not
429 -produce 100% valid or well-formed XHTML output. Testers are welcome to
430 -set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
431 -cases, but this is not recommended on live sites. (This must be set for
432 -MathML to display properly in Mozilla.)
433 -
434425 For notes on 1.17.x and older releases, see HISTORY.
435426
436 -=== Online documentation ===
 427+== Online documentation ==
437428
438 -Documentation for both end-users and site administrators is currently being
439 -built up on MediaWiki.org, and is covered under the GNU Free Documentation
440 -License (except for pages that explicitly state that their contents are in
441 -the public domain):
 429+Documentation for both end-users and site administrators is available on
 430+MediaWiki.org, and is covered under the GNU Free Documentation License (except
 431+for pages that explicitly state that their contents are in the public domain):
442432
443433 http://www.mediawiki.org/wiki/Documentation
444434
445 -=== Mailing list ===
 435+== Mailing list ==
446436
447 -A MediaWiki-l mailing list has been set up distinct from the Wikipedia
448 -wikitech-l list:
 437+A mailing list is available for MediaWiki user support and discussion:
449438
450439 http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
451440
@@ -455,6 +444,6 @@
456445 It's highly recommended that you sign up for one of these lists if you're
457446 going to run a public MediaWiki, so you can be notified of security fixes.
458447
459 -=== IRC help ===
 448+== IRC help ==
460449
461450 There's usually someone online in #mediawiki on irc.freenode.net.

Follow-up revisions

RevisionCommit summaryAuthorDate
r87385* Backport of r87383...tstarling02:41, 4 May 2011

Status & tagging log