Update ChangeLog and version.inc for release 0.3.1
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:08:21 +0000 (15:08 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 20 Nov 2008 14:08:21 +0000 (15:08 +0100)
ChangeLog
version.inc

index d1444e8..fa9b13f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,9 +14,12 @@ changes, the git history at <http://git.quassel-irc.org> is your friend.
 Without further ado, let's start:
 
 
 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
 * Load Qt's default translations
 * Add new settings for proper message redirection
 * Add context menu to links
index a1c145c..dd80f3b 100644 (file)
@@ -1,5 +1,5 @@
 //! This is the fallback version number in case we can't autogenerate one
 //! 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
 
 protocolVersion = 5;       //< Version of the client/core protocol
 coreNeedsProtocol   = 5;   //< Minimum protocol version the core needs