Changes between Initial Version and Version 1 of archive/libtorrent.rakshasa.no/Changelog_0.12.9


Ignore:
Timestamp:
07/04/15 10:36:26 (9 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/libtorrent.rakshasa.no/Changelog_0.12.9

    v1 v1  
     1{{{
     2* Added 'execute.*.bg' commands for non-blocking calls. Always returns 0.
     3
     4* Added support for prioritizing first/last chunk of files matching specified patterns. Default:
     5
     6  file.prioritize_toc.set=0
     7  file.prioritize_toc.first.set = {*.avi,*.mp4,*.mkv,*.gz}
     8  file.prioritize_toc.last.set  = {*.zip}
     9
     10* Added 'method.rlookup' and 'method.rlookup.clear' commands for looking up the event handlers holding a specified key, and set views to support rlookup.
     11
     12* Added 'd.timestamp.finished' that is set when a downloading torrent completes. For torrents that only seed it remains '0'.
     13
     14* Added 'elapsed.{less,greater}' for checking the time elapsed since a time is less/greater, and it also returns false in all cases where the time is '0'.
     15
     16* Moved the default value for 'system.files.max_size' to rtorrent, and set the default in libtorrent to ~0.
     17
     18* Increased the default values for min/max_peers and max_uploads.
     19
     20* Fixed a bug that would cause hash checking to block excessively in some cases.
     21
     22* Fixed a bug when setting the pex flags.
     23
     24* Fixed an issue where DHT's hashing function for TR1 unordered_map was casting unaligned size_t pointers.
     25
     26* Fixed default session name.
     27
     28* Added a missing inline that could cause linking errors.
     29
     30http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz
     31http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz
     32
     33This release is mostly intended to fix some bugs keeping the previous release form being marked stable, so expect this one to be declared stable in a weeks time unless something major comes up.
     34}}}