From 192408f9a0d448363da5ece0063cf35d1c865d40 Mon Sep 17 00:00:00 2001 From: Ollie Date: Thu, 31 Oct 2024 17:26:59 +0000 Subject: [PATCH] Add template for 1.44 release notes * Move 1.42 release notes into HISTORY * Create a template for 1.44 release notes This is done in preparation to add new release notes for 1.44 Change-Id: Iec19284e31e997bb35b40f4f183e1fbf1913fa3b --- HISTORY | 105 ++++++++++++++++++++++- RELEASE-NOTES-1.42 => RELEASE-NOTES-1.44 | 54 ++++++------ 2 files changed, 130 insertions(+), 29 deletions(-) rename RELEASE-NOTES-1.42 => RELEASE-NOTES-1.44 (51%) diff --git a/HISTORY b/HISTORY index 3416cce2b21..d6bc29564a5 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,107 @@ -Change notes from older releases. For current info, see RELEASE-NOTES-1.43. +Change notes from older releases. For current info, see RELEASE-NOTES-1.44. + += Wikibase 1.42 = + +== Upgrading notes for 1.42 == + +Don't forget to always back up your database before upgrading! +Some specific notes for Wikibase 1.42 upgrades are below: + +... + +For a general manual to upgrade MediaWiki see: + +https://www.mediawiki.org/wiki/Manual:Upgrading + +=== Configuration changes for system administrators in 1.42 === + +==== New configuration ==== + +* ... + +==== Changed configuration ==== + +* ... + +==== Removed configuration ==== + +* ... + +=== New user-facing features in 1.42 === + +* (repo) (T251480) Data values are automatically normalized on save. + Built-in normalizations are defined for the commonsMedia data type and the string value type. + Custom data and value types can register normalization using the normalizer-factory-callback definition key. +* ... + +=== External library changes in 1.42 === + +==== New external libraries ==== + +* ... + +==== Changed external libraries ==== + +* ... + +==== Removed external libraries ==== + +* (T12345) ... + +=== Bug fixes in 1.42 === + +* (T12345) ... + +=== Action API changes in 1.42 === + +* (T12345) ... + +=== Languages updated in 1.42 === + +Wikibase supports over 300 languages. Many localisations are updated regularly. +Below only new and removed languages are listed, as well as changes to languages +because of Phabricator reports. +New monolingual support: + +* (T12345) ... + +Monolingual entries removed as they are now natively supported by MediaWiki: + +* (T12345) ... + +=== Breaking changes in 1.42 === + +* (T263427) The RDF URIs will now always use the the unlocalized name Special:EntityData, + not a localized name like e.g. Spezial:Objektdaten. + This only affects wikis with a $wgLanguageCode other than "en". + +* (T12345) ... + +=== Deprecations in 1.42 === + +* (T12345) ... + +=== Other changes in 1.42 === + +* (T12345) ... + +== Online documentation == + +Installation instructions and FAQ + https://www.mediawiki.org/wiki/Wikibase + +Developer documentation of Wikibase 1.42 + https://doc.wikimedia.org/Wikibase/REL1_42/ + +== Mailing list == + +Discussion regarding the development of Wikidata + https://lists.wikimedia.org/mailman/listinfo/wikidata-tech + +== IRC help == + +Questions related to wikibase and wikidata can be asked in #wikidata on irc.libera.chat. + = Wikibase 1.41 = diff --git a/RELEASE-NOTES-1.42 b/RELEASE-NOTES-1.44 similarity index 51% rename from RELEASE-NOTES-1.42 rename to RELEASE-NOTES-1.44 index 0d381d83606..db023878789 100644 --- a/RELEASE-NOTES-1.42 +++ b/RELEASE-NOTES-1.44 @@ -1,11 +1,11 @@ -= Wikibase 1.42 = += Wikibase 1.44 = This is not a release yet! -== Upgrading notes for 1.42 == +== Upgrading notes for 1.44 == Don't forget to always back up your database before upgrading! -Some specific notes for Wikibase 1.42 upgrades are below: +Some specific notes for Wikibase 1.44 upgrades are below: ... @@ -13,50 +13,51 @@ For a general manual to upgrade MediaWiki see: https://www.mediawiki.org/wiki/Manual:Upgrading -=== Configuration changes for system administrators in 1.42 === +=== Configuration changes for system administrators in 1.44 === ==== New configuration ==== -* ... +* (T12345) ... ==== Changed configuration ==== -* ... +* (T12345) ... ==== Removed configuration ==== -* ... +* (T12345) ... -=== New user-facing features in 1.42 === +=== New user-facing features in 1.44 === -* (repo) (T251480) Data values are automatically normalized on save. - Built-in normalizations are defined for the commonsMedia data type and the string value type. - Custom data and value types can register normalization using the normalizer-factory-callback definition key. -* ... +* (T12345) ... -=== External library changes in 1.42 === +=== External library changes in 1.44 === ==== New external libraries ==== -* ... +* (T12345) ... ==== Changed external libraries ==== -* ... +* (T12345) ... ==== Removed external libraries ==== * (T12345) ... -=== Bug fixes in 1.42 === +=== Bug fixes in 1.44 === * (T12345) ... -=== Action API changes in 1.42 === +=== Action API changes in 1.44 === * (T12345) ... -=== Languages updated in 1.42 === +=== REST API changes in 1.44 === + +* (T12345) ... + +=== Languages updated in 1.44 === Wikibase supports over 300 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages @@ -69,19 +70,15 @@ Monolingual entries removed as they are now natively supported by MediaWiki: * (T12345) ... -=== Breaking changes in 1.42 === - -* (T263427) The RDF URIs will now always use the the unlocalized name Special:EntityData, - not a localized name like e.g. Spezial:Objektdaten. - This only affects wikis with a $wgLanguageCode other than "en". +=== Breaking changes in 1.44 === * (T12345) ... -=== Deprecations in 1.42 === +=== Deprecations in 1.44 === * (T12345) ... -=== Other changes in 1.42 === +=== Other changes in 1.44 === * (T12345) ... @@ -90,8 +87,8 @@ Monolingual entries removed as they are now natively supported by MediaWiki: Installation instructions and FAQ https://www.mediawiki.org/wiki/Wikibase -Developer documentation of Wikibase 1.42 - https://doc.wikimedia.org/Wikibase/REL1_42/ +Developer documentation of Wikibase 1.44 + https://doc.wikimedia.org/Wikibase/REL1_44/ == Mailing list == @@ -100,4 +97,5 @@ Discussion regarding the development of Wikidata == IRC help == -Questions related to wikibase and wikidata can be asked in #wikidata on irc.libera.chat. +Questions related to wikibase and wikidata can be asked in #wikibase or +#wikidata on irc.libera.chat.