Movatterモバイル変換


[0]ホーム

URL:


Jump to content
MediaWiki
Search

Version lifecycle

From mediawiki.org
Translate this page
Languages:
MediaWiki
Older versions
Version lifecycle
v·d·e

MediaWiki operates on a "continuous integration" development model, where software changes are pushed live to Wikimedia websites such as Wikipedia regularly.

In theory, new major releases are issued every six months, and release branches continue to receive security updates for up to a year after the initial release. However, due to time constraints and the rapid refactoring of the codebase, we cannot support obsolete releases indefinitely, and security and critical updates are not applied to releases that have reached their end-of-life status.

The release manager strongly recommends that wiki operators subscribe to themediawiki-announce mailing list, which receives notification of all releases, and ensure that their wiki runs the most up-to-date version of the software possible. These announcements are also posted tomediawiki-l andwikitech-l.

Versions and their end-of-life

For the complete version history, see:Release notes.
VersionStatusReleaseEnd-of-life
1.45.xfuture version
1.44.xcurrent stable version
1.43.x (LTS)legacy stable and current long-term support version
1.42.xobsolete version
1.41.xobsolete version
1.40.xobsolete version
1.39.x (LTS)legacy long-term support version
1.38.xobsolete version

Versions in the above table marked as obsolete and versions not listed at all will not receive any security fixes.This also includes all versions older than the oldest version listed.They may contain critical security vulnerabilities and other major bugs, including the threat of possible data loss and/or corruption.The release manager has also issued astrong recommendation that only versions listed above as the current “stable version”, "legacy version" or “long-term support version” be used in a production environment.

MediaWiki Release Timeline
view·talk·edit
  •   Alpha development
  •   Release development
  •   Stable release
  •   Long-term support release


Release policy

  • Every point release will include updated i18n files as well as any bug fixes. No new features will be back-ported to point releases, and support does not necessarily includebundled extensions and skins in general.
  • Amajor release will be madeevery six months.
  • Aminor release (including security patches, message translation back-ports, and general bugfixes) will be madeevery quarter.
  • Along-term support release (LTS) will be madeevery two years. There will be a one-year overlap in LTS support. For example, 1.23 was supported until May 2017. 1.27 was released the year before so that people have it available as an LTS to move to and a year to make the transition.
  • Release notes will continue to serve as the primary source for identifying changes. Because of the nature of a volunteer-driven project, it isn't possible to say with certainty whatwill happen in the next 6-12 months.
Sinceversion 1.36, MediaWiki commits to supporting upgrades from up to twoLTS releases ago (seeT259771). Upgrades from older versions of MediaWiki have to be performed in multiple steps.For example, to upgrade from 1.34 (or earlier) to 1.44, first upgrade your wiki to 1.35 (or 1.39), and then, you'll be able to upgrade to 1.44.

Release schedule

This timeline outlines the necessary steps to be taken before a new version is released. The date of the actual release is given here asT (for "time" of release) and the suffix-# (for “number of weeks before release”).

Relative scheduleTask
T - 7Announce that the release branch will be created in one week. Ask people to ensure that anything needed to complete in-progress features is merged before then. Create "MW-X.XX-release" in Phabricator.
T - 6Create the branch for core and all extensions in Gerrit.
T - 5Apply the X.XX-rc.0 tag and release the initial release candidate.
T - 4Collect any bug reports and summarise them on the mailing list.
T - 3Apply the X.XX-rc.1 tag and release the second release candidate. At this point, you should add any new extensions proposed for inclusion in the tarball.No extension changes are made after this point.
T - 2Collect any new bug reports, merge fixes, back out new, incomplete features accidentally included, apply X.XX-rc.2 tag and release third release candidate.
T - 1Repeat previous step, use X.XX-rc.final to tag and release.No backports are accepted after this point.
TTAG the repository with X.XX and make the release.

Extension lifecycle management

Most MediaWiki installations include a significant number of extensions (Wikimedia wikis often have around 140).Managing the maintenance bug fixing of extensions and choosing the right version of an extension in cases where the HEAD development version relies on features not yet available in stable or oldstable MediaWiki core can be challenging.

Extension maintainers are therefore strongly encouraged to maintain a git branch for each extension version corresponding to a MediaWiki version.(SeeCompatibility#MediaWiki extensions and skins for details.)For extensions hosted in Wikimedia's git repos, such branches (with names such asREL1_30 for MediaWiki 1.30) are created automatically from master when a new MediaWiki version is branched (on the assumption that the extension master is compatible with MediaWiki master at all times).However, it's preferable for the extension maintainer to fix bugs not only in HEAD but also in the oldstable and stable versions (by backporting the fix to the old branches if necessary).

The goal of these rules is that people or organisations installing MediaWiki can rely on installing the newest release of a version and matching extensions by a simple method, e.g., for 1.20.x core by referring toREL1_20 in git.It avoids tarballs and zip files with non-relevant and unpredictable names.


See also

Retrieved from "https://www.mediawiki.org/w/index.php?title=Version_lifecycle&oldid=7749815"
Categories:
Hidden category:

[8]ページ先頭

©2009-2025 Movatter.jp