-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog
69 lines (49 loc) · 2.03 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
urlycue (0.3.4) UNRELEASED; urgency=low
*
-- Jakub Wilk <jwilk@jwilk.net> Mon, 12 Feb 2024 13:38:10 +0100
urlycue (0.3.3) unstable; 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.7.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 31 Jan 2024 11:51:40 +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