Overview
Request 198661 accepted
- Update to 1.18.0
* Use AM subdir-objects
* AM_SILENT_RULES([yes]) with backwards-compatiblity
* Fix automake-1.14 am_aux_dir
* Require external gettext for --enable-nls
* Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr
* Make the configure check for C++11 compiler mandatory
* Always build doc/manual-src
* Implement a simple resource lock (threading)
* Check for sphinx-build during configure
* Add --with-disk-cache configure option
* Change defaults: Enable 16M disk cache by default.
* Always save control file if --force-save is given
* Set log level DEBUG for unittests
* Check that C++ compiler supports override keyword
* Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in
compiler
* Require -std=c++11 and use std::shared_ptr instead of SharedHandle
* Join URI on redirect
* Send HAVE message to the peer which the piece is downloaded from
* Improvements to --follow-torrent=false documentation.
* SessionSerializer: Truly unique URIs
* Make getOption RPC method return option for stopped downloads
* SessionSerializer: Save spent URIs as well as remaining ones
- Remove support for end of life openSUSE versions (<= 12.1)
Request History
RedDwarf created request
- Update to 1.18.0
* Use AM subdir-objects
* AM_SILENT_RULES([yes]) with backwards-compatiblity
* Fix automake-1.14 am_aux_dir
* Require external gettext for --enable-nls
* Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr
* Make the configure check for C++11 compiler mandatory
* Always build doc/manual-src
* Implement a simple resource lock (threading)
* Check for sphinx-build during configure
* Add --with-disk-cache configure option
* Change defaults: Enable 16M disk cache by default.
* Always save control file if --force-save is given
* Set log level DEBUG for unittests
* Check that C++ compiler supports override keyword
* Use AX_CXX_COMPILE_STDCXX_11 macro to detect C++0x/C++11 support in
compiler
* Require -std=c++11 and use std::shared_ptr instead of SharedHandle
* Join URI on redirect
* Send HAVE message to the peer which the piece is downloaded from
* Improvements to --follow-torrent=false documentation.
* SessionSerializer: Truly unique URIs
* Make getOption RPC method return option for stopped downloads
* SessionSerializer: Save spent URIs as well as remaining ones
- Remove support for end of life openSUSE versions (<= 12.1)
AndreasStieger accepted request
reviewed ok