Sfoglia il codice sorgente

Add CHANGES. A file describing changes between versions of btpd.

master
Richard Nyberg 19 anni fa
parent
commit
4aaf966137
2 ha cambiato i file con 16 aggiunte e 1 eliminazioni
  1. +15
    -0
      CHANGES
  2. +1
    -1
      Makefile.am

+ 15
- 0
CHANGES Vedi File

@@ -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.

+ 1
- 1
Makefile.am Vedi File

@@ -1,2 +1,2 @@
SUBDIRS=misc btpd cli
EXTRA_DIST=COPYRIGHT
EXTRA_DIST=COPYRIGHT CHANGES

Loading…
Annulla
Salva