v0.6.0 is out!

v0.6.0, overall, tries to make magnetico more stable rather than
introducing new features.

## magneticod
* Removed better_bencode internal fork (but we are still using it so no
  loss at performance). This has caused some issues for some users and
  this release should solve the issue (e.g. #98).
* General cleanup, performance improvements, minor bug fixes...
  * Most notably among all, we improved our still-primitive congestion
    control support for BSD-based OSes, including OS X.

## magneticow
* There are no changes in magneticow, but version number is bumped to
  stay in-sync with magneticod.
This commit is contained in:
Bora M. Alper 2017-06-14 11:35:35 +03:00
parent 5e5d152cc1
commit 235a42884f
3 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@
#
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
# <http://www.gnu.org/licenses/>.
__version__ = (0, 5, 0)
__version__ = (0, 6, 0)

View File

@ -19,7 +19,7 @@ def run_setup():
setup(
name="magneticod",
version="0.5.0",
version="0.6.0",
description="Autonomous BitTorrent DHT crawler and metadata fetcher.",
long_description=read_file("README.rst"),
url="http://magnetico.org",

View File

@ -8,7 +8,7 @@ def read_file(path):
setup(
name="magneticow",
version="0.5.0",
version="0.6.0",
description="Lightweight web interface for magnetico.",
long_description=read_file("README.rst"),
url="http://magnetico.org",