diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-13 10:46:37 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-13 10:46:37 +0200 |
commit | feac8789c12f060111cb32e5902cf137eec625cb (patch) | |
tree | 4487cc2524c768e97af9f1b847e655ce6bfb49e5 | |
parent | Merge branch 'master' of gitorious.org:rekonq/mainline (diff) | |
download | rekonq-feac8789c12f060111cb32e5902cf137eec625cb.tar.xz |
rekonq 0.6.0
Our first stable release with planned support :)
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | scripts/RELEASE_HOWTO | 1 |
3 files changed, 12 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f70fbe75..df92271f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.5.88" ) +SET(REKONQ_VERSION "0.6.0" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) @@ -1,6 +1,16 @@ Please, refer to http://techbase.kde.org/Projects/rekonq/Roadmap page to track all features available on new rekonq releases. +0.6 +- AdBlock performance improvements +- UrlBar Improvements +- Suggestions +- History Review +- zoom slide bar +- apt scheme support +- bookmarks improvements +- smooth scrolling + 0.5 - Ad-Block Improvements (automatic list update, abp scheme support) - Awesome UrlBar (Tech Preview) diff --git a/scripts/RELEASE_HOWTO b/scripts/RELEASE_HOWTO index eb3c3665..857b57ac 100644 --- a/scripts/RELEASE_HOWTO +++ b/scripts/RELEASE_HOWTO @@ -35,6 +35,7 @@ SECTION 4: The Release Day * Update sf rekonq site * Update kde-apps.org * Update IRC channel topic +* Announce on mailing list * Blog about! -------------------------------------------------------------------------------- |