diff options
| author | Jan Lepper <jan_lepper@gmx.de> | 2012-10-20 17:01:13 +0200 |
|---|---|---|
| committer | Jan Lepper <jan_lepper@gmx.de> | 2012-10-20 17:01:13 +0200 |
| commit | a8d442ddcab31bfffdbce8e5ba42b45d2c57077a (patch) | |
| tree | 673be8e62a7fbc0bc8e72f7d51c9fd298b070ee6 | |
| parent | 00f04df9f4199cb2486f43dc5ad84baf97f39565 (diff) | |
2.4.0-beta3v2.4.0-beta3
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | README | 11 | ||||
| -rw-r--r-- | doc-extras/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/index.docbook | 4 |
5 files changed, 20 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a445235d..4f7069240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ project(krusader) INCLUDE(CPack) -set(VERSION "2.4.0-beta2" ) -set(RELEASE_NAME "Giant Steps") +set(VERSION "2.4.0-beta3" ) +set(RELEASE_NAME "Single Step") find_package(KDE4 REQUIRED) include(KDE4Defaults) @@ -1,3 +1,6 @@ +2.4.0-beta3 "Single Step" +========================= + FIXED: crash when trying to open/(un)mount ejectable device via media menu @@ -1,5 +1,12 @@ -Krusader-2.4.0-beta2 "Giant Steps" -================================ +Krusader-2.4.0-beta3 "Single Step" +================================== +We are pleased to announce a new version of the Krusader file manager. +The sole purpose of this beta is to address a regression introduced in beta2: +A crash when trying to open/(un)mount an ejectable device via media menu. + + +Following is the README of Krusader-2.4.0-beta2 "Giant Steps": +=============================================================== We are pleased to announce a new version of the Krusader file manager. Besides the usual bugfixes it also includes some new features. diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index b640aa5dc..89c9d34fc 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -1,6 +1,10 @@ The Krusader Handbook ChangeLog ------------------------------- +2.4.0-beta3 "Single Step" +========================== +Date: 2012-10-20 + 2.4.0-beta2 "Giant Steps" ========================== Date: 2012-10-12 diff --git a/doc/index.docbook b/doc/index.docbook index 69557748d..79539eaef 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -268,8 +268,8 @@ Frank. Back-Cover Texts. A copy of the license is included in the &krusader; sources.</para> </legalnotice> - <date>2012-10-12</date> - <releaseinfo>2.4.0-beta2 "Giant Steps"</releaseinfo> + <date>2012-10-20</date> + <releaseinfo>2.4.0-beta3 "Single Step"</releaseinfo> <abstract> <para>&krusader; is an advanced, twin-panel (commander-style) file-manager for KDE, and other desktops in |
