diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp
index 3abe0011149..909b30306a7 100644
--- a/src/app/qgisapp.cpp
+++ b/src/app/qgisapp.cpp
@@ -1628,29 +1628,32 @@ void QgisApp::about()
QString whatsNew = "
" + tr("Version") + " ";
whatsNew += QGis::qgisVersion;
whatsNew += "" + tr("New features") + "
" +
- tr("This release candidate includes over 120 bug fixes and enchancements "
- "over the QGIS 0.9.1 release. In addition we have added "
+ tr("This release candidate includes over 60 bug fixes and enchancements "
+ "over the QGIS 0.10.0 release. In addition we have added "
"the following new features:");
whatsNew += "- "
- + tr("Imrovements to digitising capabilities.")
+ + tr("Revision of all dialogs for user interface consistancy")
+ "
"
+ "- "
- + tr("Supporting default and defined styles (.qml) files for file based "
- "vector layers. With styles you can save the symbolisation "
- "and other settings associated with a vector layer and they "
- "will be loaded whenever you load that layer.")
+ + tr("Improvements to unique value renderer vector dialog")
+ "
"
+ "- "
- + tr("Improved support for transparency and contrast stretching "
- "in raster layers. Support for color ramps in raster layers. "
- "Support for non-north up rasters. Many other raster "
- "improvements 'under the hood'.")
+ + tr("Symbol previews when defining vector classes")
+ "
"
+ "- "
- + tr("Updated icons for improved visual consistancy.")
+ + tr("Separation of python support into its own library")
+ "
"
+ "- "
- + tr("Support for migration of old projects to work in newer QGIS versions.")
+ + tr("List view and filter for GRASS toolbox to find tools more quickly")
+ + "
"
+ + "- "
+ + tr("List view and filter for Plugin Manager to find plugins more easily")
+ + "
"
+ + "- "
+ + tr("Updated Spatial Reference System definitions")
+ + "
"
+ + "- "
+ + tr("QML Style support for rasters and database layers")
+ "
"
//+ "- "
//+ tr("X")
diff --git a/src/core/qgsapplication.cpp b/src/core/qgsapplication.cpp
index be6afcc36c0..36a77c1aa44 100644
--- a/src/core/qgsapplication.cpp
+++ b/src/core/qgsapplication.cpp
@@ -257,6 +257,7 @@ void QgsApplication::showSettings()
qDebug("Plugin Path :" + mPluginPath.toLocal8Bit());
qDebug("PkgData Path :" + mPkgDataPath.toLocal8Bit());
qDebug("Theme Path :" + mThemePath.toLocal8Bit());
+ qDebug("User DB Path :" + qgisMasterDbFilePath().toLocal8Bit());
qDebug("**********************************\n");
}