From 7fac73b76d5f1b5440d26a903f4ea24ffbd76b9f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 10 Mar 2007 18:17:44 +0000 Subject: [PATCH] - Updated to beta6 - Updated Changelog --- Changelog | 1 + src/src.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 83b8f0523..d60c2d5cb 100644 --- a/Changelog +++ b/Changelog @@ -22,6 +22,7 @@ - BUGFIX: Fixed bad loading of scan dir in option (widgets still disabled) - BUGFIX: Threads are now stopped cleanly before their destruction - BUGFIX: Create Options object only when necessary (to save memory) + - BUGFIX: Let libtorrent store the torrent handles (save memory) - I18N: Better internationalization thanks to dynamic text support - COSMETIC: Replaced OSD messages by Qt4.2 systray messages diff --git a/src/src.pro b/src/src.pro index 41bcfe583..0725fa21a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,7 +14,7 @@ INCLUDEPATH += $$TRAYICON_CPP CONFIG += qt x11 # Update this VERSION for each release -DEFINES += VERSION=\\\"v0.9.0beta5\\\" +DEFINES += VERSION=\\\"v0.9.0beta6\\\" DEFINES += VERSION_MAJOR=0 DEFINES += VERSION_MINOR=9 DEFINES += VERSION_BUGFIX=0