Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
urlycue/doc/changelog
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
63 lines (46 sloc)
1.92 KB
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
urlycue (0.3.3) UNRELEASED; urgency=low | |
* Fix TCPConnection “ssl_context is deprecated” warning. | |
* Improve error handling. | |
* Add test suite. | |
* Rephrase descriptions of --help, --version. | |
* Improve README: | |
+ Remove near-useless syntax highlighting. | |
+ Document aiohttp version requirements. | |
* Improve the build system: | |
+ Add check against BSD make. (Only GNU make is supported.) | |
+ Don't require GNU install(1). | |
+ Check Python version on install. | |
+ Byte-compile Python code on install (if DESTDIR is not set). | |
+ Use install(1) to install the executable. | |
* Drop support for Python < 3.6. | |
-- Jakub Wilk <jwilk@jwilk.net> Mon, 13 Feb 2023 12:41:27 +0100 | |
urlycue (0.3.2) unstable; urgency=low | |
* Improve documentation: | |
+ Add installation instructions. | |
+ Update PyPI URL. | |
+ Improve typography of the manual page. | |
+ Improve the build system: | |
+ Add check against BSD make. | |
+ Use ginstall, instead of install, if it exists. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 09 Jun 2018 21:08:47 +0200 | |
urlycue (0.3.1) unstable; urgency=low | |
* Fix compatibility with aiohttp 2.0. | |
-- Jakub Wilk <jwilk@jwilk.net> Sun, 26 Mar 2017 20:56:52 +0200 | |
urlycue (0.3) unstable; urgency=low | |
* Add the -k/--no-cert-check option, which disables certificate | |
verification. | |
* Fix handling redirect loops. | |
* Rewrite shebang at install time. | |
* Make the doc makefile more portable. | |
* Add separate license file. | |
-- Jakub Wilk <jwilk@jwilk.net> Sat, 04 Mar 2017 15:38:07 +0100 | |
urlycue (0.2) unstable; urgency=low | |
* Make --version print the aiohttp version. | |
* Add Makefile. | |
* Add the manual page. | |
* Strip trailing colons and mathematical angle brackets from URLs. | |
* Implement a minimal URL syntax check. | |
-- Jakub Wilk <jwilk@jwilk.net> Thu, 15 Sep 2016 16:56:35 +0200 | |
urlycue (0.1) unstable; urgency=low | |
* Initial release. | |
-- Jakub Wilk <jwilk@jwilk.net> Sun, 04 Sep 2016 22:16:17 +0200 |