Skip to content

Commit 1c5542e

Browse files
authored
Merge pull request #5411 from benjaoming/rsa-fix
Update rsa - fixes #5401
2 parents e030914 + 5ae1a6c commit 1c5542e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
If not all TODOs are marked, this PR is considered WIP (work in progress)
88

9-
- [ ] Have **tests** been written for the new code? If you're fixing a bug, write a regression test (or have a really good reason for not writing one... and I mean **really** good!)
109
- [ ] Has documentation been written/updated?
1110
- [ ] Have you written release notes for the upcoming release?
12-
- [ ] New dependencies (if any) added to requirements file
1311

1412
## Reviewer guidance
1513

@@ -19,6 +17,3 @@ If not all TODOs are marked, this PR is considered WIP (work in progress)
1917

2018
List the issues solved or partly solved by the PR
2119

22-
## Screenshots (if appropriate)
23-
24-
*They're nice. :)*

docs/installguide/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Bug fixes
7878
* ``kalite manage contentpackchecker all --update`` wrongly retrieved all available content packs. Now only updates *installed* content packs.
7979
* No content pack files are placed in ``STATIC_ROOT``, ensuring that ``kalite manage collectstatic`` will not remove any files from content packs (subtitles!). :url-issue:`5386` :url-issue:`5073`
8080
* Online availability incorrectly detected, bypassing registration progress on Video and Language downloads :url-issue:`5401`
81+
* The ``rsa`` library has been upgraded to ``3.4.2`` following device registration blockers on Mac and Windows. :url-issue:`5401`
8182
* **Windows**: Logging works again: Writing to ``server.log`` was disabled on Windows :url-issue:`5057`
8283
* **Dev** Loading subtitles now works in ``bin/kalite manage runserver --settings=kalite.project.settings.dev``
8384
* **Dev** Auto-discovery of content-packs in well-known location ``/usr/share/kalite/preseed/contentpack-<version>.<lang>.zip``, example: ``/usr/share/kalite/preseed/contentpack-0.17.en.zip``. Happens during ``kalite.distributed.management.commands.setup``.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cherrypy==3.3.0
2323
ifcfg==0.9.3
2424
importlib==1.0.3
2525
pbkdf2==1.3
26-
rsa==3.1.1
26+
rsa==3.4.2
2727
youtube-dl==2015.11.24
2828

2929
django-tastypie-legacy

0 commit comments

Comments
 (0)