-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from Deric-W/release3.1
Release3.1
- Loading branch information
Showing
6 changed files
with
113 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
python3-pyhp-core (3.1-1) stable; urgency=low | ||
|
||
* eighth release | ||
* add pyhp-backend command | ||
* add backends.main submodule | ||
* add script to clear the cache on debian uninstall | ||
* add PHP opcache functions to PHPWSGIInterface | ||
* add TimestampedCodeSource methods to FileCacheSource and MemoryCacheSource | ||
* add support for python 3.10 | ||
* move code from wsgi.utils to [Compiler|RegexParser].from_config | ||
* move load_config from main to seperate config submodule | ||
* move FileSource constructor logic to .from_path and .with_inferred_spec | ||
* fix CacheSourceContainer.gc and .clear not closing sources | ||
* fix warnings on debian uninstall | ||
* fix errors in ConcurrentWSGIApp.commit_removals if requesting a code source fails | ||
|
||
-- Eric Wolf <[email protected]> Thu, 30 Sep 2021 18:59:00 +0100 | ||
|
||
python3-pyhp-core (3.0-1) stable; urgency=low | ||
|
||
* seventh release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters