diff options
-rw-r--r-- | ChangeLog | 38 | ||||
-rw-r--r-- | changelog | 11 | ||||
-rw-r--r-- | krpc.cabal | 2 |
3 files changed, 39 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..5cecfed5 --- /dev/null +++ b/ChangeLog | |||
@@ -0,0 +1,38 @@ | |||
1 | 2013-11-26 Sam Truzjan <pxqr.sta@gmail.com> | ||
2 | |||
3 | * 0.4.1.1: Fixed build failure on GHC == 7.4.* | ||
4 | |||
5 | 2013-10-17 Sam Truzjan <pxqr.sta@gmail.com> | ||
6 | |||
7 | * 0.4.1.0: Use bencoding-0.4.* | ||
8 | |||
9 | 2013-10-03 Sam Truzjan <pxqr.sta@gmail.com> | ||
10 | |||
11 | * 0.4.0.1: Minor documentation fixes. | ||
12 | |||
13 | 2013-10-03 Sam Truzjan <pxqr.sta@gmail.com> | ||
14 | |||
15 | * 0.4.0.0: IPv6 support. | ||
16 | |||
17 | 2013-09-28 Sam Truzjan <pxqr.sta@gmail.com> | ||
18 | |||
19 | * 0.3.0.0: Use bencoding-0.3.* | ||
20 | * Rename Remote.* to Network.* modules. | ||
21 | |||
22 | 2013-09-28 Sam Truzjan <pxqr.sta@gmail.com> | ||
23 | |||
24 | * 0.2.2.0: Use bencoding-0.2.2.* | ||
25 | |||
26 | 2013-08-27 Sam Truzjan <pxqr.sta@gmail.com> | ||
27 | |||
28 | * 0.2.0.0: Async API have been removed, use /async/ package | ||
29 | instead. | ||
30 | * Expose caller address in handlers. | ||
31 | |||
32 | 2013-07-09 Sam Truzjan <pxqr.sta@gmail.com> | ||
33 | |||
34 | * 0.1.1.0: Allow passing raw argument\/result dictionaries. | ||
35 | |||
36 | 2013-07-09 Sam Truzjan <pxqr.sta@gmail.com> | ||
37 | |||
38 | * 0.1.0.0: Initial version. | ||
diff --git a/changelog b/changelog deleted file mode 100644 index edbd7faa..00000000 --- a/changelog +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | * 0.1.0.0: Initial version. | ||
2 | * 0.1.1.0: Allow passing raw argument\/result dictionaries. | ||
3 | * 0.2.0.0: Async API have been removed, use /async/ package instead. | ||
4 | Expose caller address in handlers. | ||
5 | * 0.2.2.0: Use bencoding-0.2.2.* | ||
6 | * 0.3.0.0: Use bencoding-0.3.* | ||
7 | Rename Remote.* to Network.* modules. | ||
8 | * 0.4.0.0: IPv6 support. | ||
9 | * 0.4.0.1: Minor documentation fixes. | ||
10 | * 0.4.1.0: Use bencoding-0.4.* | ||
11 | * 0.4.1.1: Fixed build failure on GHC == 7.4.* | ||
@@ -21,7 +21,7 @@ description: | |||
21 | <http://bittorrent.org/beps/bep_0005.html#krpc-protocol> | 21 | <http://bittorrent.org/beps/bep_0005.html#krpc-protocol> |
22 | 22 | ||
23 | extra-source-files: README.md | 23 | extra-source-files: README.md |
24 | , changelog | 24 | , ChangeLog |
25 | 25 | ||
26 | source-repository head | 26 | source-repository head |
27 | type: git | 27 | type: git |