From 875f62ce1fc53806d4856347b0c0bc699e4b154c Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Wed, 20 May 2009 17:17:15 +0200 Subject: [PATCH] Bump version.inc and ChangeLog for release --- ChangeLog | 22 ++++++++++++++++++++-- version.inc | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b55020d..a826d4ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,8 +13,26 @@ changes, the git history at is your friend. 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) -================================ +========================== * 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) -================================ +========================== * Nick changes and day change messages can now be hidden * Web previews and status icons can be disabled diff --git a/version.inc b/version.inc index dbea139d..ee0ccc5b 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.4.1"; +baseVersion = "0.4.2"; protocolVersion = 9; //< Version of the client/core protocol coreNeedsProtocol = 9; //< Minimum protocol version the core needs -- 2.20.1