From: Manuel Nickschas Date: Thu, 20 Nov 2008 14:08:21 +0000 (+0100) Subject: Update ChangeLog and version.inc for release X-Git-Tag: 0.3.1^0 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2f6178fc5770ea25c48bca16610cd677e3092818 Update ChangeLog and version.inc for release --- diff --git a/ChangeLog b/ChangeLog index d1444e81..fa9b13f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,9 +14,12 @@ changes, the git history at is your friend. Without further ado, let's start: -Version 0.3.1 (not yet released) +Version 0.3.1 (2008-11-20) ================================ +* Nick changes and day change messages can now be hidden +* Web previews and status icons can be disabled +* Icons for Online/Away/Offline status of queries * Load Qt's default translations * Add new settings for proper message redirection * Add context menu to links diff --git a/version.inc b/version.inc index a1c145c8..dd80f3b6 100644 --- a/version.inc +++ b/version.inc @@ -1,5 +1,5 @@ //! This is the fallback version number in case we can't autogenerate one -baseVersion = "0.3.0"; +baseVersion = "0.3.1"; protocolVersion = 5; //< Version of the client/core protocol coreNeedsProtocol = 5; //< Minimum protocol version the core needs