Skip to content

Commit

Permalink
Add template for 1.44 release notes
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
outdooracorn committed Nov 1, 2024
1 parent cc436c7 commit 192408f
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 29 deletions.
105 changes: 104 additions & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -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 =

Expand Down
54 changes: 26 additions & 28 deletions RELEASE-NOTES-1.42 → RELEASE-NOTES-1.44
Original file line number Diff line number Diff line change
@@ -1,62 +1,63 @@
= 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:

...

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
Expand All @@ -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) ...

Expand All @@ -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 ==

Expand All @@ -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.

0 comments on commit 192408f

Please sign in to comment.