Bump version.inc and ChangeLog for release 0.4.2
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 May 2009 15:17:15 +0000 (17:17 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 May 2009 15:17:15 +0000 (17:17 +0200)
ChangeLog
version.inc

index 6b55020..a826d4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,8 +13,26 @@ 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.4.2 (2009-05-20)
+==========================
+Bugfix release
+
+* Improve system tray notifications
+* Change to highlighted channel if notification or blinking tray icon is clicked
+* Properly save/restore window size and state
+* Translation update: Norwegian
+
+Version 0.4.1 (2009-03-18)
+==========================
+Bugfix release
+
+* Improved ping timeout detection
+* Improved flood control
+* Add --version (-v) switch for non-KDEified Quassel
+* Translation updates: Slovenian, Russian, French, Czech, German, Turkish
+
 Version 0.4.0 (2009-02-17)
 Version 0.4.0 (2009-02-17)
-================================
+==========================
 
 * Buffer view font can now be changed
 * Colored nicknames
 
 * Buffer view font can now be changed
 * Colored nicknames
@@ -52,7 +70,7 @@ Version 0.4.0 (2009-02-17)
   - Drag'n'Drop
 
 Version 0.3.1 (2008-11-20)
   - Drag'n'Drop
 
 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
 
 * Nick changes and day change messages can now be hidden
 * Web previews and status icons can be disabled
index dbea139..ee0ccc5 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.4.1";
+baseVersion = "0.4.2";
 
 protocolVersion = 9;       //< Version of the client/core protocol
 coreNeedsProtocol   = 9;   //< Minimum protocol version the core needs
 
 protocolVersion = 9;       //< Version of the client/core protocol
 coreNeedsProtocol   = 9;   //< Minimum protocol version the core needs