summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-25 05:01:58 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-25 05:01:58 +0400
commitc888601e87c3c52dc885ad3a1a8779ddb3a50af3 (patch)
tree7fd1b13769c15ee00bf754e76cbbff58202b0081
parentf0a5eec0f054f3c7e26b76a74c50a7c1f79c1e97 (diff)
Change changlog format
-rw-r--r--ChangeLog38
-rw-r--r--changelog11
-rw-r--r--krpc.cabal2
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 @@
12013-11-26 Sam Truzjan <pxqr.sta@gmail.com>
2
3 * 0.4.1.1: Fixed build failure on GHC == 7.4.*
4
52013-10-17 Sam Truzjan <pxqr.sta@gmail.com>
6
7 * 0.4.1.0: Use bencoding-0.4.*
8
92013-10-03 Sam Truzjan <pxqr.sta@gmail.com>
10
11 * 0.4.0.1: Minor documentation fixes.
12
132013-10-03 Sam Truzjan <pxqr.sta@gmail.com>
14
15 * 0.4.0.0: IPv6 support.
16
172013-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
222013-09-28 Sam Truzjan <pxqr.sta@gmail.com>
23
24 * 0.2.2.0: Use bencoding-0.2.2.*
25
262013-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
322013-07-09 Sam Truzjan <pxqr.sta@gmail.com>
33
34 * 0.1.1.0: Allow passing raw argument\/result dictionaries.
35
362013-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.*
diff --git a/krpc.cabal b/krpc.cabal
index ffd23298..5c77faf1 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -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
23extra-source-files: README.md 23extra-source-files: README.md
24 , changelog 24 , ChangeLog
25 25
26source-repository head 26source-repository head
27 type: git 27 type: git