summaryrefslogtreecommitdiff
path: root/dht/ChangeLog
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2019-10-16 04:09:02 +0000
committerJoe Crayne <joe@jerkface.net>2020-01-01 19:40:24 -0500
commitf1cbe4adc0ea607d92e29086a8c3af7c89f85bee (patch)
treeb57a9134a9911edd877cda24cf0fdcc531f9b8bc /dht/ChangeLog
parentc9b0bd2945a784dee8db592e0417ac34cdbcd22a (diff)
Fix build and update the cabal file
* Remove some old references to bittorrent package * Update package description * Reboot the ChangeLog
Diffstat (limited to 'dht/ChangeLog')
-rw-r--r--dht/ChangeLog116
1 files changed, 3 insertions, 113 deletions
diff --git a/dht/ChangeLog b/dht/ChangeLog
index 60a1006c..59cdd824 100644
--- a/dht/ChangeLog
+++ b/dht/ChangeLog
@@ -1,115 +1,5 @@
12014-02-19 Sam Truzjan <pxqr.sta@gmail.com> 1# Revision history for dht-client
2 2
3 krpc 0.6.0.0 3## 0.0.0.4 -- YYYY-mm-dd
4 4
5 API changes: 5* First version. Released on an unsuspecting world.
6
7 * Added isActive: this predicate can be used to implement
8 MonadActive instance and useful for resource
9 initialization/finalization sanity check.
10
112014-01-08 Sam Truzjan <pxqr.sta@gmail.com>
12
13 krpc 0.6.0.0: Logging + exceptions.
14
15 API changes:
16
17 * MonadLogger is superclass of MonadKRPC;
18 * KError hidden from Network.KRPC;
19 * HandlerFailure added;
20 * QueryFailure and getQueryCount added.
21
222013-12-25 Sam Truzjan <pxqr.sta@gmail.com>
23
24 krpc 0.5.0.0: Major API changes.
25
26 * Added transaction handling;
27 * Use the same socket for server and client;
28 * New query function will infer query method from request/response
29 datatypes.
30 * Added MonadKRPC and KRPC classes.
31
322013-11-26 Sam Truzjan <pxqr.sta@gmail.com>
33
34 krpc
35
36 * 0.4.1.1: Fixed build failure on GHC == 7.4.*
37
382013-11-25 Sam Truzjan <pxqr.sta@gmail.com>
39
40 bittorrent
41
42 * Version 0.0.0.3
43 * use Pretty class from pretty-class package;
44 * Data.Torrent.Client.hs:
45 * /tests/: fixed;
46
472013-11-21 Sam Truzjan <pxqr.sta@gmail.com>
48
49 bittorrent
50
51 Version 0.0.0.2
52
53 * InfoHash.hs: added rendering to Text.
54 * Torrent.hs: added pretty printing and content type.
55 * Magnet.hs: added constructors from Torrent datatype.
56 * New: added Data.Torrent.Client, Data.Torrent.Progress,
57 Network.Bittorrent.Core.PeerId, Network.BitTorrent.PeerAddr
58 modules.
59
602013-11-01 Sam Truzjan <pxqr.sta@gmail.com>
61
62 bittorrent
63
64 Initial version: 0.0.0.1
65
662013-10-17 Sam Truzjan <pxqr.sta@gmail.com>
67
68 krpc
69
70 * 0.4.1.0: Use bencoding-0.4.*
71
722013-10-03 Sam Truzjan <pxqr.sta@gmail.com>
73
74 krpc
75
76 * 0.4.0.1: Minor documentation fixes.
77
782013-10-03 Sam Truzjan <pxqr.sta@gmail.com>
79
80 krpc
81
82 * 0.4.0.0: IPv6 support.
83
842013-09-28 Sam Truzjan <pxqr.sta@gmail.com>
85
86 krpc
87
88 * 0.3.0.0: Use bencoding-0.3.*
89 * Rename Remote.* to Network.* modules.
90
912013-09-28 Sam Truzjan <pxqr.sta@gmail.com>
92
93 krpc
94
95 * 0.2.2.0: Use bencoding-0.2.2.*
96
972013-08-27 Sam Truzjan <pxqr.sta@gmail.com>
98
99 krpc
100
101 * 0.2.0.0: Async API have been removed, use /async/ package
102 instead.
103 * Expose caller address in handlers.
104
1052013-07-09 Sam Truzjan <pxqr.sta@gmail.com>
106
107 krpc
108
109 * 0.1.1.0: Allow passing raw argument\/result dictionaries.
110
1112013-07-09 Sam Truzjan <pxqr.sta@gmail.com>
112
113 krpc
114
115 * 0.1.0.0: Initial version.