Xqt submitted this change.

View Change


Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[8.1.0d4] Update ROADMAP.rst, HISTORY.rst and CHANGELOG.rst

Update Release to 8.1.0d4

Change-Id: Ie55f359a8bc5bde1ca3fe3aec88a857f9119752e
---
M ROADMAP.rst
M scripts/CHANGELOG.rst
M pywikibot/__metadata__.py
M HISTORY.rst
4 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 0ebca58..560affb 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,16 @@
Release history
===============

+
+8.0.4
+-----
+*13 April 2023*
+
+* L10N Updates
+* Minimal needed mwparserfromhell was decreased to 0.5.2 (:phab:`T326498`, :phab:`T327600`)
+* No longer lazy load password cookies (:phab:`T271858`, :phab:`T326779`, :phab:`T329132`, :phab:`T330488`, :phab:`T331315`)
+
+
8.0.3
-----
*29 March 2023*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 28f8138..9bd5d2a 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,9 @@
Current release
---------------

+* Disable command.log if -nolog option is given (:phab:`T334381`)
+* Guess the last needed token key if the token is not found (:phab:`T334288`)
+* Show parameters with APIError (:phab:`T333957`)
* Raise :exc:`exceptions.NoSiteLinkError` instead of :exc:`exceptions.NoPageError` when sitelink
is missing in :meth:`ItemPage.getSitelink()<pywikibot.ItemPage.getSitelink>` (:phab:`T332341`)
* :exc:`exceptions.ClientError` was added
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index ce55039..3d478de 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '8.1.0.dev3'
+__version__ = '8.1.0.dev4'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 30f2c59..db7122e 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -9,6 +9,11 @@

* Processing speed was improved and is up to 20 times faster, 2-3 times on average

+redirect
+~~~~~~~~
+
+* Fix -namespace usage if RedirectGenerator is used (:phab:`T331243`)
+

8.0.2
-----

To view, visit change 908499. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie55f359a8bc5bde1ca3fe3aec88a857f9119752e
Gerrit-Change-Number: 908499
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged