summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2005-07-07 19:25:31 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2005-07-07 19:25:31 +0000
commit4aaf966137ede375cfcca3e446d1d23907213e4d (patch)
tree03d3d0c7b8344e0618d5a947805f292d1781af8a
parent0aec4ea071da5d0c4260e890a01c10cab8aec9bd (diff)
downloadbtpd-4aaf966137ede375cfcca3e446d1d23907213e4d.tar.gz
btpd-4aaf966137ede375cfcca3e446d1d23907213e4d.zip
Add CHANGES. A file describing changes between versions of btpd.
-rw-r--r--CHANGES15
-rw-r--r--Makefile.am2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..25762b2
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,15 @@
+btpd 0.2:
+---------
+
+Misc:
+- A new way to do rate limiting.
+- Compact mode is now used when talking to the tracker.
+
+Bug fixes:
+- A buffer was too small by four bytes, causing a buffer overflow
+  on the heap in certain conditions.
+- An iteration over a list was unsafe and could cause a crash.
+- Unloading a torrent didn't kill peers in handshake for that torrent,
+  and a crash was possible when the handshake finished.
+- The counter for uploaded data was updated too early.
+- Fixed illegal operator for test(1) in configure.
diff --git a/Makefile.am b/Makefile.am
index 615eb32..9e2ebe4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,2 @@
 SUBDIRS=misc btpd cli
-EXTRA_DIST=COPYRIGHT
+EXTRA_DIST=COPYRIGHT CHANGES