-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog.txt
28 lines (26 loc) · 1.13 KB
/
Changelog.txt
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
--- 0.1.2 2020-11-10 ---
* Port SConstruct to python 3.x.
* Fix spelling errors.
* Add manual page.
--- 0.1.1 2020-01-17 ---
* Rewrite sound notification system from libgnome to libcanberra.
--- 0.1.0 2019-03-21 ---
* Old project on Google Code is dead. Passive development of this project will
be continued at new location: https://github.com/eiskaltdcpp/freedcpp
* Fix segfault when user is trying to register user command which name is
already exists.
* Fix opening of hub from favorites hubs list by [Enter] key from keyboard.
* Delete embedded copy of miniupnpc library: it was extremely outdated and
system library should be used in any case.
* Add support of miniupnpc >= 1.7. Older versions of miniupnpc are not
supported anymore.
* Core: fix build with GCC 8.x.
* Core: fix some compilation warnings in builds with GCC >= 6.x.
* Core: add compatibility with OpenSSL >= 1.1.0.
* Core: add support of TLS 1.2.
* Core: remove Coral CDN support, since it's stopped running.
* Core: support of downloading hub lists via https.
* Core: update list of hub list servers.
* GUI: update homepage URL.
* Update desktop file.
* Fix spelling errors.